Filtrare dupa

Categorii

Categorii

Serie

Serie

Accesibilitate

Accesibilitate

Disponibilitate

Disponibilitate

Categorii Blog

Categorii Blog

Filtre active

  • Producator: Bandai Spirits
  • Serie: 30MS / 30 Minutes Sisters
  • Serie: Gundam 0079
Load Time 2461 ms
Querying Time 559 ms
Queries 1892
Memory Peak Usage 71.3 Mb
Included Files 1001 files - 10.59 Mb
PrestaShop Cache - Mb
Global vars 0.32 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 48 ms 52 ms 1.26 Mb 6.1 Mb
checkAccess 0 ms 52 ms - Mb 6.1 Mb
setMedia 14 ms 66 ms 1.59 Mb 7.5 Mb
postProcess 0 ms 66 ms - Mb 7.5 Mb
initHeader 0 ms 66 ms - Mb 7.5 Mb
initContent 587 ms 653 ms 22.03 Mb 29.8 Mb
initFooter 0 ms 653 ms - Mb 29.8 Mb
display 1808 ms 2461 ms 40.91 Mb 71.3 Mb
Hook Time Memory Usage
DisplayProductSticker 412 ms 24.86 Mb
DisplayProductListReviews 351 ms 2.98 Mb
displayProductListReviews 148 ms 1.18 Mb
DisplayCzHoverImage 142 ms 2.25 Mb
displayFooter 24 ms 1.17 Mb
ActionProductFlagsModifier 22 ms 1.70 Mb
displayTop 12 ms 0.22 Mb
displayLeftColumn 11 ms 0.35 Mb
displayNav2 9 ms 0.23 Mb
ActionFrontControllerSetMedia 7 ms 0.89 Mb
LeftColumn 7 ms 0.24 Mb
displayNav1 6 ms 0.19 Mb
displayNavFullWidth 6 ms 0.13 Mb
DisplayHeader 5 ms 0.93 Mb
displayFooterAfter 3 ms 0.09 Mb
DisplayFooter 3 ms 0.02 Mb
DisplayCzCookie 2 ms 0.01 Mb
displayFooterBefore 2 ms 0.07 Mb
DisplayLeftColumn 2 ms 0.12 Mb
ProductSearchProvider 2 ms 0.42 Mb
DisplayBanner 1 ms 0.05 Mb
DisplayBeforeBodyClosingTag 1 ms 0.05 Mb
DisplayProductPriceBlock 1 ms 0.10 Mb
Header 0 ms 0.07 Mb
DisplayOverrideTemplate 0 ms - Mb
ModuleRoutes 0 ms - Mb
DisplayMyAccountBlock 0 ms - Mb
27 hook(s) 1179 ms 38.33 Mb
Module Time Memory Usage
psblog 25 ms 2.28 Mb
ps_socialfollow 9 ms 0.34 Mb
wkwishlist 357 ms 3.29 Mb
ps_emailalerts 1 ms 0.08 Mb
preorder 29 ms 2.50 Mb
notifyme 2 ms 0.25 Mb
productcomments 149 ms 1.38 Mb
ps_searchbar 4 ms 0.38 Mb
ps_shoppingcart 10 ms 0.23 Mb
cz_imageslider 1 ms 0.21 Mb
cz_blockpaymentlogo 3 ms 0.11 Mb
imgstickers 412 ms 24.91 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.58 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 7 ms 0.16 Mb
cz_blocklink 5 ms 0.19 Mb
cz_imagehover 142 ms 2.28 Mb
cz_footercmsblock 3 ms 0.10 Mb
ps_linklist 14 ms 0.95 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) 1211 ms 41.50 Mb

Stopwatch SQL - 1892 queries

