Categorii Blog

Categorii Blog

Filtre active

  • Producator: Bburago
  • Producator: Boss Fight Studio
  • Producator: Joy Toy (CN)
  • Producator: Kotobukiya
  • Producator: Revell
  • Producator: Sentinel
Load Time 2057 ms
Querying Time 572 ms
Queries 1922
Memory Peak Usage 74.3 Mb
Included Files 1002 files - 10.59 Mb
PrestaShop Cache - Mb
Global vars 0.30 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 31 ms 34 ms 1.15 Mb 6.1 Mb
checkAccess 0 ms 34 ms - Mb 6.1 Mb
setMedia 9 ms 43 ms 1.59 Mb 7.4 Mb
postProcess 0 ms 43 ms - Mb 7.4 Mb
initHeader 0 ms 43 ms - Mb 7.4 Mb
initContent 625 ms 669 ms 22.68 Mb 30.2 Mb
initFooter 0 ms 669 ms - Mb 30.2 Mb
display 1388 ms 2057 ms 43.46 Mb 74.3 Mb
Hook Time Memory Usage
DisplayProductSticker 453 ms 27.49 Mb
DisplayProductListReviews 344 ms 2.98 Mb
displayProductListReviews 148 ms 1.31 Mb
DisplayCzHoverImage 141 ms 2.16 Mb
displayFooter 26 ms 1.18 Mb
ActionProductFlagsModifier 21 ms 1.68 Mb
displayTop 14 ms 0.22 Mb
displayLeftColumn 11 ms 0.35 Mb
displayNav2 9 ms 0.23 Mb
displayNavFullWidth 9 ms 0.13 Mb
DisplayHeader 8 ms 0.92 Mb
LeftColumn 6 ms 0.24 Mb
ActionFrontControllerSetMedia 4 ms 0.89 Mb
displayNav1 4 ms 0.18 Mb
displayFooterBefore 3 ms 0.07 Mb
displayFooterAfter 3 ms 0.09 Mb
DisplayFooter 3 ms 0.02 Mb
DisplayCzCookie 2 ms 0.01 Mb
DisplayLeftColumn 2 ms 0.04 Mb
ProductSearchProvider 2 ms 0.42 Mb
DisplayBeforeBodyClosingTag 1 ms 0.05 Mb
DisplayProductPriceBlock 1 ms 0.10 Mb
DisplayBanner 0 ms 0.05 Mb
Header 0 ms 0.07 Mb
DisplayOverrideTemplate 0 ms - Mb
ModuleRoutes 0 ms - Mb
DisplayMyAccountBlock 0 ms - Mb
27 hook(s) 1217 ms 40.89 Mb
Module Time Memory Usage
psblog 24 ms 2.28 Mb
ps_socialfollow 8 ms 0.33 Mb
wkwishlist 349 ms 3.29 Mb
ps_emailalerts 0 ms 0.08 Mb
preorder 28 ms 2.47 Mb
notifyme 1 ms 0.25 Mb
productcomments 150 ms 1.51 Mb
ps_searchbar 7 ms 0.38 Mb
ps_shoppingcart 10 ms 0.23 Mb
cz_imageslider 1 ms 0.21 Mb
cz_blockpaymentlogo 4 ms 0.11 Mb
imgstickers 454 ms 27.53 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.51 Mb
ps_languageselector 1 ms 0.07 Mb
ps_currencyselector 1 ms 0.06 Mb
ps_customersignin 4 ms 0.08 Mb
cz_toplink 5 ms 0.19 Mb
ps_mainmenu 9 ms 0.16 Mb
cz_blocklink 5 ms 0.19 Mb
cz_imagehover 141 ms 2.19 Mb
cz_footercmsblock 4 ms 0.10 Mb
ps_linklist 15 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.06 Mb
30 module(s) 1249 ms 44.05 Mb