Query Time (ms) Rows Filesort Group By Location
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 = 457
LIMIT 1
9832 ms 1 /classes/ProductAssembler.php:106
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) LEFT JOIN snsps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (259, 146))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='5' AND cp.id_category='2' 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
5713 ms 10962721 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) LEFT JOIN snsps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (259, 146))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='5' AND cp.id_category='2' GROUP BY p.id_product) p LEFT JOIN snsps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (259, 146)))
3847 ms 308 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3529
LIMIT 1
2731 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `snsps_module` m
INNER JOIN snsps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `snsps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `snsps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `snsps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `snsps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2703 ms 77 Yes Yes /classes/Hook.php:1183
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `snsps_feature_value` v LEFT JOIN `snsps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `snsps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 4 ORDER BY vl.`value` ASC
2603 ms 165 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
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
1941 ms 66 Yes /classes/Manufacturer.php:207
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`)
1889 ms 722 /classes/Configuration.php:160
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` = 4186
ORDER BY `position`
1817 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 = 2847
LIMIT 1
1770 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1
1619 ms 1 /classes/module/Module.php:2328
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
1490 ms 0 /classes/Hook.php:1243
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4080
LIMIT 1
1379 ms 1 /classes/ProductAssembler.php:106
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
1359 ms 364 /classes/Hook.php:504
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` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1234 ms 9 Yes Yes /classes/Category.php:919
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 410)
1208 ms 1 /classes/Product.php:3829
SHOW TABLES LIKE '%psblog_blog%'
1195 ms 1 /modules/psblog/psblog.php:60
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (542) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1191 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
1174 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE lower(name) as name
FROM `snsps_hook` h
WHERE (h.active = 1)
1164 ms 803 /classes/Hook.php:1283
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
1157 ms 3 Yes Yes /modules/psblog/classes/blog.php:256
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 = 3562
LIMIT 1
1065 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` = 4134
AND wkp.`attribute_id` = 0 LIMIT 1
1057 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
1055 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `snsps_hook`
1012 ms 803 /classes/Hook.php:1243
SELECT SQL_NO_CACHE pa.`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 (410) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1000 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` = 463
ORDER BY `position`
971 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (413) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
951 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 (4186) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
943 ms 1 Yes Yes /classes/Product.php: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` = 3918 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` = 3918 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
929 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE data FROM snsps_layered_filter_block WHERE hash="6264fc1338945093562747138b2420c4" LIMIT 1
919 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:183
SELECT SQL_NO_CACHE pa.`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 (463) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
919 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 3529 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
919 ms 1 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE pa.`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 (407) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
909 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 4080 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
909 ms 1 Yes /classes/SpecificPrice.php:561
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` = 3967
ORDER BY `position`
906 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 = 3918
ORDER BY f.position ASC
886 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` = 3529 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` = 3529 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
882 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 (446) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
880 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` = 246
ORDER BY `position`
828 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 171
LIMIT 1
816 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` = 3529
ORDER BY `position`
808 ms 8 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` = 457 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` = 457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
807 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` = 4134
ORDER BY `position`
802 ms 3 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` = 473 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` = 473 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
791 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 = 457
ORDER BY f.position ASC
785 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 546
LIMIT 1
770 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` = 4116
AND wkp.`attribute_id` = 0 LIMIT 1
753 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 = 130
LIMIT 1
752 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
749 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` = 457
AND image_shop.`cover` = 1 LIMIT 1
743 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` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
735 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 = 463
LIMIT 1
733 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` = 542
ORDER BY `position`
722 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 473
ORDER BY f.position ASC
721 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 (433) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
721 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
718 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` = 3654
AND wkp.`attribute_id` = 0 LIMIT 1
715 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
714 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE "thumb" FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = "snsmodelkits_101modelkitspsdb" AND TABLE_NAME = "snsps_psblog_blog" AND COLUMN_NAME = "thumb"
714 ms 0 /modules/psblog/psblog.php:60
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
712 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 410
ORDER BY `position`
692 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
692 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` = 3918) AND (b.`id_shop` = 1) LIMIT 1
690 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` = 457) AND (b.`id_shop` = 1) LIMIT 1
683 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` = 413
ORDER BY `position`
682 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3562
ORDER BY `position`
678 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 = 3967
LIMIT 1
678 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 = 772
LIMIT 1
676 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` = 3918
ORDER BY `position`
674 ms 9 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
673 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE pa.`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 (3967) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
672 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` = 3529
ORDER BY `position`
672 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` = 3529) AND (b.`id_shop` = 1) LIMIT 1
665 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` = 914
ORDER BY `position`
665 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` = 4011
ORDER BY `position`
658 ms 2 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 (33) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
653 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 = 3994
ORDER BY f.position ASC
651 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` = 463
AND wkp.`attribute_id` = 0 LIMIT 1
647 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
647 ms 63 Yes /classes/Dispatcher.php:650
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` = 457
ORDER BY `position`
645 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 463 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` = 463 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
644 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` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
643 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` = 171
ORDER BY `position`
641 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` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
639 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 = 246
ORDER BY f.position ASC
638 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` = 426
ORDER BY `position`
634 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` = 4080 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` = 4080 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
629 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` = 3918
AND wkp.`attribute_id` = 0 LIMIT 1
628 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
623 ms 0 /classes/module/Module.php:2328
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` = 33) AND (b.`id_shop` = 1) LIMIT 1
622 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
622 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 = 156
LIMIT 1
619 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
617 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
611 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
611 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 = 3562
ORDER BY f.position ASC
610 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 3967 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
608 ms 1 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 3562 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` = 3562 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
607 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 = 4011
LIMIT 1
607 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` = 246 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` = 246 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
605 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` = 2847
ORDER BY `position`
604 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 = 4080
ORDER BY f.position ASC
604 ms 6 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` = 171
AND image_shop.`cover` = 1 LIMIT 1
600 ms 4 /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 = 463
ORDER BY f.position ASC
599 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` = 130
ORDER BY `position`
597 ms 4 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` = 473) AND (b.`id_shop` = 1) LIMIT 1
597 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` = 914
AND wkp.`attribute_id` = 0 LIMIT 1
596 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 = 3994
LIMIT 1
596 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 = 4185
LIMIT 1
595 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
589 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
589 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` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
588 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `snsps_module` m
LEFT JOIN `snsps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
586 ms 99 /classes/module/Module.php:340
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 = 1857
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
578 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 (3562) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
577 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 (447) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
576 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
574 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 (3654) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
568 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` = 3967
AND wkp.`attribute_id` = 0 LIMIT 1
565 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` = 130 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` = 130 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
564 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` = 433
ORDER BY `position`
564 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
563 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 = 410
LIMIT 1
562 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 (246) 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 = 246
LIMIT 1
562 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` = 463
AND wkp.`attribute_id` = 0 LIMIT 1
561 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
561 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` = 457
ORDER BY `position`
560 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
559 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
558 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` = 3994) AND (b.`id_shop` = 1) LIMIT 1
554 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 = 2978
LIMIT 1
554 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` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
552 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 171 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
546 ms 1 Yes /classes/SpecificPrice.php:561
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`=1857
546 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 = 4185 LIMIT 1
543 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 = 1857 LIMIT 1
542 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
541 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` = 3562
ORDER BY `position`
539 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 = 4186
LIMIT 1
538 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` = 473
ORDER BY `position`
537 ms 4 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 = 3529
ORDER BY f.position ASC
536 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` = 4011
AND wkp.`attribute_id` = 0 LIMIT 1
536 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4186
AND wkp.`attribute_id` = 0 LIMIT 1
536 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
535 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 = 473
LIMIT 1
535 ms 1 /classes/ProductAssembler.php:106
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 = 3994
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
535 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` = 3529)
534 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` = 156 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` = 156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
531 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 = 33
LIMIT 1
528 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` = 3994 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` = 3994 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
527 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 772 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
527 ms 1 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE pa.`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 (4011) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
526 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` = 463
ORDER BY `position`
526 ms 11 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` = 4080)
523 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 156
ORDER BY f.position ASC
523 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 446
LIMIT 1
522 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `snsps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1
522 ms 152881 /classes/SpecificPrice.php:287
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 457
AND wkp.`attribute_id` = 0 LIMIT 1
520 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 = 4146
LIMIT 1
517 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `snsps_specific_price` WHERE `id_product` != 0
516 ms 391 /classes/SpecificPrice.php:295
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 = 426
LIMIT 1
516 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 542
LIMIT 1
515 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` = 246
ORDER BY `position`
515 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` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
514 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 = 407
LIMIT 1
514 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` = 246) AND (b.`id_shop` = 1) LIMIT 1
511 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 = 4134
LIMIT 1
506 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` = 3529
AND image_shop.`cover` = 1 LIMIT 1
506 ms 8 /classes/Product.php:3542
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 = 413
LIMIT 1
504 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
504 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 = 476
LIMIT 1
503 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 = 1610
LIMIT 1
503 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` = 457
AND wkp.`attribute_id` = 0 LIMIT 1
502 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 = 914
LIMIT 1
502 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` = 3562) AND (b.`id_shop` = 1) LIMIT 1
501 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 = 160
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
501 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 130) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
500 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` = 413
AND wkp.`attribute_id` = 0 LIMIT 1
500 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 = 1610
ORDER BY f.position ASC
499 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` = 3562
AND wkp.`attribute_id` = 0 LIMIT 1
497 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` = 4080
AND image_shop.`cover` = 1 LIMIT 1
496 ms 3 /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` = 4080) AND (b.`id_shop` = 1) LIMIT 1
496 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 = 3918
LIMIT 1
495 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` = 463
AND wkp.`attribute_id` = 0 LIMIT 1
495 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 457
AND wkp.`attribute_id` = 0 LIMIT 1
495 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` = 446
ORDER BY `position`
494 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
492 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 457
AND wkp.`attribute_id` = 0 LIMIT 1
492 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` < 2) AND (a0.`nright` > 125) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
492 ms 1 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 433 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` = 433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
491 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 (914) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
487 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`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 (4145) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
486 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`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 (4185) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
485 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 (4116) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
485 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` = 407
ORDER BY `position`
485 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` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
484 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 = 473
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
483 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 (3918) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
483 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 = 3654
LIMIT 1
483 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 457 LIMIT 1
483 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4116) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
483 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
482 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4144) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
477 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 = 160
LIMIT 1
477 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 = 433
LIMIT 1
475 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 4146 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
475 ms 1 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 473
AND wkp.`attribute_id` = 0 LIMIT 1
471 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 (457) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
470 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 446 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` = 446 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
470 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` = 426 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` = 426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
469 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 = 407
ORDER BY f.position ASC
467 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` = 4116 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` = 4116 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
466 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 (3529) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
466 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 = 4146
ORDER BY f.position ASC
465 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` = 407
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` = "category")
464 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` = 542
AND wkp.`attribute_id` = 0 LIMIT 1
463 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` = 4146 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` = 4146 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
463 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` = 473
AND wkp.`attribute_id` = 0 LIMIT 1
463 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 (473) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
462 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE 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 = 433
ORDER BY f.position ASC
462 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 4011 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
462 ms 1 Yes /classes/SpecificPrice.php:561
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` = 3994
ORDER BY `position`
462 ms 9 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 (171) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
461 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
461 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 171
AND wkp.`attribute_id` = 0 LIMIT 1
460 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 (4146) 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 pa.`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 (4134) 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_wishlist` sl
WHERE (sl.`id_customer` = 0)
457 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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 = 246
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
457 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 = 161
LIMIT 1
456 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` = 457
AND wkp.`attribute_id` = 0 LIMIT 1
455 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
455 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4080
AND wkp.`attribute_id` = 0 LIMIT 1
454 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 = 4145
LIMIT 1
454 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
453 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` = 33
ORDER BY `position`
453 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` = 413
AND wkp.`attribute_id` = 0 LIMIT 1
451 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 (156) 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 pa.`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 (4080) 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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
449 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 457
AND wkp.`attribute_id` = 0 LIMIT 1
449 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` = 1610 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` = 1610 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
448 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
448 ms 4 /modules/imgstickers/models/StickersImg.php:176
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 = 1857
LIMIT 1
447 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` = 3918
AND wkp.`attribute_id` = 0 LIMIT 1
446 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 457
AND wkp.`attribute_id` = 0 LIMIT 1
446 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` = 3967 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` = 3967 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
446 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 410 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` = 410 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
446 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE 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 = 447
LIMIT 1
444 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 = 4116
ORDER BY f.position ASC
443 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
442 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 (772) 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_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 426
AND wkp.`attribute_id` = 0 LIMIT 1
442 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` = 407 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` = 407 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
442 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2978
ORDER BY f.position ASC
441 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` = 4080
ORDER BY `position`
441 ms 3 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 = 426
ORDER BY f.position ASC
441 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE format
FROM `snsps_address_format`
WHERE `id_country` = 36 LIMIT 1
441 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` = 3967
AND wkp.`attribute_id` = 0 LIMIT 1
440 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` = 2978 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` = 2978 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
440 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
439 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
439 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 = 4144
LIMIT 1
439 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` = 156
ORDER BY `position`
439 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (476) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
439 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 = 2847
ORDER BY f.position ASC
439 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 (1857) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
439 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` = 4186 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` = 4186 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 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 = 446
ORDER BY f.position ASC
437 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-08 00:00:00',
INTERVAL 1 DAY
)
) > 0) as new
FROM snsps_product p
LEFT JOIN snsps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN snsps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN snsps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4116
LIMIT 1
437 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 (2847) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
437 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3654 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` = 3654 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
437 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`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 (546) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
437 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`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 (130) 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 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 = 914
ORDER BY f.position ASC
434 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` = 33 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` = 33 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
433 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 = 4134
ORDER BY f.position ASC
432 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` = 4145
ORDER BY `position`
432 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` = 457
AND wkp.`attribute_id` = 0 LIMIT 1
431 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 = 410
ORDER BY f.position ASC
430 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 = 772
ORDER BY f.position ASC
430 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 (426) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
429 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 772 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` = 772 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
428 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 4134 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` = 4134 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 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 = 476
ORDER BY f.position ASC
427 ms 6 Yes /classes/Product.php:5905
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` = 2) LIMIT 1
427 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3967
ORDER BY f.position ASC
427 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` = 130
ORDER BY `position`
427 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` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
425 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
425 ms 4 /modules/imgstickers/models/StickersImg.php:77
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 = 542
ORDER BY f.position ASC
424 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` = 2847 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` = 2847 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
424 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` = 407
AND wkp.`attribute_id` = 0 LIMIT 1
423 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` = 246)
423 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` = 4186
AND wkp.`attribute_id` = 0 LIMIT 1
423 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` = 542 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` = 542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
422 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` = 914 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` = 914 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
422 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
421 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `snsps_product_attribute` pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `snsps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `snsps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `snsps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `snsps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (161) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
418 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` = 433
AND wkp.`attribute_id` = 0 LIMIT 1
416 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 (2978) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
415 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` = 4116
ORDER BY `position`
414 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 156) AND (b.`id_shop` = 1) LIMIT 1
413 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 = 130
ORDER BY f.position ASC
412 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` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
412 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
412 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` = 772
ORDER BY `position`
411 ms 2 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 = 4186
ORDER BY f.position ASC
411 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` = 4080
AND wkp.`attribute_id` = 0 LIMIT 1
410 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 130 AND `id_group` = 1 LIMIT 1
410 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` = 4080
AND wkp.`attribute_id` = 0 LIMIT 1
410 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
408 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 = 3654
ORDER BY f.position ASC
408 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 = 410
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
407 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE 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 = 407
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
406 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` = 413
AND wkp.`attribute_id` = 0 LIMIT 1
405 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3918
AND wkp.`attribute_id` = 0 LIMIT 1
405 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 = 4185
ORDER BY f.position ASC
404 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
403 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 (160) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
403 ms 1 Yes Yes /classes/Product.php:4487
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
402 ms 36 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
402 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` = 446) AND (b.`id_shop` = 1) LIMIT 1
401 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 772 LIMIT 1
401 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 4116
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
401 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
401 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` = 160
ORDER BY `position`
400 ms 9 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 (3994) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
400 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` = 463) AND (b.`id_shop` = 1) LIMIT 1
400 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 = 33
ORDER BY f.position ASC
400 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
399 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` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
399 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` = 407) AND (b.`id_shop` = 1) LIMIT 1
399 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 = 457
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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 4185 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` = 4185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
398 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
398 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` = 433) AND (b.`id_shop` = 1) LIMIT 1
397 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4145
AND wkp.`attribute_id` = 0 LIMIT 1
396 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
396 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 33
AND wkp.`attribute_id` = 0 LIMIT 1
396 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 476
ORDER BY `position`
395 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4011 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` = 4011 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
395 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` = 4116) AND (b.`id_shop` = 1) LIMIT 1
394 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 457) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
392 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4080 LIMIT 1
392 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 4185 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
391 ms 1 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 447 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` = 447 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
391 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 457)
390 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 447
ORDER BY f.position ASC
390 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` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
390 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 = 413
ORDER BY f.position ASC
390 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 = 4144
ORDER BY f.position ASC
390 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1857 LIMIT 1
389 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
389 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` = 473
AND wkp.`attribute_id` = 0 LIMIT 1
389 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 = 161
ORDER BY f.position ASC
389 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 = 4186
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
389 ms 0 /classes/Product.php:1651
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` = 63) AND (b.`id_shop` = 1) LIMIT 1
388 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
388 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
388 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 160
ORDER BY `position`
387 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
387 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` = 4185
ORDER BY `position`
387 ms 6 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` = 4116
ORDER BY `position`
387 ms 11 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
386 ms 1 /classes/CartRule.php:383
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 = 407 LIMIT 1
386 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` = 476) AND (b.`id_shop` = 1) LIMIT 1
386 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 = 246 LIMIT 1
386 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` = 2978
AND wkp.`attribute_id` = 0 LIMIT 1
385 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` = 160) AND (b.`id_shop` = 1) LIMIT 1
385 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
385 ms 9 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 546 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` = 546 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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 426
AND wkp.`attribute_id` = 0 LIMIT 1
384 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 410
ORDER BY `position`
384 ms 9 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
384 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` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
383 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
383 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` = 476
ORDER BY `position`
383 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 161
ORDER BY `position`
382 ms 10 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_product` a
LEFT JOIN `snsps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `snsps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 426) 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` = 4080
AND wkp.`attribute_id` = 0 LIMIT 1
380 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` = 1857
ORDER BY `position`
380 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 4116 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
379 ms 1 Yes /classes/SpecificPrice.php:561
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` = 433
ORDER BY `position`
379 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 914
ORDER BY `position`
379 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` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
378 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` = 542) AND (b.`id_shop` = 1) LIMIT 1
378 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` = 4144
ORDER BY `position`
378 ms 6 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` = 4146) AND (b.`id_shop` = 1) LIMIT 1
377 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` = 426
ORDER BY `position`
377 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 171
ORDER BY f.position ASC
377 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 = 160 LIMIT 1
376 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 4145 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
376 ms 1 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) 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` = 4145 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` = 4145 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_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` = 410) AND (b.`id_shop` = 1) LIMIT 1
375 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` = 914) AND (b.`id_shop` = 1) LIMIT 1
374 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_category` a
LEFT JOIN `snsps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `snsps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1
374 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 4144 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
374 ms 1 Yes /classes/SpecificPrice.php:561
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` = 3967) 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` = 156
ORDER BY `position`
373 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` = 1610
ORDER BY `position`
372 ms 4 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` = 4144 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` = 4144 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
372 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` = 2) AND (b.`id_shop` = 1) LIMIT 1
372 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` = 171 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` = 171 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
372 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 = 1857
ORDER BY f.position ASC
372 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM snsps_feature_product pf
LEFT JOIN snsps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN snsps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN snsps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN snsps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 160
ORDER BY f.position ASC
371 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` = 473
ORDER BY `position`
371 ms 4 Yes /classes/Product.php:3517
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 = 457 LIMIT 1
371 ms 1 /classes/Product.php:1040
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 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 = 4011
ORDER BY f.position ASC
370 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` = 476 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` = 476 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
370 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` = 2847
AND wkp.`attribute_id` = 0 LIMIT 1
369 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
368 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` = 3994
ORDER BY `position`
368 ms 9 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 (1610) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
368 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` = 4146
ORDER BY `position`
368 ms 7 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` = 161 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` = 161 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
367 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`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` = 3562
AND image_shop.`cover` = 1 LIMIT 1
366 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 542
ORDER BY `position`
366 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` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
366 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
364 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` = 33
ORDER BY `position`
364 ms 4 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` = 4186) AND (b.`id_shop` = 1) LIMIT 1
363 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 = 4145
ORDER BY f.position ASC
363 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` = 4080
ORDER BY `position`
363 ms 3 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` = 413 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` = 413 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
363 ms 0 /classes/Cart.php:1429
(SELECT 1 FROM `snsps_cart_rule` WHERE date_to >= "2026-06-08 00:00:00" AND date_to <= "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `snsps_cart_rule` WHERE date_from >= "2026-06-08 00:00:00" AND date_from <= "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `snsps_cart_rule` WHERE date_from < "2026-06-08 00:00:00" AND date_to > "2026-06-08 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
362 ms 1 /classes/CartRule.php:383
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3967
ORDER BY `position`
360 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `snsps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 160 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` = 160 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
360 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 36, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `snsps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 36) AND
`id_group` IN (0, 1) AND `id_product` = 161 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-08 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
360 ms 1 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
359 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` = 4134) AND (b.`id_shop` = 1) LIMIT 1
359 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
358 ms 1 /classes/order/Order.php:1203
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` = 2847) AND (b.`id_shop` = 1) LIMIT 1
358 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` = 772
AND wkp.`attribute_id` = 0 LIMIT 1
356 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` = 4146
ORDER BY `position`
355 ms 7 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` = 1857 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` = 1857 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
354 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3967)
354 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 = 4185
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
354 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 = 473 LIMIT 1
354 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` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
354 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1857) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
354 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` = 772) AND (b.`id_shop` = 1) LIMIT 1
352 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` = 4080
AND wkp.`attribute_id` = 0 LIMIT 1
352 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 = 546
ORDER BY f.position ASC
352 ms 6 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 463)
351 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` = 1610
ORDER BY `position`
350 ms 4 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` = 2978) AND (b.`id_shop` = 1) LIMIT 1
350 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 = 410 LIMIT 1
350 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
350 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
349 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
349 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` = 3918
ORDER BY `position`
348 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` = 4185) 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` = 407
ORDER BY `position`
348 ms 6 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` = 1610) AND (b.`id_shop` = 1) LIMIT 1
347 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` = 446
ORDER BY `position`
347 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4116) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
346 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 546
AND image_shop.`cover` = 1 LIMIT 1
346 ms 4 /classes/Product.php:3542
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`
346 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` = 546
ORDER BY `position`
345 ms 4 Yes /classes/Product.php:3517
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
345 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 156
AND wkp.`attribute_id` = 0 LIMIT 1
344 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 = 4134
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
344 ms 0 /classes/Product.php:1651
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` = 49) AND (b.`id_shop` = 1) LIMIT 1
344 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_category` a
LEFT JOIN `snsps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `snsps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
344 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` = 171)
344 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` = 130
AND image_shop.`cover` = 1 LIMIT 1
344 ms 4 /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` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
343 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 407
AND wkp.`attribute_id` = 0 LIMIT 1
342 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
341 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`=457
341 ms 1 /classes/Tag.php:229
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 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` = 3967
AND image_shop.`cover` = 1 LIMIT 1
340 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` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
339 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
338 ms 1 /classes/order/Order.php:1203
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` = 3654) AND (b.`id_shop` = 1) LIMIT 1
337 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` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
337 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`=246
337 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`=407
337 ms 1 /classes/Tag.php:229
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` = 54) AND (b.`id_shop` = 1) LIMIT 1
337 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 457) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
336 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
336 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` = 130)
335 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` = 4134
AND wkp.`attribute_id` = 0 LIMIT 1
335 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` = 3562)
335 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` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
335 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1857
335 ms 2 /classes/Product.php:3395
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` = 130) AND (b.`id_shop` = 1) LIMIT 1
334 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` = 156
AND image_shop.`cover` = 1 LIMIT 1
333 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
333 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1857) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
333 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_country` a
LEFT JOIN `snsps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 36) LIMIT 1
332 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
331 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3562
AND wkp.`attribute_id` = 0 LIMIT 1
330 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` = 463
AND image_shop.`cover` = 1 LIMIT 1
330 ms 11 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
329 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
328 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` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
328 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
326 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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`
326 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
326 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
326 ms 4 /modules/imgstickers/models/StickersImg.php:176
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_wishlist` sl
WHERE (sl.`id_customer` = 0)
325 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` = 447
ORDER BY `position`
325 ms 6 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`=473
324 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` = 4144) AND (b.`id_shop` = 1) LIMIT 1
324 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`=426
324 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
324 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`=4186
323 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
323 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` = 4011) AND (b.`id_shop` = 1) LIMIT 1
323 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`=410
323 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` = 4145) AND (b.`id_shop` = 1) LIMIT 1
323 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
323 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 = 4186 LIMIT 1
323 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` = 447) AND (b.`id_shop` = 1) LIMIT 1
323 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` = 4134
ORDER BY `position`
322 ms 3 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
322 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 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` = 2978
ORDER BY `position`
322 ms 2 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
320 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 33
AND wkp.`attribute_id` = 0 LIMIT 1
320 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 457 AND id_shop=1 LIMIT 1
320 ms 1 /classes/Product.php:6759
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` = 4185
AND image_shop.`cover` = 1 LIMIT 1
319 ms 6 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
318 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3918) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
318 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` = 246
AND wkp.`attribute_id` = 0 LIMIT 1
318 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `snsps_lang` l
JOIN snsps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
317 ms 1 /classes/Language.php:1198
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` = 3994
AND image_shop.`cover` = 1 LIMIT 1
317 ms 9 /classes/Product.php:3542
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
317 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` = 3562
AND wkp.`attribute_id` = 0 LIMIT 1
316 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` = 413
ORDER BY `position`
316 ms 12 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
316 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
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` = 12 LIMIT 1
315 ms 1 /classes/Category.php:1371
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
315 ms 1 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 156)
315 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` = 156
AND wkp.`attribute_id` = 0 LIMIT 1
315 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 156
AND wkp.`attribute_id` = 0 LIMIT 1
315 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 171
AND wkp.`attribute_id` = 0 LIMIT 1
314 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` = 4186
ORDER BY `position`
314 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` = 4145
AND wkp.`attribute_id` = 0 LIMIT 1
314 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` = 161
ORDER BY `position`
313 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` = 463
AND wkp.`attribute_id` = 0 LIMIT 1
313 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 = 130
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
313 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` = 171
ORDER BY `position`
312 ms 4 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE * FROM `snsps_currency` c ORDER BY `iso_code` ASC
312 ms 1 Yes /classes/Currency.php:709
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` = 2847
ORDER BY `position`
312 ms 7 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` = 413) AND (b.`id_shop` = 1) LIMIT 1
310 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
310 ms 262 /modules/wkwishlist/classes/WkWishlistHelper.php:87
SELECT SQL_NO_CACHE *
FROM `snsps_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` = 546) AND (b.`id_shop` = 1) LIMIT 1
309 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
309 ms 1 /classes/order/Order.php:1203
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_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
308 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `snsps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4185
ORDER BY `position`
308 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` = 156
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` = 156
AND wkp.`attribute_id` = 0 LIMIT 1
307 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
305 ms 0 /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` = 463
AND wkp.`attribute_id` = 0 LIMIT 1
305 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1
305 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` = 171) AND (b.`id_shop` = 1) LIMIT 1
305 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
304 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` = 156
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` = 3994
AND wkp.`attribute_id` = 0 LIMIT 1
304 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` = 3654
ORDER BY `position`
303 ms 2 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` = 156
AND wkp.`attribute_id` = 0 LIMIT 1
302 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` = 161) AND (b.`id_shop` = 1) LIMIT 1
301 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` = 4011
AND wkp.`attribute_id` = 0 LIMIT 1
301 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
300 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` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
300 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3994)
299 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` = 772
AND image_shop.`cover` = 1 LIMIT 1
299 ms 2 /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` = 772
ORDER BY `position`
299 ms 2 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
299 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` = 463
AND wkp.`attribute_id` = 0 LIMIT 1
299 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` = 2978
ORDER BY `position`
298 ms 2 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
298 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` = 4080
AND wkp.`attribute_id` = 0 LIMIT 1
298 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 = 130 LIMIT 1
298 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 = 2847 LIMIT 1
296 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` = 473
AND wkp.`attribute_id` = 0 LIMIT 1
296 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` = 1857) AND (b.`id_shop` = 1) LIMIT 1
296 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` = 1610
AND wkp.`attribute_id` = 0 LIMIT 1
295 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
295 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3529 LIMIT 1
294 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
294 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `name`, `alias` FROM `snsps_hook_alias`
294 ms 88 /classes/Hook.php:301
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 = 426
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
294 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
294 ms 4 /modules/imgstickers/models/StickersImg.php:77
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` = 4011
AND image_shop.`cover` = 1 LIMIT 1
292 ms 2 /classes/Product.php:3542
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1857) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
292 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE 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` = 473
AND image_shop.`cover` = 1 LIMIT 1
290 ms 4 /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` = 4144
ORDER BY `position`
289 ms 6 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `id_guest`
FROM `snsps_connections`
WHERE `id_guest` = 14132702
AND `date_add` > '2026-06-08 12:26:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
289 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` = 4116
AND wkp.`attribute_id` = 0 LIMIT 1
288 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
288 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` = 473
AND wkp.`attribute_id` = 0 LIMIT 1
287 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` = 2847
AND image_shop.`cover` = 1 LIMIT 1
287 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` = 463
AND wkp.`attribute_id` = 0 LIMIT 1
287 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 410) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
287 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` = 4116
AND wkp.`attribute_id` = 0 LIMIT 1
286 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` = 446
AND image_shop.`cover` = 1 LIMIT 1
286 ms 6 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
286 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` = 4144
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` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
286 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
286 ms 1 Yes /classes/shop/Shop.php:1350
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
285 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 476) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
285 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3562
AND wkp.`attribute_id` = 0 LIMIT 1
285 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
284 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` = 473
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` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
284 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` = 2978
AND image_shop.`cover` = 1 LIMIT 1
284 ms 2 /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` = 3994
AND wkp.`attribute_id` = 0 LIMIT 1
283 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 2847
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` = 463
AND wkp.`attribute_id` = 0 LIMIT 1
282 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` = 447
ORDER BY `position`
282 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` = 4186)
282 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` = 3562
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` = 3994
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` = 4146
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` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
280 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
280 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM snsps_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
280 ms 6 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 546
AND wkp.`attribute_id` = 0 LIMIT 1
280 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_country_lang`
WHERE `id_country` = 36
280 ms 1 /src/Adapter/EntityMapper.php:84
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` = 9 LIMIT 1
279 ms 1 /classes/Category.php:1371
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` = 33
AND image_shop.`cover` = 1 LIMIT 1
279 ms 4 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
279 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` = 4116
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` = 447
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 = 4144
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_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
278 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.`is_preorder` = 1
278 ms 16 /modules/preorder/classes/PreorderProduct.php:281
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 914)
278 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` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
278 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3918
AND wkp.`attribute_id` = 0 LIMIT 1
278 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` = 410
AND image_shop.`cover` = 1 LIMIT 1
278 ms 9 /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` = 2847)
277 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` = 4146
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` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
277 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_group` a
LEFT JOIN `snsps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
277 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` = 3994
AND wkp.`attribute_id` = 0 LIMIT 1
275 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
275 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` = 171
AND wkp.`attribute_id` = 0 LIMIT 1
275 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
275 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` = 4145
ORDER BY `position`
275 ms 5 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 433
AND image_shop.`cover` = 1 LIMIT 1
275 ms 12 /classes/Product.php:3542
SELECT SQL_NO_CACHE name, alias FROM `snsps_hook_alias`
275 ms 88 /classes/Hook.php:353
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 = 33
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
275 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 407
AND wkp.`attribute_id` = 0 LIMIT 1
275 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM snsps_cart_product cp INNER JOIN snsps_product p
ON (p.id_product = cp.id_product) INNER JOIN snsps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
274 ms 1 /classes/Cart.php:4218
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
274 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
274 ms 9 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 4146)
274 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 410
273 ms 3 /classes/Product.php:3395
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 = 2847
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
273 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` = 4080
AND wkp.`attribute_id` = 0 LIMIT 1
272 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 = 4134 LIMIT 1
272 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` = 161
AND wkp.`attribute_id` = 0 LIMIT 1
272 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 33) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
272 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2847
272 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` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
272 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
272 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
272 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` = 3562
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")
271 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 457 AND `id_group` = 1 LIMIT 1
271 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` = 433)
271 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 473
271 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
271 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
270 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
270 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1610
AND image_shop.`cover` = 1 LIMIT 1
270 ms 4 /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` = 33)
270 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3918
270 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` = 1610)
269 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` = 914
AND wkp.`attribute_id` = 0 LIMIT 1
269 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` = 4011
ORDER BY `position`
269 ms 2 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 447
AND image_shop.`cover` = 1 LIMIT 1
269 ms 6 /classes/Product.php:3542
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
269 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 4134)
269 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` = 426
AND image_shop.`cover` = 1 LIMIT 1
268 ms 6 /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` = 3918)
268 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
268 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` = 446)
268 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` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
268 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
268 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` = 3654
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3562
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 156
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 171
AND wkp.`attribute_id` = 0 LIMIT 1
267 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `iso_code`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
266 ms 1 /classes/Country.php:274
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
266 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` = 457
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` = 3654)
266 ms 1 /classes/Product.php:3829
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
266 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` = 2847
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` = 3562
AND wkp.`attribute_id` = 0 LIMIT 1
265 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
265 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1610
AND wkp.`attribute_id` = 0 LIMIT 1
265 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 407
AND wkp.`attribute_id` = 0 LIMIT 1
265 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 246
265 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 4080
ORDER BY `id_specific_price_priority` DESC LIMIT 1
264 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 33
AND wkp.`attribute_id` = 0 LIMIT 1
264 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3994
AND wkp.`attribute_id` = 0 LIMIT 1
264 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
264 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` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
264 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_wk_wishlist` sl
WHERE (sl.`id_customer` = 0)
264 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` = 542
AND wkp.`attribute_id` = 0 LIMIT 1
263 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` = 4146
AND image_shop.`cover` = 1 LIMIT 1
263 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` = 426
AND wkp.`attribute_id` = 0 LIMIT 1
263 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 772
AND wkp.`attribute_id` = 0 LIMIT 1
263 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3654
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 = 426 LIMIT 1
262 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` = 546
ORDER BY `position`
262 ms 4 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 = 463
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
262 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` = 546
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` = 33
AND wkp.`attribute_id` = 0 LIMIT 1
262 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 542)
262 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` = 2847
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` = "category")
261 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
261 ms 1 /classes/Meta.php:190
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 130
AND wkp.`attribute_id` = 0 LIMIT 1
261 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` = 447)
261 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2978)
261 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3994
AND wkp.`attribute_id` = 0 LIMIT 1
261 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 542
AND wkp.`attribute_id` = 0 LIMIT 1
261 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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
260 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` = 914
AND wkp.`attribute_id` = 0 LIMIT 1
260 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4146) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
260 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` = 463
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` = 542
AND wkp.`attribute_id` = 0 LIMIT 1
260 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_hook_module_exceptions`
WHERE `id_shop` IN (1)
260 ms 7 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
260 ms 4 /modules/imgstickers/models/StickersImg.php:77
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` = 3654
ORDER BY `position`
259 ms 2 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
259 ms 4 /modules/imgstickers/models/StickersImg.php:102
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` = "category")
259 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` = 33
AND wkp.`attribute_id` = 0 LIMIT 1
259 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 2978
AND wkp.`attribute_id` = 0 LIMIT 1
259 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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` = 8 LIMIT 1
259 ms 1 /classes/Category.php:1371
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` = 4134
AND image_shop.`cover` = 1 LIMIT 1
259 ms 3 /classes/Product.php:3542
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4185 LIMIT 1
258 ms 0 /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` = 426)
258 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
258 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` = 3654
AND image_shop.`cover` = 1 LIMIT 1
258 ms 2 /classes/Product.php:3542
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 product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 407)
258 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 = 3918
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
257 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` = 426
AND wkp.`attribute_id` = 0 LIMIT 1
257 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3994
AND wkp.`attribute_id` = 0 LIMIT 1
257 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`=2978
257 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` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
257 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE ctg.`id_group`
FROM snsps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
257 ms 1 /classes/Category.php:1730
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` = 246
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` = 2978
AND wkp.`attribute_id` = 0 LIMIT 1
257 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4186
257 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` = 1610
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` = 542
AND image_shop.`cover` = 1 LIMIT 1
256 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` = 3562
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` = 3918
AND wkp.`attribute_id` = 0 LIMIT 1
256 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
256 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` = 473)
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` = 33
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` = 161
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` = 4144
AND wkp.`attribute_id` = 0 LIMIT 1
256 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_currency_lang`
WHERE `id_currency` = 1
255 ms 1 /src/Adapter/EntityMapper.php:84
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 = 433
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
255 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `name`
FROM `snsps_hook`
WHERE `id_hook` = 767 LIMIT 1
255 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` = 2847
AND wkp.`attribute_id` = 0 LIMIT 1
255 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 = 542
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
255 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` = 407
AND image_shop.`cover` = 1 LIMIT 1
255 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` = 3529
AND wkp.`attribute_id` = 0 LIMIT 1
254 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`=4134
254 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 = 772
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_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 171
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` = 3918
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` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
254 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 = 2978
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_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
253 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` = 914
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 33
AND wkp.`attribute_id` = 0 LIMIT 1
253 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
253 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,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` = 772)
253 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
253 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 407
253 ms 3 /classes/Product.php:3395
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 = 156
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
252 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 457) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
252 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` = 4134
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` = 410
AND wkp.`attribute_id` = 0 LIMIT 1
252 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 33
AND wkp.`attribute_id` = 0 LIMIT 1
252 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3529
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
252 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE 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 = 1610
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
252 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE 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` = 3918
AND image_shop.`cover` = 1 LIMIT 1
252 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 473
251 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` = 4146
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 156 AND id_shop=1 LIMIT 1
251 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` = 473
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` = 3654
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 3529
ORDER BY `id_specific_price_priority` DESC LIMIT 1
251 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 542
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` = 2847
AND wkp.`attribute_id` = 0 LIMIT 1
251 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
251 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4080
AND wkp.`attribute_id` = 0 LIMIT 1
250 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE tr.*
FROM `snsps_tax_rule` tr
JOIN `snsps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 36
AND tr.`id_tax_rules_group` = 7
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
250 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` = 4145
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` = 433
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` = 2978
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` = 772
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` = 426
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.`payment_type` != 1 AND wkp.`is_preorder` = 0
249 ms 16 /modules/preorder/classes/PreorderProduct.php:264
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 2847
AND wkp.`attribute_id` = 0 LIMIT 1
249 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
249 ms 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
249 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` = 3918
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` = 914
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` = 426
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` = 156
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` = 914
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` = 3654
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` = 4146
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` = 914
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` = 4134
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` = 2978
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` = 2847
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` = 914
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` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
248 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` = 914
AND image_shop.`cover` = 1 LIMIT 1
248 ms 10 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3529
247 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `need_identification_number`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
247 ms 1 /classes/Country.php:401
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` = 1857
ORDER BY `position`
247 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3967 LIMIT 1
247 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` = 426
AND wkp.`attribute_id` = 0 LIMIT 1
247 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "preorder" LIMIT 1
247 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 33
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` = 473
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` = "category")
247 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` = 2978
AND wkp.`attribute_id` = 0 LIMIT 1
247 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` = 4186
AND image_shop.`cover` = 1 LIMIT 1
247 ms 5 /classes/Product.php:3542
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 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 = 476
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` = 2847
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` = 3918
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` = 3994
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` = 914
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` = 3654
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` = 4134
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` = 3654
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` = 542
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` = 3994
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: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` = 1610
AND wkp.`attribute_id` = 0 LIMIT 1
246 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_group_lang`
WHERE `id_group` = 1
245 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` = 542
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` = 2978
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` = "outofstock")
245 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_state` a
WHERE (a.`id_state` = 369) LIMIT 1
245 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` = 4134
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 14 AND `id_shop` = 1
245 ms 1 /src/Adapter/EntityMapper.php:84
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 = 413
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
245 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1610
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` = 1610
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` = 447
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` = 542
AND wkp.`attribute_id` = 0 LIMIT 1
245 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 447
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
245 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1610
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` = 1610
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
244 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` = 4144
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` = 426
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` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
244 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3529 AND id_shop=1 LIMIT 1
243 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
243 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` = 542
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
243 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
243 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` = 4134
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
243 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` = 4186
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` = 426
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_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) 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` = 2978
AND wkp.`attribute_id` = 0 LIMIT 1
243 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 171
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
243 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4134
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:77
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4080 AND id_shop=1 LIMIT 1
242 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 130 LIMIT 1
241 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 246 LIMIT 1
241 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_footercmsblock" LIMIT 1
241 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 2978
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` = 3654
AND wkp.`attribute_id` = 0 LIMIT 1
241 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 = 914
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
239 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
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` = 4134
AND wkp.`attribute_id` = 0 LIMIT 1
239 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 410) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
239 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` = 473
AND wkp.`attribute_id` = 0 LIMIT 1
239 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
238 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
238 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 = 18 LIMIT 1
238 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
238 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3529 LIMIT 1
238 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 171
AND wkp.`attribute_id` = 0 LIMIT 1
238 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 = 4146
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
238 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
238 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` = 433
AND wkp.`attribute_id` = 0 LIMIT 1
238 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 433
AND wkp.`attribute_id` = 0 LIMIT 1
238 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` = 4185)
237 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 = 3562
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 location
FROM `snsps_stock_available`
WHERE (id_product = 3562) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
237 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 = 4145
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
236 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `snsps_product` p
INNER JOIN snsps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 161
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
236 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE `id_lang` FROM `snsps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
236 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 473) 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` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
235 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 = 4080
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
235 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 433
AND wkp.`attribute_id` = 0 LIMIT 1
235 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 546
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` = 4080
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` = 476
AND image_shop.`cover` = 1 LIMIT 1
234 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` = 3967
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` = "bestseller")
234 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
233 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4186
AND wkp.`attribute_id` = 0 LIMIT 1
233 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` = 4011)
233 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` = 3918
AND wkp.`attribute_id` = 0 LIMIT 1
233 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_searchbar" LIMIT 1
233 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 = 9 LIMIT 1
232 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` = 447
AND wkp.`attribute_id` = 0 LIMIT 1
232 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
232 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
232 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` = 4146
AND wkp.`attribute_id` = 0 LIMIT 1
232 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 = 446
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
231 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE value FROM `snsps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
231 ms 1 /classes/shop/Shop.php:1171
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 2847) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
231 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
231 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` = 476)
231 ms 1 /classes/Product.php:3829
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
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 = 171 LIMIT 1
229 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
229 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
229 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
229 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 = 546
AND DATEDIFF("2026-06-08 00:00:00", product_shop.`date_add`) < 1 LIMIT 1
229 ms 0 /classes/Product.php:1651
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM snsps_required_field
228 ms 1 /classes/ObjectModel.php:1510
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 = 4011
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
228 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` = 4186
AND wkp.`attribute_id` = 0 LIMIT 1
228 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 410) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
227 ms 1 /classes/stock/StockAvailable.php:797
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` = 407
AND wkp.`attribute_id` = 0 LIMIT 1
227 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 = 3994 LIMIT 1
226 ms 1 /classes/Product.php:1040
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
226 ms 1 /classes/Meta.php:190
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
226 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 246) 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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 426
226 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 407 LIMIT 1
226 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
226 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 = 3967
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: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 = 3654
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:77
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1
225 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
225 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
225 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
224 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 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
224 ms 1 /classes/Currency.php:1126
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
224 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`=160
224 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` = 407
AND wkp.`attribute_id` = 0 LIMIT 1
224 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 772
AND wkp.`attribute_id` = 0 LIMIT 1
223 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3654
AND wkp.`attribute_id` = 0 LIMIT 1
223 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 2847) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
223 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
223 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
222 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
222 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` = 4145)
222 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4116)
222 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `snsps_product` p
INNER JOIN `snsps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `snsps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4144)
222 ms 1 /classes/Product.php:3829
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`=130
222 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 = 542 LIMIT 1
221 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
221 ms 1 /classes/order/Order.php:1203
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)
221 ms 1 /classes/Language.php:1049
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
221 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "blocklanguages" LIMIT 1
221 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` = 4146
AND wkp.`attribute_id` = 0 LIMIT 1
221 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 = 8 LIMIT 1
221 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 476 LIMIT 1
221 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE `id_lang` FROM `snsps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
221 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 2847
220 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4185
220 ms 1 /classes/Tag.php:229
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
219 ms 1 /classes/shop/Shop.php:205
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 433
AND wkp.`attribute_id` = 0 LIMIT 1
219 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 463) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
219 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 156 LIMIT 1
219 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`=3918
219 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`=4116
219 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
219 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4146 LIMIT 1
219 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
218 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
218 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` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
218 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` = 161)
218 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4134
218 ms 2 /classes/Product.php:3395
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` = 1857
AND image_shop.`cover` = 1 LIMIT 1
218 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE `name`
FROM `snsps_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1
217 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` = 772
AND wkp.`attribute_id` = 0 LIMIT 1
217 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4186 LIMIT 1
217 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
217 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 130
217 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
217 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
216 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 = 3529 LIMIT 1
216 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
216 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 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` = 160
AND image_shop.`cover` = 1 LIMIT 1
216 ms 9 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `snsps_czfootercmsblockinfo_lang`
WHERE `id_lang` = 1 AND  `id_shop` = 1 LIMIT 1
216 ms 1 /modules/cz_footercmsblock/cz_footercmsblock.php:290
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 156
216 ms 2 /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` = 772
AND wkp.`attribute_id` = 0 LIMIT 1
215 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`=463
215 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 463 LIMIT 1
215 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` = 413)
215 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 = 4144 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 = 3918 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 = 413 LIMIT 1
215 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` = 433
AND wkp.`attribute_id` = 0 LIMIT 1
214 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE c.id_currency
FROM `snsps_currency` c
WHERE (iso_code = 'RON') LIMIT 1
214 ms 1 /classes/Currency.php:893
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
214 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` = 161
AND wkp.`attribute_id` = 0 LIMIT 1
213 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
213 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` = 4146
AND wkp.`attribute_id` = 0 LIMIT 1
213 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 = 33 LIMIT 1
213 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4116
AND image_shop.`cover` = 1 LIMIT 1
213 ms 11 /classes/Product.php:3542
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 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`=156
213 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 = 156 LIMIT 1
212 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
212 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 246 AND id_shop=1 LIMIT 1
212 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4144
212 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3562
212 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 772 LIMIT 1
212 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
212 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`=33
212 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 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` = 407
AND wkp.`attribute_id` = 0 LIMIT 1
211 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 = 3562 LIMIT 1
211 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4134) 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 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`=171
211 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` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
211 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 447
AND wkp.`attribute_id` = 0 LIMIT 1
211 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` = 161
AND image_shop.`cover` = 1 LIMIT 1
211 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` = 4186
AND wkp.`attribute_id` = 0 LIMIT 1
210 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3562) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
210 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
210 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` = 14) LIMIT 1
210 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
210 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` = 3967
AND wkp.`attribute_id` = 0 LIMIT 1
209 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` = 413
AND image_shop.`cover` = 1 LIMIT 1
209 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` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
209 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 = 161 LIMIT 1
209 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 4145 LIMIT 1
209 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `snsps_image` i
INNER JOIN snsps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4144
AND image_shop.`cover` = 1 LIMIT 1
209 ms 6 /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 = 914 LIMIT 1
208 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`=413
208 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 171 LIMIT 1
208 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
208 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
208 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 457
207 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
207 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` = 4186
AND wkp.`attribute_id` = 0 LIMIT 1
207 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 246
207 ms 1 /classes/Product.php:2879
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` = 4145
AND image_shop.`cover` = 1 LIMIT 1
207 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` = 4146
AND wkp.`attribute_id` = 0 LIMIT 1
207 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4011
AND wkp.`attribute_id` = 0 LIMIT 1
207 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4011
AND wkp.`attribute_id` = 0 LIMIT 1
207 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 = 2978 LIMIT 1
207 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 = 4080 LIMIT 1
207 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
207 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
206 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` = 4011
AND wkp.`attribute_id` = 0 LIMIT 1
206 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` = 160)
206 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
206 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` = 433
AND wkp.`attribute_id` = 0 LIMIT 1
206 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE id_shop
FROM `snsps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
206 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 407
AND wkp.`attribute_id` = 0 LIMIT 1
206 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3529
205 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` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
205 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4186
AND wkp.`attribute_id` = 0 LIMIT 1
205 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 433
AND wkp.`attribute_id` = 0 LIMIT 1
205 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4146
AND wkp.`attribute_id` = 0 LIMIT 1
204 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_link_block_lang`
WHERE `id_link_block` = 1
204 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`=542
204 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` = 546)
204 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
203 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` = 4144
AND wkp.`attribute_id` = 0 LIMIT 1
203 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 2847) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
203 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4186
AND wkp.`attribute_id` = 0 LIMIT 1
203 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
203 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
203 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`=4145
203 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4080) 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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3529 AND `id_group` = 1 LIMIT 1
202 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3562
202 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 117 AND `id_shop` = 1 LIMIT 1
201 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
201 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 = 433 LIMIT 1
201 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
201 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
201 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_linklist" LIMIT 1
201 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3967
AND wkp.`attribute_id` = 0 LIMIT 1
201 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4080 AND `id_group` = 1 LIMIT 1
201 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3562
200 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
200 ms 4 /modules/imgstickers/models/StickersImg.php: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` = 772
AND wkp.`attribute_id` = 0 LIMIT 1
200 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4145
AND wkp.`attribute_id` = 0 LIMIT 1
200 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE id_shop
FROM `snsps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
200 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
200 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` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
199 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
199 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
199 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
199 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` = 1610
AND wkp.`attribute_id` = 0 LIMIT 1
199 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 457) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
199 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 = 447 LIMIT 1
199 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 2978 LIMIT 1
199 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
199 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`=772
199 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` = 1857)
199 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
198 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
198 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3994
198 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` = 4116
AND wkp.`attribute_id` = 0 LIMIT 1
198 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`=476
198 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 171
ORDER BY `id_specific_price_priority` DESC LIMIT 1
198 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 772 LIMIT 1
198 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
198 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_hook` a
WHERE (a.`id_hook` = 41) LIMIT 1
198 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
198 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 = 546 LIMIT 1
198 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` = 11) LIMIT 1
197 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`=4080
197 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
197 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 463 LIMIT 1
197 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` = 3967
AND wkp.`attribute_id` = 0 LIMIT 1
197 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
196 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1610 LIMIT 1
196 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
196 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 476
196 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` = 4011
AND wkp.`attribute_id` = 0 LIMIT 1
196 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`=161
196 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
195 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` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
195 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE id_shop
FROM `snsps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
195 ms 1 /classes/ObjectModel.php:1647
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 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`=4146
195 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
195 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 2847 LIMIT 1
195 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 476) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
194 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` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
194 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4144
194 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` = 446
AND wkp.`attribute_id` = 0 LIMIT 1
194 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
194 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` = 161
AND wkp.`attribute_id` = 0 LIMIT 1
194 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 772
AND wkp.`attribute_id` = 0 LIMIT 1
193 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`=914
193 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
193 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 = 446 LIMIT 1
193 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` = 3967
AND wkp.`attribute_id` = 0 LIMIT 1
193 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 410 LIMIT 1
193 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4116) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
193 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
193 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4116
AND wkp.`attribute_id` = 0 LIMIT 1
192 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3562 LIMIT 1
192 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 246 AND `id_group` = 1 LIMIT 1
192 ms 0 /classes/GroupReduction.php:156
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
192 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
192 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
192 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 542 LIMIT 1
192 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` = 171
AND wkp.`attribute_id` = 0 LIMIT 1
192 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 772
AND wkp.`attribute_id` = 0 LIMIT 1
192 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`=433
191 ms 1 /classes/Tag.php:229
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 `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 410 LIMIT 1
191 ms 0 /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`=447
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` = 3967
AND wkp.`attribute_id` = 0 LIMIT 1
191 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4134) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
191 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` = 546
AND wkp.`attribute_id` = 0 LIMIT 1
191 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 171
AND wkp.`attribute_id` = 0 LIMIT 1
190 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 = 4116 LIMIT 1
190 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 = 18 LIMIT 1
190 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 3967
AND wkp.`attribute_id` = 0 LIMIT 1
190 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 413
AND wkp.`attribute_id` = 0 LIMIT 1
190 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 130) 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 `id_module` FROM `snsps_module` WHERE `name` = "cz_toplink" LIMIT 1
190 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4116
190 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
189 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
189 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 447
AND wkp.`attribute_id` = 0 LIMIT 1
189 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "productcomments" LIMIT 1
189 ms 1 /classes/module/Module.php:2840
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
189 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
189 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` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
189 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`=546
189 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4116) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
189 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
189 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
189 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4080
188 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 2847) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
188 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 33 LIMIT 1
188 ms 1 /classes/SpecificPrice.php:420
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` = 18 LIMIT 1
188 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE *
FROM `snsps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
187 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 447) 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 * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4144
AND wkp.`attribute_id` = 0 LIMIT 1
187 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
187 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_verticalmenu" LIMIT 1
187 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
187 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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 1 FROM `snsps_specific_price` WHERE id_product = 3654 LIMIT 1
187 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` = 476
AND wkp.`attribute_id` = 0 LIMIT 1
186 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
186 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 473 LIMIT 1
186 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 15 AND `id_shop` = 1
186 ms 1 /src/Adapter/EntityMapper.php:84
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` = 10 LIMIT 1
186 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 446) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
186 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 542) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
186 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_blocklink" LIMIT 1
186 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3529
185 ms 4 /classes/Product.php:3395
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
185 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 156
185 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 447 LIMIT 1
185 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` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
185 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 433 LIMIT 1
185 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 = 8 LIMIT 1
184 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4134) 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_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
183 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 410) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
183 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 171
AND wkp.`attribute_id` = 0 LIMIT 1
183 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1
183 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3994) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
183 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `need_identification_number`
FROM `snsps_country`
WHERE `id_country` = 36 LIMIT 1
183 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 33) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
183 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
183 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_cms` a
LEFT JOIN `snsps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
183 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
183 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 433
183 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 463
182 ms 3 /classes/Product.php:3395
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
182 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
182 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
182 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 2978) 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 = 3994 LIMIT 1
182 ms 1 /classes/SpecificPrice.php:420
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 *
FROM `snsps_link_block_lang`
WHERE `id_link_block` = 2
182 ms 1 /src/Adapter/EntityMapper.php:84
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` = 4116
AND wkp.`attribute_id` = 0 LIMIT 1
181 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` = 13) LIMIT 1
181 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1610) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
181 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
181 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE id_shop FROM `snsps_employee_shop` WHERE `id_employee` = 7
181 ms 1 /classes/ObjectModel.php:1715
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
181 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
181 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 2978) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
181 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `name` FROM `snsps_supplier` WHERE `id_supplier` = 0 LIMIT 1
181 ms 0 /classes/Supplier.php:244
SELECT SQL_NO_CACHE *
FROM `snsps_cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1
180 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
180 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 2847 LIMIT 1
180 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` = 413
AND wkp.`attribute_id` = 0 LIMIT 1
180 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 156 AND `id_group` = 1 LIMIT 1
180 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
180 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
180 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 407 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` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
179 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_languageselector" LIMIT 1
179 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
179 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
179 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 546
AND wkp.`attribute_id` = 0 LIMIT 1
179 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 914) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
179 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4145
AND wkp.`attribute_id` = 0 LIMIT 1
179 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
179 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 3918 LIMIT 1
179 ms 1 /classes/SpecificPrice.php:420
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
179 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 446 LIMIT 1
179 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
179 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
178 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
178 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
178 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4145
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:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
178 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
178 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 426 LIMIT 1
178 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 33) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
178 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 463) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
178 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE 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`=446
178 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4185 LIMIT 1
177 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3654) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
177 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
177 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4144) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
177 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
177 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` = 16 LIMIT 1
177 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
177 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 = 18 LIMIT 1
177 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` = 413
AND wkp.`attribute_id` = 0 LIMIT 1
177 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
177 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
177 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 446
177 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 463
176 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4134 LIMIT 1
176 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
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` = 4185
AND wkp.`attribute_id` = 0 LIMIT 1
176 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`  = 4157
AND wkpc.`attribute_id`= 0
AND wkpc.`disallow_order` = 0
176 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 426
176 ms 1 /classes/Product.php:2879
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 SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4134) 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_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4116
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:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
175 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 476
175 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` = 447
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` = 413
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` = 161
AND wkp.`attribute_id` = 0 LIMIT 1
175 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1610
175 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4080) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
175 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
175 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 3967
ORDER BY `id_specific_price_priority` DESC LIMIT 1
175 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4011
AND wkp.`attribute_id` = 0 LIMIT 1
175 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
175 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 `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
174 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4145) 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` = 546
AND wkp.`attribute_id` = 0 LIMIT 1
174 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 542
174 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4185
174 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` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
174 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
174 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
174 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
174 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` = 4011
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 = 3529) 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 out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 542) 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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 130 AND id_shop=1 LIMIT 1
174 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 772
174 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 772) 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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 463 AND id_shop=1 LIMIT 1
173 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` = 4145
AND wkp.`attribute_id` = 0 LIMIT 1
173 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4144
AND wkp.`attribute_id` = 0 LIMIT 1
173 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
173 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 410 AND id_shop=1 LIMIT 1
173 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` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
173 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
173 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4080) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
172 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 476 LIMIT 1
172 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
172 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` = 4144
AND wkp.`attribute_id` = 0 LIMIT 1
172 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4116
AND wkp.`attribute_id` = 0 LIMIT 1
172 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4145
AND wkp.`attribute_id` = 0 LIMIT 1
172 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
172 ms 1 /classes/order/Order.php:1203
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` = "product")
172 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
172 ms 4 /modules/imgstickers/models/StickersImg.php: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` = 447
AND wkp.`attribute_id` = 0 LIMIT 1
171 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4145
171 ms 4 /classes/Product.php:3395
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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 171
171 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 171) 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_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3967 AND id_shop=1 LIMIT 1
171 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 476) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
171 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE 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 = 1610 LIMIT 1
171 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 161) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
171 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 447
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")
171 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE b.`id_cztoplink`, b.`url`, b.`new_window`
FROM `snsps_cztoplink` b ORDER BY `id_cztoplink` DESC
171 ms 3 /modules/cz_toplink/cz_toplink.php:165
SELECT SQL_NO_CACHE b.`id_czblocklink`, b.`url`, b.`new_window`
FROM `snsps_czblocklink` b
171 ms 4 /modules/cz_blocklink/cz_blocklink.php:166
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
171 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4146
171 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
170 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 914) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
170 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 546
AND wkp.`attribute_id` = 0 LIMIT 1
170 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4011
AND wkp.`attribute_id` = 0 LIMIT 1
170 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
170 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 546
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php: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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
170 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 914) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
169 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=1
169 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
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 = 3654 LIMIT 1
169 ms 1 /classes/Product.php:1040
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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3562 AND id_shop=1 LIMIT 1
169 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
169 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 = 18 LIMIT 1
169 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
169 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
169 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 914
169 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
169 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4145
AND wkp.`attribute_id` = 0 LIMIT 1
169 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
169 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=4
169 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 4144
AND wkp.`attribute_id` = 0 LIMIT 1
169 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 = 18 LIMIT 1
169 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
169 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 463) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
168 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
168 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
168 ms 4 /modules/imgstickers/models/StickersImg.php:102
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
168 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` = 161
AND wkp.`attribute_id` = 0 LIMIT 1
168 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 = 18 LIMIT 1
168 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 161) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
168 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3562) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
168 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=6
168 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 33
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` = 4144
AND wkp.`attribute_id` = 0 LIMIT 1
168 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4145) 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:77
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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1
168 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
168 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 33 AND id_shop=1 LIMIT 1
167 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 410
167 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 463) 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:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
167 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
167 ms 4 /modules/imgstickers/models/StickersImg.php: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_category` FROM `snsps_category_product`
WHERE `id_product` = 33
167 ms 2 /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` = 447
AND wkp.`attribute_id` = 0 LIMIT 1
167 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3994) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
167 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` = 161
AND wkp.`attribute_id` = 0 LIMIT 1
167 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4146) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
167 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 413
AND wkp.`attribute_id` = 0 LIMIT 1
167 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 546
AND wkp.`attribute_id` = 0 LIMIT 1
167 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 457
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 = 33) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 542
166 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4185) 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 1 FROM `snsps_specific_price` WHERE id_product = 4011 LIMIT 1
166 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3654 AND id_shop=1 LIMIT 1
166 ms 1 /classes/Product.php:6759
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:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 426 AND `id_group` = 1 LIMIT 1
166 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 2978
166 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php: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_module` FROM `snsps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
166 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` = 160
AND wkp.`attribute_id` = 0 LIMIT 1
166 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
166 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 772) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
166 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4080
166 ms 4 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 160
166 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
165 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
165 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 161) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
165 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 426 LIMIT 1
165 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 914
165 ms 2 /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` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
165 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 1857
AND wkp.`attribute_id` = 0 LIMIT 1
165 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 161
165 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 = 9 LIMIT 1
165 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE `from` BETWEEN '2026-06-08 00:00:00' AND '2026-06-08 23:59:59' LIMIT 1
165 ms 1 /classes/SpecificPrice.php:362
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4144) 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 `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4116 LIMIT 1
165 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4080) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
165 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
165 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
165 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 772
ORDER BY `id_specific_price_priority` DESC LIMIT 1
164 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
164 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 = 8 LIMIT 1
164 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
164 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM snsps_product_attribute pa
INNER JOIN snsps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3967 LIMIT 1
164 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
164 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE * FROM `snsps_wk_preorder_product` wkp INNER JOIN snsps_wk_preorder_product_shop wk_preorder_product_shop
ON (wk_preorder_product_shop.id_wk_preorder_product = wkp.id_wk_preorder_product AND wk_preorder_product_shop.id_shop = 1)
WHERE wkp.`product_id` = 413
AND wkp.`attribute_id` = 0 LIMIT 1
164 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 = 4011 LIMIT 1
164 ms 1 /classes/Product.php:1040
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 914 LIMIT 1
164 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4134
164 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 546) 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 depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
164 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4145) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
164 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
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
164 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
164 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 33 AND `id_group` = 1 LIMIT 1
164 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4146) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
164 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
164 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 772) 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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 407 AND id_shop=1 LIMIT 1
163 ms 1 /classes/Product.php:6759
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 depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3562) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
163 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
163 ms 4 /modules/imgstickers/models/StickersImg.php:176
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 *
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 = 16 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 `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4116
163 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
163 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE 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`=3654
163 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 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 name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1
163 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4144) 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:176
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 depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
162 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` = 161
AND wkp.`attribute_id` = 0 LIMIT 1
162 ms 16 /modules/preorder/classes/PreorderProduct.php:192
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` = "category")
162 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "ps_customersignin" LIMIT 1
162 ms 1 /classes/module/Module.php:2840
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 `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 473 LIMIT 1
162 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3529) 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 `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=2
162 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=3
162 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
162 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
162 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 542) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
162 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3994
162 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 446) 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 location
FROM `snsps_stock_available`
WHERE (id_product = 156) 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_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 433 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` = "product")
161 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 426 AND id_shop=1 LIMIT 1
161 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1
161 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_czblocklink_lang
WHERE `id_czblocklink`=4
161 ms 1 /modules/cz_blocklink/cz_blocklink.php:180
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 914) 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_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 914 AND id_shop=1 LIMIT 1
161 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 546) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
161 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
161 ms 1 /classes/order/Order.php:1203
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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1610 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 2847 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
160 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
160 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
160 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 542) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
160 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
160 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
159 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 447
159 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
159 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
159 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` = 161
AND wkp.`attribute_id` = 0 LIMIT 1
159 ms 16 /modules/preorder/classes/PreorderProduct.php:192
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
159 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
159 ms 4 /modules/imgstickers/models/StickersImg.php:102
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` = 11 LIMIT 1
159 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
159 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4186 LIMIT 1
158 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
158 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 546
158 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
158 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 = 18 LIMIT 1
158 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 2978 AND id_shop=1 LIMIT 1
158 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
158 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE * 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
157 ms 5 /modules/preorder/classes/PreorderProductCustomer.php:344
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4134 LIMIT 1
157 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3994
157 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1
157 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 = 10 LIMIT 1
157 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
157 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
157 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 130 LIMIT 1
157 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
157 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4134 AND id_shop=1 LIMIT 1
157 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 473 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` = 407 AND `id_group` = 1 LIMIT 1
157 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
156 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 4185
ORDER BY `id_specific_price_priority` DESC LIMIT 1
156 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 410 AND `id_group` = 1 LIMIT 1
156 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
156 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
156 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
156 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
156 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
156 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
155 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM snsps_cztoplink_lang
WHERE `id_cztoplink`=3
155 ms 1 /modules/cz_toplink/cz_toplink.php:179
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
155 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
155 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3918 AND id_shop=1 LIMIT 1
155 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 2978 AND `id_group` = 1 LIMIT 1
155 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 542 AND id_shop=1 LIMIT 1
155 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1610
155 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 457 LIMIT 1
154 ms 0 /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 *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = 4)
154 ms 1 /modules/imgstickers/models/StickersImg.php:140
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
154 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
154 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
154 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3994) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
154 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
154 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1
154 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
154 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
154 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4146 LIMIT 1
154 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
153 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4146) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
153 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
153 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 476) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
153 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 546) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
152 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 914 LIMIT 1
152 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`=3967
152 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
152 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 160
152 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 407
152 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3967 AND `id_group` = 1 LIMIT 1
152 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM snsps_tag t
LEFT JOIN snsps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=4011
151 ms 1 /classes/Tag.php:229
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3994 AND `id_group` = 1 LIMIT 1
151 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
151 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 433 LIMIT 1
150 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3562 LIMIT 1
150 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 446) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
150 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1
149 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
149 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4146
149 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1
149 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3994) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
149 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 463 AND `id_group` = 1 LIMIT 1
149 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
149 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 3994 AND id_shop=1 LIMIT 1
148 ms 1 /classes/Product.php:6759
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 `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 433 AND `id_group` = 1 LIMIT 1
148 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 446
148 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 772) 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 `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
148 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
147 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
147 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 = 8 LIMIT 1
147 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 = 8 LIMIT 1
147 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 171 AND `id_group` = 1 LIMIT 1
147 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 433
146 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4144 LIMIT 1
146 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 914 AND `id_group` = 1 LIMIT 1
146 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
146 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE `to` BETWEEN '2026-06-08 00:00:00' AND '2026-06-08 23:59:59' LIMIT 1
146 ms 1 /classes/SpecificPrice.php:366
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
146 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
145 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 160 LIMIT 1
145 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
145 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 446) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
145 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
145 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
145 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 542 LIMIT 1
145 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1610 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3654 AND `id_group` = 1 LIMIT 1
144 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4134 AND `id_group` = 1 LIMIT 1
144 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 463 LIMIT 1
144 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3967
144 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
144 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 4011
ORDER BY `id_specific_price_priority` DESC LIMIT 1
144 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `snsps_module` WHERE `name` = "cz_blockpaymentlogo" LIMIT 1
144 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 3967) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
144 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 161) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
144 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4080 LIMIT 1
144 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 542 AND `id_group` = 1 LIMIT 1
143 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 476 LIMIT 1
143 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 171 LIMIT 1
143 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
143 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 = 16 LIMIT 1
143 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3918 AND `id_group` = 1 LIMIT 1
143 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 246 LIMIT 1
142 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4146 LIMIT 1
142 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_order`
FROM `snsps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
142 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 446 AND id_shop=1 LIMIT 1
142 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
142 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 3562 AND `id_group` = 1 LIMIT 1
141 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4185) 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 `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3967
141 ms 1 /classes/Product.php:2879
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` = 6 LIMIT 1
140 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
140 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
140 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
140 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4186
139 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
139 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 772
139 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 473 AND `id_group` = 1 LIMIT 1
139 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
138 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 546 LIMIT 1
138 ms 1 /classes/ProductSale.php:259
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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4185 AND id_shop=1 LIMIT 1
138 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
138 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3994 LIMIT 1
137 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 2978
137 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 2847
137 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 447 LIMIT 1
136 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4146 AND id_shop=1 LIMIT 1
136 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4186 AND id_shop=1 LIMIT 1
136 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
135 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4145 LIMIT 1
135 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 2847 AND `id_group` = 1 LIMIT 1
135 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 = 16 LIMIT 1
135 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_tax` a
WHERE (a.`id_tax` = 32) LIMIT 1
135 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
135 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 171 AND id_shop=1 LIMIT 1
135 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3918) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
134 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 4146
ORDER BY `id_specific_price_priority` DESC LIMIT 1
134 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 171) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
134 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
134 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 130) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
134 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 1610) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
134 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 161 LIMIT 1
134 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 1 FROM `snsps_specific_price` WHERE id_product = 546 LIMIT 1
134 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3967) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
134 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 = 9 LIMIT 1
133 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 = 11 LIMIT 1
133 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
133 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 3654) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
133 ms 1 /classes/stock/StockAvailable.php:769
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4185 AND `id_group` = 1 LIMIT 1
132 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
132 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
132 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
132 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 160 LIMIT 1
132 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 156 LIMIT 1
131 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 12 LIMIT 1
131 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 160) 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 `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4011
131 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 4011
131 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
131 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3967 LIMIT 1
130 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 4144 LIMIT 1
130 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4145 LIMIT 1
130 ms 0 /classes/ProductSale.php:259
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 1 FROM `snsps_specific_price` WHERE id_product = 4116 LIMIT 1
129 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
129 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 171
129 ms 1 /classes/Product.php:2879
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 `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4185
128 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4145
128 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 413 LIMIT 1
128 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 = 8 LIMIT 1
128 ms 1 /classes/Product.php:5622
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 SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 546) 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_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 447
127 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
127 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
127 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 161 LIMIT 1
127 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 4144
126 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 130
126 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4145) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
126 ms 1 /classes/stock/StockAvailable.php:453
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 `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 476 AND id_shop=1 LIMIT 1
126 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 1857) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
126 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 2978) 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 `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3654
125 ms 2 /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 SUM(quantity)
FROM `snsps_stock_available`
WHERE (id_product = 4144) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
125 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `snsps_specific_price` WHERE id_product = 1857 LIMIT 1
125 ms 1 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `snsps_tax_lang`
WHERE `id_tax` = 32
125 ms 1 /src/Adapter/EntityMapper.php:84
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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
125 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
125 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 447 AND id_shop=1 LIMIT 1
125 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
124 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
124 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 6 LIMIT 1
124 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 772 AND id_shop=1 LIMIT 1
124 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 413
124 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 161
ORDER BY `id_specific_price_priority` DESC LIMIT 1
123 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 161
123 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4146 AND `id_group` = 1 LIMIT 1
123 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
123 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 3918
123 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 3654
122 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
122 ms 4 /modules/imgstickers/models/StickersImg.php:77
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
122 ms 4 /modules/imgstickers/models/StickersImg.php:102
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` = 14 LIMIT 1
122 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 33 LIMIT 1
122 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE name FROM snsps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
121 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
121 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
121 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
121 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE out_of_stock
FROM `snsps_stock_available`
WHERE (id_product = 4011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
121 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 = 16 LIMIT 1
121 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 546
120 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 = 8 LIMIT 1
120 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 = 16 LIMIT 1
120 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
119 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `snsps_product_attribute`
WHERE `id_product` = 1857
119 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4145 AND id_shop=1 LIMIT 1
119 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
118 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 130) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
118 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 413
117 ms 3 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
117 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4186 AND `id_group` = 1 LIMIT 1
117 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4011 AND id_shop=1 LIMIT 1
115 ms 1 /classes/Product.php:6759
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 `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 4144
ORDER BY `id_specific_price_priority` DESC LIMIT 1
114 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 4116
ORDER BY `id_specific_price_priority` DESC LIMIT 1
114 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 2978) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
114 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `snsps_specific_price_priority`
WHERE `id_product` = 4145
ORDER BY `id_specific_price_priority` DESC LIMIT 1
113 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_category` FROM `snsps_category_product`
WHERE `id_product` = 1610
113 ms 2 /classes/Product.php:3395
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
113 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
112 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3654) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
112 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
112 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `name`
FROM `snsps_hook`
WHERE `id_hook` = 749 LIMIT 1
112 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
112 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4116 AND id_shop=1 LIMIT 1
111 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
111 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 160 AND id_shop=1 LIMIT 1
111 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 4144 AND id_shop=1 LIMIT 1
111 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3967) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
111 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
110 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
110 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 3918) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
110 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 446 LIMIT 1
110 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
109 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
109 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 1857 AND id_shop=1 LIMIT 1
109 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 1610) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
108 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 546 AND id_shop=1 LIMIT 1
108 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 413 AND id_shop=1 LIMIT 1
108 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 772 AND `id_group` = 1 LIMIT 1
108 ms 0 /classes/GroupReduction.php:156
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 `id_module` FROM `snsps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
107 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 476 AND `id_group` = 1 LIMIT 1
107 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
107 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `snsps_product_shop`
WHERE `id_product` = 161 AND id_shop=1 LIMIT 1
107 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 4011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
106 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
106 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3654) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
106 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
106 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3918) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
106 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3654 LIMIT 1
105 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 446 AND `id_group` = 1 LIMIT 1
105 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE depends_on_stock
FROM `snsps_stock_available`
WHERE (id_product = 1610) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
105 ms 1 /classes/stock/StockAvailable.php:744
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
104 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
104 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
104 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_group`
WHERE `id_group` = 1 LIMIT 1
104 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
104 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
104 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 3967) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
104 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 413 LIMIT 1
103 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
103 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
103 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
103 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE location
FROM `snsps_stock_available`
WHERE (id_product = 4011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
102 ms 1 /classes/stock/StockAvailable.php:797
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
102 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
102 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
102 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
101 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
101 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
101 ms 4 /modules/imgstickers/models/StickersImg.php:176
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
101 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "category")
101 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 = 14 LIMIT 1
100 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4011 AND `id_group` = 1 LIMIT 1
100 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 447 AND `id_group` = 1 LIMIT 1
100 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 4011 LIMIT 1
99 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
99 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
99 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
98 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
98 ms 4 /modules/imgstickers/models/StickersImg.php:102
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 2978 LIMIT 1
97 ms 0 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 3918 LIMIT 1
96 ms 1 /classes/ProductSale.php:259
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4144 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` = 160 AND `id_group` = 1 LIMIT 1
95 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4145 AND `id_group` = 1 LIMIT 1
95 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 413 AND `id_group` = 1 LIMIT 1
95 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 161 AND `id_group` = 1 LIMIT 1
94 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 546 AND `id_group` = 1 LIMIT 1
94 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 1857 AND `id_group` = 1 LIMIT 1
93 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `snsps_product_group_reduction_cache`
WHERE `id_product` = 4116 AND `id_group` = 1 LIMIT 1
93 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `sale_nbr` FROM snsps_product_sale WHERE `id_product` = 1610 LIMIT 1
92 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>
196 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`
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 `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 *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "product")
41 queries
SELECT `id_product_attribute`
            FROM `snsps_product_attribute`
            WHERE `id_product` = <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
                    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 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 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 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 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 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 *
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 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
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 `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 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_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 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 `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 `id_category` FROM `snsps_category_product`
                WHERE `id_product` = <span style="color:blue">XX</span>