Stopwatch SQL - 1922 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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
7549 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
4396 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
4213 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 (64, 59, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.date_upd DESC, p.id_product DESC LIMIT 0, 100
3022 ms 44997264 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.date_upd FROM snsps_product p LEFT JOIN snsps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN snsps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN snsps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN snsps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN snsps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN snsps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN snsps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN snsps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (64, 59, 32, 7, 21, 24) AND cp.id_category='57' GROUP BY p.id_product) p
2502 ms 44997264 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `snsps_configuration` c
LEFT JOIN `snsps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2171 ms 722 /classes/Configuration.php:160
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
2027 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
1731 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4160) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1706 ms 1 Yes Yes /classes/Product.php:4487
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
1676 ms 0 /classes/Hook.php:1243
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `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`
1649 ms 77 Yes Yes /classes/Hook.php:1183
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
1461 ms 364 /classes/Hook.php:504
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4159
LIMIT 1
1208 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` = 1395
ORDER BY `position`
1111 ms 9 Yes /classes/Product.php:3517
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
1110 ms 3 Yes Yes /modules/psblog/classes/blog.php:256
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1290
ORDER BY `position`
1073 ms 22 Yes /classes/Product.php:3517
SHOW TABLES LIKE '%psblog_blog%'
1069 ms 1 /modules/psblog/psblog.php:60
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
1044 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 (4155) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1029 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
1012 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1395) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
974 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
964 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 = 3744
LIMIT 1
948 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` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
942 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`
938 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` = 995
ORDER BY `position`
930 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 = 3728
ORDER BY f.position ASC
912 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` = 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
910 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` = 3926
ORDER BY `position`
910 ms 7 Yes /classes/Product.php:3517
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
909 ms 66 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE pa.`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;
908 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 (1290) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
894 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 (3416) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
893 ms 1 Yes Yes /classes/Product.php: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` = 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
884 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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
875 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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
874 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` = 1290
ORDER BY `position`
870 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 = 4255
LIMIT 1
868 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` = 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
868 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3602
ORDER BY f.position ASC
865 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3728) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
861 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 = 3743
LIMIT 1
858 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 = 3729
ORDER BY f.position ASC
857 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 = 3416
ORDER BY f.position ASC
851 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` = 3440
ORDER BY `position`
830 ms 13 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 = 3830
LIMIT 1
822 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` = 3744
ORDER BY `position`
821 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` = 4255
ORDER BY `position`
819 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`
812 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 = 4096
LIMIT 1
810 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 (3744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
810 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
807 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` = 4159 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4159 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
797 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` = 3416
ORDER BY `position`
770 ms 13 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4159
ORDER BY `position`
768 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 = 3925
LIMIT 1
767 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3726
LIMIT 1
756 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 = 1290
LIMIT 1
755 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` = 3512
ORDER BY `position`
751 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
750 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
749 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
749 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3729
ORDER BY `position`
743 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 (3729) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
742 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` = 3416
ORDER BY `position`
741 ms 13 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3726
ORDER BY `position`
740 ms 10 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 (4094) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
733 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 = 3924
LIMIT 1
726 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` = 3602
ORDER BY `position`
722 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3926
AND wkp.`attribute_id` = 0 LIMIT 1
711 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
710 ms 5 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE lower(name) as name
FROM `snsps_hook` h
WHERE (h.active = 1)
704 ms 803 /classes/Hook.php:1283
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
703 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` = 995)
702 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` = 3816
ORDER BY `position`
701 ms 8 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` = 3416) AND (b.`id_shop` = 1) LIMIT 1
701 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` = 3728) AND (b.`id_shop` = 1) LIMIT 1
698 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
696 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` = 3729) AND (b.`id_shop` = 1) LIMIT 1
696 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4155
LIMIT 1
694 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 = 995
LIMIT 1
694 ms 1 /classes/ProductAssembler.php:106
(SELECT 1 FROM `snsps_cart_rule` WHERE date_to >= "2026-06-08 00:00:00" AND date_to <= "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `snsps_cart_rule` WHERE date_from >= "2026-06-08 00:00:00" AND date_from <= "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `snsps_cart_rule` WHERE date_from < "2026-06-08 00:00:00" AND date_to > "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
692 ms 1 /classes/CartRule.php:383
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
691 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` = 4256
ORDER BY `position`
687 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
680 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3924
ORDER BY `position`
675 ms 6 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` = 3924 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` = 3924 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
675 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 = 4153
LIMIT 1
675 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE "thumb" FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = "snsmodelkits_101modelkitspsdb" AND TABLE_NAME = "snsps_psblog_blog" AND COLUMN_NAME = "thumb"
673 ms 0 /modules/psblog/psblog.php:60
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 4155 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` = 4155 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
666 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 = 4151
LIMIT 1
665 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 = 3816
ORDER BY f.position ASC
664 ms 1 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` = 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
663 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `snsps_hook`
663 ms 803 /classes/Hook.php:1243
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
661 ms 1 Yes Yes /classes/Category.php:919
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`
656 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` = 4094
AND wkp.`attribute_id` = 0 LIMIT 1
653 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` = 1231
ORDER BY `position`
648 ms 19 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
648 ms 1 /classes/CartRule.php:383
SELECT SQL_NO_CACHE pa.`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;
644 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` = 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
639 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 = 4155
ORDER BY f.position ASC
637 ms 18 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`
634 ms 8 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 = 3830
ORDER BY f.position ASC
633 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 = 4153
ORDER BY f.position ASC
633 ms 18 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 = 1290
ORDER BY f.position ASC
632 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
631 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 = 4094
LIMIT 1
628 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
627 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 = 3924
ORDER BY f.position ASC
623 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` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
618 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1236
LIMIT 1
615 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
613 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 = 4154
LIMIT 1
612 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
612 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1236) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
606 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
604 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 = 4160
LIMIT 1
602 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` = 1397)
601 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
596 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
595 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` = 3515
ORDER BY `position`
590 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 = 4159
ORDER BY f.position ASC
589 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` = 3742
ORDER BY `position`
589 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
587 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
585 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
584 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE 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
573 ms 6 Yes /classes/Product.php:5905
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
572 ms 99 /classes/module/Module.php:340
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` = 4153) AND (b.`id_shop` = 1) LIMIT 1
571 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 (1231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
570 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
566 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = 1)
WHERE wkpc.`product_id`  = 3434
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
565 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
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 = 4154
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
564 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE pa.`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;
563 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;
562 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 = 1395
LIMIT 1
561 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` = 4151 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` = 4151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
559 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 = 21
LIMIT 1
558 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` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
557 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` = 4155
ORDER BY `position`
552 ms 7 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 = 4151
ORDER BY f.position ASC
552 ms 18 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
550 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
549 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
549 ms 63 Yes /classes/Dispatcher.php:650
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
549 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 = 3926
LIMIT 1
543 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` = 4153 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` = 4153 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
541 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3440
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
541 ms 0 /classes/Product.php:1651
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
541 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` = 3830) AND (b.`id_shop` = 1) LIMIT 1
539 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3816
LIMIT 1
536 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` = 4096
ORDER BY `position`
536 ms 5 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 = 1197
LIMIT 1
535 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
534 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3924) AND (b.`id_shop` = 1) LIMIT 1
531 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3515
LIMIT 1
531 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` = 21
ORDER BY `position`
530 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
530 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 = 3436
LIMIT 1
529 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` = 4094 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` = 4094 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
528 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 = 3825
LIMIT 1
524 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
524 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 = 3440
LIMIT 1
522 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 (4154) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
521 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 = 3500
LIMIT 1
520 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` = 4094
ORDER BY `position`
519 ms 5 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` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
518 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
518 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 = 3612
LIMIT 1
518 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4154 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` = 4154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
517 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 = 3416
LIMIT 1
515 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 995
AND image_shop.`cover` = 1 LIMIT 1
515 ms 22 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1231
ORDER BY `position`
514 ms 19 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` = 4096) AND (b.`id_shop` = 1) LIMIT 1
513 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` = 4160
ORDER BY `position`
510 ms 9 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 = 3602
LIMIT 1
510 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` = 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
509 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 = 4094
ORDER BY f.position ASC
509 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4153 AND `id_group` = 1 LIMIT 1
507 ms 0 /classes/GroupReduction.php:156
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 = 4096
ORDER BY f.position ASC
506 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
505 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` = 4096 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` = 4096 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
505 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4257
LIMIT 1
505 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3512
504 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1231
LIMIT 1
504 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` = 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
502 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 (3436) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
502 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` = 1290)
499 ms 1 /classes/Product.php:3829
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
499 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 (3743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
496 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` = 3830
ORDER BY `position`
494 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
494 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
493 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` = 3924
ORDER BY `position`
493 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1397
LIMIT 1
491 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
491 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`
490 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` = 4151) AND (b.`id_shop` = 1) LIMIT 1
490 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 = 4255
ORDER BY f.position ASC
489 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 (3726) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
489 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
488 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` = 3816
AND image_shop.`cover` = 1 LIMIT 1
486 ms 8 /classes/Product.php:3542
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
484 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` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
484 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
484 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 = 3925
ORDER BY f.position ASC
484 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` = 4094
ORDER BY `position`
482 ms 5 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
476 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
476 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` = 4255)
476 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE pa.`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;
475 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` = 3728
AND image_shop.`cover` = 1 LIMIT 1
473 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4151
ORDER BY `position`
472 ms 6 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 (3816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
472 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;
472 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 (4153) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
471 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
470 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4159) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
469 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
469 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` = 4159
ORDER BY `position`
466 ms 7 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
466 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` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
465 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
465 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
464 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` = 3926
ORDER BY `position`
464 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 = 3512
LIMIT 1
463 ms 1 /classes/ProductAssembler.php:106
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
463 ms 1 /classes/stock/StockAvailable.php:744
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 = 4154
ORDER BY f.position ASC
462 ms 18 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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
462 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
461 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`
461 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` = 4154
ORDER BY `position`
460 ms 4 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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
459 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`
459 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 (4259) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
459 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` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
457 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` = 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
457 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
456 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
456 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;
456 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` = 3729
ORDER BY `position`
455 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` = 3816)
454 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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
454 ms 0 /classes/Cart.php:1429
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
454 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` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
452 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 (3924) 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 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
451 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 (995) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
450 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1395
449 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 3926 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` = 3926 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 pa.`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;
449 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
448 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` = 4094) AND (b.`id_shop` = 1) LIMIT 1
447 ms 1 /src/Adapter/EntityMapper.php:76
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
447 ms 36 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
SELECT SQL_NO_CACHE pa.`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;
447 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1395
ORDER BY f.position ASC
447 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
446 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
445 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 (4096) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
445 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
444 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 (3925) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
442 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
441 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` = 4255) AND (b.`id_shop` = 1) LIMIT 1
440 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 = 3926
ORDER BY f.position ASC
439 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` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
438 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` = 995
ORDER BY `position`
438 ms 22 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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
438 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
438 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
436 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3742) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
436 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` = 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
436 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
435 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE pa.`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;
435 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` = 4153
ORDER BY `position`
434 ms 8 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 = 4256
LIMIT 1
434 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1197
ORDER BY `position`
433 ms 17 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_state` a
WHERE (a.`id_state` = 369) LIMIT 1
433 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 = 1396
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
433 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 995
ORDER BY f.position ASC
433 ms 6 Yes /classes/Product.php:5905
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
433 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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
432 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 (3440) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
432 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` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
432 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
431 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 59
AND `active` = 1 LIMIT 1
430 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
430 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
429 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
429 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` = 4154) AND (b.`id_shop` = 1) LIMIT 1
429 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 = 4256
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
428 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.`payment_type` != 1 AND wkp.`is_preorder` = 0
428 ms 16 /modules/preorder/classes/PreorderProduct.php:264
SELECT SQL_NO_CACHE pa.`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;
428 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 (3926) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
427 ms 1 Yes Yes /classes/Product.php:4487
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
427 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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
427 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
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`
426 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` = 1236
ORDER BY `position`
425 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` = 3500
ORDER BY `position`
424 ms 14 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 (3515) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
424 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4160
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
424 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` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
424 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` = 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
423 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
421 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4155
ORDER BY `position`
421 ms 7 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` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
421 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` = 4153
ORDER BY `position`
419 ms 8 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`
419 ms 6 Yes /classes/Product.php:3517
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
418 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
417 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` = 3924
AND image_shop.`cover` = 1 LIMIT 1
417 ms 6 /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` = 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
417 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4256
ORDER BY f.position ASC
416 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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
416 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
416 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `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
415 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`
414 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
414 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1396
ORDER BY f.position ASC
414 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_country_lang`
WHERE `id_country` = 36
411 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.`is_preorder` = 1
411 ms 16 /modules/preorder/classes/PreorderProduct.php:281
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
409 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` = 4160 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `snsps_cart_product` cp JOIN `snsps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `snsps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4160 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
408 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
408 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`
408 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 (3602) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
408 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` = 3830
ORDER BY `position`
407 ms 6 Yes /classes/Product.php:3517
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
407 ms 1 /classes/stock/StockAvailable.php:744
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`
405 ms 9 Yes /classes/Product.php:3517
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
405 ms 1 /classes/Tag.php:229
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
404 ms 1 /classes/Cart.php:4218
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
404 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4160) AND (b.`id_shop` = 1) LIMIT 1
403 ms 1 /src/Adapter/EntityMapper.php:76
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
401 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` = 4159) AND (b.`id_shop` = 1) LIMIT 1
401 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 = 3825
ORDER BY f.position ASC
401 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4160 LIMIT 1
400 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
398 ms 9 Yes /classes/ImageType.php:109
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
398 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
398 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1397
ORDER BY `position`
398 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1197
ORDER BY f.position ASC
397 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 = 4160
ORDER BY f.position ASC
397 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` = 1396) AND (b.`id_shop` = 1) LIMIT 1
396 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` = 3440) AND (b.`id_shop` = 1) LIMIT 1
396 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`
396 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
396 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
395 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
394 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` = 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
394 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 995
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
394 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3500
ORDER BY f.position ASC
393 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` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
392 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` = 1231) AND (b.`id_shop` = 1) LIMIT 1
392 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` = 1236) AND (b.`id_shop` = 1) LIMIT 1
392 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` = 4255
AND image_shop.`cover` = 1 LIMIT 1
391 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` = 3830)
391 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` = 3612
ORDER BY `position`
390 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` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
390 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`=4160
390 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3744) AND (b.`id_shop` = 1) LIMIT 1
390 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3440
ORDER BY `position`
390 ms 13 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` = 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
389 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
389 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
387 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` = 1397) AND (b.`id_shop` = 1) LIMIT 1
387 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` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
387 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 = 3612
ORDER BY f.position ASC
387 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3515
ORDER BY f.position ASC
386 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 (4151) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
386 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` = 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
386 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` = 1197) AND (b.`id_shop` = 1) LIMIT 1
385 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` = 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
385 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1395 LIMIT 1
384 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1290
384 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3612
ORDER BY `position`
383 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` = 3744
ORDER BY `position`
382 ms 11 Yes /classes/Product.php:3517
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
382 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3416
AND wkp.`attribute_id` = 0 LIMIT 1
382 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` = 1397
ORDER BY `position`
381 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3612) AND (b.`id_shop` = 1) LIMIT 1
381 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` = 3743) AND (b.`id_shop` = 1) LIMIT 1
381 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
379 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
379 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` = 4159
AND image_shop.`cover` = 1 LIMIT 1
378 ms 7 /classes/Product.php:3542
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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
378 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
377 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`
377 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
376 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `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
376 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` = 3728
AND wkp.`attribute_id` = 0 LIMIT 1
376 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
376 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4255 AND `id_group` = 1 LIMIT 1
375 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` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
375 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` = 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
374 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` = 3926) AND (b.`id_shop` = 1) LIMIT 1
374 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` = 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
374 ms 0 /classes/Cart.php:1429
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
373 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` = 4154
ORDER BY `position`
372 ms 4 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4160)
372 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
372 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
371 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
371 ms 1 Yes /classes/shop/Shop.php:711
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
370 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` = 1395) AND (b.`id_shop` = 1) LIMIT 1
370 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`
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` = 3743
ORDER BY `position`
370 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1
369 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` = 4155) AND (b.`id_shop` = 1) LIMIT 1
369 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` = 4257) AND (b.`id_shop` = 1) LIMIT 1
369 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` = 4096
AND wkp.`attribute_id` = 0 LIMIT 1
368 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 = 1396 LIMIT 1
368 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3925
ORDER BY `position`
368 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` = 4155
AND wkp.`attribute_id` = 0 LIMIT 1
367 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 = 21
ORDER BY f.position ASC
367 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` = 1197
ORDER BY `position`
367 ms 17 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
367 ms 6 Yes /classes/Product.php:5905
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
366 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE pa.`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;
365 ms 1 Yes Yes /classes/Product.php:4487
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
365 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4159)
365 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
365 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` = 4094
AND wkp.`attribute_id` = 0 LIMIT 1
363 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`
363 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` = 4096
AND wkp.`attribute_id` = 0 LIMIT 1
363 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
363 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` = 4256) AND (b.`id_shop` = 1) LIMIT 1
362 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` = 3726)
361 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
360 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
360 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
360 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM snsps_required_field
359 ms 1 /classes/ObjectModel.php:1510
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
359 ms 1 /classes/stock/StockAvailable.php:769
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
359 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
358 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1
357 ms 1 /classes/module/Module.php:2328
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
357 ms 1 Yes /classes/Product.php:5905
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` = 4155
AND image_shop.`cover` = 1 LIMIT 1
357 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` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
357 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
357 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` = 3500
ORDER BY `position`
357 ms 14 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
357 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
357 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 = 1236
ORDER BY f.position ASC
356 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
354 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` = 4257
ORDER BY `position`
354 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 995 LIMIT 1
354 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` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
354 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
354 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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
353 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 = 3744
ORDER BY f.position ASC
353 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` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
352 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
352 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
351 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3925 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` = 3925 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
351 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 = 3436
ORDER BY f.position ASC
351 ms 18 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` = 3925
ORDER BY `position`
351 ms 6 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` = 3924)
351 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` = 3825) AND (b.`id_shop` = 1) LIMIT 1
350 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
350 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` = 4096
AND wkp.`attribute_id` = 0 LIMIT 1
349 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` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
349 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 = 4256 LIMIT 1
348 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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
348 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
348 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` = 3500) AND (b.`id_shop` = 1) LIMIT 1
348 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` = 1396
ORDER BY `position`
347 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` = 4160
ORDER BY `position`
347 ms 9 Yes /classes/Product.php:3517
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
347 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3726) AND (b.`id_shop` = 1) LIMIT 1
347 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` = 3726
AND image_shop.`cover` = 1 LIMIT 1
347 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
346 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = 1)
WHERE wkpc.`product_id`  = 3438
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
346 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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
346 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` = 4096
AND wkp.`attribute_id` = 0 LIMIT 1
345 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 21
AND `active` = 1 LIMIT 1
345 ms 1 /classes/Manufacturer.php:312
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
345 ms 18 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
344 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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
343 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` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
342 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
342 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3742) AND (b.`id_shop` = 1) LIMIT 1
341 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
341 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` = 4155)
340 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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
340 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
340 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` = 4155
AND wkp.`attribute_id` = 0 LIMIT 1
340 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` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
339 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE tr.*
FROM `snsps_tax_rule` tr
JOIN `snsps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 36
AND tr.`id_tax_rules_group` = 7
AND tr.`id_state` IN (0, 369)
AND ('130018' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '130018')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
338 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` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
337 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` = 3744)
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` = 4096
AND wkp.`attribute_id` = 0 LIMIT 1
337 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3515) AND (b.`id_shop` = 1) LIMIT 1
337 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` = 3830
AND image_shop.`cover` = 1 LIMIT 1
336 ms 6 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
335 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` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
335 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` = 21) AND (b.`id_shop` = 1) LIMIT 1
334 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
334 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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
334 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`=1396
334 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3729
334 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 4096)
333 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` = 1231
AND image_shop.`cover` = 1 LIMIT 1
333 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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
333 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
333 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
332 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
332 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1290 LIMIT 1
332 ms 1 /classes/SpecificPrice.php:420
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
332 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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
332 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
331 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
331 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
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`
330 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4151
AND wkp.`attribute_id` = 0 LIMIT 1
330 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
329 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
329 ms 4 /modules/imgstickers/models/StickersImg.php:176
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` = 3925) AND (b.`id_shop` = 1) LIMIT 1
329 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` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
329 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` = 4096
ORDER BY `position`
329 ms 5 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
328 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` = 3515
ORDER BY `position`
327 ms 11 Yes /classes/Product.php:3517
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 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` = 4096
AND image_shop.`cover` = 1 LIMIT 1
327 ms 5 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
327 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` = 4160
AND image_shop.`cover` = 1 LIMIT 1
327 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` = 4151
AND wkp.`attribute_id` = 0 LIMIT 1
327 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 4151)
326 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
326 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
325 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` = 4154
AND wkp.`attribute_id` = 0 LIMIT 1
325 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4153
AND image_shop.`cover` = 1 LIMIT 1
325 ms 8 /classes/Product.php:3542
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3416 AND `id_group` = 1 LIMIT 1
324 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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
323 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3742
323 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` = 4153
AND wkp.`attribute_id` = 0 LIMIT 1
322 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
321 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
321 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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_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
321 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` = 3926
AND wkp.`attribute_id` = 0 LIMIT 1
321 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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`
320 ms 2 Yes /modules/psblog/classes/psblogcat.php:328
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`
320 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 = 3728
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
319 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1396
318 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
318 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` = 4154)
318 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` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
317 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
316 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
316 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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
316 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
315 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
315 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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
315 ms 6 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
315 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
314 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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
314 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
313 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4160
313 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
313 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` = 4153)
311 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` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
310 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
310 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
310 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
310 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
309 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
309 ms 1 /classes/Product.php:6759
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`
309 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
309 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
309 ms 4 /modules/imgstickers/models/StickersImg.php:102
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` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
309 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
309 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3744
308 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` = 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
307 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
307 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 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
307 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` = 4151
AND wkp.`attribute_id` = 0 LIMIT 1
307 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3728 LIMIT 1
307 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
307 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4151
ORDER BY `position`
307 ms 6 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
306 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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
306 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
305 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4160 LIMIT 1
304 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` = 4096
AND wkp.`attribute_id` = 0 LIMIT 1
304 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
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)
304 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
303 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` = 4094
AND image_shop.`cover` = 1 LIMIT 1
303 ms 5 /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` = 4096
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` = 4096
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` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
301 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
301 ms 1 /modules/imgstickers/models/StickersImg.php:140
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` = 4151
AND image_shop.`cover` = 1 LIMIT 1
301 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` = 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` = 4153
AND wkp.`attribute_id` = 0 LIMIT 1
301 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
301 ms 1 /classes/stock/StockAvailable.php:453
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
301 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3925
AND image_shop.`cover` = 1 LIMIT 1
300 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` = 3602
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` = 4153
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` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
299 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
299 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
298 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
298 ms 1 Yes /classes/shop/Shop.php:1350
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 4094)
298 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
297 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
297 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` = 4259
ORDER BY `position`
297 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE format
FROM `snsps_address_format`
WHERE `id_country` = 36 LIMIT 1
297 ms 1 /classes/AddressFormat.php:672
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
296 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
296 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` = 1231)
296 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
295 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` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
295 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
294 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4255 LIMIT 1
294 ms 1 /classes/SpecificPrice.php:420
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
294 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` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
294 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
293 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` = 4153
AND wkp.`attribute_id` = 0 LIMIT 1
293 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3825
293 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
292 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
291 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
291 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
291 ms 1 /classes/stock/StockAvailable.php:769
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
291 ms 1 /classes/Language.php:1198
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
291 ms 1 /classes/stock/StockAvailable.php:769
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
290 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
290 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` = 3926
AND wkp.`attribute_id` = 0 LIMIT 1
290 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 = 3742
ORDER BY f.position ASC
290 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` = 1290
AND wkp.`attribute_id` = 0 LIMIT 1
290 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 = 4259
ORDER BY f.position ASC
289 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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
289 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4155
AND wkp.`attribute_id` = 0 LIMIT 1
289 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4096
AND wkp.`attribute_id` = 0 LIMIT 1
288 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 = 3729
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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
288 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`=4256
288 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 = 4257
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 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
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` = 4153
AND wkp.`attribute_id` = 0 LIMIT 1
288 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` = 4153
AND wkp.`attribute_id` = 0 LIMIT 1
287 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4094
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` = 4154
AND wkp.`attribute_id` = 0 LIMIT 1
286 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "preorder" LIMIT 1
286 ms 1 /classes/module/Module.php:2840
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
286 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` = 4094
AND wkp.`attribute_id` = 0 LIMIT 1
285 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
285 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` = 995
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` = 21
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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
284 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
284 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3515
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
284 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3744
AND wkp.`attribute_id` = 0 LIMIT 1
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` = 4151
AND wkp.`attribute_id` = 0 LIMIT 1
284 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
283 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
283 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3416
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
283 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
283 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
283 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` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
282 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
282 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
282 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1290 AND id_shop=1 LIMIT 1
282 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` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
282 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
282 ms 1 /classes/stock/StockAvailable.php:453
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
281 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3825
ORDER BY `position`
281 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` = 4159
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` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
281 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
281 ms 1 /classes/stock/StockAvailable.php:453
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
281 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` = 4151
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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
280 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
280 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
280 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
279 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `iso_code`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
279 ms 1 /classes/Country.php:274
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4153
AND wkp.`attribute_id` = 0 LIMIT 1
279 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 = 3825
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
279 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` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
279 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
278 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
278 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4151
AND wkp.`attribute_id` = 0 LIMIT 1
277 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
277 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
277 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
277 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
277 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
277 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
276 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` = 3742)
276 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` = 4155
AND wkp.`attribute_id` = 0 LIMIT 1
276 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
276 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
275 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
275 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
275 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3726 AND id_shop=1 LIMIT 1
275 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
275 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` = 4094
AND wkp.`attribute_id` = 0 LIMIT 1
274 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 = 3925
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
274 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
274 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` = 4094
AND wkp.`attribute_id` = 0 LIMIT 1
273 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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`
273 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` = 4094
AND wkp.`attribute_id` = 0 LIMIT 1
273 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
273 ms 1 /classes/stock/StockAvailable.php:797
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
273 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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
272 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3728 AND id_shop=1 LIMIT 1
272 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3825 LIMIT 1
272 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `name`, `alias` FROM `snsps_hook_alias`
272 ms 88 /classes/Hook.php:301
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
272 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
272 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
271 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3816 LIMIT 1
271 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` = 21
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` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
271 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
270 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` = 3416
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` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
270 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4160 LIMIT 1
270 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
270 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3728)
270 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3728
269 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` = 4153
AND wkp.`attribute_id` = 0 LIMIT 1
269 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 = 45 LIMIT 1
269 ms 1 /classes/Product.php:5622
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 = 3926
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
269 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` = 4151
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` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
268 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
268 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` = 4094
AND wkp.`attribute_id` = 0 LIMIT 1
268 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
267 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
267 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` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
266 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)
266 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
266 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` = 4094
AND wkp.`attribute_id` = 0 LIMIT 1
266 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4159 LIMIT 1
266 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
266 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
266 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` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
266 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
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 = 1231
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
266 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
264 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
264 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
264 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` = 3742
AND image_shop.`cover` = 1 LIMIT 1
263 ms 11 /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` = 3743
AND image_shop.`cover` = 1 LIMIT 1
263 ms 11 /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` = 1236
AND image_shop.`cover` = 1 LIMIT 1
263 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` = 3729)
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` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
263 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 = 4154 LIMIT 1
263 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` = 3515)
263 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_searchbar" LIMIT 1
262 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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)
262 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3602
262 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` = 3726
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` = 1396
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` = 3726
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` = 3926
AND wkp.`attribute_id` = 0 LIMIT 1
262 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
262 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3512
261 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3816
261 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
261 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
261 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 = 1290 LIMIT 1
261 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_hook_module_exceptions`
WHERE `id_shop` IN (1)
261 ms 7 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
260 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3744
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
260 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3440
AND image_shop.`cover` = 1 LIMIT 1
260 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` = 4151
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` = 4154
AND wkp.`attribute_id` = 0 LIMIT 1
260 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` = 3825)
260 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
260 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
260 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3416
260 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
259 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1236
259 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3440
259 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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
259 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` = 4259)
259 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` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
259 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`=1290
259 ms 1 /classes/Tag.php:229
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
259 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
259 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
259 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
258 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
258 ms 13 /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 = 1397
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
258 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
258 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4159
AND wkp.`attribute_id` = 0 LIMIT 1
258 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 = 4159
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` = 1396
AND image_shop.`cover` = 1 LIMIT 1
258 ms 9 /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` = 1197
AND image_shop.`cover` = 1 LIMIT 1
258 ms 17 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
257 ms 1 /classes/order/Order.php:1203
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
257 ms 1 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
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` = 3515
AND image_shop.`cover` = 1 LIMIT 1
257 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1231
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` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
256 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1396)
256 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
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` = 4154
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` = 1397
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` = 4160
AND wkp.`attribute_id` = 0 LIMIT 1
256 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
256 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
255 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` = 3512
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` = 4151
AND wkp.`attribute_id` = 0 LIMIT 1
255 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3500
255 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` = 3924
AND wkp.`attribute_id` = 0 LIMIT 1
255 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
255 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3726
AND wkp.`attribute_id` = 0 LIMIT 1
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` = 995
AND wkp.`attribute_id` = 0 LIMIT 1
255 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
254 ms 1 /classes/Product.php:5622
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
254 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1
254 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` = 1231
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` = 4153
AND wkp.`attribute_id` = 0 LIMIT 1
254 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 = 1397 LIMIT 1
254 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` = 3602)
254 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1396 LIMIT 1
253 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
253 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3816 AND id_shop=1 LIMIT 1
253 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
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
253 ms 1 /classes/stock/StockAvailable.php:797
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
253 ms 6 /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` = 1397
AND image_shop.`cover` = 1 LIMIT 1
252 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` = 1231
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` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
252 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3742
252 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
252 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 21
AND image_shop.`cover` = 1 LIMIT 1
252 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` = 1231
AND wkp.`attribute_id` = 0 LIMIT 1
252 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` = 3926)
252 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3602
AND image_shop.`cover` = 1 LIMIT 1
252 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` = 3743
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 = 4094
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 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
251 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` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4154
AND image_shop.`cover` = 1 LIMIT 1
251 ms 4 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
250 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` = 995
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` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
250 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 = 45 LIMIT 1
250 ms 1 /classes/Product.php:5622
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
250 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` = 3926
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` = 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
249 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
249 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
249 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
249 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1236)
249 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
248 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 = 3515 LIMIT 1
248 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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
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` = 1395
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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
248 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3742
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` = 4155
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` = 4155
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` = 3729
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` = 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` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
247 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
247 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` = 3729
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` = 1397
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` = 3729
AND wkp.`attribute_id` = 0 LIMIT 1
246 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1290 AND `id_group` = 1 LIMIT 1
246 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` = 21
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")
246 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
246 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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
246 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
246 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
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` = 3825
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` = 3830
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
245 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
245 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `snsps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 36 LIMIT 1
245 ms 1 /classes/Category.php:1371
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
244 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
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` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
244 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` = 4154
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
244 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
244 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` = 1397
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` = 21
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
244 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4154
243 ms 1 /classes/Tag.php:229
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
243 ms 1 /classes/stock/StockAvailable.php:744
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
243 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` = 21
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` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
243 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
243 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` = 3743
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` = 4160
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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
242 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 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
242 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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
242 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
242 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` = 4257
AND image_shop.`cover` = 1 LIMIT 1
242 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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
241 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1197
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
241 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
241 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 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
241 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` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
241 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
241 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
241 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
241 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1396
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
240 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
240 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 = 4151
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` = 1396
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 = 3436
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` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1395
AND wkp.`attribute_id` = 0 LIMIT 1
240 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3825
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 = 4255
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_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
239 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` = 3926
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` = 3825
AND wkp.`attribute_id` = 0 LIMIT 1
239 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
239 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` = 4154
AND wkp.`attribute_id` = 0 LIMIT 1
239 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
239 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` = 3602
AND wkp.`attribute_id` = 0 LIMIT 1
238 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
238 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` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
237 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1397
AND wkp.`attribute_id` = 0 LIMIT 1
237 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 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 = 4153
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_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
237 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
236 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` = 4259
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`=1395
236 ms 1 /classes/Tag.php:229
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
236 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` = 3743
AND wkp.`attribute_id` = 0 LIMIT 1
236 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
236 ms 1 /classes/stock/StockAvailable.php:797
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
235 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 = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
235 ms 1 /classes/Meta.php:190
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
235 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3924
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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)
235 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` = 4154
AND wkp.`attribute_id` = 0 LIMIT 1
235 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
234 ms 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
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` = 4259
AND wkp.`attribute_id` = 0 LIMIT 1
234 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3436
AND image_shop.`cover` = 1 LIMIT 1
234 ms 20 /classes/Product.php:3542
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
234 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.`product_id` = 4155
AND wkp.`attribute_id` = 0 LIMIT 1
234 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
233 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 117 AND `id_shop` = 1 LIMIT 1
233 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
233 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` = 3926
AND wkp.`attribute_id` = 0 LIMIT 1
233 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
233 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 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
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 = 3512
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 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
232 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
232 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
232 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4155 LIMIT 1
232 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
231 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4096 LIMIT 1
231 ms 1 /classes/SpecificPrice.php:420
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` = 3926
AND image_shop.`cover` = 1 LIMIT 1
231 ms 7 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
231 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
230 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` = 3925)
230 ms 1 /classes/Product.php:3829
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
230 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
230 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
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
230 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 = 4096 LIMIT 1
230 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
230 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4154
AND wkp.`attribute_id` = 0 LIMIT 1
230 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 = 995 LIMIT 1
230 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3728 AND `id_group` = 1 LIMIT 1
230 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
229 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
229 ms 1 /classes/Product.php:5622
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
229 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` = 4154
AND wkp.`attribute_id` = 0 LIMIT 1
229 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` = 3612)
228 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
228 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 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
228 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1231 LIMIT 1
228 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE * FROM `snsps_currency` c ORDER BY `iso_code` ASC
228 ms 1 Yes /classes/Currency.php:709
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
228 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
228 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
228 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3515
227 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
227 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
227 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)
227 ms 1 /classes/Product.php:3829
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
227 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4159 AND id_shop=1 LIMIT 1
227 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
227 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
227 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3500)
227 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
227 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
226 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 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
226 ms 0 /classes/tax/TaxRulesTaxManager.php:109
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
226 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4159 AND `id_group` = 1 LIMIT 1
226 ms 0 /classes/GroupReduction.php:156
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
226 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`=3729
226 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4160 AND id_shop=1 LIMIT 1
226 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
226 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 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
226 ms 1 /classes/stock/StockAvailable.php:797
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
225 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 = 36 LIMIT 1
225 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
225 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` = 4155
AND wkp.`attribute_id` = 0 LIMIT 1
225 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 = 3500
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
225 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
225 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
224 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
224 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3729
AND image_shop.`cover` = 1 LIMIT 1
224 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
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 = 4151 LIMIT 1
223 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4256
223 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
223 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
223 ms 14 /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 = 4159 LIMIT 1
223 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 = 38 LIMIT 1
223 ms 1 /classes/Product.php:5622
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
222 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3726 LIMIT 1
221 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
221 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 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
221 ms 1 /classes/stock/StockAvailable.php:797
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
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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
221 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` = 3926
AND wkp.`attribute_id` = 0 LIMIT 1
220 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3744 LIMIT 1
220 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3825 LIMIT 1
220 ms 1 /classes/ProductSale.php:259
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
220 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 = 3416 LIMIT 1
220 ms 1 /classes/Product.php:1040
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
219 ms 1 /src/Adapter/EntityMapper.php:76
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 `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1236 LIMIT 1
219 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
219 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 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 = 3926 LIMIT 1
219 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
219 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
218 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
218 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
218 ms 1 /src/Adapter/EntityMapper.php:84
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
218 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
218 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
217 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 = 4094 LIMIT 1
217 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
217 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
217 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
217 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
216 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
216 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 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
216 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3744 LIMIT 1
216 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 = 1197 LIMIT 1
216 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3744
216 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
216 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
216 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
216 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4160 AND `id_group` = 1 LIMIT 1
216 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` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
215 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 = 21 LIMIT 1
215 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 = 3743 LIMIT 1
214 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
214 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` = 4155
AND wkp.`attribute_id` = 0 LIMIT 1
214 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`=4159
214 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` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
214 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `need_identification_number`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
214 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
213 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
213 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 = 3830 LIMIT 1
213 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
213 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 = 4153 LIMIT 1
213 ms 1 /classes/Product.php:1040
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
213 ms 1 /classes/stock/StockAvailable.php:744
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 *
FROM `snsps_hook` a
WHERE (a.`id_hook` = 41) LIMIT 1
213 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 = 3500 LIMIT 1
212 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 = 3816
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
212 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3925 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 = 4255 LIMIT 1
212 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1290
211 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
211 ms 1 /classes/Product.php:5622
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
211 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4159
211 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE data FROM snsps_layered_filter_block WHERE hash="e16d293f6148c44249222de4d2b155fe" LIMIT 1
211 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:183
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1236
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`=3436
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 = 3602 LIMIT 1
211 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 = 26 LIMIT 1
211 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
211 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
210 ms 1 /classes/stock/StockAvailable.php:744
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
210 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 = 4155
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
210 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
210 ms 0 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3830 LIMIT 1
210 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` = 3926
AND wkp.`attribute_id` = 0 LIMIT 1
210 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3726 LIMIT 1
210 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
209 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
209 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
209 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3830
209 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4153 LIMIT 1
209 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` = 4257
AND wkp.`attribute_id` = 0 LIMIT 1
209 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4153
208 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3728 LIMIT 1
208 ms 0 /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 = 3924 LIMIT 1
208 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4151
208 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
207 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
207 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3924 LIMIT 1
207 ms 1 /classes/SpecificPrice.php:420
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
206 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
206 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_verticalmenu" LIMIT 1
206 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4154
206 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 = 62 LIMIT 1
206 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=1
205 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
205 ms 1 /classes/module/Module.php:2840
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
205 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) LIMIT 1
205 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
205 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` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
205 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)
205 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3512 LIMIT 1
204 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` = 4255
AND wkp.`attribute_id` = 0 LIMIT 1
204 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
204 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3728 LIMIT 1
204 ms 1 /classes/SpecificPrice.php:420
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
204 ms 1 /classes/Meta.php:190
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
204 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
203 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3924) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
203 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 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
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`=3743
203 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE name, alias FROM `snsps_hook_alias`
203 ms 88 /classes/Hook.php:353
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
203 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
203 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
203 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` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
202 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`=1397
202 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4155) 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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
202 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
202 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` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
202 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
202 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
202 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
201 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
201 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
201 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
200 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` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
200 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
200 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
200 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3602
200 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
200 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 = 4257 LIMIT 1
200 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3816 AND `id_group` = 1 LIMIT 1
200 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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)
200 ms 1 /classes/Product.php:3829
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 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
200 ms 10 /classes/Product.php:3542
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`=4096
199 ms 1 /classes/Tag.php:229
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
199 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`=4151
199 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3924
198 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 15 AND `id_shop` = 1
198 ms 1 /src/Adapter/EntityMapper.php:84
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
198 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3926
198 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` = 3742
AND wkp.`attribute_id` = 0 LIMIT 1
197 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` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
197 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
197 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3816
AND wkp.`attribute_id` = 0 LIMIT 1
197 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`=3926
197 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`=4259
197 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` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
197 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_blocklink" LIMIT 1
197 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
197 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
196 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
196 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3512 LIMIT 1
196 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4096
196 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
196 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 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
196 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
196 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 = 51 LIMIT 1
196 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
195 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
195 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4096
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
195 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` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
195 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4155 AND id_shop=1 LIMIT 1
195 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4153
195 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` = 3515
AND wkp.`attribute_id` = 0 LIMIT 1
195 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3440 LIMIT 1
195 ms 0 /classes/ProductSale.php:259
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
195 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3925 LIMIT 1
195 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 0 LIMIT 1
195 ms 1 /classes/SpecificPrice.php:411
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4096) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
194 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
194 ms 1 /classes/module/Module.php:2840
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_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
194 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`=4094
194 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`=3924
194 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1396 LIMIT 1
194 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 = 51 LIMIT 1
194 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
194 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1
194 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
194 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3742 LIMIT 1
193 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
193 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
193 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
193 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3924) 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_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4155
193 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3729 AND id_shop=1 LIMIT 1
193 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4154
193 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3926
192 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4159
192 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
192 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
192 ms 1 /classes/stock/StockAvailable.php:453
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
192 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
192 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_link_block_lang`
WHERE `id_link_block` = 1
192 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
191 ms 1 /src/Adapter/EntityMapper.php:84
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
191 ms 1 /classes/shop/Shop.php:205
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
191 ms 1 /classes/stock/StockAvailable.php:453
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 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
191 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 21 LIMIT 1
191 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`=3925
191 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
190 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4094) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
190 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_footercmsblock" LIMIT 1
190 ms 1 /classes/module/Module.php:2840
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
190 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
190 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
190 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
190 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4094
190 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "blocklanguages" LIMIT 1
190 ms 0 /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` = 3436
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` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
189 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1231 LIMIT 1
189 ms 1 /classes/SpecificPrice.php:420
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
189 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
189 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
189 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3924 AND id_shop=1 LIMIT 1
189 ms 1 /classes/Product.php:6759
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
189 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
189 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 14 AND `id_shop` = 1
189 ms 1 /src/Adapter/EntityMapper.php:84
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
189 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE value FROM `snsps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
188 ms 1 /classes/shop/Shop.php:1171
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
188 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
188 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
188 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
188 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 64
AND `active` = 1 LIMIT 1
187 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE *
FROM `snsps_link_block_lang`
WHERE `id_link_block` = 2
187 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` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
187 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `name`
FROM `snsps_hook`
WHERE `id_hook` = 749 LIMIT 1
187 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1395 LIMIT 1
187 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
187 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "productcomments" LIMIT 1
187 ms 1 /classes/module/Module.php:2840
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
187 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4094) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
187 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
186 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1
186 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
186 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 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
186 ms 1 /classes/stock/StockAvailable.php:769
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
186 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
186 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4155 LIMIT 1
186 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
186 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
186 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
186 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
186 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
186 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` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
185 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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)
185 ms 1 /classes/Language.php:1049
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
185 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
185 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4255
185 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
185 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
185 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
185 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4153
185 ms 3 /classes/Product.php:3395
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
185 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE * FROM `snsps_czfootercmsblockinfo_lang`
WHERE `id_lang` = 1 AND  `id_shop` = 1 LIMIT 1
185 ms 1 /modules/cz_footercmsblock/cz_footercmsblock.php:290
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3726 AND `id_group` = 1 LIMIT 1
185 ms 0 /classes/GroupReduction.php:156
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
185 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
185 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
184 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE ctg.`id_group`
FROM snsps_category_group ctg
WHERE ctg.`id_category` = 57 AND ctg.`id_group` = 1 LIMIT 1
184 ms 1 /classes/Category.php:1730
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
184 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` = 14) LIMIT 1
184 ms 1 /src/Adapter/EntityMapper.php:76
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
184 ms 1 /classes/stock/StockAvailable.php:769
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
184 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
184 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
184 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
184 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
184 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `name`
FROM `snsps_hook`
WHERE `id_hook` = 767 LIMIT 1
184 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
183 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
183 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4151 LIMIT 1
183 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3825 LIMIT 1
183 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` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
183 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3515
183 ms 3 /classes/Product.php:3395
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
183 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 995 LIMIT 1
183 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
183 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
182 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3926) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
182 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3515 LIMIT 1
182 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` = 3500
AND wkp.`attribute_id` = 0 LIMIT 1
182 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3436
182 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_linklist" LIMIT 1
182 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 = 62 LIMIT 1
182 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3925
181 ms 4 /classes/Product.php:3395
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
181 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4094 LIMIT 1
181 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` = 3436
AND wkp.`attribute_id` = 0 LIMIT 1
181 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
181 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1236 LIMIT 1
181 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3742 LIMIT 1
180 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` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
180 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_lang` FROM `snsps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
180 ms 1 /classes/Language.php:853
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_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
180 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
180 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 13) LIMIT 1
179 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
179 ms 1 /modules/imgstickers/models/StickersImg.php:140
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` = "product")
179 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
179 ms 1 /classes/stock/StockAvailable.php:769
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` = 62 LIMIT 1
179 ms 1 /classes/Category.php:1371
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:176
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
179 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3440 LIMIT 1
179 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
179 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1197
AND wkp.`attribute_id` = 0 LIMIT 1
179 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3830 AND id_shop=1 LIMIT 1
178 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3416 LIMIT 1
178 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3743 LIMIT 1
178 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` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
178 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
178 ms 4 /modules/imgstickers/models/StickersImg.php:77
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 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
178 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3612
AND wkp.`attribute_id` = 0 LIMIT 1
178 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` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
178 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
178 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 21
178 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
177 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3602 LIMIT 1
177 ms 1 /classes/SpecificPrice.php:420
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 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
177 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 21
177 ms 1 /classes/Product.php:2879
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
177 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
177 ms 1 /classes/stock/StockAvailable.php:797
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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 995
177 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4151
177 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1397 LIMIT 1
177 ms 1 /classes/SpecificPrice.php:420
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 `id_module` FROM `snsps_module` WHERE `name` = "cz_blockpaymentlogo" LIMIT 1
177 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
177 ms 1 /classes/order/Order.php:1203
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
176 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
176 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4153) 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_module` FROM `snsps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
176 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4154 AND id_shop=1 LIMIT 1
176 ms 1 /classes/Product.php:6759
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
176 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` = 3512
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_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
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:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
176 ms 1 /modules/imgstickers/models/StickersImg.php:140
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 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
176 ms 1 /classes/stock/StockAvailable.php:797
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
176 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
176 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
176 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
175 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` = 3925
AND wkp.`attribute_id` = 0 LIMIT 1
175 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
175 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
175 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 = 62 LIMIT 1
175 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3926) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
175 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
175 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_toplink" LIMIT 1
175 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3416
175 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` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
174 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4151) 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` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
174 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
174 ms 1 /classes/stock/StockAvailable.php:453
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 = 1197) 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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
174 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3744 AND id_shop=1 LIMIT 1
174 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
174 ms 1 /src/Adapter/EntityMapper.php:76
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
174 ms 1 /classes/stock/StockAvailable.php:453
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
174 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
174 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3743
174 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
173 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`=4257
173 ms 1 /classes/Tag.php:229
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
173 ms 1 /classes/stock/StockAvailable.php:744
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 out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3924) 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 location
FROM `snsps_stock_available`
WHERE (id_product = 3925) 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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
173 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3500
173 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1197
173 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1
172 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1
172 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE b.`id_czblocklink`, b.`url`, b.`new_window`
FROM `snsps_czblocklink` b
172 ms 4 /modules/cz_blocklink/cz_blocklink.php:166
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=6
172 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=3
172 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3440 AND id_shop=1 LIMIT 1
172 ms 1 /classes/Product.php:6759
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 `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1290 LIMIT 1
172 ms 0 /classes/ProductSale.php:259
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
172 ms 1 /classes/Product.php:5622
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: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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3726
172 ms 4 /classes/Product.php:3395
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_group_lang`
WHERE `id_group` = 1
172 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
171 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4160
171 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
171 ms 1 /modules/imgstickers/models/StickersImg.php:140
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_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
171 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4096) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
171 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3924
171 ms 4 /classes/Product.php:3395
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
171 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `snsps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 51 LIMIT 1
171 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3744
171 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
171 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:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1397
170 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
170 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:77
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 location
FROM `snsps_stock_available`
WHERE (id_product = 4159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
170 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
170 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
170 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` = 3512
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_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 995
169 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4259 LIMIT 1
169 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4153) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
169 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE 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
169 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 = 62 LIMIT 1
169 ms 1 /classes/Product.php:5622
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
169 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 = 4259
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
169 ms 0 /classes/Product.php:1651
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_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4096 AND id_shop=1 LIMIT 1
169 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
169 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE 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
169 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 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` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
169 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
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:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3440
168 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3440
AND wkp.`attribute_id` = 0 LIMIT 1
168 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1236
168 ms 1 /classes/Product.php:2879
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
168 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_lang` FROM `snsps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
168 ms 1 /classes/Language.php:853
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 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
168 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4259 LIMIT 1
168 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4154 LIMIT 1
168 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4259 AND id_shop=1 LIMIT 1
168 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
168 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3830
167 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3830 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 = 3924) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
167 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1395
167 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3743
167 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4096) 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 (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
167 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
167 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php: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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4153 AND id_shop=1 LIMIT 1
167 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_tax_lang`
WHERE `id_tax` = 32
167 ms 1 /src/Adapter/EntityMapper.php:84
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_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4256
AND wkp.`attribute_id` = 0 LIMIT 1
167 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4259 AND `id_group` = 1 LIMIT 1
167 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
167 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 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:176
SELECT SQL_NO_CACHE b.`id_cztoplink`, b.`url`, b.`new_window`
FROM `snsps_cztoplink` b ORDER BY `id_cztoplink` DESC
166 ms 3 /modules/cz_toplink/cz_toplink.php:165
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
166 ms 1 /classes/Product.php:1040
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 location
FROM `snsps_stock_available`
WHERE (id_product = 4153) 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 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 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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
166 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1397 LIMIT 1
166 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:77
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` = 4259
166 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
166 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3728
166 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4094) 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 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
165 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4159 LIMIT 1
165 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1397
165 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=2
165 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
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
165 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` = 1236
AND wkp.`attribute_id` = 0 LIMIT 1
165 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1231
165 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4256 LIMIT 1
165 ms 0 /classes/ProductSale.php:259
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
165 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
165 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`=4155
165 ms 1 /classes/Tag.php:229
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_tax` a
WHERE (a.`id_tax` = 32) LIMIT 1
165 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:102
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_category` FROM `snsps_category_product`
WHERE `id_product` = 3602
165 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
165 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_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
164 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4094 AND id_shop=1 LIMIT 1
164 ms 1 /classes/Product.php:6759
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
164 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3512
AND wkp.`attribute_id` = 0 LIMIT 1
164 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1231 AND id_shop=1 LIMIT 1
164 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3925
164 ms 1 /classes/Product.php:2879
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
164 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1396
164 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 995 AND id_shop=1 LIMIT 1
164 ms 1 /classes/Product.php:6759
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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3416 AND id_shop=1 LIMIT 1
164 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
164 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
163 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
163 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
163 ms 1 /classes/stock/StockAvailable.php:769
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 62 LIMIT 1
163 ms 1 /classes/Product.php:5622
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 1 FROM `snsps_specific_price` WHERE id_product = 1197 LIMIT 1
163 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
163 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
162 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
162 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
162 ms 1 /classes/Product.php:5622
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 *
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 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
162 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
162 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4096) 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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
161 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3926) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
161 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
161 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3742 AND id_shop=1 LIMIT 1
161 ms 1 /classes/Product.php:6759
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 *
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
160 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1395 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3926) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
160 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 = 51 LIMIT 1
160 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3515 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")
160 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4257) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
160 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1
160 ms 1 /classes/Manufacturer.php:312
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 `id_module` FROM `snsps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
159 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
159 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`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` = 21 AND id_shop=1 LIMIT 1
159 ms 1 /classes/Product.php:6759
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 out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3925) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
159 ms 1 /classes/stock/StockAvailable.php:769
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
158 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
158 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3924 AND `id_group` = 1 LIMIT 1
158 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3743 AND id_shop=1 LIMIT 1
158 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
158 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
158 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
158 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
158 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1
158 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
158 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_customersignin" LIMIT 1
158 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
157 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
157 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
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` = "category")
157 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3825 AND id_shop=1 LIMIT 1
157 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
157 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1396 AND id_shop=1 LIMIT 1
157 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1397 AND `id_group` = 1 LIMIT 1
157 ms 0 /classes/GroupReduction.php:156
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 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
156 ms 1 /classes/Product.php:1040
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
156 ms 1 /classes/stock/StockAvailable.php:797
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 62 LIMIT 1
156 ms 1 /classes/Product.php:5622
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
156 ms 1 /classes/stock/StockAvailable.php:744
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3515 AND `id_group` = 1 LIMIT 1
155 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4151 AND `id_group` = 1 LIMIT 1
155 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
155 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
155 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3729
155 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4255 LIMIT 1
155 ms 1 /classes/ProductSale.php:259
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 1 FROM `snsps_specific_price` WHERE id_product = 4257 LIMIT 1
154 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3602 AND id_shop=1 LIMIT 1
154 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
154 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3416 LIMIT 1
154 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4151 AND id_shop=1 LIMIT 1
153 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
153 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
153 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
153 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
153 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
153 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
153 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
153 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3612
153 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE id_shop
FROM `snsps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
153 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3729 AND `id_group` = 1 LIMIT 1
152 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
152 ms 1 /classes/order/Order.php:1203
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
152 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
152 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
152 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4256
152 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
152 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
151 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
151 ms 1 /classes/Product.php:5622
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
151 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
151 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4257
150 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4154 AND `id_group` = 1 LIMIT 1
150 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
150 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=4
150 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3515 LIMIT 1
150 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_languageselector" LIMIT 1
150 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
150 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
150 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3436
150 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
150 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3440 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` = 4153 LIMIT 1
150 ms 1 /classes/ProductSale.php:259
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
150 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
149 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
149 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
149 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4155) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
149 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4256 LIMIT 1
149 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
148 ms 4 /modules/imgstickers/models/StickersImg.php:176
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
148 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
148 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
148 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3926 LIMIT 1
148 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3602 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:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
148 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
148 ms 4 /modules/imgstickers/models/StickersImg.php:176
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1396 AND `id_group` = 1 LIMIT 1
147 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
147 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
147 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3924 LIMIT 1
147 ms 1 /classes/ProductSale.php:259
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
147 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3742 AND `id_group` = 1 LIMIT 1
146 ms 0 /classes/GroupReduction.php:156
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 cl.`link_rewrite`
FROM `snsps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 45 LIMIT 1
146 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4155 AND `id_group` = 1 LIMIT 1
146 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=3
146 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE `need_identification_number`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
146 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
146 ms 4 /modules/imgstickers/models/StickersImg.php:77
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
146 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4154 LIMIT 1
145 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
145 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
145 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3926 LIMIT 1
145 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
145 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
145 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
145 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1395 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
145 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4096 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
145 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
144 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4096
144 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
144 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4094
144 ms 3 /classes/Product.php:3395
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
144 ms 1 /classes/Currency.php:1126
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_group`
WHERE `id_group` = 1 LIMIT 1
143 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
143 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1197 LIMIT 1
143 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3726 LIMIT 1
143 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3926 AND id_shop=1 LIMIT 1
143 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3602 AND `id_group` = 1 LIMIT 1
142 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1
142 ms 1 /classes/module/Module.php:2328
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` = 3500 LIMIT 1
142 ms 0 /classes/ProductSale.php:259
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
142 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
142 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3743 AND `id_group` = 1 LIMIT 1
142 ms 0 /classes/GroupReduction.php:156
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
141 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
141 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3926 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` = 21 AND `id_group` = 1 LIMIT 1
141 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
141 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
141 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3830 LIMIT 1
141 ms 0 /classes/ProductSale.php:259
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
140 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
140 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
140 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
140 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
140 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
140 ms 1 /classes/order/Order.php:1203
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
139 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
139 ms 1 /classes/order/Order.php:1203
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
139 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3825 AND `id_group` = 1 LIMIT 1
139 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
138 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
138 ms 1 /src/Adapter/EntityMapper.php:76
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
138 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3925 LIMIT 1
138 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3726
138 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
138 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
138 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
137 ms 1 /classes/module/Module.php:2328
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
137 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3925) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
137 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4094 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 = 1197) 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 1 FROM `snsps_specific_price` WHERE id_product = 3500 LIMIT 1
137 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
137 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3925) 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_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
137 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
136 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
136 ms 1 /classes/order/Order.php:1203
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 (`imgstickers_rule_type` = "product")
136 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
135 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
135 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1231
135 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4094) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
135 ms 1 /classes/stock/StockAvailable.php:797
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
135 ms 1 /classes/stock/StockAvailable.php:769
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
135 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4151 LIMIT 1
135 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
134 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
134 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_currency_lang`
WHERE `id_currency` = 1
134 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`=3612
134 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4257 AND id_shop=1 LIMIT 1
134 ms 1 /classes/Product.php:6759
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")
133 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` = 26 LIMIT 1
133 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3436 LIMIT 1
133 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4155
133 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3612 LIMIT 1
132 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
132 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3500
132 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
132 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3729 LIMIT 1
132 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
132 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
131 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
131 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 21 LIMIT 1
131 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
130 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
130 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3743 LIMIT 1
129 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
129 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
129 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 = 51 LIMIT 1
129 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
129 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
128 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4259
128 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3742
128 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
128 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE id_shop FROM `snsps_employee_shop` WHERE `id_employee` = 7
128 ms 1 /classes/ObjectModel.php:1715
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
127 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
127 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4255
127 ms 5 /classes/Product.php:3395
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
127 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4257
127 ms 5 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1236 AND id_shop=1 LIMIT 1
127 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3515
126 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4155) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
126 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
126 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
126 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `name` FROM `snsps_supplier` WHERE `id_supplier` = 0 LIMIT 1
126 ms 0 /classes/Supplier.php:244
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
126 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
126 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3512
126 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4094 LIMIT 1
125 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3816
125 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
125 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
125 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3925 AND `id_group` = 1 LIMIT 1
125 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1
125 ms 1 /classes/Product.php:5622
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
124 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
124 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3512 LIMIT 1
124 ms 1 /classes/SpecificPrice.php:420
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
124 ms 1 /classes/stock/StockAvailable.php:453
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
124 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
123 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3825
122 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
122 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
122 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
122 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3925 AND id_shop=1 LIMIT 1
122 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3729 LIMIT 1
121 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1197 AND id_shop=1 LIMIT 1
121 ms 1 /classes/Product.php:6759
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
121 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 51 LIMIT 1
121 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
121 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4256 AND id_shop=1 LIMIT 1
120 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
120 ms 1 /classes/Product.php:5622
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")
120 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
120 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
119 ms 1 /modules/imgstickers/models/StickersImg.php:140
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
119 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3816 LIMIT 1
118 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
118 ms 0 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3436 AND id_shop=1 LIMIT 1
118 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
117 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3500 AND id_shop=1 LIMIT 1
117 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE id_shop
FROM `snsps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
116 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
116 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3612 AND id_shop=1 LIMIT 1
116 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
116 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
116 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4155) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
116 ms 1 /classes/stock/StockAvailable.php:797
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1236 AND `id_group` = 1 LIMIT 1
115 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1
115 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
114 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
114 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
114 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4257 AND `id_group` = 1 LIMIT 1
114 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
112 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
112 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
112 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
112 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
112 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
112 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 (`id_imgstickers` = 4)
111 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
111 ms 4 /modules/imgstickers/models/StickersImg.php:102
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` = "category")
110 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
110 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4155 LIMIT 1
110 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
109 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3512 AND `id_group` = 1 LIMIT 1
109 ms 0 /classes/GroupReduction.php:156
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 = 3816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
109 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE 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
109 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3512 AND id_shop=1 LIMIT 1
109 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE id_shop
FROM `snsps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
108 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
108 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
108 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4096 LIMIT 1
108 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
108 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
108 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
106 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
106 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
106 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1197 AND `id_group` = 1 LIMIT 1
105 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
104 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
104 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
104 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4257 LIMIT 1
103 ms 0 /classes/ProductSale.php:259
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 (`id_imgstickers` = 5)
102 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3436 AND `id_group` = 1 LIMIT 1
101 ms 0 /classes/GroupReduction.php:156
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_product_group_reduction_cache`
WHERE `id_product` = 3500 AND `id_group` = 1 LIMIT 1
101 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 5)
101 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1231 LIMIT 1
101 ms 1 /classes/ProductSale.php:259
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
99 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1
97 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3612 AND `id_group` = 1 LIMIT 1
96 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
93 ms 0 /classes/GroupReduction.php:156
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
93 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3612 LIMIT 1
89 ms 0 /classes/ProductSale.php:259