29 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "outofstock")
25 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`imgstickers_rule_type` = "bestseller")
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>
12 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `snsps_specific_price_priority`
				WHERE `id_product` = <span style="color:blue">XX</span>
				ORDER BY `id_specific_price_priority` DESC LIMIT <span style="color:blue">XX</span>
12 queries
			SELECT *, ( IF (`id_group` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_country` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_currency` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_shop` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_customer` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>)) AS `score`
				FROM `snsps_specific_price`
				WHERE
                `id_shop` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_currency` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_country` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_group` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND `id_product` = <span style="color:blue">XX</span> AND `id_customer` = <span style="color:blue">XX</span> AND `id_product_attribute` = <span style="color:blue">XX</span> AND `id_cart` = <span style="color:blue">XX</span>  AND (`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>' OR '<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>' >= `from`) AND (`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>' OR '<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>' <= `to`)
				AND IF(`from_quantity` > <span style="color:blue">XX</span>, `from_quantity`, <span style="color:blue">XX</span>) <= <span style="color:blue">XX</span> ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT <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>
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 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>
7 queries
SELECT *
FROM `snsps_category` a
LEFT JOIN `snsps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `snsps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_category` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
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 `id_lang`, `text`
					FROM snsps_cztoplink_lang
					WHERE `id_cztoplink`=<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
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 `id_lang` FROM `snsps_lang`
                    WHERE `locale` = 'ro-ro'
                    OR `language_code` = 'ro-ro' LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `snsps_link_block` a
LEFT JOIN `snsps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_link_block` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `snsps_imgstickers`
WHERE (`id_imgstickers` = <span style="color:blue">XX</span>)
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `snsps_module` m
                LEFT JOIN `snsps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = <span style="color:blue">XX</span>