Doubles

369 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>
232 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
82 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`
47 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = <span style="color:blue">XX</span>)
42 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>
41 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>
41 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
41 queries
SELECT `sale_nbr` FROM snsps_product_sale WHERE `id_product` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
41 queries
                SELECT `id_category` FROM `snsps_category_product`
                WHERE `id_product` = <span style="color:blue">XX</span>
41 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>
41 queries
SELECT *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = <span style="color:blue">XX</span>)
41 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>
41 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>
41 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>
41 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>
41 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>
41 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>
41 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>
41 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;
41 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>
41 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>
41 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>
41 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>
41 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>)
41 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>
41 queries
SELECT `id_product_attribute`
            FROM `snsps_product_attribute`
            WHERE `id_product` = <span style="color:blue">XX</span>
41 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>
41 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
21 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>
16 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>
6 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>
6 queries
			SELECT cl.`link_rewrite`
			FROM `snsps_category_lang` cl
			WHERE `id_lang` = <span style="color:blue">XX</span>
			 AND cl.id_shop = <span style="color:blue">XX</span> 
			AND cl.`id_category` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
5 queries
SELECT * FROM `snsps_wk_preorder_product_customer` wkpc INNER JOIN snsps_wk_preorder_product_customer_shop wk_preorder_product_customer_shop
        ON (wk_preorder_product_customer_shop.id_wk_preorder_product_customer = wkpc.id_wk_preorder_product_customer AND wk_preorder_product_customer_shop.id_shop = <span style="color:blue">XX</span>)
            WHERE wkpc.`product_id`  = <span style="color:blue">XX</span>
            AND wkpc.`attribute_id`= <span style="color:blue">XX</span>
            AND wkpc.`disallow_order` = <span style="color:blue">XX</span>
4 queries
					SELECT `id_lang`, `text`
					FROM snsps_czblocklink_lang
					WHERE `id_czblocklink`=<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

371 wk_preorder_product_shop
371 wk_preorder_product
357 imgstickers
208 stock_available
208 product_shop
208 product
126 product_attribute
123 product_attribute_shop
123 image
123 image_shop
83 cart_product
82 product_lang
82 image_lang
51 category_lang
44 product_attribute_combination
43 category_product
43 product_sale
42 feature_shop
42 specific_price
42 feature
42 feature_lang
41 attribute_group
41 wk_wishlist
41 attribute_lang
41 attribute
41 feature_value_lang
41 product_tag
41 orders
41 feature_product
41 pack
41 tag
41 product_group_reduction_cache
23 module
23 module_shop
10 cms
10 cms_lang
10 cms_shop
9 hook
7 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 380 /override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/override/classes/Cart.php [408]
/modules/preorder/preorder.php [1629]
/modules/preorder/preorder.php [1661]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/override/classes/Product.php [92]
/modules/preorder/preorder.php [2583]
/modules/preorder/classes/PreorderHelper.php [184]
/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 123 /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]
/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]
/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 45 /classes/shop/Shop.php [469]
/classes/Product.php [3663]
/classes/Product.php [3773]
/classes/Product.php [5848]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/classes/Product.php [736]
/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 41 /modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/modules/imgstickers/imgstickers.php [319]
/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 41 /modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/modules/wkwishlist/wkwishlist.php [313]
/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 41 /classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/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/ImageManager.php
735 /classes/Smarty/SmartyDevTemplate.php
736 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
737 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
738 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
739 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
740 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
741 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
742 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
743 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
744 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
745 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
746 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
747 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
748 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
749 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
750 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
751 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
752 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
753 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
754 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
755 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
756 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
757 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
758 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
759 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
760 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
761 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
762 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
763 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
764 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
765 /var/cache/dev/smarty/compile/Ritools/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
766 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
767 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
768 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
769 /var/cache/dev/smarty/compile/Ritools/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
770 /src/Core/Product/Search/Pagination.php
771 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
772 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
773 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/f1/69/4b/f1694b9c26f75465cfbb98c1b0d722f4b0a7b8b2_2.module.preorderviewstemplateshoo.php
774 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
775 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
776 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/33/93/3c/33933c9fb293f78967189883629fcf88c9463025_2.file.category.tpl.php
777 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/4d/02/49/4d02494b0082730ca59b8497a9781241522aac36_2.file.product-list.tpl.php
778 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/0c/a3/cd/0ca3cdb46713ecc4026bc8de6f9a25abc11c7692_2.file.layout-left-column.tpl.php
779 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/84/b3/b2/84b3b24f0a702c26709f507cb64430764c553678_2.file.layout-both-columns.tpl.php
780 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/00/7a/f7/007af72f16164d414992d924c21f447f02c04238_2.file.head.tpl.php
781 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
782 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/c0/e5/74/c0e574d554b11234c5499c5f66b911aa87cb57fa_2.file.head-jsonld.tpl.php
783 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/23/1f/d4/231fd4f18ba34c733c558cbc00c267ba31542ba5_2.file.product-list-jsonld.tpl.php
784 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
785 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
786 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
787 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/34/37/c6/3437c6c40e88fc504129c996f3fec6f79f92786c_2.file.pagination-seo.tpl.php
788 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/5a/2a/f2/5a2af2d8743b0126fda9a7d0aa080f3572fc863d_2.file.stylesheets.tpl.php
789 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/f8/f6/83/f8f683f36c1d2b5ea33e5f6b30975b46cc1225b4_2.file.javascript.tpl.php
790 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/38/7a/7a/387a7addeb544d5053a16ddb8c34cfae73056d51_2.file.product-activation.tpl.php
791 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/42/e3/c7/42e3c70240036dbf79593fb6ed49b313dcdabf8d_2.file.header.tpl.php
792 /var/cache/dev/smarty/compile/Ritools/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.pssocialfollowpssocialfol.php
793 /modules/ps_languageselector/ps_languageselector.php
794 /modules/ps_currencyselector/ps_currencyselector.php
795 /modules/ps_customersignin/ps_customersignin.php
796 /var/cache/dev/smarty/compile/Ritools/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.pscustomersigninpscustome.php
797 /modules/cz_toplink/cz_toplink.php
798 /var/cache/dev/smarty/compile/Ritools/48/c2/cf/48c2cf3dc46510adf366bd7c2648e00e77702ca5_2.module.cztoplinkviewstemplatesho.php
799 /vendor/smarty/smarty/libs/plugins/modifiercompiler.count_characters.php
800 /var/cache/dev/smarty/compile/Ritools/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
801 /var/cache/dev/smarty/compile/Ritools/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.pssearchbarpssearchbar.tp.php
802 /modules/ps_mainmenu/ps_mainmenu.php
803 /modules/ps_mainmenu/ps_menutoplinks.class.php
804 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
805 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
806 /var/cache/dev/smarty/compile/Ritools/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.psmainmenupsmainmenu.tpl.php
807 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
808 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/11/2a/c3/112ac3c36b818dafab70097cc2bbd0eb2204c02b_2.file.notifications.tpl.php
809 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/4a/1a/5e/4a1a5ed4cadcc3666149f672992fc2efc1125a90_2.file.breadcrumb.tpl.php
810 /var/cache/dev/smarty/compile/Ritools/fb/fa/fc/fbfafc7ea0d0d0dbe62e36ca5b9cb5929b68ccd2_2.module.czverticalmenuviewstempla.php
811 /var/cache/dev/smarty/compile/Ritools/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
812 /modules/cz_blocklink/cz_blocklink.php
813 /var/cache/dev/smarty/compile/Ritools/f0/be/ff/f0beff05d94fbd118054211fa781a4f8bf91ced2_2.module.czblocklinkviewstemplates.php
814 /classes/Employee.php
815 /var/cache/dev/smarty/compile/Ritools/b8/cb/02/b8cb02f74fd746939d0f12421b9ee7223492dd21_2.file.categories_menu.tpl.php
816 /modules/psblog/translations/ro.php
817 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/9f/da/00/9fda00af35d39d47fc6311f81e5bda379577f02f_2.file.products-top.tpl.php
818 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/35/00/ed/3500ed482b0111726efe6999b52534bbfe5b960a_2.file.sort-orders.tpl.php
819 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/b2/30/3c/b2303c27fd230c8d682fe89a8745037d4d31b7b3_2.file.products.tpl.php
820 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/b5/e8/85/b5e88527fc67eb453aa1fdc87e35a06e31b29bde_2.file.product-listgrid.tpl.php
821 /classes/Supplier.php
822 /classes/Tag.php
823 /classes/ProductSale.php
824 /var/cache/dev/smarty/compile/Ritools/88/3a/ab/883aab0c86bac0ac0a42af18d6f0fd568b62199b_2.file.list_hook.tpl.php
825 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
826 /modules/cz_imagehover/cz_imagehover.php
827 /var/cache/dev/smarty/compile/Ritools/2f/a6/41/2fa64164414eabdf3cef7b5b4dad10cf6c08091a_2.file.cz_imagehover.tpl.php
828 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/67/89/da/6789da6388daa0ea786756a16fc41eebb5c71194_2.file.product-flags.tpl.php
829 /src/Adapter/ContainerFinder.php
830 /modules/productcomments/src/Repository/ProductCommentRepository.php
831 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
832 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
833 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php
834 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php
835 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
836 /vendor/doctrine/doctrine-bundle/Registry.php
837 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
838 /vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php
839 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php
840 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php
841 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
842 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php
843 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
844 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php
845 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php
846 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php
847 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php
848 /vendor/symfony/service-contracts/ResetInterface.php
849 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
850 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
851 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
852 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
853 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
854 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
855 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
856 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
857 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
858 /vendor/doctrine/event-manager/src/EventManager.php
859 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
860 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
861 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
862 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
863 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
864 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
865 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
866 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
867 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
868 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
869 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
870 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
871 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
872 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
873 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
874 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
875 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
876 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
877 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
878 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
879 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
884 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
885 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
886 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
887 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
888 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
889 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
890 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
891 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
892 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
893 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
894 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
895 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
896 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
897 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
898 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
899 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
900 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
901 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
902 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
903 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
904 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
905 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
906 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
907 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
908 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
909 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
910 /modules/productcomments/src/Entity/ProductComment.php
911 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
912 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
913 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Proxy.php
914 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Proxy.php
915 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php
916 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
917 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
918 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
919 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
920 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
921 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
922 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
923 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
924 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
925 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
926 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
927 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
928 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
929 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
930 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
931 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
932 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
933 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
934 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
935 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php
936 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadataFactory.php
937 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
938 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
939 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ReflectionService.php
940 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
941 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
942 /vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php
943 /vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php
944 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
945 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
946 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
947 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
948 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php
949 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
950 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
951 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
952 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
953 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
954 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
955 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
956 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
957 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
958 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
959 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
960 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
961 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
962 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
963 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
964 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
965 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
966 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
967 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
968 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
969 /var/cache/dev/smarty/compile/Ritools/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstempl.php
970 /var/cache/dev/smarty/compile/Ritools/5f/7b/dc/5f7bdc80cb90095477280a40b60570dcc50bbcdc_2.module.wkwishlistviewstemplatesh.php
971 /var/cache/dev/smarty/compile/Ritools/fd/b5/6f/fdb56f3b660dd2b5fe0813850b7b9bf2f8584628_2.file.wishlistdropdown.tpl.php
972 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/71/4b/e2/714be2e92001a15fa9ab3fbdac88d9cf7249cb8f_2.file.pagination.tpl.php
973 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/fc/22/8e/fc228ebb823f275665c29fc1b748d723a5c30d27_2.file.products-bottom.tpl.php
974 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/02/dc/6a/02dc6a6cfbea34a7c74baab706ca3963103313de_2.file.footer.tpl.php
975 /modules/cz_footercmsblock/cz_footercmsblock.php
976 /modules/cz_footercmsblock/classes/FooterCmsBlock.php
977 /var/cache/dev/smarty/compile/Ritools/fc/46/15/fc4615098a1b5369f78949bff43869f40de69c9d_2.module.czfootercmsblockviewstemp.php
978 /modules/ps_linklist/ps_linklist.php
979 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
980 /modules/ps_linklist/src/Filter/LinkFilter.php
981 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
982 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
983 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
984 /modules/ps_linklist/src/Model/LinkBlock.php
985 /classes/CMS.php
986 /var/cache/dev/smarty/compile/Ritools/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.pslinklistviewstemplatesh.php
987 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
988 /var/cache/dev/smarty/compile/Ritools/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php
989 /modules/ps_contactinfo/ps_contactinfo.php
990 /var/cache/dev/smarty/compile/Ritools/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.pscontactinfopscontactinf.php
991 /var/cache/dev/smarty/compile/Ritools/08/88/fd/0888fd8aaedec3bc653e3266117810be8e49d97a_2.module.wkwishlistviewstemplatesh.php
992 /modules/tawkto/tawkto.php
993 /modules/tawkto/translations/ro.php
994 /var/cache/dev/smarty/compile/Ritools/1f/da/fa/1fdafa859e2284f4fee23ec9572b9ebd1862379f_2.module.czblockpaymentlogoviewste.php
995 /modules/czuecookie/czuecookie.php
996 /var/cache/dev/smarty/compile/Ritools/24/ba/0d/24ba0d22d624f8a7251eb796756a5a34a55da4b1_2.file.czuecookie.tpl.php
997 /modules/czuecookie/translations/ro.php
998 /modules/statsdata/statsdata.php
999 /modules/statsdata/translations/ro.php
1000 /classes/Connection.php
1001 /classes/ConnectionsSource.php