2 queries
SELECT *
							FROM `snsps_link_block_lang`
							WHERE `id_link_block` = <span style="color:blue">XX</span>

Tables stress

371 wk_preorder_product
371 wk_preorder_product_shop
293 imgstickers
208 stock_available
208 product
208 product_shop
126 product_attribute
123 image_shop
123 image
123 product_attribute_shop
83 cart_product
82 image_lang
82 product_lang
60 category_lang
58 specific_price
44 product_attribute_combination
44 feature_product
43 category_product
43 product_sale
42 feature
42 feature_shop
42 feature_lang
42 feature_value_lang
41 pack
41 tag
41 attribute_group
41 attribute_lang
41 attribute
41 wk_wishlist
41 product_tag
41 orders
41 product_group_reduction_cache
23 module
23 module_shop
12 specific_price_priority
12 category
10 cms_lang
10 cms_shop
10 cms
9 category_shop
9 hook
6 cart_rule
5 lang
5 wk_preorder_product_customer_shop
5 country
5 currency
5 wk_preorder_product_customer
4 shop
4 czblocklink_lang
4 shop_url
4 lang_shop
4 currency_shop
4 category_group
3 tax_rule
3 hook_alias
3 meta_lang
3 tax_rules_group
3 cztoplink_lang
3 meta
3 link_block
3 link_block_shop
2 psblogcat_lang
2 country_lang
2 image_type
2 link_block_lang
2 hook_module
2 psblogcat
2 employee_shop
2 manufacturer
2 configuration
2 group_shop
2 group
2 shop_group
2 currency_lang
2 country_shop
1 feature_value
1 supplier
1 module_group
1 psblog_blog_shop
1 czfootercmsblockinfo_lang
1 configuration_lang
1 employee
1 czblocklink
1 psblog_blog_lang
1 state
1 layered_indexable_feature_value_lang_value
1 manufacturer_shop
1 layered_indexable_feature_lang_value
1 layered_indexable_feature
1 layered_category
1 required_field
1 layered_filter_block
1 address_format
1 psblog_blog
1 hook_module_exceptions
1 group_lang
1 tax
1 tax_lang
1 cztoplink
1 manufacturer_lang
1 psblogcat_shop
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 127 /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]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/classes/Link.php [114]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/modules/imgstickers/imgstickers.php [320]
/modules/cz_imagehover/cz_imagehover.php [73]
/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]
Category 10 /controllers/front/listing/CategoryController.php [89]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/classes/Meta.php [380]
/classes/PrestaShopCollection.php [383]
/modules/ps_facetedsearch/src/Product/Search.php [325]
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]
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 /classes/ImageType.php
497 /classes/ImageManager.php
498 /src/Core/Domain/Shop/ValueObject/ShopId.php
499 /modules/ps_socialfollow/ps_socialfollow.php
500 /src/Core/Module/WidgetInterface.php
501 /src/PrestaShopBundle/Translation/DomainNormalizer.php
502 /modules/wkwishlist/wkwishlist.php
503 /modules/wkwishlist/classes/WkWishlistHelper.php
504 /modules/wkwishlist/classes/WkWishlistProduct.php
505 /modules/wkwishlist/classes/WkWishlistDb.php
506 /classes/Translate.php
507 /modules/wkwishlist/translations/ro.php
508 /classes/Media.php
509 /modules/ps_emailalerts/ps_emailalerts.php
510 /modules/ps_emailalerts/MailAlert.php
511 /modules/preorder/preorder.php
512 /modules/preorder/classes/PreorderClasses.php
513 /modules/preorder/classes/PreorderProduct.php
514 /modules/preorder/classes/PreorderProductCustomer.php
515 /modules/preorder/classes/PreorderHelper.php
516 /modules/preorder/classes/PreorderInstall.php
517 /modules/preorder/classes/PreorderCustomPrice.php
518 /classes/module/CarrierModule.php
519 /modules/preorder/translations/ro.php
520 /modules/notifyme/notifyme.php
521 /modules/notifyme/classes/NotifyMeDb.php
522 /modules/notifyme/classes/processnotifyme.php
523 /modules/notifyme/translations/ro.php
524 /classes/ProductDownload.php
525 /classes/tax/Tax.php
526 /src/Core/Localization/CLDR/ComputingPrecision.php
527 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
528 /src/Core/Cart/Calculator.php
529 /src/Core/Cart/CartRowCollection.php
530 /src/Core/Cart/Fees.php
531 /src/Core/Cart/AmountImmutable.php
532 /src/Core/Cart/CartRuleCollection.php
533 /src/Core/Cart/CartRuleCalculator.php
534 /src/Adapter/Product/PriceCalculator.php
535 /classes/order/Order.php
536 /src/Core/Cart/CartRow.php
537 /vendor/prestashop/decimal/src/DecimalNumber.php
538 /vendor/prestashop/decimal/src/Builder.php
539 /classes/Gender.php
540 /classes/Risk.php
541 /classes/Meta.php
542 /classes/Address.php
543 /src/Core/Addon/Module/ModuleManagerBuilder.php
544 /src/Core/Util/File/YamlParser.php
545 /var/cache/dev/yaml/20ebb8c42ac5ccb8216919104693b00f.php
546 /var/cache/dev/yaml/33011277b24fc3a0f1c3854523aeef2b.php
547 /src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
548 /vendor/guzzlehttp/guzzle/src/Client.php
549 /vendor/guzzlehttp/guzzle/src/ClientInterface.php
550 /vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
551 /vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
552 /vendor/guzzlehttp/guzzle/src/Url.php
553 /vendor/guzzlehttp/guzzle/src/Utils.php
554 /vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
555 /vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
556 /vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
557 /vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
558 /vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
559 /vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
560 /vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
561 /vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
562 /vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
563 /vendor/guzzlehttp/ringphp/src/Client/Middleware.php
564 /vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
565 /vendor/guzzlehttp/guzzle/src/RequestFsm.php
566 /app/config/parameters.php
567 /src/Adapter/Module/ModuleZipManager.php
568 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
569 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
570 /src/Core/Hook/HookDispatcherInterface.php
571 /src/Adapter/Addons/AddonsDataProvider.php
572 /src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
573 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
574 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
575 /src/Adapter/LegacyLogger.php
576 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
577 /src/Adapter/Module/ModuleDataProvider.php
578 /src/Adapter/Module/AdminModuleDataProvider.php
579 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
580 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
581 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
582 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
583 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
584 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
585 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
586 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
587 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
588 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
589 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
590 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
591 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
592 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
593 /src/Adapter/Module/ModuleDataUpdater.php
594 /src/Core/Addon/Module/ModuleManager.php
595 /src/Core/Addon/AddonManagerInterface.php
596 /src/Core/Addon/Module/ModuleRepository.php
597 /src/Core/Addon/Module/ModuleRepositoryInterface.php
598 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
599 /src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
600 /src/Core/Cache/Clearer/CacheClearerInterface.php
601 /classes/State.php
602 /src/Core/Filter/FrontEndObject/MainFilter.php
603 /src/Core/Filter/FilterInterface.php
604 /src/Core/Filter/FrontEndObject/CartFilter.php
605 /src/Core/Filter/HashMapWhitelistFilter.php
606 /src/Core/Filter/CollectionFilter.php
607 /src/Core/Filter/FrontEndObject/ProductFilter.php
608 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
609 /src/Core/Filter/FrontEndObject/CustomerFilter.php
610 /src/Core/Filter/FrontEndObject/ShopFilter.php
611 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
612 /modules/productcomments/productcomments.php
613 /modules/ps_searchbar/ps_searchbar.php
614 /modules/ps_shoppingcart/ps_shoppingcart.php
615 /modules/cz_imageslider/cz_imageslider.php
616 /modules/cz_imageslider/Cz_HomeSlide.php
617 /src/Adapter/Localization/LegacyTranslator.php
618 /modules/cz_blockpaymentlogo/cz_blockpaymentlogo.php
619 /modules/cz_blockpaymentlogo/translations/ro.php
620 /modules/imgstickers/imgstickers.php
621 /modules/imgstickers/models/StickersImg.php
622 /modules/imgstickers/translations/ro.php
623 /modules/plationline/plationline.php
624 /classes/PaymentModule.php
625 /modules/plationline/translations/ro.php
626 /modules/plationline/inc/libraries/autoloader.php
627 /modules/cz_verticalmenu/cz_verticalmenu.php
628 /modules/cz_verticalmenu/cz_verticalmenutoplinks.class.php
629 /modules/cz_verticalmenu/translations/ro.php
630 /modules/migrationpro/migrationpro.php
631 /modules/migrationpro/classes/MigrationProMapping.php
632 /modules/migrationpro/classes/MigrationProSaveMapping.php
633 /modules/migrationpro/classes/MigrationProProcess.php
634 /modules/migrationpro/classes/MigrationProData.php
635 /modules/migrationpro/classes/MigrationProMigratedData.php
636 /modules/migrationpro/classes/EDClient.php
637 /modules/migrationpro/classes/EDQuery.php
638 /modules/migrationpro/classes/EDImport.php
639 /modules/migrationpro/classes/loggers/MigrationProLogger.php
640 /modules/migrationpro/classes/loggers/MigrationProDBErrorLogger.php
641 /modules/migrationpro/classes/loggers/MigrationProDBWarningLogger.php
642 /modules/migrationpro/classes/loggers/EntityTypeMapper.php
643 /modules/migrationpro/classes/Validator.php
644 /modules/migrationpro/classes/MigrationProPassLog.php
645 /modules/migrationpro/classes/MigrationProMappingCreator.php
646 /modules/migrationpro/classes/MigrationProTimeRemapping.php
647 /modules/migrationpro/translations/ro.php
648 /src/Core/Product/Search/ProductSearchContext.php
649 /src/Core/Product/Search/ProductSearchQuery.php
650 /src/Core/Product/Search/SortOrder.php
651 /modules/ps_facetedsearch/ps_facetedsearch.php
652 /modules/ps_facetedsearch/src/HookDispatcher.php
653 /modules/ps_facetedsearch/src/Hook/Attribute.php
654 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
655 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
656 /modules/ps_facetedsearch/src/Hook/Category.php
657 /modules/ps_facetedsearch/src/Hook/Configuration.php
658 /modules/ps_facetedsearch/src/Hook/Design.php
659 /modules/ps_facetedsearch/src/Hook/Feature.php
660 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
661 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
662 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
663 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
664 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
665 /modules/ps_facetedsearch/src/Hook/Product.php
666 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
667 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
668 /modules/ps_facetedsearch/src/Filters/Provider.php
669 /modules/ps_facetedsearch/src/URLSerializer.php
670 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
671 /modules/ps_facetedsearch/src/Product/SearchProvider.php
672 /src/Core/Product/Search/FacetsRendererInterface.php
673 /src/Core/Product/Search/ProductSearchProviderInterface.php
674 /modules/ps_facetedsearch/src/Filters/Converter.php
675 /modules/ps_facetedsearch/src/Product/SearchFactory.php
676 /src/Core/Product/Search/ProductSearchResult.php
677 /classes/Manufacturer.php
678 /modules/ps_facetedsearch/src/Product/Search.php
679 /modules/ps_facetedsearch/src/Adapter/MySQL.php
680 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
681 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
682 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
683 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
684 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
685 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
686 /modules/ps_facetedsearch/src/Filters/Products.php
687 /classes/stock/StockAvailable.php
688 /modules/ps_facetedsearch/src/Filters/Block.php
689 /src/Core/Product/Search/Facet.php
690 /src/Core/Product/Search/Filter.php
691 /src/Core/Product/Search/FacetCollection.php
692 /classes/ProductAssembler.php
693 /classes/Combination.php
694 /classes/SpecificPrice.php
695 /classes/tax/TaxManagerFactory.php
696 /classes/tax/TaxRulesTaxManager.php
697 /classes/tax/TaxManagerInterface.php
698 /classes/tax/TaxCalculator.php
699 /classes/GroupReduction.php
700 /classes/Feature.php
701 /classes/ProductPresenterFactory.php
702 /src/Adapter/Presenter/Product/ProductListingPresenter.php
703 /src/Adapter/Presenter/Product/ProductPresenter.php
704 /src/Adapter/Product/ProductColorsRetriever.php
705 /src/Adapter/HookManager.php
706 /src/Core/Product/ProductPresentationSettings.php
707 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
708 /src/Adapter/Presenter/Product/ProductLazyArray.php
709 /src/Adapter/Presenter/AbstractLazyArray.php
710 /classes/Image.php
711 /vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
712 /vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
713 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
714 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
715 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
716 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
717 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
718 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
719 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
720 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
721 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
722 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
723 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
724 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
725 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
726 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
727 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
728 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
729 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
730 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
731 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
732 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
733 /vendor/prestashop/decimal/src/Operation/Multiplication.php
734 /classes/Smarty/SmartyDevTemplate.php
735 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
736 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
737 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
738 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
739 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
740 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
741 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
742 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
743 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
744 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
745 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
746 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
747 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
748 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
749 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
750 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
751 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
752 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
753 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
754 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
755 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
756 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
757 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
758 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
759 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
760 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
761 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
762 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
763 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
764 /var/cache/dev/smarty/compile/Ritools/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
765 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
766 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
767 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
768 /var/cache/dev/smarty/compile/Ritools/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
769 /src/Core/Product/Search/Pagination.php
770 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
771 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
772 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/f1/69/4b/f1694b9c26f75465cfbb98c1b0d722f4b0a7b8b2_2.module.preorderviewstemplateshoo.php
773 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
774 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
775 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/33/93/3c/33933c9fb293f78967189883629fcf88c9463025_2.file.category.tpl.php
776 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/4d/02/49/4d02494b0082730ca59b8497a9781241522aac36_2.file.product-list.tpl.php
777 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/0c/a3/cd/0ca3cdb46713ecc4026bc8de6f9a25abc11c7692_2.file.layout-left-column.tpl.php
778 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/84/b3/b2/84b3b24f0a702c26709f507cb64430764c553678_2.file.layout-both-columns.tpl.php
779 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/00/7a/f7/007af72f16164d414992d924c21f447f02c04238_2.file.head.tpl.php
780 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
781 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/c0/e5/74/c0e574d554b11234c5499c5f66b911aa87cb57fa_2.file.head-jsonld.tpl.php
782 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/23/1f/d4/231fd4f18ba34c733c558cbc00c267ba31542ba5_2.file.product-list-jsonld.tpl.php
783 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
784 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
785 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
786 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/34/37/c6/3437c6c40e88fc504129c996f3fec6f79f92786c_2.file.pagination-seo.tpl.php
787 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/5a/2a/f2/5a2af2d8743b0126fda9a7d0aa080f3572fc863d_2.file.stylesheets.tpl.php
788 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/f8/f6/83/f8f683f36c1d2b5ea33e5f6b30975b46cc1225b4_2.file.javascript.tpl.php
789 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/38/7a/7a/387a7addeb544d5053a16ddb8c34cfae73056d51_2.file.product-activation.tpl.php
790 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/42/e3/c7/42e3c70240036dbf79593fb6ed49b313dcdabf8d_2.file.header.tpl.php
791 /var/cache/dev/smarty/compile/Ritools/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.pssocialfollowpssocialfol.php
792 /modules/ps_languageselector/ps_languageselector.php
793 /modules/ps_currencyselector/ps_currencyselector.php
794 /modules/ps_customersignin/ps_customersignin.php
795 /var/cache/dev/smarty/compile/Ritools/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.pscustomersigninpscustome.php
796 /modules/cz_toplink/cz_toplink.php
797 /var/cache/dev/smarty/compile/Ritools/48/c2/cf/48c2cf3dc46510adf366bd7c2648e00e77702ca5_2.module.cztoplinkviewstemplatesho.php
798 /vendor/smarty/smarty/libs/plugins/modifiercompiler.count_characters.php
799 /var/cache/dev/smarty/compile/Ritools/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
800 /var/cache/dev/smarty/compile/Ritools/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.pssearchbarpssearchbar.tp.php
801 /modules/ps_mainmenu/ps_mainmenu.php
802 /modules/ps_mainmenu/ps_menutoplinks.class.php
803 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
804 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
805 /var/cache/dev/smarty/compile/Ritools/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.psmainmenupsmainmenu.tpl.php
806 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
807 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/11/2a/c3/112ac3c36b818dafab70097cc2bbd0eb2204c02b_2.file.notifications.tpl.php
808 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/4a/1a/5e/4a1a5ed4cadcc3666149f672992fc2efc1125a90_2.file.breadcrumb.tpl.php
809 /var/cache/dev/smarty/compile/Ritools/fb/fa/fc/fbfafc7ea0d0d0dbe62e36ca5b9cb5929b68ccd2_2.module.czverticalmenuviewstempla.php
810 /var/cache/dev/smarty/compile/Ritools/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
811 /modules/cz_blocklink/cz_blocklink.php
812 /var/cache/dev/smarty/compile/Ritools/f0/be/ff/f0beff05d94fbd118054211fa781a4f8bf91ced2_2.module.czblocklinkviewstemplates.php
813 /classes/Employee.php
814 /var/cache/dev/smarty/compile/Ritools/b8/cb/02/b8cb02f74fd746939d0f12421b9ee7223492dd21_2.file.categories_menu.tpl.php
815 /modules/psblog/translations/ro.php
816 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/9f/da/00/9fda00af35d39d47fc6311f81e5bda379577f02f_2.file.products-top.tpl.php
817 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/35/00/ed/3500ed482b0111726efe6999b52534bbfe5b960a_2.file.sort-orders.tpl.php
818 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/b2/30/3c/b2303c27fd230c8d682fe89a8745037d4d31b7b3_2.file.products.tpl.php
819 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/b5/e8/85/b5e88527fc67eb453aa1fdc87e35a06e31b29bde_2.file.product-listgrid.tpl.php
820 /classes/Supplier.php
821 /classes/Tag.php
822 /classes/ProductSale.php
823 /var/cache/dev/smarty/compile/Ritools/88/3a/ab/883aab0c86bac0ac0a42af18d6f0fd568b62199b_2.file.list_hook.tpl.php
824 /modules/cz_imagehover/cz_imagehover.php
825 /var/cache/dev/smarty/compile/Ritools/2f/a6/41/2fa64164414eabdf3cef7b5b4dad10cf6c08091a_2.file.cz_imagehover.tpl.php
826 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/67/89/da/6789da6388daa0ea786756a16fc41eebb5c71194_2.file.product-flags.tpl.php
827 /src/Adapter/ContainerFinder.php
828 /modules/productcomments/src/Repository/ProductCommentRepository.php
829 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
830 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
831 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php
832 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php
833 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
834 /vendor/doctrine/doctrine-bundle/Registry.php
835 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
836 /vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php
837 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php
838 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php
839 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
840 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php
841 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
842 /vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php
843 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php
844 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php
845 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php
846 /vendor/symfony/service-contracts/ResetInterface.php
847 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
848 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
849 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
850 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
851 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
852 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
853 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
854 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
855 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
856 /vendor/doctrine/event-manager/src/EventManager.php
857 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
858 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
859 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
860 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
861 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
862 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
863 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
864 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
865 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
866 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
867 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
868 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
869 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
870 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
871 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
872 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
873 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
874 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
875 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
876 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
877 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
878 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
879 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
884 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
885 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
886 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
887 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
888 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
889 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
890 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
891 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
892 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
893 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
894 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
895 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
896 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
897 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
898 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
899 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
900 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
901 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
902 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
903 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
904 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
905 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
906 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
907 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
908 /modules/productcomments/src/Entity/ProductComment.php
909 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
910 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
911 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Proxy.php
912 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Proxy.php
913 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php
914 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
915 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
916 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
917 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
918 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
919 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
920 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
921 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
922 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
923 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
924 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
925 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
926 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
927 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
928 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
929 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
930 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
931 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
932 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
933 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php
934 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadataFactory.php
935 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
936 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
937 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ReflectionService.php
938 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
939 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
940 /vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php
941 /vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php
942 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
943 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
944 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
945 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
946 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php
947 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
948 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
949 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
950 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
951 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
952 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
953 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
954 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
955 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
956 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
957 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
958 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
959 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
960 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
961 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
962 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
963 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
964 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
965 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
966 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
967 /var/cache/dev/smarty/compile/Ritools/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstempl.php
968 /var/cache/dev/smarty/compile/Ritools/5f/7b/dc/5f7bdc80cb90095477280a40b60570dcc50bbcdc_2.module.wkwishlistviewstemplatesh.php
969 /var/cache/dev/smarty/compile/Ritools/fd/b5/6f/fdb56f3b660dd2b5fe0813850b7b9bf2f8584628_2.file.wishlistdropdown.tpl.php
970 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
971 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/71/4b/e2/714be2e92001a15fa9ab3fbdac88d9cf7249cb8f_2.file.pagination.tpl.php
972 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/fc/22/8e/fc228ebb823f275665c29fc1b748d723a5c30d27_2.file.products-bottom.tpl.php
973 /var/cache/dev/smarty/compile/Ritoolslayouts_layout_left_column_tpl/02/dc/6a/02dc6a6cfbea34a7c74baab706ca3963103313de_2.file.footer.tpl.php
974 /modules/cz_footercmsblock/cz_footercmsblock.php
975 /modules/cz_footercmsblock/classes/FooterCmsBlock.php
976 /var/cache/dev/smarty/compile/Ritools/fc/46/15/fc4615098a1b5369f78949bff43869f40de69c9d_2.module.czfootercmsblockviewstemp.php
977 /modules/ps_linklist/ps_linklist.php
978 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
979 /modules/ps_linklist/src/Filter/LinkFilter.php
980 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
981 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
982 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
983 /modules/ps_linklist/src/Model/LinkBlock.php
984 /classes/CMS.php
985 /var/cache/dev/smarty/compile/Ritools/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.pslinklistviewstemplatesh.php
986 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
987 /var/cache/dev/smarty/compile/Ritools/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php
988 /modules/ps_contactinfo/ps_contactinfo.php
989 /var/cache/dev/smarty/compile/Ritools/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.pscontactinfopscontactinf.php
990 /var/cache/dev/smarty/compile/Ritools/08/88/fd/0888fd8aaedec3bc653e3266117810be8e49d97a_2.module.wkwishlistviewstemplatesh.php
991 /modules/tawkto/tawkto.php
992 /modules/tawkto/translations/ro.php
993 /var/cache/dev/smarty/compile/Ritools/1f/da/fa/1fdafa859e2284f4fee23ec9572b9ebd1862379f_2.module.czblockpaymentlogoviewste.php
994 /modules/czuecookie/czuecookie.php
995 /var/cache/dev/smarty/compile/Ritools/24/ba/0d/24ba0d22d624f8a7251eb796756a5a34a55da4b1_2.file.czuecookie.tpl.php
996 /modules/czuecookie/translations/ro.php
997 /modules/statsdata/statsdata.php
998 /modules/statsdata/translations/ro.php
999 /classes/Connection.php
1000 /classes/ConnectionsSource.php