Warning: Constant _PS_DEBUG_SQL_ already defined in /var/www/html/config/defines.inc.php on line 42

Warning: Constant _PS_CACHE_ENABLED_ already defined in /var/www/html/config/bootstrap.php on line 112

Warning: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent in /var/www/html/src/Core/Session/SessionHandler.php on line 116

Warning: session_start(): Session cannot be started after headers have already been sent in /var/www/html/classes/controller/FrontController.php on line 777
PC GAMER
Cart
Load Time 2639 ms
Querying Time 1350 ms
Queries 1997
Memory Peak Usage 51.1 Mb
Included Files 1048 files - 10.58 Mb
PrestaShop Cache - Mb
Global vars 0.27 Mb
PrestaShop Version 8.1.7
PHP Version 8.1.32
MySQL Version 5.7.32
Memory Limit 2048M
Max Execution Time 0s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 7.419 ms 7.419 ms 2.42 Mb 2.8 Mb
__construct 0.023 ms 7.442 ms - Mb 2.8 Mb
init 122.491 ms 129.933 ms 0.40 Mb 3.4 Mb
checkAccess 0.003 ms 129.936 ms - Mb 3.4 Mb
setMedia 10.115 ms 140.051 ms 0.20 Mb 3.4 Mb
postProcess 0.002 ms 140.053 ms - Mb 3.4 Mb
initHeader 0.002 ms 140.055 ms - Mb 3.4 Mb
initContent 1493 ms 1633 ms 22.27 Mb 25.3 Mb
initFooter 0.007 ms 1633 ms - Mb 25.3 Mb
display 1006 ms 2639 ms 24.89 Mb 51.1 Mb
Hook Time Memory Usage
CETemplate 323.436 ms 9.10 Mb
RotatorImg 245.846 ms 8.73 Mb
DisplayHeader 21.696 ms 0.16 Mb
displayLeftColumn 13.201 ms 0.33 Mb
displayMegamenuMobileBottom 10.380 ms 0.26 Mb
OverrideLayoutTemplate 9.421 ms 0.02 Mb
ProductSearchProvider 7.719 ms - Mb
displayAfterBodyOpeningTag 5.841 ms 0.05 Mb
ActionFrontControllerSetMedia 5.125 ms 0.01 Mb
displayBeforeBodyClosingTag 4.376 ms 0.05 Mb
DisplayLeftColumn 2.133 ms - Mb
ModuleRoutes 1.364 ms - Mb
LeftColumn 1.344 ms 0.02 Mb
ActionCreativeElementsInit 0.337 ms - Mb
14 hook(s) 652.218 ms 18.74 Mb
Module Time Memory Usage
smartblog 20.202 ms - Mb
ps_emailsubscription 2.724 ms 0.09 Mb
blockreassurance 3.092 ms 0.01 Mb
ps_socialfollow 0.965 ms 0.01 Mb
posquickmenu 9.322 ms 0.14 Mb
creativeelements 342.042 ms 9.22 Mb
posthemeoptions 3.593 ms 0.04 Mb
whatsappchat 5.140 ms 0.14 Mb
smartblogcategories 0.533 ms 0.01 Mb
smartblogarchive 0.326 ms 0.01 Mb
ps_googleanalytics 2.053 ms 0.02 Mb
posproductcomments 0.900 ms - Mb
posrotatorimg 248.288 ms 8.79 Mb
possearchproducts 0.921 ms 0.01 Mb
posfakeorder 5.931 ms 0.12 Mb
posmegamenu 1.473 ms 0.01 Mb
posvegamenu 1.253 ms 0.01 Mb
posshoppingcart 1.259 ms 0.01 Mb
possizechart 1.439 ms 0.01 Mb
ps_facetedsearch 13.455 ms 0.02 Mb
jprestaspeedpack 4.298 ms 0.02 Mb
ps_languageselector 1.703 ms 0.08 Mb
ps_currencyselector 9.168 ms 0.24 Mb
ps_categorytree 13.420 ms 0.34 Mb
24 module(s) 693.499 ms 19.30 Mb

Stopwatch SQL - 1997 queries

# Query Time (ms) Rows Filesort Group By Location
58
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM nop_product p LEFT JOIN nop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nop_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 nop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN nop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND p.id_manufacturer='30' GROUP BY p.id_product) p LEFT JOIN nop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN nop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN nop_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 p.quantity DESC, p.id_product DESC
10.125 ms 281440262869200 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
60
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-06 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM nop_product p
LEFT JOIN nop_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN nop_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN nop_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2978,3061,3386,2808,3387,3293,3375,3070,3066,3063,3017,3016,3086,3024,3064,2811,3238,3228,3083,2819,2814,3389,2716,3384,3382,3346,3084,3062,3060,3057,3014,3013,3012,3011,3010,3009,2967,2963,2961,2871,2816,2812,2549,2179,2160,3388,3087,3020,2966,2962,2865,2756,2755,2655,2654,2322,3305,2774,3022,3023,3018,3015,2996,2995,2969,2968,2766,2980,2965,2870,2477,3345,3068,3008,2998,2997,2994,2964,2960,2929,2820,2818,2779,2778,2777,2773,2772,2771,2769,2714,2703,2670,2669,2668,2656,2652,2599,2598,2596,2550,2548,2546,2510,2509,2505,2476,2475,2456,2454,2453,2452,2446,2438,2436,2381,2380,2379,2359,2328,2318,1914)
6.569 ms 121 /classes/ProductAssembler.php:95
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `nop_configuration` c
LEFT JOIN `nop_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
6.225 ms 2250 /classes/Configuration.php:180
1418
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_css' LIMIT 1
5.185 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
1796
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3015
4.591 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
70
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `nop_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `nop_hook_alias` ha
INNER JOIN `nop_hook` h ON ha.name = h.name
4.588 ms 0 /classes/Hook.php:1326
314
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3084
ORDER BY f.position ASC
3.635 ms 1 Yes /classes/Product.php:6017
71
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 `nop_hook_module` hm
STRAIGHT_JOIN `nop_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `nop_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
3.625 ms 589 /classes/Hook.php:456
16
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `nop_module` m
INNER JOIN nop_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 `nop_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `nop_hook` `h` ON hm.`id_hook` = h.`id_hook`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1)
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
3.430 ms 300 Yes Yes /classes/Hook.php:1267
1645
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3016 AND imgs.`rotator` =1
3.163 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
19
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `nop_module` m
LEFT JOIN `nop_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
3.008 ms 149 /classes/module/Module.php:345
1605
SELECT SQL_NO_CACHE c.*, cl.*
FROM `nop_category` c
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `nop_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
RIGHT JOIN `nop_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` DESC
2.930 ms 73 Yes /classes/Category.php:799
297
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3346
AND image_shop.`cover` = 1 LIMIT 1
2.880 ms 1 /classes/Product.php:3570
1644
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3017) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
2.773 ms 54 Yes /classes/Product.php:4520
1059
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2453) AND (b.`id_shop` = 1) LIMIT 1
2.519 ms 1 /src/Adapter/EntityMapper.php:71
502
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3020 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3020 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.396 ms 0 /classes/Cart.php:1426
1057
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2453
AND image_shop.`cover` = 1 LIMIT 1
2.303 ms 1 /classes/Product.php:3570
558
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2654
AND image_shop.`cover` = 1 LIMIT 1
2.194 ms 1 /classes/Product.php:3570
1833
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3008) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
2.147 ms 54 Yes /classes/Product.php:4520
1908
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2596) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
2.123 ms 54 Yes /classes/Product.php:4520
1923
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2509) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.992 ms 54 Yes /classes/Product.php:4520
353
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3013) AND (b.`id_shop` = 1) LIMIT 1
1.926 ms 1 /src/Adapter/EntityMapper.php:71
601
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3022) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.911 ms 1 /classes/stock/StockAvailable.php:453
1707
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3013) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.905 ms 54 Yes /classes/Product.php:4520
1612
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2978 AND imgs.`rotator` =1
1.863 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1352
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2669
ORDER BY `position`
1.817 ms 1 Yes /classes/Product.php:3545
568
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
1.806 ms 1 /classes/Product.php:5655
466
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2179 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2179 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.795 ms 0 /classes/Cart.php:1426
1926
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2505) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.773 ms 54 Yes /classes/Product.php:4520
1506
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 77
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.746 ms 1 Yes Yes /classes/Category.php:1151
1890
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2669) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.745 ms 54 Yes /classes/Product.php:4520
1422
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.725 ms 73 Yes Yes /classes/Category.php:1151
1959
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2380) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.725 ms 54 Yes /classes/Product.php:4520
1614
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_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`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.712 ms 54 Yes /classes/Product.php:4520
506
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2966) AND (b.`id_shop` = 1) LIMIT 1
1.707 ms 1 /src/Adapter/EntityMapper.php:71
674
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2766 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2766 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.707 ms 0 /classes/Cart.php:1426
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `nop_hook` h
WHERE (h.active = 1)
1.704 ms 1078 /classes/Hook.php:1366
1346
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2714
ORDER BY `position`
1.694 ms 1 Yes /classes/Product.php:3545
1839
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2997) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.689 ms 54 Yes /classes/Product.php:4520
1258
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3388
ORDER BY `position`
1.686 ms 4 Yes /classes/Product.php:3545
1920
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2510) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.673 ms 54 Yes /classes/Product.php:4520
286
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3384 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3384 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.672 ms 0 /classes/Cart.php:1426
638
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2996 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2996 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.664 ms 0 /classes/Cart.php:1426
1761
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2962) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.664 ms 54 Yes /classes/Product.php:4520
630
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3015
ORDER BY f.position ASC
1.634 ms 1 Yes /classes/Product.php:6017
1055
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2454 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2454 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.608 ms 0 /classes/Cart.php:1426
1032
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2475) AND (b.`id_shop` = 1) LIMIT 1
1.603 ms 1 /src/Adapter/EntityMapper.php:71
1610
SELECT SQL_NO_CACHE `name`
FROM `nop_hook`
WHERE `id_hook` = 894 LIMIT 1
1.599 ms 1 /classes/Hook.php:244
1626
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3387) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.589 ms 54 Yes /classes/Product.php:4520
1731
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2871) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.589 ms 54 Yes /classes/Product.php:4520
1824
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2477) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.558 ms 54 Yes /classes/Product.php:4520
1956
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2381) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.554 ms 54 Yes /classes/Product.php:4520
1344
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2769
ORDER BY `position`
1.550 ms 4 Yes /classes/Product.php:3545
1722
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2967) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.548 ms 54 Yes /classes/Product.php:4520
565
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2654 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2654 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.542 ms 0 /classes/Cart.php:1426
1674
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2814) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.538 ms 54 Yes /classes/Product.php:4520
1887
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2670) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.538 ms 54 Yes /classes/Product.php:4520
291
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3382 LIMIT 1
1.529 ms 1 /classes/SpecificPrice.php:435
1831
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3008 AND imgs.`rotator` =1
1.529 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
560
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2654) AND (b.`id_shop` = 1) LIMIT 1
1.527 ms 1 /src/Adapter/EntityMapper.php:71
1719
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3009) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.520 ms 54 Yes /classes/Product.php:4520
1934
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2456
1.511 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1334
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2778
ORDER BY `position`
1.506 ms 2 Yes /classes/Product.php:3545
1884
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2703) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.501 ms 54 Yes /classes/Product.php:4520
1872
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2772) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.469 ms 54 Yes /classes/Product.php:4520
1944
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2452) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.467 ms 54 Yes /classes/Product.php:4520
1029
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2476
ORDER BY f.position ASC
1.465 ms 1 Yes /classes/Product.php:6017
1797
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3015) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.459 ms 54 Yes /classes/Product.php:4520
313
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3084 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3084 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.453 ms 0 /classes/Cart.php:1426
1752
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3087) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.453 ms 54 Yes /classes/Product.php:4520
1734
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.446 ms 54 Yes /classes/Product.php:4520
1760
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2962
1.426 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1935
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2456) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.422 ms 54 Yes /classes/Product.php:4520
569
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2322) AND (b.`id_shop` = 1) LIMIT 1
1.414 ms 1 /src/Adapter/EntityMapper.php:71
21
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `nop_meta` m
LEFT JOIN `nop_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.405 ms 174 Yes /classes/Dispatcher.php:654
1061
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2453)
1.404 ms 1 /classes/Product.php:3860
484
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3388 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3388 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.402 ms 0 /classes/Cart.php:1426
1629
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3293) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.397 ms 54 Yes /classes/Product.php:4520
933
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2652) AND (b.`id_shop` = 1) LIMIT 1
1.394 ms 1 /src/Adapter/EntityMapper.php:71
861
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2771) AND (b.`id_shop` = 1) LIMIT 1
1.392 ms 1 /src/Adapter/EntityMapper.php:71
1689
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3346) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.391 ms 54 Yes /classes/Product.php:4520
310
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3084)
1.386 ms 1 /classes/Product.php:3860
1623
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2808) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.383 ms 54 Yes /classes/Product.php:4520
1515
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) AND (b.`id_shop` = 1) LIMIT 1
1.371 ms 1 /src/Adapter/EntityMapper.php:71
1981
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`	
FROM `nop_cms` c	
INNER JOIN `nop_cms_shop` cs	
ON (c.`id_cms` = cs.`id_cms`)	
INNER JOIN `nop_cms_lang` cl	
ON (c.`id_cms` = cl.`id_cms` AND cs.`id_shop` = cl.`id_shop`)	
WHERE c.`id_cms_category` = 1	
AND cl.`id_shop` = 1	
AND cl.`id_lang` = 2	
AND c.`active` = 1	
ORDER BY `position`
1.371 ms 10 Yes /modules/posthemeoptions/elementor/src/WidgetHelper.php:835
1725
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2963) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.370 ms 54 Yes /classes/Product.php:4520
1735
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2812 AND imgs.`rotator` =1
1.366 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1921
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2509 AND imgs.`rotator` =1
1.366 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1034
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2475)
1.365 ms 1 /classes/Product.php:3860
1507
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1
1.360 ms 1 /src/Adapter/EntityMapper.php:71
1462
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 64
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.359 ms 2 Yes Yes /classes/Category.php:1151
1962
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2379) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.354 ms 54 Yes /classes/Product.php:4520
1800
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2996) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.353 ms 54 Yes /classes/Product.php:4520
1170
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3061
ORDER BY `position`
1.352 ms 1 Yes /classes/Product.php:3545
1423
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1
1.350 ms 1 /src/Adapter/EntityMapper.php:71
359
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3013
ORDER BY f.position ASC
1.340 ms 1 Yes /classes/Product.php:6017
1155
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2318
ORDER BY f.position ASC
1.338 ms 1 Yes /classes/Product.php:6017
308
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3084) AND (b.`id_shop` = 1) LIMIT 1
1.336 ms 1 /src/Adapter/EntityMapper.php:71
611
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3023 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3023 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.334 ms 0 /classes/Cart.php:1426
1692
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3084) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.331 ms 54 Yes /classes/Product.php:4520
1677
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3389) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.329 ms 54 Yes /classes/Product.php:4520
574
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2322 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2322 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.328 ms 0 /classes/Cart.php:1426
1617
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3061) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.314 ms 54 Yes /classes/Product.php:4520
1056
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2454
ORDER BY f.position ASC
1.306 ms 1 Yes /classes/Product.php:6017
1563
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "poscompare" LIMIT 1
1.305 ms 1 /classes/module/Module.php:2636
1914
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2548) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.303 ms 54 Yes /classes/Product.php:4520
18
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `nop_hook`
1.301 ms 1078 /classes/Hook.php:1326
547
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2755 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2755 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.297 ms 0 /classes/Cart.php:1426
1767
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2756) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.296 ms 54 Yes /classes/Product.php:4520
1728
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2961) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.295 ms 54 Yes /classes/Product.php:4520
22
SELECT SQL_NO_CACHE *
FROM `nop_manufacturer` a
LEFT JOIN `nop_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `nop_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 30) LIMIT 1
1.291 ms 1 /src/Adapter/EntityMapper.php:71
1875
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2771) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.288 ms 54 Yes /classes/Product.php:4520
1803
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2995) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.276 ms 54 Yes /classes/Product.php:4520
524
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2865) AND (b.`id_shop` = 1) LIMIT 1
1.273 ms 1 /src/Adapter/EntityMapper.php:71
1941
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2453) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.269 ms 54 Yes /classes/Product.php:4520
1077
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2446) AND (b.`id_shop` = 1) LIMIT 1
1.265 ms 1 /src/Adapter/EntityMapper.php:71
1755
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3020) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.265 ms 54 Yes /classes/Product.php:4520
1953
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2436) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.263 ms 54 Yes /classes/Product.php:4520
1400
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2379
ORDER BY `position`
1.258 ms 1 Yes /classes/Product.php:3545
1618
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3386 AND imgs.`rotator` =1
1.256 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1911
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2550) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.255 ms 54 Yes /classes/Product.php:4520
1671
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.244 ms 54 Yes /classes/Product.php:4520
1965
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2359) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.244 ms 54 Yes /classes/Product.php:4520
1749
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3388) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.241 ms 54 Yes /classes/Product.php:4520
1716
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3010) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.238 ms 54 Yes /classes/Product.php:4520
1899
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2652) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.233 ms 54 Yes /classes/Product.php:4520
1595
SELECT SQL_NO_CACHE pi.*, pl.*
FROM nop_posmegamenu_item pi
LEFT JOIN `nop_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `nop_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
1.232 ms 6 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
1710
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3012) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.232 ms 54 Yes /classes/Product.php:4520
629
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3015 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.231 ms 0 /classes/Cart.php:1426
1260
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3087
ORDER BY `position`
1.231 ms 1 Yes /classes/Product.php:3545
40
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `nop_module` m
LEFT JOIN `nop_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1.229 ms 149 /classes/module/Module.php:345
1382
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2456
ORDER BY `position`
1.224 ms 1 Yes /classes/Product.php:3545
1350
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2670
ORDER BY `position`
1.222 ms 1 Yes /classes/Product.php:3545
575
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2322
ORDER BY f.position ASC
1.217 ms 1 Yes /classes/Product.php:6017
1620
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3386) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.217 ms 54 Yes /classes/Product.php:4520
1764
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2865) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.216 ms 54 Yes /classes/Product.php:4520
465
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2179) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.214 ms 1 /classes/stock/StockAvailable.php:453
1794
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3018) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.212 ms 54 Yes /classes/Product.php:4520
1641
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3063) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.211 ms 54 Yes /classes/Product.php:4520
1950
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2438) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.210 ms 54 Yes /classes/Product.php:4520
439
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2816 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2816 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.202 ms 0 /classes/Cart.php:1426
1396
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2381
ORDER BY `position`
1.202 ms 1 Yes /classes/Product.php:3545
1632
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3375) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.199 ms 54 Yes /classes/Product.php:4520
1668
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3083) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.199 ms 54 Yes /classes/Product.php:4520
322
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3062 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3062 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.198 ms 0 /classes/Cart.php:1426
1638
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3066) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.194 ms 54 Yes /classes/Product.php:4520
1665
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3228) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.192 ms 54 Yes /classes/Product.php:4520
1149
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2318) AND (b.`id_shop` = 1) LIMIT 1
1.191 ms 1 /src/Adapter/EntityMapper.php:71
455
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2549 AND id_shop=1 LIMIT 1
1.190 ms 1 /classes/Product.php:6872
951
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2598) AND (b.`id_shop` = 1) LIMIT 1
1.190 ms 1 /src/Adapter/EntityMapper.php:71
1683
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3384) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.190 ms 54 Yes /classes/Product.php:4520
1917
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2546) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.188 ms 54 Yes /classes/Product.php:4520
1148
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
1.187 ms 1 /classes/Product.php:5655
1947
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2446) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.186 ms 54 Yes /classes/Product.php:4520
431
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2871
ORDER BY f.position ASC
1.185 ms 1 Yes /classes/Product.php:6017
1408
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1914
ORDER BY `position`
1.183 ms 3 Yes /classes/Product.php:3545
578
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3305) AND (b.`id_shop` = 1) LIMIT 1
1.181 ms 1 /src/Adapter/EntityMapper.php:71
1929
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2476) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.179 ms 54 Yes /classes/Product.php:4520
178
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3016 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3016 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.178 ms 0 /classes/Cart.php:1426
511
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2966 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2966 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.176 ms 0 /classes/Cart.php:1426
542
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2755) AND (b.`id_shop` = 1) LIMIT 1
1.174 ms 1 /src/Adapter/EntityMapper.php:71
956
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2598 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2598 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.173 ms 0 /classes/Cart.php:1426
1140
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2328) AND (b.`id_shop` = 1) LIMIT 1
1.173 ms 1 /src/Adapter/EntityMapper.php:71
1033
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2475 LIMIT 1
1.169 ms 1 /classes/SpecificPrice.php:435
553
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2655)
1.164 ms 1 /classes/Product.php:3860
364
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3012)
1.162 ms 1 /classes/Product.php:3860
1635
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3070) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.161 ms 54 Yes /classes/Product.php:4520
1830
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3068) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.158 ms 54 Yes /classes/Product.php:4520
1508
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 78
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.157 ms 1 Yes Yes /classes/Category.php:1151
236
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3083) AND (b.`id_shop` = 1) LIMIT 1
1.156 ms 1 /src/Adapter/EntityMapper.php:71
1713
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3011) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.151 ms 54 Yes /classes/Product.php:4520
1836
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2998) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.151 ms 54 Yes /classes/Product.php:4520
969
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2550) AND (b.`id_shop` = 1) LIMIT 1
1.148 ms 1 /src/Adapter/EntityMapper.php:71
449
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2812
ORDER BY f.position ASC
1.147 ms 1 Yes /classes/Product.php:6017
888
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2703) AND (b.`id_shop` = 1) LIMIT 1
1.145 ms 1 /src/Adapter/EntityMapper.php:71
232
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3228 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3228 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.142 ms 0 /classes/Cart.php:1426
590
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2774)
1.141 ms 1 /classes/Product.php:3860
1647
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3016) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.140 ms 54 Yes /classes/Product.php:4520
620
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3018 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.139 ms 0 /classes/Cart.php:1426
1182
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3070
ORDER BY `position`
1.135 ms 2 Yes /classes/Product.php:3545
1172
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3386
ORDER BY `position`
1.134 ms 1 Yes /classes/Product.php:3545
1659
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2811) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.134 ms 54 Yes /classes/Product.php:4520
1701
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3057) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.134 ms 54 Yes /classes/Product.php:4520
557
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2655
ORDER BY f.position ASC
1.133 ms 1 Yes /classes/Product.php:6017
1737
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2812) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.133 ms 54 Yes /classes/Product.php:4520
517
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2962)
1.131 ms 1 /classes/Product.php:3860
472
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2160)
1.130 ms 1 /classes/Product.php:3860
1785
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2774) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.129 ms 54 Yes /classes/Product.php:4520
1398
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2380
ORDER BY `position`
1.127 ms 1 Yes /classes/Product.php:3545
1848
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2960) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.127 ms 54 Yes /classes/Product.php:4520
1154
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2318 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2318 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.126 ms 0 /classes/Cart.php:1426
1662
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3238) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.125 ms 54 Yes /classes/Product.php:4520
1653
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3024) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.124 ms 54 Yes /classes/Product.php:4520
665
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2968 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2968 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.124 ms 0 /classes/Cart.php:1426
720
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3345 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3345 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.120 ms 0 /classes/Cart.php:1426
1060
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2453 LIMIT 1
1.119 ms 1 /classes/SpecificPrice.php:435
1818
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2965) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.119 ms 54 Yes /classes/Product.php:4520
1686
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3382) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.119 ms 54 Yes /classes/Product.php:4520
1918
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2510 AND imgs.`rotator` =1
1.110 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1680
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2716) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.105 ms 54 Yes /classes/Product.php:4520
1955
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2381
1.104 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1878
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2769) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.103 ms 54 Yes /classes/Product.php:4520
1196
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3064
ORDER BY `position`
1.101 ms 1 Yes /classes/Product.php:3545
1845
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2964) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.101 ms 54 Yes /classes/Product.php:4520
1881
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2714) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.098 ms 54 Yes /classes/Product.php:4520
1806
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2969) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.096 ms 54 Yes /classes/Product.php:4520
1402
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2359
ORDER BY `position`
1.094 ms 1 Yes /classes/Product.php:3545
358
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3013 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3013 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.093 ms 0 /classes/Cart.php:1426
1968
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2328) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.093 ms 54 Yes /classes/Product.php:4520
1616
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3061
1.092 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
367
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3012 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3012 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.091 ms 0 /classes/Cart.php:1426
1802
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2995
1.091 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1809
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2968) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.091 ms 54 Yes /classes/Product.php:4520
457
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2549 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2549 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.089 ms 0 /classes/Cart.php:1426
911
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2669 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2669 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.088 ms 0 /classes/Cart.php:1426
593
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2774 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.086 ms 0 /classes/Cart.php:1426
1866
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2777) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.085 ms 54 Yes /classes/Product.php:4520
493
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3087 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.083 ms 0 /classes/Cart.php:1426
545
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2755 AND id_shop=1 LIMIT 1
1.080 ms 1 /classes/Product.php:6872
1082
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2446 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2446 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.078 ms 0 /classes/Cart.php:1426
1758
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2966) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.078 ms 54 Yes /classes/Product.php:4520
1896
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2656) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.078 ms 54 Yes /classes/Product.php:4520
1656
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3064) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.077 ms 54 Yes /classes/Product.php:4520
1932
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2475) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.076 ms 54 Yes /classes/Product.php:4520
1746
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2160) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.073 ms 54 Yes /classes/Product.php:4520
1695
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3062) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.072 ms 54 Yes /classes/Product.php:4520
1869
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2773) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.072 ms 54 Yes /classes/Product.php:4520
942
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2599) AND (b.`id_shop` = 1) LIMIT 1
1.068 ms 1 /src/Adapter/EntityMapper.php:71
960
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2596) AND (b.`id_shop` = 1) LIMIT 1
1.068 ms 1 /src/Adapter/EntityMapper.php:71
448
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.067 ms 0 /classes/Cart.php:1426
1770
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2755) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.067 ms 54 Yes /classes/Product.php:4520
1037
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2475 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2475 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.066 ms 0 /classes/Cart.php:1426
1974
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1914) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.066 ms 54 Yes /classes/Product.php:4520
1821
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2870) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.065 ms 54 Yes /classes/Product.php:4520
624
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3015) AND (b.`id_shop` = 1) LIMIT 1
1.064 ms 1 /src/Adapter/EntityMapper.php:71
1773
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2655) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.063 ms 54 Yes /classes/Product.php:4520
1294
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2995
ORDER BY `position`
1.062 ms 1 Yes /classes/Product.php:3545
1050
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2454) AND (b.`id_shop` = 1) LIMIT 1
1.061 ms 1 /src/Adapter/EntityMapper.php:71
223
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3238 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3238 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.060 ms 0 /classes/Cart.php:1426
1272
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2755
ORDER BY `position`
1.060 ms 4 Yes /classes/Product.php:3545
1439
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) AND (b.`id_shop` = 1) LIMIT 1
1.060 ms 1 /src/Adapter/EntityMapper.php:71
1931
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2475
1.059 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1893
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2668) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.057 ms 54 Yes /classes/Product.php:4520
848
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2773 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.057 ms 0 /classes/Cart.php:1426
1827
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3345) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.055 ms 54 Yes /classes/Product.php:4520
299
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3346) AND (b.`id_shop` = 1) LIMIT 1
1.052 ms 1 /src/Adapter/EntityMapper.php:71
520
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2962 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2962 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.052 ms 0 /classes/Cart.php:1426
1472
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 55
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.052 ms 1 Yes Yes /classes/Category.php:1151
684
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2980
ORDER BY f.position ASC
1.050 ms 1 Yes /classes/Product.php:6017
1650
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3086) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.050 ms 54 Yes /classes/Product.php:4520
214
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2811 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2811 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.049 ms 0 /classes/Cart.php:1426
603
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3022
ORDER BY f.position ASC
1.046 ms 1 Yes /classes/Product.php:6017
602
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3022 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3022 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.044 ms 0 /classes/Cart.php:1426
479
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3388) AND (b.`id_shop` = 1) LIMIT 1
1.042 ms 1 /src/Adapter/EntityMapper.php:71
604
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3023
AND image_shop.`cover` = 1 LIMIT 1
1.042 ms 1 /classes/Product.php:3570
656
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2969 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.042 ms 0 /classes/Cart.php:1426
1054
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.039 ms 1 /classes/stock/StockAvailable.php:453
1815
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2980) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.039 ms 54 Yes /classes/Product.php:4520
1615
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3061 AND imgs.`rotator` =1
1.038 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1471
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1
1.032 ms 1 /src/Adapter/EntityMapper.php:71
1456
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 62
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.031 ms 1 Yes Yes /classes/Category.php:1151
1526
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.029 ms 1 Yes Yes /classes/Category.php:1151
687
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2965) AND (b.`id_shop` = 1) LIMIT 1
1.026 ms 1 /src/Adapter/EntityMapper.php:71
1410
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 30050201 AND name = '_elementor_edit_mode' LIMIT 1
1.026 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
467
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2179
ORDER BY f.position ASC
1.024 ms 1 Yes /classes/Product.php:6017
692
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2965 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2965 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.022 ms 0 /classes/Cart.php:1426
1747
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3388 AND imgs.`rotator` =1
1.021 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
820
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2779 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2779 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.020 ms 0 /classes/Cart.php:1426
1310
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3345
ORDER BY `position`
1.020 ms 1 Yes /classes/Product.php:3545
290
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3382) AND (b.`id_shop` = 1) LIMIT 1
1.016 ms 1 /src/Adapter/EntityMapper.php:71
920
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2668 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2668 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.016 ms 0 /classes/Cart.php:1426
1023
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2476) AND (b.`id_shop` = 1) LIMIT 1
1.016 ms 1 /src/Adapter/EntityMapper.php:71
346
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3014)
1.015 ms 1 /classes/Product.php:3860
317
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3062) AND (b.`id_shop` = 1) LIMIT 1
1.014 ms 1 /src/Adapter/EntityMapper.php:71
1582
SELECT SQL_NO_CACHE pi.*, pl.*
FROM nop_posmegamenu_item pi
LEFT JOIN `nop_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `nop_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
1.014 ms 6 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
1698
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3060) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.014 ms 54 Yes /classes/Product.php:4520
295
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3382 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3382 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.011 ms 0 /classes/Cart.php:1426
583
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3305 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.011 ms 0 /classes/Cart.php:1426
683
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2980 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2980 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.011 ms 0 /classes/Cart.php:1426
1905
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2598) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.011 ms 54 Yes /classes/Product.php:4520
1992
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1
1.011 ms 1 /src/Adapter/EntityMapper.php:71
1296
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2969
ORDER BY `position`
1.010 ms 1 Yes /classes/Product.php:3545
857
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2772 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2772 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.005 ms 0 /classes/Cart.php:1426
1001
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2510 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2510 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.005 ms 0 /classes/Cart.php:1426
1419
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "possearchproducts" LIMIT 1
1.005 ms 1 /classes/module/Module.php:2636
526
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2865)
1.004 ms 1 /classes/Product.php:3860
296
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3382
ORDER BY f.position ASC
1.003 ms 1 Yes /classes/Product.php:6017
277
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2716 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2716 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.001 ms 0 /classes/Cart.php:1426
1708
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3012 AND imgs.`rotator` =1
1.001 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1336
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2777
ORDER BY `position`
0.999 ms 4 Yes /classes/Product.php:3545
241
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3083 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3083 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.997 ms 0 /classes/Cart.php:1426
1438
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 99
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.996 ms 1 Yes Yes /classes/Category.php:1151
1505
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1
0.996 ms 1 /src/Adapter/EntityMapper.php:71
929
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2656 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2656 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.995 ms 0 /classes/Cart.php:1426
1630
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3375 AND imgs.`rotator` =1
0.995 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
227
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3228) AND (b.`id_shop` = 1) LIMIT 1
0.994 ms 1 /src/Adapter/EntityMapper.php:71
1265
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2966
0.994 ms 1 /classes/Product.php:2902
1726
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2961 AND imgs.`rotator` =1
0.989 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
588
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2774) AND (b.`id_shop` = 1) LIMIT 1
0.987 ms 1 /src/Adapter/EntityMapper.php:71
1842
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2994) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.986 ms 54 Yes /classes/Product.php:4520
301
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3346)
0.985 ms 1 /classes/Product.php:3860
378
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3010
AND image_shop.`cover` = 1 LIMIT 1
0.984 ms 1 /classes/Product.php:3570
505
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.984 ms 1 /classes/Product.php:5655
810
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2818 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.983 ms 0 /classes/Cart.php:1426
1514
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 85
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.982 ms 1 Yes Yes /classes/Category.php:1151
350
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3014
ORDER BY f.position ASC
0.981 ms 1 Yes /classes/Product.php:6017
556
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2655 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2655 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.981 ms 0 /classes/Cart.php:1426
642
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2995) AND (b.`id_shop` = 1) LIMIT 1
0.979 ms 1 /src/Adapter/EntityMapper.php:71
344
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3014) AND (b.`id_shop` = 1) LIMIT 1
0.978 ms 1 /src/Adapter/EntityMapper.php:71
1178
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3293
ORDER BY `position`
0.978 ms 1 Yes /classes/Product.php:3545
1137
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2359
ORDER BY f.position ASC
0.977 ms 1 Yes /classes/Product.php:6017
1338
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2773
ORDER BY `position`
0.974 ms 1 Yes /classes/Product.php:3545
947
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2599 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2599 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.973 ms 0 /classes/Cart.php:1426
1068
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2452) AND (b.`id_shop` = 1) LIMIT 1
0.972 ms 1 /src/Adapter/EntityMapper.php:71
992
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2546 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2546 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.971 ms 0 /classes/Cart.php:1426
1113
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2380) AND (b.`id_shop` = 1) LIMIT 1
0.971 ms 1 /src/Adapter/EntityMapper.php:71
1413
SELECT SQL_NO_CACHE *
FROM `nop_ce_template` a
WHERE (a.`id_ce_template` = 4) LIMIT 1
0.968 ms 1 /src/Adapter/EntityMapper.php:71
1406
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2318
ORDER BY `position`
0.965 ms 1 Yes /classes/Product.php:3545
1504
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 15
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.965 ms 73 Yes Yes /classes/Category.php:1151
974
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2550 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2550 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.962 ms 0 /classes/Cart.php:1426
516
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2962 LIMIT 1
0.960 ms 1 /classes/SpecificPrice.php:435
926
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2656)
0.960 ms 1 /classes/Product.php:3860
1743
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2179) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.958 ms 54 Yes /classes/Product.php:4520
385
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3010 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3010 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.957 ms 0 /classes/Cart.php:1426
362
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3012) AND (b.`id_shop` = 1) LIMIT 1
0.956 ms 1 /src/Adapter/EntityMapper.php:71
875
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2769 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2769 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.956 ms 0 /classes/Cart.php:1426
1058
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.956 ms 1 /classes/Product.php:5655
1991
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.956 ms 1 /src/Adapter/EntityMapper.php:71
1184
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3066
ORDER BY `position`
0.955 ms 1 Yes /classes/Product.php:3545
1863
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2778) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.955 ms 54 Yes /classes/Product.php:4520
452
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2549) AND (b.`id_shop` = 1) LIMIT 1
0.954 ms 1 /src/Adapter/EntityMapper.php:71
1516
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 110
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.954 ms 1 Yes Yes /classes/Category.php:1151
606
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3023) AND (b.`id_shop` = 1) LIMIT 1
0.953 ms 1 /src/Adapter/EntityMapper.php:71
938
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2652 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2652 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.952 ms 0 /classes/Cart.php:1426
1019
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2505 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2505 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.952 ms 0 /classes/Cart.php:1426
57
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM nop_layered_category
WHERE controller = 'manufacturer'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.951 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
281
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3384) AND (b.`id_shop` = 1) LIMIT 1
0.949 ms 1 /src/Adapter/EntityMapper.php:71
205
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3064 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3064 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.946 ms 0 /classes/Cart.php:1426
326
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3060) AND (b.`id_shop` = 1) LIMIT 1
0.945 ms 1 /src/Adapter/EntityMapper.php:71
497
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3020) AND (b.`id_shop` = 1) LIMIT 1
0.944 ms 1 /src/Adapter/EntityMapper.php:71
527
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2865 AND id_shop=1 LIMIT 1
0.943 ms 1 /classes/Product.php:6872
1436
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 50
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.943 ms 6 Yes Yes /classes/Category.php:1151
1902
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2599) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.943 ms 54 Yes /classes/Product.php:4520
340
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3057 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3057 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.940 ms 0 /classes/Cart.php:1426
1164
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1914 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1914 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.940 ms 0 /classes/Cart.php:1426
597
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3022) AND (b.`id_shop` = 1) LIMIT 1
0.938 ms 1 /src/Adapter/EntityMapper.php:71
633
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2996) AND (b.`id_shop` = 1) LIMIT 1
0.937 ms 1 /src/Adapter/EntityMapper.php:71
1409
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 1914
0.935 ms 1 /classes/Product.php:2902
675
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2766
ORDER BY f.position ASC
0.934 ms 1 Yes /classes/Product.php:6017
1989
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.933 ms 1 /src/Adapter/EntityMapper.php:71
551
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2655) AND (b.`id_shop` = 1) LIMIT 1
0.932 ms 1 /src/Adapter/EntityMapper.php:71
924
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2656) AND (b.`id_shop` = 1) LIMIT 1
0.932 ms 1 /src/Adapter/EntityMapper.php:71
801
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.929 ms 0 /classes/Cart.php:1426
220
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3238)
0.928 ms 1 /classes/Product.php:3860
268
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3389 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3389 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.926 ms 0 /classes/Cart.php:1426
1509
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1
0.925 ms 1 /src/Adapter/EntityMapper.php:71
349
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3014 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.924 ms 0 /classes/Cart.php:1426
1857
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2818) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.924 ms 54 Yes /classes/Product.php:4520
304
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3346 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3346 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.924 ms 0 /classes/Cart.php:1426
1510
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 79
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.921 ms 1 Yes Yes /classes/Category.php:1151
515
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2962) AND (b.`id_shop` = 1) LIMIT 1
0.916 ms 1 /src/Adapter/EntityMapper.php:71
678
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2980) AND (b.`id_shop` = 1) LIMIT 1
0.916 ms 1 /src/Adapter/EntityMapper.php:71
1976
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_edit_mode' LIMIT 1
0.916 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
996
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2510) AND (b.`id_shop` = 1) LIMIT 1
0.915 ms 1 /src/Adapter/EntityMapper.php:71
805
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2818) AND (b.`id_shop` = 1) LIMIT 1
0.914 ms 1 /src/Adapter/EntityMapper.php:71
1704
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.914 ms 54 Yes /classes/Product.php:4520
538
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2756 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2756 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.913 ms 0 /classes/Cart.php:1426
371
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3011) AND (b.`id_shop` = 1) LIMIT 1
0.911 ms 1 /src/Adapter/EntityMapper.php:71
830
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2778 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2778 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.910 ms 0 /classes/Cart.php:1426
1159
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1914) AND (b.`id_shop` = 1) LIMIT 1
0.910 ms 1 /src/Adapter/EntityMapper.php:71
1571
SELECT SQL_NO_CACHE pi.*, pl.*
FROM nop_posvegamenu_item pi
LEFT JOIN `nop_posvegamenu_item_lang` pl ON pl.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
LEFT JOIN `nop_posvegamenu_item_shop` ps ON ps.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posvegamenu_item ASC
0.910 ms 8 Yes /modules/posvegamenu/classes/PosVegamenuClass.php:231
1488
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 94
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.910 ms 1 Yes Yes /classes/Category.php:1151
852
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2772) AND (b.`id_shop` = 1) LIMIT 1
0.909 ms 1 /src/Adapter/EntityMapper.php:71
488
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3087) AND (b.`id_shop` = 1) LIMIT 1
0.907 ms 1 /src/Adapter/EntityMapper.php:71
983
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2548 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2548 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.906 ms 0 /classes/Cart.php:1426
1190
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3016
ORDER BY `position`
0.906 ms 1 Yes /classes/Product.php:3545
1776
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2654) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.906 ms 54 Yes /classes/Product.php:4520
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM nop_shop_url su
LEFT JOIN nop_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'new.pcgamercasa.ma' OR su.domain_ssl = 'new.pcgamercasa.ma')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.905 ms 1 Yes /classes/shop/Shop.php:1364
146
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3066) AND (b.`id_shop` = 1) LIMIT 1
0.905 ms 1 /src/Adapter/EntityMapper.php:71
738
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3008 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3008 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.905 ms 0 /classes/Cart.php:1426
1174
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2808
ORDER BY `position`
0.903 ms 1 Yes /classes/Product.php:3545
1028
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2476 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2476 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.902 ms 0 /classes/Cart.php:1426
1364
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2596
ORDER BY `position`
0.902 ms 1 Yes /classes/Product.php:3545
1384
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2454
ORDER BY `position`
0.901 ms 1 Yes /classes/Product.php:3545
1202
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3228
ORDER BY `position`
0.900 ms 1 Yes /classes/Product.php:3545
564
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2654) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.899 ms 1 /classes/stock/StockAvailable.php:453
357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3013) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.899 ms 1 /classes/stock/StockAvailable.php:453
475
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2160 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2160 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.899 ms 0 /classes/Cart.php:1426
309
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3084 LIMIT 1
0.897 ms 1 /classes/SpecificPrice.php:435
774
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2964 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2964 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.897 ms 0 /classes/Cart.php:1426
416
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2961) AND (b.`id_shop` = 1) LIMIT 1
0.896 ms 1 /src/Adapter/EntityMapper.php:71
403
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2967 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2967 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.896 ms 0 /classes/Cart.php:1426
1527
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1
0.896 ms 1 /src/Adapter/EntityMapper.php:71
1378
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2476
ORDER BY `position`
0.895 ms 1 Yes /classes/Product.php:3545
1971
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2318) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.895 ms 54 Yes /classes/Product.php:4520
191
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3024) AND (b.`id_shop` = 1) LIMIT 1
0.893 ms 1 /src/Adapter/EntityMapper.php:71
6
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `nop_lang` l
LEFT JOIN `nop_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.893 ms 3 /classes/Language.php:1080
866
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2771 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2771 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.893 ms 0 /classes/Cart.php:1426
987
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2546) AND (b.`id_shop` = 1) LIMIT 1
0.892 ms 1 /src/Adapter/EntityMapper.php:71
1432
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 47
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.892 ms 1 Yes Yes /classes/Category.php:1151
1404
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2328
ORDER BY `position`
0.891 ms 1 Yes /classes/Product.php:3545
543
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2755 LIMIT 1
0.890 ms 1 /classes/SpecificPrice.php:435
1109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2381 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2381 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.890 ms 0 /classes/Cart.php:1426
1005
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2509) AND (b.`id_shop` = 1) LIMIT 1
0.887 ms 1 /src/Adapter/EntityMapper.php:71
143
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3070
ORDER BY f.position ASC
0.886 ms 1 Yes /classes/Product.php:6017
1416
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1
0.886 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
1136
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2359 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2359 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.885 ms 0 /classes/Cart.php:1426
1958
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2380
0.885 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
490
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3087)
0.883 ms 1 /classes/Product.php:3860
729
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3068 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3068 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.882 ms 0 /classes/Cart.php:1426
651
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2969) AND (b.`id_shop` = 1) LIMIT 1
0.881 ms 1 /src/Adapter/EntityMapper.php:71
287
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3384
ORDER BY f.position ASC
0.879 ms 1 Yes /classes/Product.php:6017
1095
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2436) AND (b.`id_shop` = 1) LIMIT 1
0.879 ms 1 /src/Adapter/EntityMapper.php:71
1995
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posfakeorder" LIMIT 1
0.877 ms 1 /classes/module/Module.php:2636
1412
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `nop_currency` c
LEFT JOIN nop_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.876 ms 1 /classes/Currency.php:1136
1854
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.875 ms 54 Yes /classes/Product.php:4520
87
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3061 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3061 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.874 ms 0 /classes/Cart.php:1426
733
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3008) AND (b.`id_shop` = 1) LIMIT 1
0.874 ms 1 /src/Adapter/EntityMapper.php:71
1740
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2549) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.874 ms 54 Yes /classes/Product.php:4520
259
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2814 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2814 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.872 ms 0 /classes/Cart.php:1426
897
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2670) AND (b.`id_shop` = 1) LIMIT 1
0.872 ms 1 /src/Adapter/EntityMapper.php:71
1145
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2328 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2328 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.871 ms 0 /classes/Cart.php:1426
434
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2816) AND (b.`id_shop` = 1) LIMIT 1
0.870 ms 1 /src/Adapter/EntityMapper.php:71
906
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2669) AND (b.`id_shop` = 1) LIMIT 1
0.870 ms 1 /src/Adapter/EntityMapper.php:71
1104
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2381) AND (b.`id_shop` = 1) LIMIT 1
0.870 ms 1 /src/Adapter/EntityMapper.php:71
1791
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3023) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.868 ms 54 Yes /classes/Product.php:4520
834
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2777) AND (b.`id_shop` = 1) LIMIT 1
0.867 ms 1 /src/Adapter/EntityMapper.php:71
1938
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2454) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.864 ms 54 Yes /classes/Product.php:4520
218
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3238) AND (b.`id_shop` = 1) LIMIT 1
0.863 ms 1 /src/Adapter/EntityMapper.php:71
20
SELECT SQL_NO_CACHE name, alias FROM `nop_hook_alias`
0.862 ms 88 /classes/Hook.php:339
1176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3387
ORDER BY `position`
0.862 ms 3 Yes /classes/Product.php:3545
272
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2716) AND (b.`id_shop` = 1) LIMIT 1
0.860 ms 1 /src/Adapter/EntityMapper.php:71
1720
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2967 AND imgs.`rotator` =1
0.860 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1909
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2550 AND imgs.`rotator` =1
0.859 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
884
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2714 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2714 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.858 ms 0 /classes/Cart.php:1426
142
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3070 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3070 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.858 ms 0 /classes/Cart.php:1426
529
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2865 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2865 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.857 ms 0 /classes/Cart.php:1426
1118
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2380 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2380 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.857 ms 0 /classes/Cart.php:1426
647
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2995 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2995 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.855 ms 0 /classes/Cart.php:1426
879
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2714) AND (b.`id_shop` = 1) LIMIT 1
0.855 ms 1 /src/Adapter/EntityMapper.php:71
443
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2812) AND (b.`id_shop` = 1) LIMIT 1
0.854 ms 1 /src/Adapter/EntityMapper.php:71
1348
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2703
ORDER BY `position`
0.854 ms 1 Yes /classes/Product.php:3545
331
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3060 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.853 ms 0 /classes/Cart.php:1426
1073
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2452 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2452 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.853 ms 0 /classes/Cart.php:1426
1459
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1
0.853 ms 1 /src/Adapter/EntityMapper.php:71
1041
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2456) AND (b.`id_shop` = 1) LIMIT 1
0.852 ms 1 /src/Adapter/EntityMapper.php:71
657
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2969
ORDER BY f.position ASC
0.849 ms 1 Yes /classes/Product.php:6017
881
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2714)
0.848 ms 1 /classes/Product.php:3860
1759
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2962 AND imgs.`rotator` =1
0.848 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1812
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2766) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.848 ms 54 Yes /classes/Product.php:4520
52
SELECT SQL_NO_CACHE *
FROM `nop_whatsappchatblock_agent` LEFT JOIN `nop_whatsappchatblock_agent_lang` ON (`nop_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `nop_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 2) WHERE 1 = 1 AND `active` = 1 ORDER BY position
0.847 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
1100
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2436 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2436 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.846 ms 0 /classes/Cart.php:1426
1064
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2453 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2453 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.846 ms 0 /classes/Cart.php:1426
893
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2703 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2703 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.844 ms 0 /classes/Cart.php:1426
1948
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2438 AND imgs.`rotator` =1
0.844 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
200
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3064) AND (b.`id_shop` = 1) LIMIT 1
0.842 ms 1 /src/Adapter/EntityMapper.php:71
386
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3010
ORDER BY f.position ASC
0.842 ms 1 Yes /classes/Product.php:6017
1611
SELECT SQL_NO_CACHE * FROM `nop_whatsappchatblock` LEFT JOIN `nop_whatsappchatblock_lang` ON (`nop_whatsappchatblock`.`id_whatsappchatblock` = `nop_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "leftcolumn" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC;
0.839 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:130
915
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2668) AND (b.`id_shop` = 1) LIMIT 1
0.838 ms 1 /src/Adapter/EntityMapper.php:71
335
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3057) AND (b.`id_shop` = 1) LIMIT 1
0.837 ms 1 /src/Adapter/EntityMapper.php:71
61
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_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
0.836 ms 1 /classes/Product.php:3570
1127
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2379 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2379 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.835 ms 0 /classes/Cart.php:1426
747
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2998 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2998 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.835 ms 0 /classes/Cart.php:1426
446
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2812 AND id_shop=1 LIMIT 1
0.834 ms 1 /classes/Product.php:6872
1342
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2771
ORDER BY `position`
0.833 ms 7 Yes /classes/Product.php:3545
1788
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3022) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.832 ms 54 Yes /classes/Product.php:4520
584
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3305
ORDER BY f.position ASC
0.831 ms 1 Yes /classes/Product.php:6017
115
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3387 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3387 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.831 ms 0 /classes/Cart.php:1426
41
SELECT SQL_NO_CACHE 1 FROM nop_cart_product cp INNER JOIN nop_product p
ON (p.id_product = cp.id_product) INNER JOIN nop_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.830 ms 1 /classes/Cart.php:4243
196
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3024 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3024 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.830 ms 0 /classes/Cart.php:1426
902
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2670 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2670 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.827 ms 0 /classes/Cart.php:1426
1046
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2456 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.827 ms 0 /classes/Cart.php:1426
843
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2773) AND (b.`id_shop` = 1) LIMIT 1
0.826 ms 1 /src/Adapter/EntityMapper.php:71
1528
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 21
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.826 ms 1 Yes Yes /classes/Category.php:1151
577
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.825 ms 1 /classes/Product.php:5655
394
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3009 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3009 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.823 ms 0 /classes/Cart.php:1426
1131
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2359) AND (b.`id_shop` = 1) LIMIT 1
0.823 ms 1 /src/Adapter/EntityMapper.php:71
421
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2961 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2961 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.821 ms 0 /classes/Cart.php:1426
669
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2766) AND (b.`id_shop` = 1) LIMIT 1
0.821 ms 1 /src/Adapter/EntityMapper.php:71
285
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3384) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.820 ms 1 /classes/stock/StockAvailable.php:453
724
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3068) AND (b.`id_shop` = 1) LIMIT 1
0.820 ms 1 /src/Adapter/EntityMapper.php:71
696
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2870) AND (b.`id_shop` = 1) LIMIT 1
0.818 ms 1 /src/Adapter/EntityMapper.php:71
1030
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2475
AND image_shop.`cover` = 1 LIMIT 1
0.818 ms 1 /classes/Product.php:3570
1180
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3375
ORDER BY `position`
0.817 ms 1 Yes /classes/Product.php:3545
1146
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2328
ORDER BY f.position ASC
0.815 ms 1 Yes /classes/Product.php:6017
858
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2772
ORDER BY f.position ASC
0.813 ms 1 Yes /classes/Product.php:6017
1627
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3293 AND imgs.`rotator` =1
0.813 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3087
ORDER BY f.position ASC
0.812 ms 1 Yes /classes/Product.php:6017
160
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3063 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3063 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.812 ms 0 /classes/Cart.php:1426
1860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2779) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.812 ms 54 Yes /classes/Product.php:4520
831
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2778
ORDER BY f.position ASC
0.811 ms 1 Yes /classes/Product.php:6017
1437
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) AND (b.`id_shop` = 1) LIMIT 1
0.810 ms 1 /src/Adapter/EntityMapper.php:71
1993
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.810 ms 1 /classes/module/Module.php:2636
315
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3062
AND image_shop.`cover` = 1 LIMIT 1
0.809 ms 1 /classes/Product.php:3570
533
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2756) AND (b.`id_shop` = 1) LIMIT 1
0.809 ms 1 /src/Adapter/EntityMapper.php:71
756
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2997 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2997 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.808 ms 0 /classes/Cart.php:1426
783
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2960 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2960 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.807 ms 0 /classes/Cart.php:1426
639
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2996
ORDER BY f.position ASC
0.806 ms 1 Yes /classes/Product.php:6017
1086
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2438) AND (b.`id_shop` = 1) LIMIT 1
0.804 ms 1 /src/Adapter/EntityMapper.php:71
1358
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2652
ORDER BY `position`
0.802 ms 1 Yes /classes/Product.php:3545
1628
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3293
0.801 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
566
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2654
ORDER BY f.position ASC
0.800 ms 1 Yes /classes/Product.php:6017
1328
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2820
ORDER BY `position`
0.800 ms 1 Yes /classes/Product.php:3545
612
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3023
ORDER BY f.position ASC
0.799 ms 1 Yes /classes/Product.php:6017
1415
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1
0.799 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
660
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2968) AND (b.`id_shop` = 1) LIMIT 1
0.798 ms 1 /src/Adapter/EntityMapper.php:71
1782
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3305) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.798 ms 54 Yes /classes/Product.php:4520
173
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3016) AND (b.`id_shop` = 1) LIMIT 1
0.797 ms 1 /src/Adapter/EntityMapper.php:71
376
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3011 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3011 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.797 ms 0 /classes/Cart.php:1426
1951
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2436 AND imgs.`rotator` =1
0.795 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
263
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3389) AND (b.`id_shop` = 1) LIMIT 1
0.795 ms 1 /src/Adapter/EntityMapper.php:71
631
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2996
AND image_shop.`cover` = 1 LIMIT 1
0.795 ms 1 /classes/Product.php:3570
965
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2596 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2596 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.792 ms 0 /classes/Cart.php:1426
978
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2548) AND (b.`id_shop` = 1) LIMIT 1
0.792 ms 1 /src/Adapter/EntityMapper.php:71
948
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2599
ORDER BY f.position ASC
0.791 ms 1 Yes /classes/Product.php:6017
815
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2779) AND (b.`id_shop` = 1) LIMIT 1
0.791 ms 1 /src/Adapter/EntityMapper.php:71
169
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3017 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3017 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.790 ms 0 /classes/Cart.php:1426
778
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2960) AND (b.`id_shop` = 1) LIMIT 1
0.790 ms 1 /src/Adapter/EntityMapper.php:71
209
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2811) AND (b.`id_shop` = 1) LIMIT 1
0.789 ms 1 /src/Adapter/EntityMapper.php:71
890
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2703)
0.789 ms 1 /classes/Product.php:3860
1779
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2322) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.789 ms 54 Yes /classes/Product.php:4520
430
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2871 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2871 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.789 ms 0 /classes/Cart.php:1426
1020
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2505
ORDER BY f.position ASC
0.789 ms 1 Yes /classes/Product.php:6017
792
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2929 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.788 ms 0 /classes/Cart.php:1426
982
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2548) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.788 ms 1 /classes/stock/StockAvailable.php:453
1254
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2179
ORDER BY `position`
0.788 ms 1 Yes /classes/Product.php:3545
1166
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2978
ORDER BY `position`
0.787 ms 1 Yes /classes/Product.php:3545
1676
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3389
0.787 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
187
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3086 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3086 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.785 ms 0 /classes/Cart.php:1426
1491
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) AND (b.`id_shop` = 1) LIMIT 1
0.785 ms 1 /src/Adapter/EntityMapper.php:71
751
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2997) AND (b.`id_shop` = 1) LIMIT 1
0.784 ms 1 /src/Adapter/EntityMapper.php:71
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2808 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2808 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.783 ms 0 /classes/Cart.php:1426
870
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2769) AND (b.`id_shop` = 1) LIMIT 1
0.783 ms 1 /src/Adapter/EntityMapper.php:71
989
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2546)
0.783 ms 1 /classes/Product.php:3860
1460
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 51
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.783 ms 73 Yes Yes /classes/Category.php:1151
635
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2996)
0.782 ms 1 /classes/Product.php:3860
693
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2965
ORDER BY f.position ASC
0.782 ms 1 Yes /classes/Product.php:6017
1473
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1
0.782 ms 1 /src/Adapter/EntityMapper.php:71
485
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3388
ORDER BY f.position ASC
0.780 ms 1 Yes /classes/Product.php:6017
1257
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2160
0.780 ms 1 /classes/Product.php:2902
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM nop_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.780 ms 1 /classes/shop/ShopUrl.php:182
769
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2964) AND (b.`id_shop` = 1) LIMIT 1
0.779 ms 1 /src/Adapter/EntityMapper.php:71
1380
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2475
ORDER BY `position`
0.778 ms 1 Yes /classes/Product.php:3545
377
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3011
ORDER BY f.position ASC
0.777 ms 1 Yes /classes/Product.php:6017
97
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3386 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3386 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.775 ms 0 /classes/Cart.php:1426
233
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3228
ORDER BY f.position ASC
0.775 ms 1 Yes /classes/Product.php:6017
470
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2160) AND (b.`id_shop` = 1) LIMIT 1
0.775 ms 1 /src/Adapter/EntityMapper.php:71
345
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3014 LIMIT 1
0.773 ms 1 /classes/SpecificPrice.php:435
128
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3375) AND (b.`id_shop` = 1) LIMIT 1
0.773 ms 1 /src/Adapter/EntityMapper.php:71
254
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2814) AND (b.`id_shop` = 1) LIMIT 1
0.773 ms 1 /src/Adapter/EntityMapper.php:71
939
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2652
ORDER BY f.position ASC
0.773 ms 1 Yes /classes/Product.php:6017
1362
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2598
ORDER BY `position`
0.773 ms 1 Yes /classes/Product.php:3545
193
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3024)
0.772 ms 1 /classes/Product.php:3860
1014
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2505) AND (b.`id_shop` = 1) LIMIT 1
0.772 ms 1 /src/Adapter/EntityMapper.php:71
1468
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 65
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.772 ms 2 Yes Yes /classes/Category.php:1151
615
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3018) AND (b.`id_shop` = 1) LIMIT 1
0.771 ms 1 /src/Adapter/EntityMapper.php:71
839
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2777 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.770 ms 0 /classes/Cart.php:1426
503
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3020
ORDER BY f.position ASC
0.768 ms 1 Yes /classes/Product.php:6017
1753
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3020 AND imgs.`rotator` =1
0.768 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
64
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_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
0.766 ms 1 /src/Adapter/EntityMapper.php:71
975
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2550
ORDER BY f.position ASC
0.766 ms 1 Yes /classes/Product.php:6017
1633
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3070 AND imgs.`rotator` =1
0.765 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
9
SELECT SQL_NO_CACHE *
FROM `nop_lang` a
LEFT JOIN `nop_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
0.764 ms 1 /src/Adapter/EntityMapper.php:71
461
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2179) AND (b.`id_shop` = 1) LIMIT 1
0.764 ms 1 /src/Adapter/EntityMapper.php:71
567
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2322
AND image_shop.`cover` = 1 LIMIT 1
0.764 ms 1 /classes/Product.php:3570
1424
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 43
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.764 ms 4 Yes Yes /classes/Category.php:1151
559
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.763 ms 1 /classes/Product.php:5655
110
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3387) AND (b.`id_shop` = 1) LIMIT 1
0.762 ms 1 /src/Adapter/EntityMapper.php:71
1091
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2438 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.761 ms 0 /classes/Cart.php:1426
1394
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2436
ORDER BY `position`
0.761 ms 1 Yes /classes/Product.php:3545
458
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2549
ORDER BY f.position ASC
0.759 ms 1 Yes /classes/Product.php:6017
1011
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2509
ORDER BY f.position ASC
0.757 ms 1 Yes /classes/Product.php:6017
215
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2811
ORDER BY f.position ASC
0.755 ms 1 Yes /classes/Product.php:6017
242
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3083
ORDER BY f.position ASC
0.755 ms 1 Yes /classes/Product.php:6017
332
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3060
ORDER BY f.position ASC
0.755 ms 1 Yes /classes/Product.php:6017
1569
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posvegamenu" LIMIT 1
0.755 ms 1 /classes/module/Module.php:2636
1642
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3017 AND imgs.`rotator` =1
0.754 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
952
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2598 LIMIT 1
0.752 ms 1 /classes/SpecificPrice.php:435
425
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2871) AND (b.`id_shop` = 1) LIMIT 1
0.751 ms 1 /src/Adapter/EntityMapper.php:71
1517
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 111) AND (b.`id_shop` = 1) LIMIT 1
0.750 ms 1 /src/Adapter/EntityMapper.php:71
984
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2548
ORDER BY f.position ASC
0.748 ms 1 Yes /classes/Product.php:6017
151
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3066 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3066 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.747 ms 0 /classes/Cart.php:1426
380
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3010) AND (b.`id_shop` = 1) LIMIT 1
0.747 ms 1 /src/Adapter/EntityMapper.php:71
548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2755
ORDER BY f.position ASC
0.746 ms 1 Yes /classes/Product.php:6017
1368
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2548
ORDER BY `position`
0.746 ms 1 Yes /classes/Product.php:3545
1425
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1
0.746 ms 1 /src/Adapter/EntityMapper.php:71
1933
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2456 AND imgs.`rotator` =1
0.746 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
821
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2779
ORDER BY f.position ASC
0.745 ms 1 Yes /classes/Product.php:6017
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM nop_shop_group gs
LEFT JOIN nop_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN nop_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.745 ms 1 Yes /classes/shop/Shop.php:715
1975
SELECT SQL_NO_CACHE *
FROM `nop_ce_template` a
WHERE (a.`id_ce_template` = 6) LIMIT 1
0.743 ms 1 /src/Adapter/EntityMapper.php:71
499
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3020)
0.742 ms 1 /classes/Product.php:3860
742
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2998) AND (b.`id_shop` = 1) LIMIT 1
0.741 ms 1 /src/Adapter/EntityMapper.php:71
1214
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3384
ORDER BY `position`
0.741 ms 1 Yes /classes/Product.php:3545
477
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3388
AND image_shop.`cover` = 1 LIMIT 1
0.739 ms 4 /classes/Product.php:3570
706
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2477) AND (b.`id_shop` = 1) LIMIT 1
0.739 ms 1 /src/Adapter/EntityMapper.php:71
1723
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2963 AND imgs.`rotator` =1
0.739 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
580
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3305)
0.737 ms 1 /classes/Product.php:3860
760
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2994) AND (b.`id_shop` = 1) LIMIT 1
0.737 ms 1 /src/Adapter/EntityMapper.php:71
993
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2546
ORDER BY f.position ASC
0.737 ms 1 Yes /classes/Product.php:6017
1065
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2453
ORDER BY f.position ASC
0.737 ms 1 Yes /classes/Product.php:6017
1498
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.736 ms 2 Yes Yes /classes/Category.php:1151
844
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2773 LIMIT 1
0.735 ms 1 /classes/SpecificPrice.php:435
1075
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2446
AND image_shop.`cover` = 1 LIMIT 1
0.735 ms 1 /classes/Product.php:3570
12
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `nop_lang` l
JOIN nop_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.734 ms 3 /classes/Language.php:1216
1750
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3087 AND imgs.`rotator` =1
0.733 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1274
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2655
ORDER BY `position`
0.732 ms 1 Yes /classes/Product.php:3545
715
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3345) AND (b.`id_shop` = 1) LIMIT 1
0.731 ms 1 /src/Adapter/EntityMapper.php:71
1621
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2808 AND imgs.`rotator` =1
0.730 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1579
SELECT SQL_NO_CACHE pi.*, pl.*
FROM nop_posvegamenu_item pi
LEFT JOIN `nop_posvegamenu_item_lang` pl ON pl.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
LEFT JOIN `nop_posvegamenu_item_shop` ps ON ps.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posvegamenu_item ASC
0.729 ms 8 Yes /modules/posvegamenu/classes/PosVegamenuClass.php:231
1596
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.729 ms 1 /classes/module/Module.php:2636
598
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3022 LIMIT 1
0.729 ms 1 /classes/SpecificPrice.php:435
1039
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2456
AND image_shop.`cover` = 1 LIMIT 1
0.728 ms 1 /classes/Product.php:3570
1370
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2546
ORDER BY `position`
0.727 ms 1 Yes /classes/Product.php:3545
1206
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2819
ORDER BY `position`
0.727 ms 1 Yes /classes/Product.php:3545
903
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2670
ORDER BY f.position ASC
0.726 ms 1 Yes /classes/Product.php:6017
1122
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2379) AND (b.`id_shop` = 1) LIMIT 1
0.726 ms 1 /src/Adapter/EntityMapper.php:71
382
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3010)
0.725 ms 1 /classes/Product.php:3860
1204
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3083
ORDER BY `position`
0.725 ms 1 Yes /classes/Product.php:3545
305
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3346
ORDER BY f.position ASC
0.723 ms 1 Yes /classes/Product.php:6017
1494
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.723 ms 9 Yes Yes /classes/Category.php:1151
966
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2596
ORDER BY f.position ASC
0.722 ms 1 Yes /classes/Product.php:6017
88
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3061
ORDER BY f.position ASC
0.722 ms 1 Yes /classes/Product.php:6017
1876
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2769 AND imgs.`rotator` =1
0.721 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
796
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2820) AND (b.`id_shop` = 1) LIMIT 1
0.720 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2967) AND (b.`id_shop` = 1) LIMIT 1
0.719 ms 1 /src/Adapter/EntityMapper.php:71
589
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2774 LIMIT 1
0.719 ms 1 /classes/SpecificPrice.php:435
1980
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_css' LIMIT 1
0.719 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
451
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.718 ms 1 /classes/Product.php:5655
1922
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2509
0.718 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1834
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2998 AND imgs.`rotator` =1
0.717 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
667
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2766
AND image_shop.`cover` = 1 LIMIT 1
0.717 ms 2 /classes/Product.php:3570
676
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2980
AND image_shop.`cover` = 1 LIMIT 1
0.717 ms 1 /classes/Product.php:3570
711
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2477 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2477 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.717 ms 0 /classes/Cart.php:1426
412
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2963 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2963 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.716 ms 0 /classes/Cart.php:1426
1466
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 53
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.716 ms 1 Yes Yes /classes/Category.php:1151
245
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2819) AND (b.`id_shop` = 1) LIMIT 1
0.715 ms 1 /src/Adapter/EntityMapper.php:71
1798
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2996 AND imgs.`rotator` =1
0.715 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
666
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2968
ORDER BY f.position ASC
0.714 ms 1 Yes /classes/Product.php:6017
701
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2870 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2870 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.714 ms 0 /classes/Cart.php:1426
39
SELECT SQL_NO_CACHE * FROM `nop_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.714 ms 1 /classes/module/Module.php:2018
292
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3382)
0.714 ms 1 /classes/Product.php:3860
1440
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 101
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.714 ms 1 Yes Yes /classes/Category.php:1151
1851
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `nop_product_attribute` pa
INNER JOIN nop_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN nop_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2929) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.712 ms 54 Yes /classes/Product.php:4520
454
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2549)
0.712 ms 1 /classes/Product.php:3860
1298
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2968
ORDER BY `position`
0.709 ms 1 Yes /classes/Product.php:3545
1084
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2438
AND image_shop.`cover` = 1 LIMIT 1
0.708 ms 1 /classes/Product.php:3570
512
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2966
ORDER BY f.position ASC
0.707 ms 1 Yes /classes/Product.php:6017
1499
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 108) AND (b.`id_shop` = 1) LIMIT 1
0.707 ms 1 /src/Adapter/EntityMapper.php:71
164
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3017) AND (b.`id_shop` = 1) LIMIT 1
0.705 ms 1 /src/Adapter/EntityMapper.php:71
206
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3064
ORDER BY f.position ASC
0.704 ms 1 Yes /classes/Product.php:6017
1266
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2962
ORDER BY `position`
0.704 ms 1 Yes /classes/Product.php:3545
1586
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 5 LIMIT 1
0.704 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
1619
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3386
0.704 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1292
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2996
ORDER BY `position`
0.703 ms 1 Yes /classes/Product.php:3545
621
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3018
ORDER BY f.position ASC
0.703 ms 1 Yes /classes/Product.php:6017
77
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2978 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2978 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.702 ms 0 /classes/Cart.php:1426
407
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2963) AND (b.`id_shop` = 1) LIMIT 1
0.702 ms 1 /src/Adapter/EntityMapper.php:71
155
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3063) AND (b.`id_shop` = 1) LIMIT 1
0.701 ms 1 /src/Adapter/EntityMapper.php:71
867
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2771
ORDER BY f.position ASC
0.701 ms 1 Yes /classes/Product.php:6017
224
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3238
ORDER BY f.position ASC
0.701 ms 1 Yes /classes/Product.php:6017
260
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2814
ORDER BY f.position ASC
0.700 ms 1 Yes /classes/Product.php:6017
1220
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3084
ORDER BY `position`
0.700 ms 1 Yes /classes/Product.php:3545
368
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3012
ORDER BY f.position ASC
0.699 ms 1 Yes /classes/Product.php:6017
1919
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2510
0.699 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
53
SELECT SQL_NO_CACHE * FROM `nop_whatsappchatblock` LEFT JOIN `nop_whatsappchatblock_lang` ON (`nop_whatsappchatblock`.`id_whatsappchatblock` = `nop_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "header" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC;
0.699 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:130
238
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3083)
0.698 ms 1 /classes/Product.php:3860
525
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2865 LIMIT 1
0.697 ms 1 /classes/SpecificPrice.php:435
802
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2820
ORDER BY f.position ASC
0.696 ms 1 Yes /classes/Product.php:6017
1010
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2509 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2509 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.696 ms 0 /classes/Cart.php:1426
42
SELECT SQL_NO_CACHE 1 FROM `nop_cart_rule` WHERE ((date_to >= "2025-07-06 00:00:00" AND date_to <= "2025-07-06 23:59:59") OR (date_from >= "2025-07-06 00:00:00" AND date_from <= "2025-07-06 23:59:59") OR (date_from < "2025-07-06 00:00:00" AND date_to > "2025-07-06 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.694 ms 3 /classes/CartRule.php:357
921
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2668
ORDER BY f.position ASC
0.694 ms 1 Yes /classes/Product.php:6017
250
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2819 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.693 ms 0 /classes/Cart.php:1426
341
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3057
ORDER BY f.position ASC
0.693 ms 1 Yes /classes/Product.php:6017
953
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2598)
0.693 ms 1 /classes/Product.php:3860
1474
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 56
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.693 ms 1 Yes Yes /classes/Category.php:1151
653
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2969)
0.692 ms 1 /classes/Product.php:3860
82
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3061) AND (b.`id_shop` = 1) LIMIT 1
0.691 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE * FROM `nop_currency` c ORDER BY `iso_code` ASC
0.690 ms 1 Yes /classes/Currency.php:709
124
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3293 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3293 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.690 ms 0 /classes/Cart.php:1426
721
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3345
ORDER BY f.position ASC
0.690 ms 1 Yes /classes/Product.php:6017
325
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.689 ms 1 /classes/Product.php:5655
765
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2994 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2994 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.689 ms 0 /classes/Cart.php:1426
1036
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2475) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.689 ms 1 /classes/stock/StockAvailable.php:453
1960
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2379 AND imgs.`rotator` =1
0.689 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
440
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2816
ORDER BY f.position ASC
0.688 ms 1 Yes /classes/Product.php:6017
1430
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 46
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.688 ms 1 Yes Yes /classes/Category.php:1151
1927
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2476 AND imgs.`rotator` =1
0.688 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
625
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3015 LIMIT 1
0.687 ms 1 /classes/SpecificPrice.php:435
1660
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3238 AND imgs.`rotator` =1
0.687 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
274
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2716)
0.687 ms 1 /classes/Product.php:3860
463
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2179)
0.687 ms 1 /classes/Product.php:3860
1603
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.687 ms 1 /classes/module/Module.php:2636
1534
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 36
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.686 ms 2 Yes Yes /classes/Category.php:1151
748
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2998
ORDER BY f.position ASC
0.685 ms 1 Yes /classes/Product.php:6017
1083
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2446
ORDER BY f.position ASC
0.685 ms 1 Yes /classes/Product.php:6017
182
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3086) AND (b.`id_shop` = 1) LIMIT 1
0.684 ms 1 /src/Adapter/EntityMapper.php:71
351
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3013
AND image_shop.`cover` = 1 LIMIT 1
0.684 ms 1 /classes/Product.php:3570
1915
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2546 AND imgs.`rotator` =1
0.684 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2669
ORDER BY f.position ASC
0.683 ms 1 Yes /classes/Product.php:6017
1458
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 63
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.683 ms 1 Yes Yes /classes/Category.php:1151
1492
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 100
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.683 ms 1 Yes Yes /classes/Category.php:1151
521
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2962
ORDER BY f.position ASC
0.682 ms 1 Yes /classes/Product.php:6017
644
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2995)
0.682 ms 1 /classes/Product.php:3860
544
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2755)
0.681 ms 1 /classes/Product.php:3860
1879
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2714 AND imgs.`rotator` =1
0.680 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1518
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 111
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.679 ms 1 Yes Yes /classes/Category.php:1151
571
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2322)
0.678 ms 1 /classes/Product.php:3860
787
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2929) AND (b.`id_shop` = 1) LIMIT 1
0.678 ms 1 /src/Adapter/EntityMapper.php:71
1284
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3022
ORDER BY `position`
0.678 ms 2 Yes /classes/Product.php:3545
1587
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 6 LIMIT 1
0.678 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
1224
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3060
ORDER BY `position`
0.678 ms 1 Yes /classes/Product.php:3545
1476
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 57
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.678 ms 1 Yes Yes /classes/Category.php:1151
1047
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2456
ORDER BY f.position ASC
0.677 ms 1 Yes /classes/Product.php:6017
1360
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2599
ORDER BY `position`
0.677 ms 1 Yes /classes/Product.php:3545
1186
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3063
ORDER BY `position`
0.676 ms 1 Yes /classes/Product.php:3545
539
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2756
ORDER BY f.position ASC
0.674 ms 1 Yes /classes/Product.php:6017
1654
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3064 AND imgs.`rotator` =1
0.674 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1521
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.674 ms 1 /src/Adapter/EntityMapper.php:71
1052
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2454)
0.673 ms 1 /classes/Product.php:3860
1846
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2960 AND imgs.`rotator` =1
0.673 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1756
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2966 AND imgs.`rotator` =1
0.673 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
202
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3064)
0.672 ms 1 /classes/Product.php:3860
1573
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 4 LIMIT 1
0.671 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
119
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3293) AND (b.`id_shop` = 1) LIMIT 1
0.670 ms 1 /src/Adapter/EntityMapper.php:71
1390
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2446
ORDER BY `position`
0.670 ms 1 Yes /classes/Product.php:3545
166
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3017)
0.668 ms 1 /classes/Product.php:3860
197
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3024
ORDER BY f.position ASC
0.668 ms 1 Yes /classes/Product.php:6017
1256
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2160
ORDER BY `position`
0.668 ms 1 Yes /classes/Product.php:3545
1729
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2871 AND imgs.`rotator` =1
0.668 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
7
SELECT SQL_NO_CACHE *
FROM `nop_country` a
LEFT JOIN `nop_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `nop_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 152) LIMIT 1
0.668 ms 1 /src/Adapter/EntityMapper.php:71
360
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3012
AND image_shop.`cover` = 1 LIMIT 1
0.667 ms 1 /classes/Product.php:3570
3
SELECT SQL_NO_CACHE value FROM `nop_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.666 ms 1 /classes/shop/Shop.php:1183
1732
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2816 AND imgs.`rotator` =1
0.666 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
78
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_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
0.665 ms 1 Yes /classes/Product.php:6017
1366
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2550
ORDER BY `position`
0.665 ms 1 Yes /classes/Product.php:3545
973
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2550) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.664 ms 1 /classes/stock/StockAvailable.php:453
1194
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3024
ORDER BY `position`
0.664 ms 1 Yes /classes/Product.php:3545
1765
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2756 AND imgs.`rotator` =1
0.664 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
976
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2548
AND image_shop.`cover` = 1 LIMIT 1
0.662 ms 1 /classes/Product.php:3570
1066
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2452
AND image_shop.`cover` = 1 LIMIT 1
0.662 ms 1 /classes/Product.php:3570
1589
SELECT SQL_NO_CACHE pi.*, pl.*
FROM nop_posmegamenu_item pi
LEFT JOIN `nop_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `nop_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
0.662 ms 6 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
1532
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 90
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.661 ms 1 Yes Yes /classes/Category.php:1151
1608
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `nop_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.661 ms 1 /classes/Category.php:1591
1810
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2766 AND imgs.`rotator` =1
0.661 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
355
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3013)
0.660 ms 1 /classes/Product.php:3860
637
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2996) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.659 ms 1 /classes/stock/StockAvailable.php:453
1372
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2510
ORDER BY `position`
0.659 ms 1 Yes /classes/Product.php:3545
1464
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 52
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.659 ms 1 Yes Yes /classes/Category.php:1151
278
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2716
ORDER BY f.position ASC
0.657 ms 1 Yes /classes/Product.php:6017
1088
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2438)
0.656 ms 1 /classes/Product.php:3860
825
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2778) AND (b.`id_shop` = 1) LIMIT 1
0.656 ms 1 /src/Adapter/EntityMapper.php:71
1771
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2655 AND imgs.`rotator` =1
0.656 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1994
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 209 AND `id_shop` = 1 LIMIT 1
0.655 ms 1 /classes/module/Module.php:2109
1002
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2510
ORDER BY f.position ASC
0.655 ms 1 Yes /classes/Product.php:6017
594
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2774
ORDER BY f.position ASC
0.654 ms 1 Yes /classes/Product.php:6017
1074
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2452
ORDER BY f.position ASC
0.654 ms 1 Yes /classes/Product.php:6017
634
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2996 LIMIT 1
0.653 ms 1 /classes/SpecificPrice.php:435
859
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2771
AND image_shop.`cover` = 1 LIMIT 1
0.653 ms 7 /classes/Product.php:3570
1519
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
1529
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
994
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2510
AND image_shop.`cover` = 1 LIMIT 1
0.651 ms 1 /classes/Product.php:3570
1942
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2452 AND imgs.`rotator` =1
0.651 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1038
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2475
ORDER BY f.position ASC
0.650 ms 1 Yes /classes/Product.php:6017
1801
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2995 AND imgs.`rotator` =1
0.650 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
137
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3070) AND (b.`id_shop` = 1) LIMIT 1
0.649 ms 1 /src/Adapter/EntityMapper.php:71
1101
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2436
ORDER BY f.position ASC
0.649 ms 1 Yes /classes/Product.php:6017
1179
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3293
0.649 ms 1 /classes/Product.php:2902
269
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3389
ORDER BY f.position ASC
0.647 ms 1 Yes /classes/Product.php:6017
957
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2598
ORDER BY f.position ASC
0.647 ms 1 Yes /classes/Product.php:6017
1198
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2811
ORDER BY `position`
0.647 ms 1 Yes /classes/Product.php:3545
1434
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 48
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.647 ms 3 Yes Yes /classes/Category.php:1151
1450
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 91
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.646 ms 1 Yes Yes /classes/Category.php:1151
1465
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1
0.645 ms 1 /src/Adapter/EntityMapper.php:71
617
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3018)
0.644 ms 1 /classes/Product.php:3860
1912
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2548 AND imgs.`rotator` =1
0.643 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
536
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2756 AND id_shop=1 LIMIT 1
0.642 ms 1 /classes/Product.php:6872
671
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2766)
0.642 ms 1 /classes/Product.php:3860
1374
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2509
ORDER BY `position`
0.642 ms 1 Yes /classes/Product.php:3545
1262
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3020
ORDER BY `position`
0.641 ms 1 Yes /classes/Product.php:3545
203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3064 AND id_shop=1 LIMIT 1
0.641 ms 1 /classes/Product.php:6872
807
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2818)
0.641 ms 1 /classes/Product.php:3860
337
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3057)
0.640 ms 1 /classes/Product.php:3860
283
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3384)
0.640 ms 1 /classes/Product.php:3860
1048
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2454
AND image_shop.`cover` = 1 LIMIT 1
0.640 ms 1 /classes/Product.php:3570
417
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2961 LIMIT 1
0.639 ms 1 /classes/SpecificPrice.php:435
453
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2549 LIMIT 1
0.638 ms 1 /classes/SpecificPrice.php:435
1891
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2668 AND imgs.`rotator` =1
0.638 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
67
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2978 LIMIT 1
0.637 ms 1 /classes/SpecificPrice.php:435
1572
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 3 LIMIT 1
0.637 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
330
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3060) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.636 ms 1 /classes/stock/StockAvailable.php:453
923
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.636 ms 1 /classes/Product.php:5655
92
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3386) AND (b.`id_shop` = 1) LIMIT 1
0.635 ms 1 /src/Adapter/EntityMapper.php:71
1657
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2811 AND imgs.`rotator` =1
0.635 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
72
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "bvkseodispatcher" LIMIT 1
0.634 ms 0 /classes/module/Module.php:2636
1512
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 80
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.633 ms 1 Yes Yes /classes/Category.php:1151
414
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2961
AND image_shop.`cover` = 1 LIMIT 1
0.632 ms 1 /classes/Product.php:3570
662
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2968)
0.632 ms 1 /classes/Product.php:3860
1392
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2438
ORDER BY `position`
0.632 ms 1 Yes /classes/Product.php:3545
1452
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 104
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.632 ms 1 Yes Yes /classes/Category.php:1151
162
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3017
AND image_shop.`cover` = 1 LIMIT 1
0.632 ms 1 /classes/Product.php:3570
1952
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2436
0.630 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1669
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2819 AND imgs.`rotator` =1
0.630 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
680
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2980)
0.629 ms 1 /classes/Product.php:3860
1421
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_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
0.629 ms 1 /src/Adapter/EntityMapper.php:71
1606
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1
0.629 ms 2 /classes/Category.php:2242
930
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2656
ORDER BY f.position ASC
0.628 ms 1 Yes /classes/Product.php:6017
967
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2550
AND image_shop.`cover` = 1 LIMIT 1
0.628 ms 1 /classes/Product.php:3570
1768
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2755 AND imgs.`rotator` =1
0.628 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
1930
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2475 AND imgs.`rotator` =1
0.628 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
400
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2967)
0.627 ms 1 /classes/Product.php:3860
576
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3305
AND image_shop.`cover` = 1 LIMIT 1
0.626 ms 1 /classes/Product.php:3570
599
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3022)
0.626 ms 1 /classes/Product.php:3860
1511
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1
0.625 ms 1 /src/Adapter/EntityMapper.php:71
289
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.625 ms 1 /classes/Product.php:5655
486
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3087
AND image_shop.`cover` = 1 LIMIT 1
0.625 ms 1 /classes/Product.php:3570
1537
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1
0.625 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE *
FROM `nop_currency` a
LEFT JOIN `nop_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `nop_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.624 ms 1 /src/Adapter/EntityMapper.php:71
1128
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2379
ORDER BY f.position ASC
0.624 ms 1 Yes /classes/Product.php:6017
116
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3387
ORDER BY f.position ASC
0.624 ms 1 Yes /classes/Product.php:6017
895
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2670
AND image_shop.`cover` = 1 LIMIT 1
0.624 ms 1 /classes/Product.php:3570
1200
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3238
ORDER BY `position`
0.624 ms 2 Yes /classes/Product.php:3545
1500
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 108
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.624 ms 1 Yes Yes /classes/Category.php:1151
101
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2808) AND (b.`id_shop` = 1) LIMIT 1
0.622 ms 1 /src/Adapter/EntityMapper.php:71
504
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2966
AND image_shop.`cover` = 1 LIMIT 1
0.622 ms 1 /classes/Product.php:3570
1414
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1
0.622 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
1530
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 66
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.622 ms 1 Yes Yes /classes/Category.php:1151
546
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2755) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.622 ms 1 /classes/stock/StockAvailable.php:453
959
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.621 ms 1 /classes/Product.php:5655
1705
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3013 AND imgs.`rotator` =1
0.621 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1901
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2599
0.620 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
432
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2816
AND image_shop.`cover` = 1 LIMIT 1
0.619 ms 1 /classes/Product.php:3570
640
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2995
AND image_shop.`cover` = 1 LIMIT 1
0.619 ms 1 /classes/Product.php:3570
1165
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1914
ORDER BY f.position ASC
0.618 ms 1 Yes /classes/Product.php:6017
327
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3060 LIMIT 1
0.617 ms 1 /classes/SpecificPrice.php:435
508
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2966)
0.617 ms 1 /classes/Product.php:3860
585
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2774
AND image_shop.`cover` = 1 LIMIT 1
0.616 ms 3 /classes/Product.php:3570
1192
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3086
ORDER BY `position`
0.616 ms 1 Yes /classes/Product.php:3545
1580
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posmegamenu" LIMIT 1
0.616 ms 1 /classes/module/Module.php:2636
899
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2670)
0.616 ms 1 /classes/Product.php:3860
849
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2773
ORDER BY f.position ASC
0.615 ms 1 Yes /classes/Product.php:6017
323
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3062
ORDER BY f.position ASC
0.615 ms 1 Yes /classes/Product.php:6017
775
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2964
ORDER BY f.position ASC
0.615 ms 1 Yes /classes/Product.php:6017
1151
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2318)
0.615 ms 1 /classes/Product.php:3860
1142
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2328)
0.614 ms 1 /classes/Product.php:3860
284
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3384 AND id_shop=1 LIMIT 1
0.614 ms 1 /classes/Product.php:6872
1188
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3017
ORDER BY `position`
0.614 ms 1 Yes /classes/Product.php:3545
1330
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2818
ORDER BY `position`
0.614 ms 1 Yes /classes/Product.php:3545
1924
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2505 AND imgs.`rotator` =1
0.614 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
55
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posquickmenu" LIMIT 1
0.612 ms 1 /classes/module/Module.php:2636
328
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3060)
0.612 ms 1 /classes/Product.php:3860
803
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2818
AND image_shop.`cover` = 1 LIMIT 1
0.612 ms 1 /classes/Product.php:3570
1501
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) AND (b.`id_shop` = 1) LIMIT 1
0.612 ms 1 /src/Adapter/EntityMapper.php:71
1624
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3387 AND imgs.`rotator` =1
0.612 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
1900
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2599 AND imgs.`rotator` =1
0.612 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
347
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3014 AND id_shop=1 LIMIT 1
0.611 ms 1 /classes/Product.php:6872
1763
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2865
0.611 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1885
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2670 AND imgs.`rotator` =1
0.611 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1977
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_data' LIMIT 1
0.611 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
1482
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 61
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.610 ms 1 Yes Yes /classes/Category.php:1151
1544
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 70
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.610 ms 1 Yes Yes /classes/Category.php:1151
62
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nop_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 43 LIMIT 1
0.609 ms 1 /classes/Category.php:1378
1114
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2380 LIMIT 1
0.609 ms 1 /classes/SpecificPrice.php:435
1520
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 16
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.609 ms 1 Yes Yes /classes/Category.php:1151
1609
SELECT SQL_NO_CACHE c.*, cl.*  FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 155 AND c.`nleft` >= 2 AND c.`nright` <= 155 ORDER BY `nleft` DESC
0.609 ms 1 /classes/Category.php:1600
17
SELECT SQL_NO_CACHE `name`, `alias` FROM `nop_hook_alias`
0.608 ms 88 /classes/Hook.php:287
1613
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2978
0.607 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1622
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2808
0.607 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
739
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3008
ORDER BY f.position ASC
0.606 ms 1 Yes /classes/Product.php:6017
854
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2772)
0.606 ms 1 /classes/Product.php:3860
1218
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3346
ORDER BY `position`
0.606 ms 1 Yes /classes/Product.php:3545
535
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2756)
0.605 ms 1 /classes/Product.php:3860
894
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2703
ORDER BY f.position ASC
0.605 ms 1 Yes /classes/Product.php:6017
1386
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2453
ORDER BY `position`
0.605 ms 1 Yes /classes/Product.php:3545
1966
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2328 AND imgs.`rotator` =1
0.605 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
148
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3066)
0.605 ms 1 /classes/Product.php:3860
1486
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 89
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.605 ms 1 Yes Yes /classes/Category.php:1151
622
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3015
AND image_shop.`cover` = 1 LIMIT 1
0.604 ms 1 /classes/Product.php:3570
925
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2656 LIMIT 1
0.604 ms 1 /classes/SpecificPrice.php:435
1388
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2452
ORDER BY `position`
0.604 ms 1 Yes /classes/Product.php:3545
971
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2550)
0.603 ms 1 /classes/Product.php:3860
757
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2997
ORDER BY f.position ASC
0.602 ms 1 Yes /classes/Product.php:6017
1513
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1
0.602 ms 1 /src/Adapter/EntityMapper.php:71
1982
SELECT SQL_NO_CACHE *
FROM nop_meta m
LEFT JOIN nop_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.602 ms 1 /classes/Meta.php:193
133
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `nop_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3375 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3375 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.601 ms 0 /classes/Cart.php:1426
613
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3018
AND image_shop.`cover` = 1 LIMIT 1
0.601 ms 1 /classes/Product.php:3570
1455
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1
0.601 ms 1 /src/Adapter/EntityMapper.php:71
1454
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 106
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.600 ms 1 Yes Yes /classes/Category.php:1151
75
SELECT SQL_NO_CACHE tr.*
FROM `nop_tax_rule` tr
JOIN `nop_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 152
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('20250' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '20250')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.600 ms 0 /classes/tax/TaxRulesTaxManager.php:109
234
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3083
AND image_shop.`cover` = 1 LIMIT 1
0.600 ms 1 /classes/Product.php:3570
1312
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3068
ORDER BY `position`
0.600 ms 1 Yes /classes/Product.php:3545
1426
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 44
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.600 ms 1 Yes Yes /classes/Category.php:1151
213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2811) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.599 ms 1 /classes/stock/StockAvailable.php:453
730
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3068
ORDER BY f.position ASC
0.599 ms 1 Yes /classes/Product.php:6017
1523
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1
0.598 ms 1 /src/Adapter/EntityMapper.php:71
749
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2997
AND image_shop.`cover` = 1 LIMIT 1
0.598 ms 1 /classes/Product.php:3570
1097
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2436)
0.598 ms 1 /classes/Product.php:3860
1636
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3066 AND imgs.`rotator` =1
0.598 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1888
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2669 AND imgs.`rotator` =1
0.598 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
702
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2870
ORDER BY f.position ASC
0.597 ms 1 Yes /classes/Product.php:6017
885
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2714
ORDER BY f.position ASC
0.597 ms 1 Yes /classes/Product.php:6017
945
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2599 AND id_shop=1 LIMIT 1
0.597 ms 1 /classes/Product.php:6872
1043
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2456)
0.597 ms 1 /classes/Product.php:3860
1376
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2505
ORDER BY `position`
0.597 ms 1 Yes /classes/Product.php:3545
1825
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3345 AND imgs.`rotator` =1
0.597 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1503
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.596 ms 1 /src/Adapter/EntityMapper.php:71
1954
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2381 AND imgs.`rotator` =1
0.596 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
962
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2596)
0.596 ms 1 /classes/Product.php:3860
495
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3020
AND image_shop.`cover` = 1 LIMIT 1
0.595 ms 1 /classes/Product.php:3570
1326
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2929
ORDER BY `position`
0.595 ms 3 Yes /classes/Product.php:3545
1533
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1
0.595 ms 1 /src/Adapter/EntityMapper.php:71
935
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2652)
0.594 ms 1 /classes/Product.php:3860
1483
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1
0.594 ms 1 /src/Adapter/EntityMapper.php:71
1222
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3062
ORDER BY `position`
0.594 ms 1 Yes /classes/Product.php:3545
1792
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3018 AND imgs.`rotator` =1
0.594 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1693
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3062 AND imgs.`rotator` =1
0.593 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1870
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2772 AND imgs.`rotator` =1
0.593 ms 5 /modules/posrotatorimg/posrotatorimg.php:220
44
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.592 ms 0 /classes/module/Module.php:2636
288
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3382
AND image_shop.`cover` = 1 LIMIT 1
0.592 ms 1 /classes/Product.php:3570
1490
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 97
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.591 ms 1 Yes Yes /classes/Category.php:1151
1306
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2870
ORDER BY `position`
0.591 ms 1 Yes /classes/Product.php:3545
1479
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1
0.591 ms 1 /src/Adapter/EntityMapper.php:71
626
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3015)
0.590 ms 1 /classes/Product.php:3860
845
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2773)
0.590 ms 1 /classes/Product.php:3860
216
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3238
AND image_shop.`cover` = 1 LIMIT 1
0.589 ms 2 /classes/Product.php:3570
513
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2962
AND image_shop.`cover` = 1 LIMIT 1
0.589 ms 1 /classes/Product.php:3570
876
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2769
ORDER BY f.position ASC
0.589 ms 1 Yes /classes/Product.php:6017
946
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2599) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.588 ms 1 /classes/stock/StockAvailable.php:453
872
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2769)
0.588 ms 1 /classes/Product.php:3860
1562
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 113
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.588 ms 1 Yes Yes /classes/Category.php:1151
243
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2819
AND image_shop.`cover` = 1 LIMIT 1
0.587 ms 1 /classes/Product.php:3570
450
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2549
AND image_shop.`cover` = 1 LIMIT 1
0.587 ms 1 /classes/Product.php:3570
1697
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3060
0.587 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
318
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3062 LIMIT 1
0.586 ms 1 /classes/SpecificPrice.php:435
562
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2654)
0.586 ms 1 /classes/Product.php:3860
1795
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3015 AND imgs.`rotator` =1
0.586 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1882
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2703 AND imgs.`rotator` =1
0.586 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1945
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2446 AND imgs.`rotator` =1
0.586 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1210
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3389
ORDER BY `position`
0.585 ms 3 Yes /classes/Product.php:3545
1552
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 74
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.584 ms 1 Yes Yes /classes/Category.php:1151
1522
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.584 ms 1 Yes Yes /classes/Category.php:1151
59
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM nop_layered_category
WHERE controller = 'manufacturer'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.582 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
170
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3017
ORDER BY f.position ASC
0.582 ms 1 Yes /classes/Product.php:6017
822
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2778
AND image_shop.`cover` = 1 LIMIT 1
0.582 ms 2 /classes/Product.php:3570
1873
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2771 AND imgs.`rotator` =1
0.582 ms 7 /modules/posrotatorimg/posrotatorimg.php:220
1897
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2652 AND imgs.`rotator` =1
0.582 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1248
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2816
ORDER BY `position`
0.581 ms 1 Yes /classes/Product.php:3545
422
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2961
ORDER BY f.position ASC
0.580 ms 1 Yes /classes/Product.php:6017
619
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3018) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.579 ms 1 /classes/stock/StockAvailable.php:453
1478
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 59
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.579 ms 1 Yes Yes /classes/Category.php:1151
478
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.579 ms 1 /classes/Product.php:5655
1442
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 102
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.578 ms 1 Yes Yes /classes/Category.php:1151
1539
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1
0.578 ms 1 /src/Adapter/EntityMapper.php:71
418
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2961)
0.578 ms 1 /classes/Product.php:3860
579
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3305 LIMIT 1
0.578 ms 1 /classes/SpecificPrice.php:435
1320
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2994
ORDER BY `position`
0.578 ms 1 Yes /classes/Product.php:3545
1484
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 67
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.578 ms 1 Yes Yes /classes/Category.php:1151
686
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.577 ms 1 /classes/Product.php:5655
784
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2960
ORDER BY f.position ASC
0.577 ms 1 Yes /classes/Product.php:6017
549
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2655
AND image_shop.`cover` = 1 LIMIT 1
0.576 ms 1 /classes/Product.php:3570
1786
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3022 AND imgs.`rotator` =1
0.576 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
1957
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2380 AND imgs.`rotator` =1
0.576 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1129
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2359
AND image_shop.`cover` = 1 LIMIT 1
0.575 ms 1 /classes/Product.php:3570
1711
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3011 AND imgs.`rotator` =1
0.575 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1300
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2766
ORDER BY `position`
0.574 ms 2 Yes /classes/Product.php:3545
1470
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 54
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.574 ms 1 Yes Yes /classes/Category.php:1151
1354
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2668
ORDER BY `position`
0.574 ms 1 Yes /classes/Product.php:3545
348
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.572 ms 1 /classes/stock/StockAvailable.php:453
608
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3023)
0.572 ms 1 /classes/Product.php:3860
1335
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2778
0.572 ms 1 /classes/Product.php:2902
1592
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.572 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE *
FROM `nop_currency` a
LEFT JOIN `nop_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.571 ms 1 /src/Adapter/EntityMapper.php:71
1568
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 308 AND `id_shop` = 1 LIMIT 1
0.571 ms 1 /classes/module/Module.php:2109
1690
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3084 AND imgs.`rotator` =1
0.571 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1208
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2814
ORDER BY `position`
0.570 ms 1 Yes /classes/Product.php:3545
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3228)
0.569 ms 1 /classes/Product.php:3860
808
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2818 AND id_shop=1 LIMIT 1
0.569 ms 1 /classes/Product.php:6872
1684
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3382 AND imgs.`rotator` =1
0.569 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
691
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2965) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.568 ms 1 /classes/stock/StockAvailable.php:453
1493
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.568 ms 1 /src/Adapter/EntityMapper.php:71
908
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2669)
0.567 ms 1 /classes/Product.php:3860
1744
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2160 AND imgs.`rotator` =1
0.567 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1816
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2965 AND imgs.`rotator` =1
0.567 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
540
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2755
AND image_shop.`cover` = 1 LIMIT 1
0.566 ms 4 /classes/Product.php:3570
1453
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) AND (b.`id_shop` = 1) LIMIT 1
0.566 ms 1 /src/Adapter/EntityMapper.php:71
1864
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2777 AND imgs.`rotator` =1
0.566 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
1910
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2550
0.566 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1639
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3063 AND imgs.`rotator` =1
0.565 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
480
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3388 LIMIT 1
0.564 ms 1 /classes/SpecificPrice.php:435
1314
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3008
ORDER BY `position`
0.564 ms 1 Yes /classes/Product.php:3545
1681
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3384 AND imgs.`rotator` =1
0.564 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1554
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 95
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.564 ms 1 Yes Yes /classes/Category.php:1151
134
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3375
ORDER BY f.position ASC
0.563 ms 1 Yes /classes/Product.php:6017
246
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2819 LIMIT 1
0.563 ms 1 /classes/SpecificPrice.php:435
1012
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2505
AND image_shop.`cover` = 1 LIMIT 1
0.563 ms 1 /classes/Product.php:3570
389
SELECT SQL_NO_CACHE *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3009) AND (b.`id_shop` = 1) LIMIT 1
0.563 ms 1 /src/Adapter/EntityMapper.php:71
1907
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2596
0.562 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
507
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2966 LIMIT 1
0.562 ms 1 /classes/SpecificPrice.php:435
207
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2811
AND image_shop.`cover` = 1 LIMIT 1
0.561 ms 1 /classes/Product.php:3570
850
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2772
AND image_shop.`cover` = 1 LIMIT 1
0.561 ms 5 /classes/Product.php:3570
1448
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 107
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.561 ms 1 Yes Yes /classes/Category.php:1151
1939
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2453 AND imgs.`rotator` =1
0.560 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
441
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2812
AND image_shop.`cover` = 1 LIMIT 1
0.560 ms 1 /classes/Product.php:3570
793
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2929
ORDER BY f.position ASC
0.559 ms 1 Yes /classes/Product.php:6017
917
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2668)
0.559 ms 1 /classes/Product.php:3860
1212
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2716
ORDER BY `position`
0.559 ms 1 Yes /classes/Product.php:3545
427
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2871)
0.559 ms 1 /classes/Product.php:3860
685
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2965
AND image_shop.`cover` = 1 LIMIT 1
0.559 ms 1 /classes/Product.php:3570
863
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2771)
0.558 ms 1 /classes/Product.php:3860
1546
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 71
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.558 ms 1 Yes Yes /classes/Category.php:1151
1822
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2477 AND imgs.`rotator` =1
0.557 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1322
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2964
ORDER BY `position`
0.557 ms 1 Yes /classes/Product.php:3545
1651
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3024 AND imgs.`rotator` =1
0.557 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1903
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2598 AND imgs.`rotator` =1
0.556 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
561
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2654 LIMIT 1
0.556 ms 1 /classes/SpecificPrice.php:435
1727
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2961
0.556 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1717
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3009 AND imgs.`rotator` =1
0.555 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
498
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3020 LIMIT 1
0.555 ms 1 /classes/SpecificPrice.php:435
98
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3386
ORDER BY f.position ASC
0.554 ms 1 Yes /classes/Product.php:6017
481
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3388)
0.554 ms 1 /classes/Product.php:3860
1675
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3389 AND imgs.`rotator` =1
0.554 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
179
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3016
ORDER BY f.position ASC
0.554 ms 1 Yes /classes/Product.php:6017
1963
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2359 AND imgs.`rotator` =1
0.554 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1585
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 3 LIMIT 1
0.552 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
1316
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2998
ORDER BY `position`
0.552 ms 1 Yes /classes/Product.php:3545
1428
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 45
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.552 ms 1 Yes Yes /classes/Category.php:1151
279
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3384
AND image_shop.`cover` = 1 LIMIT 1
0.551 ms 1 /classes/Product.php:3570
806
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2818 LIMIT 1
0.551 ms 1 /classes/SpecificPrice.php:435
1003
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2509
AND image_shop.`cover` = 1 LIMIT 1
0.551 ms 1 /classes/Product.php:3570
1242
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2963
ORDER BY `position`
0.551 ms 1 Yes /classes/Product.php:3545
1972
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =1914 AND imgs.`rotator` =1
0.551 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
94
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3386)
0.550 ms 1 /classes/Product.php:3860
152
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3066
ORDER BY f.position ASC
0.549 ms 1 Yes /classes/Product.php:6017
489
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3087 LIMIT 1
0.549 ms 1 /classes/SpecificPrice.php:435
1736
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2812
0.547 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
522
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2865
AND image_shop.`cover` = 1 LIMIT 1
0.547 ms 1 /classes/Product.php:3570
1678
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2716 AND imgs.`rotator` =1
0.547 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
648
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2995
ORDER BY f.position ASC
0.546 ms 1 Yes /classes/Product.php:6017
46
SELECT SQL_NO_CACHE * FROM `nop_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.546 ms 7 Yes /classes/ImageType.php:109
817
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2779)
0.546 ms 1 /classes/Product.php:3860
1021
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2476
AND image_shop.`cover` = 1 LIMIT 1
0.546 ms 1 /classes/Product.php:3570
1357
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2656
0.546 ms 1 /classes/Product.php:2902
1420
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 298 AND `id_shop` = 1 LIMIT 1
0.546 ms 1 /classes/module/Module.php:2109
1540
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 68
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.546 ms 1 Yes Yes /classes/Category.php:1151
1687
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3346 AND imgs.`rotator` =1
0.546 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
649
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2969
AND image_shop.`cover` = 1 LIMIT 1
0.545 ms 1 /classes/Product.php:3570
1268
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2865
ORDER BY `position`
0.545 ms 1 Yes /classes/Product.php:3545
958
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2596
AND image_shop.`cover` = 1 LIMIT 1
0.544 ms 1 /classes/Product.php:3570
1463
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:71
395
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3009
ORDER BY f.position ASC
0.543 ms 1 Yes /classes/Product.php:6017
1457
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_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
0.543 ms 1 /src/Adapter/EntityMapper.php:71
1702
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3014 AND imgs.`rotator` =1
0.543 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1115
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2380)
0.542 ms 1 /classes/Product.php:3860
1324
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2960
ORDER BY `position`
0.542 ms 1 Yes /classes/Product.php:3545
1663
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3228 AND imgs.`rotator` =1
0.542 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1367
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2550
0.542 ms 1 /classes/Product.php:2902
1250
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2812
ORDER BY `position`
0.541 ms 1 Yes /classes/Product.php:3545
1774
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2654 AND imgs.`rotator` =1
0.541 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1340
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2772
ORDER BY `position`
0.540 ms 5 Yes /classes/Product.php:3545
333
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3057
AND image_shop.`cover` = 1 LIMIT 1
0.540 ms 1 /classes/Product.php:3570
188
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3086
ORDER BY f.position ASC
0.539 ms 1 Yes /classes/Product.php:6017
445
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2812)
0.539 ms 1 /classes/Product.php:3860
1070
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2452)
0.538 ms 1 /classes/Product.php:3860
1542
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 69
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.538 ms 1 Yes Yes /classes/Category.php:1151
1990
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_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
0.538 ms 1 /src/Adapter/EntityMapper.php:71
832
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2777
AND image_shop.`cover` = 1 LIMIT 1
0.537 ms 4 /classes/Product.php:3570
1280
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3305
ORDER BY `position`
0.537 ms 1 Yes /classes/Product.php:3545
753
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2997)
0.537 ms 1 /classes/Product.php:3860
1789
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3023 AND imgs.`rotator` =1
0.537 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
595
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3022
AND image_shop.`cover` = 1 LIMIT 1
0.536 ms 2 /classes/Product.php:3570
1607
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
0.536 ms 1 /classes/Category.php:1585
712
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2477
ORDER BY f.position ASC
0.535 ms 1 Yes /classes/Product.php:6017
886
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2703
AND image_shop.`cover` = 1 LIMIT 1
0.535 ms 1 /classes/Product.php:3570
1489
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1
0.535 ms 1 /src/Adapter/EntityMapper.php:71
1556
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 96
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.535 ms 1 Yes Yes /classes/Category.php:1151
312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3084) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.534 ms 1 /classes/stock/StockAvailable.php:453
708
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2477)
0.533 ms 1 /classes/Product.php:3860
1228
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3014
ORDER BY `position`
0.533 ms 1 Yes /classes/Product.php:3545
31
SELECT SQL_NO_CACHE *
FROM `nop_currency` a
LEFT JOIN `nop_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `nop_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.533 ms 1 /src/Adapter/EntityMapper.php:71
1536
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 87
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.532 ms 1 Yes Yes /classes/Category.php:1151
1988
SELECT SQL_NO_CACHE *
FROM nop_meta m
LEFT JOIN nop_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.532 ms 2 /classes/Meta.php:193
321
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3062) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.532 ms 1 /classes/stock/StockAvailable.php:453
1469
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_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
0.532 ms 1 /src/Adapter/EntityMapper.php:71
1538
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 88
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.532 ms 1 Yes Yes /classes/Category.php:1151
1399
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2380
0.531 ms 1 /classes/Product.php:2902
1403
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2359
0.531 ms 1 /classes/Product.php:2902
366
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3012) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.530 ms 1 /classes/stock/StockAvailable.php:453
985
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2546
AND image_shop.`cover` = 1 LIMIT 1
0.530 ms 1 /classes/Product.php:3570
1031
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.530 ms 1 /classes/Product.php:5655
1139
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.530 ms 1 /classes/Product.php:5655
1302
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2980
ORDER BY `position`
0.530 ms 1 Yes /classes/Product.php:3545
1576
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 7 LIMIT 1
0.530 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
251
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2819
ORDER BY f.position ASC
0.529 ms 1 Yes /classes/Product.php:6017
1278
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2322
ORDER BY `position`
0.528 ms 1 Yes /classes/Product.php:3545
1290
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3015
ORDER BY `position`
0.528 ms 1 Yes /classes/Product.php:3545
643
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2995 LIMIT 1
0.527 ms 1 /classes/SpecificPrice.php:435
949
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2598
AND image_shop.`cover` = 1 LIMIT 1
0.527 ms 1 /classes/Product.php:3570
1666
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3083 AND imgs.`rotator` =1
0.527 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
570
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2322 LIMIT 1
0.526 ms 1 /classes/SpecificPrice.php:435
161
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3063
ORDER BY f.position ASC
0.526 ms 1 Yes /classes/Product.php:6017
336
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3057 LIMIT 1
0.526 ms 1 /classes/SpecificPrice.php:435
354
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3013 LIMIT 1
0.526 ms 1 /classes/SpecificPrice.php:435
531
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2756
AND image_shop.`cover` = 1 LIMIT 1
0.526 ms 4 /classes/Product.php:3570
1259
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3388
0.526 ms 1 /classes/Product.php:2902
456
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2549) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.525 ms 1 /classes/stock/StockAvailable.php:453
552
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2655 LIMIT 1
0.525 ms 1 /classes/SpecificPrice.php:435
1467
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1
0.525 ms 1 /src/Adapter/EntityMapper.php:71
1837
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2997 AND imgs.`rotator` =1
0.525 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
342
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3014
AND image_shop.`cover` = 1 LIMIT 1
0.524 ms 1 /classes/Product.php:3570
1475
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_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
0.524 ms 1 /src/Adapter/EntityMapper.php:71
1079
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2446)
0.524 ms 1 /classes/Product.php:3860
607
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3023 LIMIT 1
0.523 ms 1 /classes/SpecificPrice.php:435
1124
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2379)
0.523 ms 1 /classes/Product.php:3860
1447
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) AND (b.`id_shop` = 1) LIMIT 1
0.523 ms 1 /src/Adapter/EntityMapper.php:71
1496
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 13
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.523 ms 1 Yes Yes /classes/Category.php:1151
1485
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1
0.523 ms 1 /src/Adapter/EntityMapper.php:71
1119
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2380
ORDER BY f.position ASC
0.522 ms 1 Yes /classes/Product.php:6017
776
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2960
AND image_shop.`cover` = 1 LIMIT 1
0.521 ms 1 /classes/Product.php:3570
476
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2160
ORDER BY f.position ASC
0.521 ms 1 Yes /classes/Product.php:6017
1699
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3057 AND imgs.`rotator` =1
0.521 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1790
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3023
0.521 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1173
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3386
0.520 ms 1 /classes/Product.php:2902
1444
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 103
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.520 ms 1 Yes Yes /classes/Category.php:1151
1631
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3375
0.520 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1443
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1
0.519 ms 1 /src/Adapter/EntityMapper.php:71
1525
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.519 ms 1 /src/Adapter/EntityMapper.php:71
1553
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) AND (b.`id_shop` = 1) LIMIT 1
0.519 ms 1 /src/Adapter/EntityMapper.php:71
1559
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) AND (b.`id_shop` = 1) LIMIT 1
0.519 ms 1 /src/Adapter/EntityMapper.php:71
107
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2808
ORDER BY f.position ASC
0.518 ms 1 Yes /classes/Product.php:6017
851
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 63 LIMIT 1
0.518 ms 1 /classes/Product.php:5655
1133
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2359)
0.518 ms 1 /classes/Product.php:3860
1332
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2779
ORDER BY `position`
0.518 ms 1 Yes /classes/Product.php:3545
298
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.518 ms 1 /classes/Product.php:5655
1898
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2652
0.518 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
436
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2816)
0.517 ms 1 /classes/Product.php:3860
459
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2179
AND image_shop.`cover` = 1 LIMIT 1
0.517 ms 1 /classes/Product.php:3570
573
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2322) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.517 ms 1 /classes/stock/StockAvailable.php:453
663
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2968 AND id_shop=1 LIMIT 1
0.517 ms 1 /classes/Product.php:6872
1318
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2997
ORDER BY `position`
0.517 ms 1 Yes /classes/Product.php:3545
1441
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) AND (b.`id_shop` = 1) LIMIT 1
0.517 ms 1 /src/Adapter/EntityMapper.php:71
492
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.516 ms 1 /classes/stock/StockAvailable.php:453
840
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2777
ORDER BY f.position ASC
0.516 ms 1 Yes /classes/Product.php:6017
1161
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 1914)
0.516 ms 1 /classes/Product.php:3860
1855
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2818 AND imgs.`rotator` =1
0.516 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
944
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2599)
0.515 ms 1 /classes/Product.php:3860
1427
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1
0.515 ms 1 /src/Adapter/EntityMapper.php:71
1696
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3060 AND imgs.`rotator` =1
0.515 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
144
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3066
AND image_shop.`cover` = 1 LIMIT 1
0.514 ms 1 /classes/Product.php:3570
256
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2814)
0.514 ms 1 /classes/Product.php:3860
1828
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3068 AND imgs.`rotator` =1
0.514 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1435
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:71
1558
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 98
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.513 ms 1 Yes Yes /classes/Category.php:1151
1672
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2814 AND imgs.`rotator` =1
0.513 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1813
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2980 AND imgs.`rotator` =1
0.513 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
689
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2965)
0.512 ms 1 /classes/Product.php:3860
880
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2714 LIMIT 1
0.512 ms 1 /classes/SpecificPrice.php:435
1282
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2774
ORDER BY `position`
0.512 ms 3 Yes /classes/Product.php:3545
1843
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2964 AND imgs.`rotator` =1
0.511 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
300
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3346 LIMIT 1
0.510 ms 1 /classes/SpecificPrice.php:435
1125
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2379 AND id_shop=1 LIMIT 1
0.510 ms 1 /classes/Product.php:6872
1138
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2328
AND image_shop.`cover` = 1 LIMIT 1
0.510 ms 1 /classes/Product.php:3570
1431
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.510 ms 1 /src/Adapter/EntityMapper.php:71
211
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2811)
0.509 ms 1 /classes/Product.php:3860
270
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2716
AND image_shop.`cover` = 1 LIMIT 1
0.509 ms 1 /classes/Product.php:3570
1102
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2381
AND image_shop.`cover` = 1 LIMIT 1
0.509 ms 1 /classes/Product.php:3570
1524
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 19
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.509 ms 1 Yes Yes /classes/Category.php:1151
1738
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2549 AND imgs.`rotator` =1
0.509 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
175
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3016)
0.508 ms 1 /classes/Product.php:3860
811
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2818
ORDER BY f.position ASC
0.507 ms 1 Yes /classes/Product.php:6017
1625
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3387
0.507 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
1640
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3063
0.507 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
605
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.507 ms 1 /classes/Product.php:5655
1383
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2456
0.507 ms 1 /classes/Product.php:2902
468
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2160
AND image_shop.`cover` = 1 LIMIT 1
0.506 ms 1 /classes/Product.php:3570
719
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3345) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.506 ms 1 /classes/stock/StockAvailable.php:453
1093
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2436
AND image_shop.`cover` = 1 LIMIT 1
0.506 ms 1 /classes/Product.php:3570
1987
SELECT SQL_NO_CACHE *
FROM nop_meta m
LEFT JOIN nop_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.506 ms 2 /classes/Meta.php:193
922
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2656
AND image_shop.`cover` = 1 LIMIT 1
0.505 ms 1 /classes/Product.php:3570
433
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.504 ms 1 /classes/Product.php:5655
1110
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2381
ORDER BY f.position ASC
0.504 ms 1 Yes /classes/Product.php:6017
1495
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.504 ms 1 /src/Adapter/EntityMapper.php:71
1531
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1
0.504 ms 1 /src/Adapter/EntityMapper.php:71
1733
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2816
0.504 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1777
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2322 AND imgs.`rotator` =1
0.503 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
491
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3087 AND id_shop=1 LIMIT 1
0.502 ms 1 /classes/Product.php:6872
514
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.502 ms 1 /classes/Product.php:5655
1451
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) AND (b.`id_shop` = 1) LIMIT 1
0.502 ms 1 /src/Adapter/EntityMapper.php:71
1565
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "poswishlist" LIMIT 1
0.502 ms 1 /classes/module/Module.php:2636
1986
SELECT SQL_NO_CACHE *
FROM nop_meta m
LEFT JOIN nop_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.502 ms 2 /classes/Meta.php:193
889
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2703 LIMIT 1
0.502 ms 1 /classes/SpecificPrice.php:435
1978
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_data' LIMIT 1
0.502 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
1156
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1914
AND image_shop.`cover` = 1 LIMIT 1
0.501 ms 3 /classes/Product.php:3570
1871
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2772
0.501 ms 5 /modules/posrotatorimg/posrotatorimg.php:225
361
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.501 ms 1 /classes/Product.php:5655
827
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2778)
0.501 ms 1 /classes/Product.php:3860
726
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3068)
0.500 ms 1 /classes/Product.php:3860
1714
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3010 AND imgs.`rotator` =1
0.500 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1867
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2773 AND imgs.`rotator` =1
0.500 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1886
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2670
0.500 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
43
SELECT SQL_NO_CACHE 1 FROM `nop_cart_rule` WHERE ((date_to >= "2025-07-06 00:00:00" AND date_to <= "2025-07-06 23:59:59") OR (date_from >= "2025-07-06 00:00:00" AND date_from <= "2025-07-06 23:59:59") OR (date_from < "2025-07-06 00:00:00" AND date_to > "2025-07-06 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.499 ms 3 /classes/CartRule.php:357
68
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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)
0.499 ms 1 /classes/Product.php:3860
877
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2714
AND image_shop.`cover` = 1 LIMIT 1
0.499 ms 1 /classes/Product.php:3570
1106
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2381)
0.499 ms 1 /classes/Product.php:3860
717
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3345)
0.498 ms 1 /classes/Product.php:3860
1025
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2476)
0.498 ms 1 /classes/Product.php:3860
1804
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2969 AND imgs.`rotator` =1
0.498 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1861
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2778 AND imgs.`rotator` =1
0.498 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
89
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3386
AND image_shop.`cover` = 1 LIMIT 1
0.497 ms 1 /classes/Product.php:3570
261
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3389
AND image_shop.`cover` = 1 LIMIT 1
0.497 ms 3 /classes/Product.php:3570
1333
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2779
0.497 ms 1 /classes/Product.php:2902
1600
SELECT SQL_NO_CACHE *
FROM `nop_currency` c
INNER JOIN nop_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.497 ms 1 Yes /classes/Currency.php:694
1407
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2318
0.497 ms 1 /classes/Product.php:2902
698
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2870)
0.496 ms 1 /classes/Product.php:3860
771
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2964)
0.496 ms 1 /classes/Product.php:3860
1405
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2328
0.496 ms 1 /classes/Product.php:2902
670
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2766 LIMIT 1
0.496 ms 1 /classes/SpecificPrice.php:435
1925
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2505
0.496 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
237
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3083 LIMIT 1
0.495 ms 1 /classes/SpecificPrice.php:435
943
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2599 LIMIT 1
0.495 ms 1 /classes/SpecificPrice.php:435
1433
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1
0.495 ms 1 /src/Adapter/EntityMapper.php:71
84
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3061)
0.494 ms 1 /classes/Product.php:3860
998
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2510)
0.494 ms 1 /classes/Product.php:3860
1273
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2755
0.494 ms 1 /classes/Product.php:2902
1480
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 60
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.494 ms 1 Yes Yes /classes/Category.php:1151
1590
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) AND (b.`id_shop` = 1) LIMIT 1
0.494 ms 1 /src/Adapter/EntityMapper.php:71
1766
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2756
0.494 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
1566
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 294 AND `id_shop` = 1 LIMIT 1
0.493 ms 0 /classes/module/Module.php:2109
1567
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posshoppingcart" LIMIT 1
0.493 ms 1 /classes/module/Module.php:2636
1593
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.493 ms 1 /src/Adapter/EntityMapper.php:71
1807
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2968 AND imgs.`rotator` =1
0.493 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
836
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2777)
0.493 ms 1 /classes/Product.php:3860
519
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2962) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.492 ms 1 /classes/stock/StockAvailable.php:453
1502
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 109
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.492 ms 1 Yes Yes /classes/Category.php:1151
1762
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2865 AND imgs.`rotator` =1
0.492 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1835
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2998
0.492 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1913
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2548
0.492 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1969
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2318 AND imgs.`rotator` =1
0.492 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
658
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2968
AND image_shop.`cover` = 1 LIMIT 1
0.492 ms 1 /classes/Product.php:3570
661
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2968 LIMIT 1
0.491 ms 1 /classes/SpecificPrice.php:435
1000
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2510) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.491 ms 1 /classes/stock/StockAvailable.php:453
1163
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 1914) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.491 ms 1 /classes/stock/StockAvailable.php:453
125
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3293
ORDER BY f.position ASC
0.491 ms 1 Yes /classes/Product.php:6017
762
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2994)
0.491 ms 1 /classes/Product.php:3860
1730
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2871
0.491 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1543
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1
0.490 ms 1 /src/Adapter/EntityMapper.php:71
1664
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3228
0.490 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
14
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "jprestaspeedpack" LIMIT 1
0.490 ms 1 /classes/module/Module.php:2636
1078
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2446 LIMIT 1
0.490 ms 1 /classes/SpecificPrice.php:435
1147
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2318
AND image_shop.`cover` = 1 LIMIT 1
0.490 ms 1 /classes/Product.php:3570
230
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3228 AND id_shop=1 LIMIT 1
0.489 ms 1 /classes/Product.php:6872
681
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2980 AND id_shop=1 LIMIT 1
0.489 ms 1 /classes/Product.php:6872
303
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3346) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.488 ms 1 /classes/stock/StockAvailable.php:453
1261
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3087
0.488 ms 1 /classes/Product.php:2902
1397
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2381
0.488 ms 1 /classes/Product.php:2902
1461
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_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
0.488 ms 1 /src/Adapter/EntityMapper.php:71
1246
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2871
ORDER BY `position`
0.487 ms 1 Yes /classes/Product.php:3545
1561
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) AND (b.`id_shop` = 1) LIMIT 1
0.486 ms 1 /src/Adapter/EntityMapper.php:71
1103
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.484 ms 1 /classes/Product.php:5655
1337
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2777
0.484 ms 1 /classes/Product.php:2902
1395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2436
0.484 ms 1 /classes/Product.php:2902
1497
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.484 ms 1 /src/Adapter/EntityMapper.php:71
934
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2652 LIMIT 1
0.483 ms 1 /classes/SpecificPrice.php:435
1264
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2966
ORDER BY `position`
0.483 ms 1 Yes /classes/Product.php:3545
1634
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3070
0.483 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
1120
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2379
AND image_shop.`cover` = 1 LIMIT 1
0.482 ms 1 /classes/Product.php:3570
1591
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) AND (b.`id_shop` = 1) LIMIT 1
0.481 ms 1 /src/Adapter/EntityMapper.php:71
988
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2546 LIMIT 1
0.481 ms 1 /classes/SpecificPrice.php:435
1234
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3011
ORDER BY `position`
0.481 ms 1 Yes /classes/Product.php:3545
1724
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2963
0.481 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
646
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2995) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.480 ms 1 /classes/stock/StockAvailable.php:453
1661
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3238
0.480 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
352
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.480 ms 1 /classes/Product.php:5655
679
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2980 LIMIT 1
0.480 ms 1 /classes/SpecificPrice.php:435
731
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3008
AND image_shop.`cover` = 1 LIMIT 1
0.480 ms 1 /classes/Product.php:3570
1578
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 9 LIMIT 1
0.480 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
474
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.479 ms 1 /classes/stock/StockAvailable.php:453
688
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2965 LIMIT 1
0.479 ms 1 /classes/SpecificPrice.php:435
955
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2598) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.479 ms 1 /classes/stock/StockAvailable.php:453
655
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2969) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.478 ms 1 /classes/stock/StockAvailable.php:453
1216
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3382
ORDER BY `position`
0.478 ms 1 Yes /classes/Product.php:3545
1564
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 295 AND `id_shop` = 1 LIMIT 1
0.478 ms 0 /classes/module/Module.php:2109
618
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3018 AND id_shop=1 LIMIT 1
0.478 ms 1 /classes/Product.php:6872
794
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2820
AND image_shop.`cover` = 1 LIMIT 1
0.478 ms 1 /classes/Product.php:3570
940
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2599
AND image_shop.`cover` = 1 LIMIT 1
0.477 ms 1 /classes/Product.php:3570
694
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2870
AND image_shop.`cover` = 1 LIMIT 1
0.477 ms 1 /classes/Product.php:3570
1856
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2818
0.476 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
816
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2779 LIMIT 1
0.476 ms 1 /classes/SpecificPrice.php:435
240
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3083) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.475 ms 1 /classes/stock/StockAvailable.php:453
372
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3011 LIMIT 1
0.475 ms 1 /classes/SpecificPrice.php:435
1183
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3070
0.475 ms 1 /classes/Product.php:2902
1535
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) AND (b.`id_shop` = 1) LIMIT 1
0.475 ms 1 /src/Adapter/EntityMapper.php:71
1852
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2820 AND imgs.`rotator` =1
0.475 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
496
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.474 ms 1 /classes/Product.php:5655
789
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2929)
0.474 ms 1 /classes/Product.php:3860
1304
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2965
ORDER BY `position`
0.474 ms 1 Yes /classes/Product.php:3545
1838
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2997
0.474 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
404
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2967
ORDER BY f.position ASC
0.473 ms 1 Yes /classes/Product.php:6017
682
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2980) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.473 ms 1 /classes/stock/StockAvailable.php:453
1141
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2328 LIMIT 1
0.473 ms 1 /classes/SpecificPrice.php:435
1232
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3012
ORDER BY `position`
0.473 ms 1 Yes /classes/Product.php:3545
1649
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3086
0.472 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
582
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3305) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.471 ms 1 /classes/stock/StockAvailable.php:453
266
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3389 AND id_shop=1 LIMIT 1
0.471 ms 1 /classes/Product.php:6872
700
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2870) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.470 ms 1 /classes/stock/StockAvailable.php:453
1477
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1
0.470 ms 1 /src/Adapter/EntityMapper.php:71
904
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2669
AND image_shop.`cover` = 1 LIMIT 1
0.470 ms 1 /classes/Product.php:3570
1044
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2456 AND id_shop=1 LIMIT 1
0.470 ms 1 /classes/Product.php:6872
1051
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2454 LIMIT 1
0.470 ms 1 /classes/SpecificPrice.php:435
1356
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2656
ORDER BY `position`
0.470 ms 1 Yes /classes/Product.php:3545
221
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3238 AND id_shop=1 LIMIT 1
0.469 ms 1 /classes/Product.php:6872
306
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3084
AND image_shop.`cover` = 1 LIMIT 1
0.469 ms 1 /classes/Product.php:3570
1244
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2961
ORDER BY `position`
0.469 ms 1 Yes /classes/Product.php:3545
1230
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3013
ORDER BY `position`
0.468 ms 1 Yes /classes/Product.php:3545
1417
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1
0.468 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
5
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM nop_shop s
LEFT JOIN nop_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
0.467 ms 1 /classes/shop/Shop.php:218
1069
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2452 LIMIT 1
0.466 ms 1 /classes/SpecificPrice.php:435
550
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.466 ms 1 /classes/Product.php:5655
1445
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
1748
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3388
0.466 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
1691
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3084
0.465 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
668
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.465 ms 1 /classes/Product.php:5655
1381
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2475
0.465 ms 1 /classes/Product.php:2902
1545
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1
0.464 ms 1 /src/Adapter/EntityMapper.php:71
212
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2811 AND id_shop=1 LIMIT 1
0.464 ms 1 /classes/Product.php:6872
383
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3010 AND id_shop=1 LIMIT 1
0.464 ms 1 /classes/Product.php:6872
1226
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3057
ORDER BY `position`
0.464 ms 1 Yes /classes/Product.php:3545
265
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3389)
0.463 ms 1 /classes/Product.php:3860
1092
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2438
ORDER BY f.position ASC
0.463 ms 1 Yes /classes/Product.php:6017
1840
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2994 AND imgs.`rotator` =1
0.463 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1940
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2453
0.463 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
941
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.462 ms 1 /classes/Product.php:5655
1658
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2811
0.462 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1754
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3020
0.462 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1577
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 8 LIMIT 1
0.462 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
311
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3084 AND id_shop=1 LIMIT 1
0.461 ms 1 /classes/Product.php:6872
518
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2962 AND id_shop=1 LIMIT 1
0.461 ms 1 /classes/Product.php:6872
1016
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2505)
0.461 ms 1 /classes/Product.php:3860
1906
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2596 AND imgs.`rotator` =1
0.461 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1168
SELECT SQL_NO_CACHE state FROM nop_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.461 ms 1 /classes/FeatureFlag.php:105
591
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2774 AND id_shop=1 LIMIT 1
0.460 ms 1 /classes/Product.php:6872
1150
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2318 LIMIT 1
0.460 ms 1 /classes/SpecificPrice.php:435
1240
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2967
ORDER BY `position`
0.460 ms 1 Yes /classes/Product.php:3545
1541
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1
0.460 ms 1 /src/Adapter/EntityMapper.php:71
339
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3057) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.459 ms 1 /classes/stock/StockAvailable.php:453
1247
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2871
0.459 ms 1 /classes/Product.php:2902
198
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3064
AND image_shop.`cover` = 1 LIMIT 1
0.458 ms 1 /classes/Product.php:3570
931
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2652
AND image_shop.`cover` = 1 LIMIT 1
0.458 ms 1 /classes/Product.php:3570
1594
SELECT SQL_NO_CACHE *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.458 ms 1 /src/Adapter/EntityMapper.php:71
1883
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2703
0.458 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1928
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2476
0.458 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
703
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2477
AND image_shop.`cover` = 1 LIMIT 1
0.457 ms 1 /classes/Product.php:3570
722
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3068
AND image_shop.`cover` = 1 LIMIT 1
0.456 ms 1 /classes/Product.php:3570
1551
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:71
537
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2756) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.455 ms 1 /classes/stock/StockAvailable.php:453
1286
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3023
ORDER BY `position`
0.455 ms 1 Yes /classes/Product.php:3545
1339
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2773
0.455 ms 1 /classes/Product.php:2902
316
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.454 ms 1 /classes/Product.php:5655
112
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3387)
0.454 ms 1 /classes/Product.php:3860
628
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.454 ms 1 /classes/stock/StockAvailable.php:453
764
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2994) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.454 ms 1 /classes/stock/StockAvailable.php:453
1094
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.454 ms 1 /classes/Product.php:5655
1889
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2669
0.454 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1895
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2656
0.454 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
294
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3382) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.453 ms 1 /classes/stock/StockAvailable.php:453
581
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3305 AND id_shop=1 LIMIT 1
0.453 ms 1 /classes/Product.php:6872
780
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2960)
0.453 ms 1 /classes/Product.php:3860
1555
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1
0.453 ms 1 /src/Adapter/EntityMapper.php:71
280
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.452 ms 1 /classes/Product.php:5655
343
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.452 ms 1 /classes/Product.php:5655
1637
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3066
0.452 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
980
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2548)
0.451 ms 1 /classes/Product.php:3860
1096
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2436 LIMIT 1
0.451 ms 1 /classes/SpecificPrice.php:435
1252
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2549
ORDER BY `position`
0.451 ms 1 Yes /classes/Product.php:3545
1832
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3008
0.451 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1560
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 112
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.450 ms 1 Yes Yes /classes/Category.php:1151
126
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3375
AND image_shop.`cover` = 1 LIMIT 1
0.449 ms 1 /classes/Product.php:3570
995
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.449 ms 1 /classes/Product.php:5655
1446
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 105
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.449 ms 1 Yes Yes /classes/Category.php:1151
785
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2929
AND image_shop.`cover` = 1 LIMIT 1
0.449 ms 3 /classes/Product.php:3570
1700
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3057
0.449 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1035
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2475 AND id_shop=1 LIMIT 1
0.448 ms 1 /classes/Product.php:6872
1167
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2978
0.448 ms 1 /classes/Product.php:2902
1648
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3086 AND imgs.`rotator` =1
0.448 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
396
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2967
AND image_shop.`cover` = 1 LIMIT 1
0.447 ms 1 /classes/Product.php:3570
1679
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2716
0.447 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
10
SELECT SQL_NO_CACHE id_shop
FROM `nop_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.447 ms 1 /classes/ObjectModel.php:1729
225
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3228
AND image_shop.`cover` = 1 LIMIT 1
0.446 ms 1 /classes/Product.php:3570
636
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2996 AND id_shop=1 LIMIT 1
0.446 ms 1 /classes/Product.php:6872
487
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.446 ms 1 /classes/Product.php:5655
1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3228
0.445 ms 1 /classes/Product.php:2902
1308
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2477
ORDER BY `position`
0.445 ms 1 Yes /classes/Product.php:3545
1299
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2968
0.445 ms 1 /classes/Product.php:2902
1557
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 98) AND (b.`id_shop` = 1) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
66
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 0 LIMIT 1
0.444 ms 1 /classes/SpecificPrice.php:426
111
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3387 LIMIT 1
0.444 ms 1 /classes/SpecificPrice.php:435
1581
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 304 AND `id_shop` = 1 LIMIT 1
0.444 ms 1 /classes/module/Module.php:2109
1819
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2870 AND imgs.`rotator` =1
0.444 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
235
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.443 ms 1 /classes/Product.php:5655
320
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3062 AND id_shop=1 LIMIT 1
0.443 ms 1 /classes/Product.php:6872
247
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2819)
0.442 ms 1 /classes/Product.php:3860
901
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2670) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.442 ms 1 /classes/stock/StockAvailable.php:453
369
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3011
AND image_shop.`cover` = 1 LIMIT 1
0.441 ms 1 /classes/Product.php:3570
471
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2160 LIMIT 1
0.441 ms 1 /classes/SpecificPrice.php:435
614
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.441 ms 1 /classes/Product.php:5655
1063
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2453) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.441 ms 1 /classes/stock/StockAvailable.php:453
1858
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2779 AND imgs.`rotator` =1
0.441 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
530
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2865
ORDER BY f.position ASC
0.441 ms 1 Yes /classes/Product.php:6017
1757
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2966
0.440 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1946
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2446
0.440 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1449
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) AND (b.`id_shop` = 1) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
1874
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2771
0.439 ms 7 /modules/posrotatorimg/posrotatorimg.php:225
231
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3228) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.439 ms 1 /classes/stock/StockAvailable.php:453
413
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2963
ORDER BY f.position ASC
0.439 ms 1 Yes /classes/Product.php:6017
423
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2871
AND image_shop.`cover` = 1 LIMIT 1
0.439 ms 1 /classes/Product.php:3570
1345
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2769
0.438 ms 1 /classes/Product.php:2902
334
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.438 ms 1 /classes/Product.php:5655
716
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3345 LIMIT 1
0.438 ms 1 /classes/SpecificPrice.php:435
1177
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3387
0.438 ms 1 /classes/Product.php:2902
1270
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2756
ORDER BY `position`
0.438 ms 4 Yes /classes/Product.php:3545
1670
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2819
0.438 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1741
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2179 AND imgs.`rotator` =1
0.438 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
767
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2964
AND image_shop.`cover` = 1 LIMIT 1
0.437 ms 1 /classes/Product.php:3570
910
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2669) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.437 ms 1 /classes/stock/StockAvailable.php:453
1574
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 5 LIMIT 1
0.436 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
184
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3086)
0.435 ms 1 /classes/Product.php:3860
1880
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2714
0.435 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
645
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2995 AND id_shop=1 LIMIT 1
0.434 ms 1 /classes/Product.php:6872
673
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2766) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.434 ms 1 /classes/stock/StockAvailable.php:453
139
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3070)
0.433 ms 1 /classes/Product.php:3860
4
SELECT SQL_NO_CACHE *
FROM `nop_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.433 ms 1 /src/Adapter/EntityMapper.php:71
275
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2716 AND id_shop=1 LIMIT 1
0.433 ms 1 /classes/Product.php:6872
293
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3382 AND id_shop=1 LIMIT 1
0.433 ms 1 /classes/Product.php:6872
928
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2656) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.433 ms 1 /classes/stock/StockAvailable.php:453
961
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2596 LIMIT 1
0.432 ms 1 /classes/SpecificPrice.php:435
1007
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2509)
0.432 ms 1 /classes/Product.php:3860
1487
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 94) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
103
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2808)
0.431 ms 1 /classes/Product.php:3860
405
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2963
AND image_shop.`cover` = 1 LIMIT 1
0.431 ms 1 /classes/Product.php:3570
919
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2668) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.431 ms 1 /classes/stock/StockAvailable.php:453
997
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2510 LIMIT 1
0.431 ms 1 /classes/SpecificPrice.php:435
1371
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2546
0.430 ms 1 /classes/Product.php:2902
1547
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
1643
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3017
0.430 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1169
SELECT SQL_NO_CACHE * FROM `nop_image_type`
0.430 ms 7 /classes/ImageType.php:161
1189
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3017
0.429 ms 1 /classes/Product.php:2902
1213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2716
0.429 ms 1 /classes/Product.php:2902
105
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2808) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.429 ms 1 /classes/stock/StockAvailable.php:453
1153
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.429 ms 1 /classes/stock/StockAvailable.php:453
1062
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2453 AND id_shop=1 LIMIT 1
0.428 ms 1 /classes/Product.php:6872
1429
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
1709
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3012
0.428 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1751
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3087
0.428 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1787
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3022
0.428 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
755
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2997) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.427 ms 1 /classes/stock/StockAvailable.php:453
1158
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 15 LIMIT 1
0.427 ms 1 /classes/Product.php:5655
1361
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2599
0.427 ms 1 /classes/Product.php:2902
1799
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2996
0.427 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
93
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3386 LIMIT 1
0.426 ms 1 /classes/SpecificPrice.php:435
239
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3083 AND id_shop=1 LIMIT 1
0.426 ms 1 /classes/Product.php:6872
735
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3008)
0.426 ms 1 /classes/Product.php:3860
165
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3017 LIMIT 1
0.425 ms 1 /classes/SpecificPrice.php:435
650
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.425 ms 1 /classes/Product.php:5655
1588
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 4 LIMIT 1
0.425 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
1793
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3018
0.425 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
641
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.425 ms 1 /classes/Product.php:5655
1171
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3061
0.425 ms 1 /classes/Product.php:2902
30
SELECT SQL_NO_CACHE c.id_currency
FROM `nop_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.424 ms 1 /classes/Currency.php:893
541
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.424 ms 1 /classes/Product.php:5655
1045
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2456) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.424 ms 1 /classes/stock/StockAvailable.php:453
1099
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.424 ms 1 /classes/stock/StockAvailable.php:453
1393
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2438
0.424 ms 1 /classes/Product.php:2902
1847
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2960
0.424 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
189
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3024
AND image_shop.`cover` = 1 LIMIT 1
0.423 ms 1 /classes/Product.php:3570
302
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3346 AND id_shop=1 LIMIT 1
0.423 ms 1 /classes/Product.php:6872
932
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.423 ms 1 /classes/Product.php:5655
1022
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.423 ms 1 /classes/Product.php:5655
1276
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2654
ORDER BY `position`
0.423 ms 1 Yes /classes/Product.php:3545
194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3024 AND id_shop=1 LIMIT 1
0.422 ms 1 /classes/Product.php:6872
282
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3384 LIMIT 1
0.422 ms 1 /classes/SpecificPrice.php:435
600
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3022 AND id_shop=1 LIMIT 1
0.422 ms 1 /classes/Product.php:6872
664
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2968) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.422 ms 1 /classes/stock/StockAvailable.php:453
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2998)
0.422 ms 1 /classes/Product.php:3860
1126
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2379) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.422 ms 1 /classes/stock/StockAvailable.php:453
1135
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2359) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.422 ms 1 /classes/stock/StockAvailable.php:453
1967
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2328
0.421 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
990
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2546 AND id_shop=1 LIMIT 1
0.420 ms 1 /classes/Product.php:6872
1849
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2929 AND imgs.`rotator` =1
0.420 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
145
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.420 ms 1 /classes/Product.php:5655
970
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2550 LIMIT 1
0.420 ms 1 /classes/SpecificPrice.php:435
900
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2670 AND id_shop=1 LIMIT 1
0.419 ms 1 /classes/Product.php:6872
1985
SELECT SQL_NO_CACHE *
FROM nop_meta m
LEFT JOIN nop_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.419 ms 2 /classes/Meta.php:193
319
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3062)
0.418 ms 1 /classes/Product.php:3860
117
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3293
AND image_shop.`cover` = 1 LIMIT 1
0.418 ms 1 /classes/Product.php:3570
592
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2774) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.417 ms 1 /classes/stock/StockAvailable.php:453
766
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM nop_feature_product pf
LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN nop_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2994
ORDER BY f.position ASC
0.417 ms 1 Yes /classes/Product.php:6017
798
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2820)
0.417 ms 1 /classes/Product.php:3860
847
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2773) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.417 ms 1 /classes/stock/StockAvailable.php:453
871
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2769 LIMIT 1
0.417 ms 1 /classes/SpecificPrice.php:435
1820
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2870
0.417 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
338
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3057 AND id_shop=1 LIMIT 1
0.416 ms 1 /classes/Product.php:6872
373
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3011)
0.416 ms 1 /classes/Product.php:3860
1175
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2808
0.416 ms 1 /classes/Product.php:2902
1347
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2714
0.416 ms 1 /classes/Product.php:2902
219
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3238 LIMIT 1
0.416 ms 1 /classes/SpecificPrice.php:435
429
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2871) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.415 ms 1 /classes/stock/StockAvailable.php:453
1291
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3015
0.415 ms 1 /classes/Product.php:2902
1385
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2454
0.415 ms 1 /classes/Product.php:2902
384
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.415 ms 1 /classes/stock/StockAvailable.php:453
501
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3020) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.415 ms 1 /classes/stock/StockAvailable.php:453
937
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2652) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.415 ms 1 /classes/stock/StockAvailable.php:453
204
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3064) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.414 ms 1 /classes/stock/StockAvailable.php:453
954
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2598 AND id_shop=1 LIMIT 1
0.414 ms 1 /classes/Product.php:6872
1894
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2656 AND imgs.`rotator` =1
0.414 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
632
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.413 ms 1 /classes/Product.php:5655
108
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3387
AND image_shop.`cover` = 1 LIMIT 1
0.413 ms 3 /classes/Product.php:3570
180
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3086
AND image_shop.`cover` = 1 LIMIT 1
0.413 ms 1 /classes/Product.php:3570
695
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.413 ms 1 /classes/Product.php:5655
1295
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2995
0.413 ms 1 /classes/Product.php:2902
914
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.412 ms 1 /classes/Product.php:5655
1085
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.412 ms 1 /classes/Product.php:5655
1936
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2454 AND imgs.`rotator` =1
0.412 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1071
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2452 AND id_shop=1 LIMIT 1
0.411 ms 1 /classes/Product.php:6872
1703
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3014
0.411 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1984
SELECT SQL_NO_CACHE *
FROM nop_meta m
LEFT JOIN nop_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.411 ms 1 /classes/Meta.php:193
99
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2808
AND image_shop.`cover` = 1 LIMIT 1
0.410 ms 1 /classes/Product.php:3570
534
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2756 LIMIT 1
0.410 ms 1 /classes/SpecificPrice.php:435
555
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2655) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.410 ms 1 /classes/stock/StockAvailable.php:453
1123
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2379 LIMIT 1
0.410 ms 1 /classes/SpecificPrice.php:435
1550
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 73
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.410 ms 1 Yes Yes /classes/Category.php:1151
80
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3061
AND image_shop.`cover` = 1 LIMIT 1
0.409 ms 1 /classes/Product.php:3570
168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3017) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.409 ms 1 /classes/stock/StockAvailable.php:453
883
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2714) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.409 ms 1 /classes/stock/StockAvailable.php:453
913
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2668
AND image_shop.`cover` = 1 LIMIT 1
0.409 ms 1 /classes/Product.php:3570
1718
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3009
0.409 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
252
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2814
AND image_shop.`cover` = 1 LIMIT 1
0.408 ms 1 /classes/Product.php:3570
1076
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.408 ms 1 /classes/Product.php:5655
1823
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2477
0.408 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
447
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.408 ms 1 /classes/stock/StockAvailable.php:453
1040
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.408 ms 1 /classes/Product.php:5655
1098
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2436 AND id_shop=1 LIMIT 1
0.408 ms 1 /classes/Product.php:6872
1238
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3009
ORDER BY `position`
0.408 ms 1 Yes /classes/Product.php:3545
76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2978) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.406 ms 1 /classes/stock/StockAvailable.php:453
244
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.406 ms 1 /classes/Product.php:5655
773
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2964) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.406 ms 1 /classes/stock/StockAvailable.php:453
812
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2779
AND image_shop.`cover` = 1 LIMIT 1
0.406 ms 1 /classes/Product.php:3570
1207
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2819
0.406 ms 1 /classes/Product.php:2902
1973
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =1914
0.406 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
1584
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 2 LIMIT 1
0.405 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
1655
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3064
0.405 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1712
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3011
0.405 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1853
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2820
0.405 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
460
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.405 ms 1 /classes/Product.php:5655
654
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2969 AND id_shop=1 LIMIT 1
0.404 ms 1 /classes/Product.php:6872
96
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3386) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.403 ms 1 /classes/stock/StockAvailable.php:453
34
SELECT SQL_NO_CACHE *
FROM `nop_currency_lang`
WHERE `id_currency` = 1
0.403 ms 3 /src/Adapter/EntityMapper.php:79
174
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3016 LIMIT 1
0.403 ms 1 /classes/SpecificPrice.php:435
391
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3009)
0.403 ms 1 /classes/Product.php:3860
841
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2773
AND image_shop.`cover` = 1 LIMIT 1
0.403 ms 1 /classes/Product.php:3570
1481
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
258
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2814) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.402 ms 1 /classes/stock/StockAvailable.php:453
1197
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3064
0.402 ms 1 /classes/Product.php:2902
1575
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 6 LIMIT 1
0.402 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
1769
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2755
0.402 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
1916
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2546
0.402 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
740
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2998
AND image_shop.`cover` = 1 LIMIT 1
0.401 ms 1 /classes/Product.php:3570
892
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2703) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.401 ms 1 /classes/stock/StockAvailable.php:453
1263
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3020
0.401 ms 1 /classes/Product.php:2902
1805
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2969
0.401 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1646
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3016
0.401 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
426
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2871 LIMIT 1
0.400 ms 1 /classes/SpecificPrice.php:435
532
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.400 ms 1 /classes/Product.php:5655
677
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.400 ms 1 /classes/Product.php:5655
770
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2964 LIMIT 1
0.400 ms 1 /classes/SpecificPrice.php:435
864
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2771 AND id_shop=1 LIMIT 1
0.400 ms 1 /classes/Product.php:6872
1157
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nop_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 15 LIMIT 1
0.400 ms 1 /classes/Category.php:1378
1780
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =3305 AND imgs.`rotator` =1
0.398 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
381
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3010 LIMIT 1
0.398 ms 1 /classes/SpecificPrice.php:435
1132
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2359 LIMIT 1
0.398 ms 1 /classes/SpecificPrice.php:435
1341
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2772
0.397 ms 1 /classes/Product.php:2902
1783
SELECT SQL_NO_CACHE * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =2774 AND imgs.`rotator` =1
0.397 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
972
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2550 AND id_shop=1 LIMIT 1
0.395 ms 1 /classes/Product.php:6872
1015
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2505 LIMIT 1
0.395 ms 1 /classes/SpecificPrice.php:435
1365
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2596
0.395 ms 1 /classes/Product.php:2902
1826
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3345
0.395 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1191
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3016
0.394 ms 1 /classes/Product.php:2902
1570
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 305 AND `id_shop` = 1 LIMIT 1
0.394 ms 1 /classes/module/Module.php:2109
1844
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2964
0.394 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1548
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `nop_category` c
LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN nop_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 72
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.394 ms 1 Yes Yes /classes/Category.php:1151
1772
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2655
0.394 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1877
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2769
0.394 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
79
SELECT SQL_NO_CACHE tr.*
FROM `nop_tax_rule` tr
JOIN `nop_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 152
AND tr.`id_tax_rules_group` = 0
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
0.393 ms 0 /classes/tax/TaxRulesTaxManager.php:109
1706
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3013
0.393 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
114
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3387) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.393 ms 1 /classes/stock/StockAvailable.php:453
800
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.393 ms 1 /classes/stock/StockAvailable.php:453
153
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3063
AND image_shop.`cover` = 1 LIMIT 1
0.391 ms 1 /classes/Product.php:3570
437
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2816 AND id_shop=1 LIMIT 1
0.391 ms 1 /classes/Product.php:6872
1144
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2328) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.391 ms 1 /classes/stock/StockAvailable.php:453
1943
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2452
0.391 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
210
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2811 LIMIT 1
0.390 ms 1 /classes/SpecificPrice.php:435
734
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3008 LIMIT 1
0.390 ms 1 /classes/SpecificPrice.php:435
862
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2771 LIMIT 1
0.390 ms 1 /classes/SpecificPrice.php:435
1309
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2477
0.390 ms 1 /classes/Product.php:2902
1349
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2703
0.390 ms 1 /classes/Product.php:2902
1667
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3083
0.390 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1694
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3062
0.390 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
483
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3388) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.390 ms 1 /classes/stock/StockAvailable.php:453
1107
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2381 AND id_shop=1 LIMIT 1
0.390 ms 1 /classes/Product.php:6872
307
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.389 ms 1 /classes/Product.php:5655
596
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.389 ms 1 /classes/Product.php:5655
874
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2769) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.389 ms 1 /classes/stock/StockAvailable.php:453
1327
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2929
0.389 ms 1 /classes/Product.php:2902
1688
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3346
0.389 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
157
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3063)
0.389 ms 1 /classes/Product.php:3860
1027
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2476) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.388 ms 1 /classes/stock/StockAvailable.php:453
1549
SELECT SQL_NO_CACHE *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2716) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.387 ms 1 /classes/stock/StockAvailable.php:453
141
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3070) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.387 ms 1 /classes/stock/StockAvailable.php:453
192
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3024 LIMIT 1
0.387 ms 1 /classes/SpecificPrice.php:435
464
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2179 AND id_shop=1 LIMIT 1
0.387 ms 1 /classes/Product.php:6872
761
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2994 LIMIT 1
0.387 ms 1 /classes/SpecificPrice.php:435
1288
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3018
ORDER BY `position`
0.387 ms 1 Yes /classes/Product.php:3545
1401
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2379
0.387 ms 1 /classes/Product.php:2902
1742
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2179
0.387 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1081
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2446) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.386 ms 1 /classes/stock/StockAvailable.php:453
1087
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2438 LIMIT 1
0.386 ms 1 /classes/SpecificPrice.php:435
1089
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2438 AND id_shop=1 LIMIT 1
0.386 ms 1 /classes/Product.php:6872
1205
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3083
0.386 ms 1 /classes/Product.php:2902
1379
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2476
0.386 ms 1 /classes/Product.php:2902
813
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nop_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 61 LIMIT 1
0.385 ms 1 /classes/Category.php:1378
963
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2596 AND id_shop=1 LIMIT 1
0.385 ms 1 /classes/Product.php:6872
1152
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2318 AND id_shop=1 LIMIT 1
0.384 ms 1 /classes/Product.php:6872
1293
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2996
0.384 ms 1 /classes/Product.php:2902
623
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.383 ms 1 /classes/Product.php:5655
1072
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2452) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.383 ms 1 /classes/stock/StockAvailable.php:453
1080
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2446 AND id_shop=1 LIMIT 1
0.383 ms 1 /classes/Product.php:6872
609
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3023 AND id_shop=1 LIMIT 1
0.382 ms 1 /classes/Product.php:6872
927
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2656 AND id_shop=1 LIMIT 1
0.382 ms 1 /classes/Product.php:6872
991
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2546) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.382 ms 1 /classes/stock/StockAvailable.php:453
1160
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 1914 LIMIT 1
0.382 ms 1 /classes/SpecificPrice.php:435
1297
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2969
0.382 ms 1 /classes/Product.php:2902
129
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3375 LIMIT 1
0.381 ms 1 /classes/SpecificPrice.php:435
195
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.381 ms 1 /classes/stock/StockAvailable.php:453
690
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2965 AND id_shop=1 LIMIT 1
0.381 ms 1 /classes/Product.php:6872
710
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.381 ms 1 /classes/stock/StockAvailable.php:453
1739
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2549
0.381 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
86
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3061) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.380 ms 1 /classes/stock/StockAvailable.php:453
435
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2816 LIMIT 1
0.380 ms 1 /classes/SpecificPrice.php:435
554
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2655 AND id_shop=1 LIMIT 1
0.379 ms 1 /classes/Product.php:6872
586
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nop_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 52 LIMIT 1
0.379 ms 1 /classes/Category.php:1378
1111
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2380
AND image_shop.`cover` = 1 LIMIT 1
0.379 ms 1 /classes/Product.php:3570
587
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 52 LIMIT 1
0.379 ms 1 /classes/Product.php:5655
652
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2969 LIMIT 1
0.378 ms 1 /classes/SpecificPrice.php:435
818
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2779 AND id_shop=1 LIMIT 1
0.378 ms 1 /classes/Product.php:6872
1143
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2328 AND id_shop=1 LIMIT 1
0.378 ms 1 /classes/Product.php:6872
228
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3228 LIMIT 1
0.377 ms 1 /classes/SpecificPrice.php:435
36
SELECT SQL_NO_CACHE *
FROM `nop_group` a
LEFT JOIN `nop_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
804
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.377 ms 1 /classes/Product.php:5655
1049
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.377 ms 1 /classes/Product.php:5655
409
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 2963)
0.376 ms 1 /classes/Product.php:3860
865
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2771) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.376 ms 1 /classes/stock/StockAvailable.php:453
887
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.376 ms 1 /classes/Product.php:5655
1343
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2771
0.376 ms 1 /classes/Product.php:2902
1604
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 212 AND `id_shop` = 1 LIMIT 1
0.376 ms 1 /classes/module/Module.php:2109
1778
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2322
0.376 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1904
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2598
0.376 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
154
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.375 ms 1 /classes/Product.php:5655
1949
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2438
0.375 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
253
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.374 ms 1 /classes/Product.php:5655
379
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.374 ms 1 /classes/Product.php:5655
846
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2773 AND id_shop=1 LIMIT 1
0.374 ms 1 /classes/Product.php:6872
907
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2669 LIMIT 1
0.374 ms 1 /classes/SpecificPrice.php:435
1134
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2359 AND id_shop=1 LIMIT 1
0.374 ms 1 /classes/Product.php:6872
406
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.374 ms 1 /classes/Product.php:5655
1090
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2438) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.374 ms 1 /classes/stock/StockAvailable.php:453
1817
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2965
0.374 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
387
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3009
AND image_shop.`cover` = 1 LIMIT 1
0.373 ms 1 /classes/Product.php:3570
438
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.373 ms 1 /classes/stock/StockAvailable.php:453
1108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2381) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.373 ms 1 /classes/stock/StockAvailable.php:453
528
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2865) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.373 ms 1 /classes/stock/StockAvailable.php:453
718
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3345 AND id_shop=1 LIMIT 1
0.373 ms 1 /classes/Product.php:6872
916
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2668 LIMIT 1
0.373 ms 1 /classes/SpecificPrice.php:435
1811
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2766
0.373 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
222
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3238) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.371 ms 1 /classes/stock/StockAvailable.php:453
363
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3012 LIMIT 1
0.371 ms 1 /classes/SpecificPrice.php:435
444
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2812 LIMIT 1
0.371 ms 1 /classes/SpecificPrice.php:435
469
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.371 ms 1 /classes/Product.php:5655
8
SELECT SQL_NO_CACHE *
FROM `nop_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
171
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3016
AND image_shop.`cover` = 1 LIMIT 1
0.370 ms 1 /classes/Product.php:3570
217
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.370 ms 1 /classes/Product.php:5655
828
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2778 AND id_shop=1 LIMIT 1
0.370 ms 1 /classes/Product.php:6872
898
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2670 LIMIT 1
0.370 ms 1 /classes/SpecificPrice.php:435
1775
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2654
0.370 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3389) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.369 ms 1 /classes/stock/StockAvailable.php:453
420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2961) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.369 ms 1 /classes/stock/StockAvailable.php:453
1024
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2476 LIMIT 1
0.369 ms 1 /classes/SpecificPrice.php:435
1721
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2967
0.369 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1970
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2318
0.369 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
713
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3345
AND image_shop.`cover` = 1 LIMIT 1
0.368 ms 1 /classes/Product.php:3570
782
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2960) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.368 ms 1 /classes/stock/StockAvailable.php:453
936
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2652 AND id_shop=1 LIMIT 1
0.368 ms 1 /classes/Product.php:6872
65
SELECT SQL_NO_CACHE `name`
FROM `nop_manufacturer`
WHERE `id_manufacturer` = 30
AND `active` = 1 LIMIT 1
0.367 ms 1 /classes/Manufacturer.php:316
150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3066) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.367 ms 1 /classes/stock/StockAvailable.php:453
183
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3086 LIMIT 1
0.367 ms 1 /classes/SpecificPrice.php:435
199
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.367 ms 1 /classes/Product.php:5655
610
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.367 ms 1 /classes/stock/StockAvailable.php:453
1236
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3010
ORDER BY `position`
0.367 ms 1 Yes /classes/Product.php:3545
572
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2322 AND id_shop=1 LIMIT 1
0.366 ms 1 /classes/Product.php:6872
356
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3013 AND id_shop=1 LIMIT 1
0.366 ms 1 /classes/Product.php:6872
659
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.366 ms 1 /classes/Product.php:5655
1359
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2652
0.366 ms 1 /classes/Product.php:2902
1862
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2778
0.366 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
130
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3375)
0.365 ms 1 /classes/Product.php:3860
401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2967 AND id_shop=1 LIMIT 1
0.365 ms 1 /classes/Product.php:6872
442
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.365 ms 1 /classes/Product.php:5655
697
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2870 LIMIT 1
0.365 ms 1 /classes/SpecificPrice.php:435
809
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.365 ms 1 /classes/stock/StockAvailable.php:453
1026
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2476 AND id_shop=1 LIMIT 1
0.365 ms 1 /classes/Product.php:6872
1961
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2379
0.365 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
248
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2819 AND id_shop=1 LIMIT 1
0.364 ms 1 /classes/Product.php:6872
754
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2997 AND id_shop=1 LIMIT 1
0.364 ms 1 /classes/Product.php:6872
1185
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3066
0.364 ms 1 /classes/Product.php:2902
1225
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3060
0.364 ms 1 /classes/Product.php:2902
90
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nop_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.363 ms 1 /classes/Category.php:1378
201
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3064 LIMIT 1
0.363 ms 1 /classes/SpecificPrice.php:435
402
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2967) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.363 ms 1 /classes/stock/StockAvailable.php:453
1829
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3068
0.362 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
113
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3387 AND id_shop=1 LIMIT 1
0.362 ms 1 /classes/Product.php:6872
728
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3068) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.362 ms 1 /classes/stock/StockAvailable.php:453
819
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2779) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.362 ms 1 /classes/stock/StockAvailable.php:453
370
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.361 ms 1 /classes/Product.php:5655
462
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2179 LIMIT 1
0.361 ms 1 /classes/SpecificPrice.php:435
826
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2778 LIMIT 1
0.361 ms 1 /classes/SpecificPrice.php:435
896
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.361 ms 1 /classes/Product.php:5655
1321
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2994
0.361 ms 1 /classes/Product.php:2902
1601
SELECT SQL_NO_CACHE *
FROM `nop_currency` a
LEFT JOIN `nop_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
1682
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3384
0.361 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1979
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_edit_mode' LIMIT 1
0.361 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
26
SELECT SQL_NO_CACHE c.id_currency
FROM `nop_currency` c
WHERE (iso_code = 'MAD') LIMIT 1
0.360 ms 1 /classes/Currency.php:893
28
SELECT SQL_NO_CACHE `id_lang` FROM `nop_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.360 ms 3 /classes/Language.php:883
1053
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2454 AND id_shop=1 LIMIT 1
0.360 ms 1 /classes/Product.php:6872
1215
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3384
0.360 ms 1 /classes/Product.php:2902
186
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.359 ms 1 /classes/stock/StockAvailable.php:453
909
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2669 AND id_shop=1 LIMIT 1
0.359 ms 1 /classes/Product.php:6872
1181
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3375
0.359 ms 1 /classes/Product.php:2902
1673
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2814
0.359 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1964
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2359
0.359 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
226
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.358 ms 1 /classes/Product.php:5655
329
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3060 AND id_shop=1 LIMIT 1
0.358 ms 1 /classes/Product.php:6872
415
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.358 ms 1 /classes/Product.php:5655
424
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.358 ms 1 /classes/Product.php:5655
51
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM nop_required_field
0.358 ms 1 /classes/ObjectModel.php:1592
127
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.358 ms 1 /classes/Product.php:5655
1983
SELECT SQL_NO_CACHE *
FROM nop_meta m
LEFT JOIN nop_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.358 ms 1 /classes/Meta.php:193
500
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3020 AND id_shop=1 LIMIT 1
0.357 ms 1 /classes/Product.php:6872
1373
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2510
0.357 ms 1 /classes/Product.php:2902
249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2819) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.356 ms 1 /classes/stock/StockAvailable.php:453
1865
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2777
0.356 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
727
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3068 AND id_shop=1 LIMIT 1
0.356 ms 1 /classes/Product.php:6872
1389
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2452
0.356 ms 1 /classes/Product.php:2902
1018
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.354 ms 1 /classes/stock/StockAvailable.php:453
1121
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.354 ms 1 /classes/Product.php:5655
1351
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2670
0.354 ms 1 /classes/Product.php:2902
1685
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3382
0.354 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
49
SELECT SQL_NO_CACHE *
FROM `nop_country` a
LEFT JOIN `nop_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 152) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
725
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3068 LIMIT 1
0.353 ms 1 /classes/SpecificPrice.php:435
1583
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 1 LIMIT 1
0.353 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
32
SELECT SQL_NO_CACHE `id_lang` FROM `nop_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.352 ms 3 /classes/Language.php:883
324
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3060
AND image_shop.`cover` = 1 LIMIT 1
0.352 ms 1 /classes/Product.php:3570
672
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2766 AND id_shop=1 LIMIT 1
0.350 ms 1 /classes/Product.php:6872
758
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2994
AND image_shop.`cover` = 1 LIMIT 1
0.350 ms 1 /classes/Product.php:3570
1311
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3345
0.350 ms 1 /classes/Product.php:2902
1868
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2773
0.350 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
190
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.349 ms 1 /classes/Product.php:5655
419
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2961 AND id_shop=1 LIMIT 1
0.349 ms 1 /classes/Product.php:6872
860
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 63 LIMIT 1
0.349 ms 1 /classes/Product.php:5655
29
SELECT SQL_NO_CACHE `id_lang` FROM `nop_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.348 ms 3 /classes/Language.php:883
829
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2778) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.348 ms 1 /classes/stock/StockAvailable.php:453
147
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3066 LIMIT 1
0.348 ms 1 /classes/SpecificPrice.php:435
1195
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3024
0.348 ms 1 /classes/Product.php:2902
986
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.347 ms 1 /classes/Product.php:5655
1255
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2179
0.346 ms 1 /classes/Product.php:2902
1597
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 199 AND `id_shop` = 1 LIMIT 1
0.346 ms 1 /classes/module/Module.php:2109
999
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2510 AND id_shop=1 LIMIT 1
0.345 ms 1 /classes/Product.php:6872
1285
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3022
0.345 ms 1 /classes/Product.php:2902
121
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 `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `nop_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` = 3293)
0.344 ms 1 /classes/Product.php:3860
365
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3012 AND id_shop=1 LIMIT 1
0.344 ms 1 /classes/Product.php:6872
968
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.344 ms 1 /classes/Product.php:5655
737
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3008) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.343 ms 1 /classes/stock/StockAvailable.php:453
1363
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2598
0.343 ms 1 /classes/Product.php:2902
627
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3015 AND id_shop=1 LIMIT 1
0.342 ms 1 /classes/Product.php:6872
63
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.342 ms 1 /classes/Product.php:5655
616
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3018 LIMIT 1
0.342 ms 1 /classes/SpecificPrice.php:435
743
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2998 LIMIT 1
0.342 ms 1 /classes/SpecificPrice.php:435
1602
SELECT SQL_NO_CACHE *
FROM `nop_currency_lang`
WHERE `id_currency` = 2
0.342 ms 3 /src/Adapter/EntityMapper.php:79
1850
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2929
0.342 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
1652
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3024
0.341 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
120
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3293 LIMIT 1
0.340 ms 1 /classes/SpecificPrice.php:435
159
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3063) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.340 ms 1 /classes/stock/StockAvailable.php:453
473
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2160 AND id_shop=1 LIMIT 1
0.340 ms 1 /classes/Product.php:6872
1745
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2160
0.340 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1892
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2668
0.340 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
140
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3070 AND id_shop=1 LIMIT 1
0.339 ms 1 /classes/Product.php:6872
746
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2998) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.339 ms 1 /classes/stock/StockAvailable.php:453
752
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2997 LIMIT 1
0.339 ms 1 /classes/SpecificPrice.php:435
732
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.338 ms 1 /classes/Product.php:5655
750
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.338 ms 1 /classes/Product.php:5655
257
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2814 AND id_shop=1 LIMIT 1
0.337 ms 1 /classes/Product.php:6872
833
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 63 LIMIT 1
0.337 ms 1 /classes/Product.php:5655
135
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3070
AND image_shop.`cover` = 1 LIMIT 1
0.337 ms 2 /classes/Product.php:3570
177
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3016) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.337 ms 1 /classes/stock/StockAvailable.php:453
1235
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3011
0.336 ms 1 /classes/Product.php:2902
868
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `nop_image` i
INNER JOIN nop_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2769
AND image_shop.`cover` = 1 LIMIT 1
0.336 ms 4 /classes/Product.php:3570
510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2966) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.335 ms 1 /classes/stock/StockAvailable.php:453
878
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.335 ms 1 /classes/Product.php:5655
1187
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3063
0.335 ms 1 /classes/Product.php:2902
1715
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3010
0.335 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
54
SELECT SQL_NO_CACHE `id_zone`
FROM `nop_country`
WHERE `id_country` = 152 LIMIT 1
0.334 ms 1 /classes/Country.php:224
69
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2978 AND id_shop=1 LIMIT 1
0.334 ms 1 /classes/Product.php:6872
853
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2772 LIMIT 1
0.334 ms 1 /classes/SpecificPrice.php:435
1004
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.334 ms 1 /classes/Product.php:5655
1017
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2505 AND id_shop=1 LIMIT 1
0.334 ms 1 /classes/Product.php:6872
856
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2772) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.332 ms 1 /classes/stock/StockAvailable.php:453
1201
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3238
0.332 ms 1 /classes/Product.php:2902
1209
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2814
0.332 ms 1 /classes/Product.php:2902
1251
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2812
0.332 ms 1 /classes/Product.php:2902
1814
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2980
0.332 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
163
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.332 ms 1 /classes/Product.php:5655
1199
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2811
0.332 ms 1 /classes/Product.php:2902
1303
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2980
0.331 ms 1 /classes/Product.php:2902
1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2505
0.331 ms 1 /classes/Product.php:2902
411
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2963) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.330 ms 1 /classes/stock/StockAvailable.php:453
964
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2596) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.330 ms 1 /classes/stock/StockAvailable.php:453
1006
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2509 LIMIT 1
0.330 ms 1 /classes/SpecificPrice.php:435
1391
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2446
0.330 ms 1 /classes/Product.php:2902
1996
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 301 AND `id_shop` = 1 LIMIT 1
0.330 ms 1 /classes/module/Module.php:2109
45
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.329 ms 0 /classes/module/Module.php:2109
85
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3061 AND id_shop=1 LIMIT 1
0.329 ms 1 /classes/Product.php:6872
1117
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2380) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.329 ms 1 /classes/stock/StockAvailable.php:453
1221
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3084
0.329 ms 1 /classes/Product.php:2902
1411
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 30050201 AND name = '_wp_page_template' LIMIT 1
0.329 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
271
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.328 ms 1 /classes/Product.php:5655
1042
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2456 LIMIT 1
0.328 ms 1 /classes/SpecificPrice.php:435
855
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2772 AND id_shop=1 LIMIT 1
0.327 ms 1 /classes/Product.php:6872
509
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2966 AND id_shop=1 LIMIT 1
0.325 ms 1 /classes/Product.php:6872
15
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 274 AND `id_shop` = 1 LIMIT 1
0.324 ms 0 /classes/module/Module.php:2109
399
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2967 LIMIT 1
0.324 ms 1 /classes/SpecificPrice.php:435
950
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.324 ms 1 /classes/Product.php:5655
1598
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.324 ms 1 /classes/module/Module.php:2636
1162
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 1914 AND id_shop=1 LIMIT 1
0.323 ms 1 /classes/Product.php:6872
1323
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2964
0.323 ms 1 /classes/Product.php:2902
1387
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2453
0.323 ms 1 /classes/Product.php:2902
768
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.323 ms 1 /classes/Product.php:5655
786
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.323 ms 1 /classes/Product.php:5655
1329
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2820
0.322 ms 1 /classes/Product.php:2902
709
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2477 AND id_shop=1 LIMIT 1
0.321 ms 1 /classes/Product.php:6872
788
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2929 LIMIT 1
0.321 ms 1 /classes/SpecificPrice.php:435
823
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nop_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 63 LIMIT 1
0.321 ms 1 /classes/Category.php:1378
1808
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2968
0.320 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
56
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 307 AND `id_shop` = 1 LIMIT 1
0.320 ms 1 /classes/module/Module.php:2109
255
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2814 LIMIT 1
0.320 ms 1 /classes/SpecificPrice.php:435
797
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2820 LIMIT 1
0.319 ms 1 /classes/SpecificPrice.php:435
1227
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3057
0.319 ms 1 /classes/Product.php:2902
1231
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3013
0.319 ms 1 /classes/Product.php:2902
47
SELECT SQL_NO_CACHE format
FROM `nop_address_format`
WHERE `id_country` = 152 LIMIT 1
0.318 ms 1 /classes/AddressFormat.php:656
779
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2960 LIMIT 1
0.318 ms 1 /classes/SpecificPrice.php:435
873
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2769 AND id_shop=1 LIMIT 1
0.316 ms 1 /classes/Product.php:6872
1217
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3382
0.316 ms 1 /classes/Product.php:2902
1937
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2454
0.316 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3016 AND id_shop=1 LIMIT 1
0.315 ms 1 /classes/Product.php:6872
837
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2777 AND id_shop=1 LIMIT 1
0.315 ms 1 /classes/Product.php:6872
981
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2548 AND id_shop=1 LIMIT 1
0.315 ms 1 /classes/Product.php:6872
1375
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2509
0.315 ms 1 /classes/Product.php:2902
83
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3061 LIMIT 1
0.313 ms 1 /classes/SpecificPrice.php:435
482
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3388 AND id_shop=1 LIMIT 1
0.313 ms 1 /classes/Product.php:6872
35
SELECT SQL_NO_CACHE id_shop
FROM `nop_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.313 ms 1 /classes/ObjectModel.php:1729
23
SELECT SQL_NO_CACHE id_shop
FROM `nop_manufacturer_shop`
WHERE `id_manufacturer` = 30
AND id_shop = 1 LIMIT 1
0.312 ms 1 /classes/ObjectModel.php:1729
723
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.312 ms 1 /classes/Product.php:5655
835
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2777 LIMIT 1
0.312 ms 1 /classes/SpecificPrice.php:435
745
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2998 AND id_shop=1 LIMIT 1
0.311 ms 1 /classes/Product.php:6872
264
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3389 LIMIT 1
0.311 ms 1 /classes/SpecificPrice.php:435
1223
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3062
0.311 ms 1 /classes/Product.php:2902
149
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3066 AND id_shop=1 LIMIT 1
0.309 ms 1 /classes/Product.php:6872
838
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.309 ms 1 /classes/stock/StockAvailable.php:453
1599
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 200 AND `id_shop` = 1 LIMIT 1
0.309 ms 1 /classes/module/Module.php:2109
977
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.308 ms 1 /classes/Product.php:5655
791
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.307 ms 1 /classes/stock/StockAvailable.php:453
1116
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2380 AND id_shop=1 LIMIT 1
0.307 ms 1 /classes/Product.php:6872
95
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3386 AND id_shop=1 LIMIT 1
0.306 ms 1 /classes/Product.php:6872
918
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2668 AND id_shop=1 LIMIT 1
0.305 ms 1 /classes/Product.php:6872
1067
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.305 ms 1 /classes/Product.php:5655
100
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.305 ms 1 /classes/Product.php:5655
397
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.305 ms 1 /classes/Product.php:5655
73
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "sturls" LIMIT 1
0.304 ms 0 /classes/module/Module.php:2636
408
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2963 LIMIT 1
0.304 ms 1 /classes/SpecificPrice.php:435
707
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2477 LIMIT 1
0.304 ms 1 /classes/SpecificPrice.php:435
1112
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.304 ms 1 /classes/Product.php:5655
102
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2808 LIMIT 1
0.303 ms 1 /classes/SpecificPrice.php:435
905
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.303 ms 1 /classes/Product.php:5655
799
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2820 AND id_shop=1 LIMIT 1
0.303 ms 1 /classes/Product.php:6872
1859
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2779
0.302 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
208
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.301 ms 1 /classes/Product.php:5655
1841
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2994
0.301 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
842
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 63 LIMIT 1
0.301 ms 1 /classes/Product.php:5655
1193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3086
0.300 ms 1 /classes/Product.php:2902
50
SELECT SQL_NO_CACHE *
FROM `nop_country_lang`
WHERE `id_country` = 152
0.300 ms 3 /src/Adapter/EntityMapper.php:79
262
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.300 ms 1 /classes/Product.php:5655
374
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3011 AND id_shop=1 LIMIT 1
0.300 ms 1 /classes/Product.php:6872
1245
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2961
0.300 ms 1 /classes/Product.php:2902
1267
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2962
0.300 ms 1 /classes/Product.php:2902
1317
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2998
0.300 ms 1 /classes/Product.php:2902
38
SELECT SQL_NO_CACHE id_shop
FROM `nop_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.299 ms 1 /classes/ObjectModel.php:1729
777
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.299 ms 1 /classes/Product.php:5655
1279
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2322
0.299 ms 1 /classes/Product.php:2902
1233
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3012
0.297 ms 1 /classes/Product.php:2902
1281
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3305
0.297 ms 1 /classes/Product.php:2902
699
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2870 AND id_shop=1 LIMIT 1
0.297 ms 1 /classes/Product.php:6872
882
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2714 AND id_shop=1 LIMIT 1
0.296 ms 1 /classes/Product.php:6872
104
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2808 AND id_shop=1 LIMIT 1
0.296 ms 1 /classes/Product.php:6872
1241
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2967
0.296 ms 1 /classes/Product.php:2902
1781
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3305
0.296 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2816
0.295 ms 1 /classes/Product.php:2902
1271
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2756
0.295 ms 1 /classes/Product.php:2902
1275
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2655
0.295 ms 1 /classes/Product.php:2902
563
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2654 AND id_shop=1 LIMIT 1
0.294 ms 1 /classes/Product.php:6872
172
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.293 ms 1 /classes/Product.php:5655
1313
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3068
0.293 ms 1 /classes/Product.php:2902
1331
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2818
0.292 ms 1 /classes/Product.php:2902
1219
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3346
0.292 ms 1 /classes/Product.php:2902
393
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3009) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.291 ms 1 /classes/stock/StockAvailable.php:453
273
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2716 LIMIT 1
0.291 ms 1 /classes/SpecificPrice.php:435
772
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2964 AND id_shop=1 LIMIT 1
0.291 ms 1 /classes/Product.php:6872
824
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 63 LIMIT 1
0.290 ms 1 /classes/Product.php:5655
891
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2703 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6872
1130
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.290 ms 1 /classes/Product.php:5655
1305
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2965
0.290 ms 1 /classes/Product.php:2902
25
SELECT SQL_NO_CACHE `id_lang` FROM `nop_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.289 ms 3 /classes/Language.php:883
795
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.288 ms 1 /classes/Product.php:5655
1243
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2963
0.287 ms 1 /classes/Product.php:2902
37
SELECT SQL_NO_CACHE *
FROM `nop_group_lang`
WHERE `id_group` = 1
0.286 ms 3 /src/Adapter/EntityMapper.php:79
181
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.284 ms 1 /classes/Product.php:5655
1289
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3018
0.284 ms 1 /classes/Product.php:2902
523
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.283 ms 1 /classes/Product.php:5655
979
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2548 LIMIT 1
0.282 ms 1 /classes/SpecificPrice.php:435
138
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3070 LIMIT 1
0.280 ms 1 /classes/SpecificPrice.php:435
1009
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 2509) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.280 ms 1 /classes/stock/StockAvailable.php:453
156
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3063 LIMIT 1
0.278 ms 1 /classes/SpecificPrice.php:435
1239
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3009
0.276 ms 1 /classes/Product.php:2902
185
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3086 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6872
390
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3009 LIMIT 1
0.274 ms 1 /classes/SpecificPrice.php:435
736
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3008 AND id_shop=1 LIMIT 1
0.274 ms 1 /classes/Product.php:6872
1013
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.273 ms 1 /classes/Product.php:5655
1283
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2774
0.273 ms 1 /classes/Product.php:2902
1301
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2766
0.273 ms 1 /classes/Product.php:2902
1319
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2997
0.273 ms 1 /classes/Product.php:2902
1325
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2960
0.273 ms 1 /classes/Product.php:2902
1784
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2774
0.273 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3375) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.272 ms 1 /classes/stock/StockAvailable.php:453
136
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.272 ms 1 /classes/Product.php:5655
741
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.272 ms 1 /classes/Product.php:5655
814
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 61 LIMIT 1
0.272 ms 1 /classes/Product.php:5655
759
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.269 ms 1 /classes/Product.php:5655
81
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.269 ms 1 /classes/Product.php:5655
375
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.268 ms 1 /classes/stock/StockAvailable.php:453
1229
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3014
0.268 ms 1 /classes/Product.php:2902
48
SELECT SQL_NO_CACHE `need_identification_number`
FROM `nop_country`
WHERE `id_country` = 152 LIMIT 1
0.267 ms 1 /classes/Country.php:405
1315
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3008
0.267 ms 1 /classes/Product.php:2902
1105
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2381 LIMIT 1
0.266 ms 1 /classes/SpecificPrice.php:435
1307
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2870
0.266 ms 1 /classes/Product.php:2902
1211
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3389
0.265 ms 1 /classes/Product.php:2902
109
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.263 ms 1 /classes/Product.php:5655
167
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3017 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6872
781
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2960 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6872
1353
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2669
0.261 ms 1 /classes/Product.php:2902
1237
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3010
0.261 ms 1 /classes/Product.php:2902
763
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2994 AND id_shop=1 LIMIT 1
0.259 ms 1 /classes/Product.php:6872
158
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3063 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6872
1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2548
0.256 ms 1 /classes/Product.php:2902
869
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 61 LIMIT 1
0.254 ms 1 /classes/Product.php:5655
428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2871 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6872
123
SELECT SQL_NO_CACHE SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = 3293) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.250 ms 1 /classes/stock/StockAvailable.php:453
1355
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2668
0.250 ms 1 /classes/Product.php:2902
1008
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2509 AND id_shop=1 LIMIT 1
0.248 ms 1 /classes/Product.php:6872
790
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2929 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6872
1277
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2654
0.244 ms 1 /classes/Product.php:2902
714
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.240 ms 1 /classes/Product.php:5655
1287
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3023
0.238 ms 1 /classes/Product.php:2902
704
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `nop_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 45 LIMIT 1
0.236 ms 1 /classes/Category.php:1378
131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3375 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6872
74
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.228 ms 0 /classes/module/Module.php:2109
1253
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2549
0.227 ms 1 /classes/Product.php:2902
1269
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2865
0.223 ms 1 /classes/Product.php:2902
410
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2963 AND id_shop=1 LIMIT 1
0.219 ms 1 /classes/Product.php:6872
118
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.218 ms 1 /classes/Product.php:5655
91
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.215 ms 1 /classes/Product.php:5655
388
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.200 ms 1 /classes/Product.php:5655
392
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3009 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6872
122
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3293 AND id_shop=1 LIMIT 1
0.185 ms 1 /classes/Product.php:6872
705
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1
0.174 ms 1 /classes/Product.php:5655

Doubles

122 queries
SELECT XX FROM `nop_specific_price` WHERE id_product = XX LIMIT XX
121 queries
SELECT image_shop.`id_image`
                    FROM `nop_image` i
                     INNER JOIN nop_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
121 queries
SELECT name FROM nop_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
121 queries
SELECT *
FROM `nop_product` a
LEFT JOIN `nop_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `nop_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
121 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `nop_product` p
INNER JOIN `nop_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `nop_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
121 queries
                            SELECT `id_tax_rules_group`
                            FROM `nop_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
121 queries
SELECT SUM(quantity)
FROM `nop_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
121 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `nop_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `nop_cart_product` cp JOIN `nop_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nop_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
121 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM nop_feature_product pf
                LEFT JOIN nop_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN nop_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN nop_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN nop_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
121 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `nop_image` i
             INNER JOIN nop_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `nop_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
121 queries
SELECT `id_product_attribute`
            FROM `nop_product_attribute`
            WHERE `id_product` = XX
121 queries
SELECT * FROM `nop_image` img LEFT JOIN `nop_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =XX AND img.`id_product` =XX AND imgs.`rotator` =XX
121 queries
SELECT * FROM `nop_image` img where img.`rotator` =XX AND img.`id_product` =XX
121 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > XX, XX, XX)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `nop_product_attribute` pa
             INNER JOIN nop_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) LEFT JOIN nop_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
            JOIN `nop_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `nop_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `nop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `nop_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            HAVING qty > XX
            ORDER BY a.`position` ASC;
71 queries
SELECT *
FROM `nop_category` a
LEFT JOIN `nop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `nop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
71 queries
SELECT c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
			FROM `nop_category` c
			LEFT JOIN `nop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = XX )
			 INNER JOIN nop_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			WHERE `id_lang` = XX
			AND c.`id_parent` = XX
			AND `active` = XX
			GROUP BY c.`id_category`
			ORDER BY category_shop.`position` ASC
15 queries
SELECT `id_module` FROM `nop_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
9 queries
SELECT *
FROM `nop_cms` a
LEFT JOIN `nop_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = XX
LEFT JOIN `nop_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) AND (b.`id_shop` = XX) LIMIT XX
7 queries
			SELECT cl.`link_rewrite`
			FROM `nop_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
7 queries
			SELECT ps.*
			FROM nop_posvegamenu_submenu ps
			WHERE ps.`id_posvegamenu_item` = XX LIMIT XX
6 queries
			SELECT ps.*
			FROM nop_posmegamenu_submenu ps
			WHERE ps.`id_posmegamenu_item` = XX LIMIT XX
5 queries
SELECT value FROM nop_ce_meta WHERE id = XX AND name = '_elementor_edit_mode' LIMIT XX
4 queries
SELECT `id_lang` FROM `nop_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
4 queries
SELECT value FROM nop_ce_meta WHERE id = XX AND name = '_elementor_data' LIMIT XX
3 queries
			SELECT pi.*, pl.*
			FROM nop_posmegamenu_item pi
			LEFT JOIN `nop_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
			LEFT JOIN `nop_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
			WHERE pi.active = XX AND ps.id_shop = XX AND pl.id_lang=XX ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `nop_module` m
                LEFT JOIN `nop_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT *
FROM `nop_currency` a
LEFT JOIN `nop_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `nop_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
SELECT *
FROM `nop_currency` a
LEFT JOIN `nop_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
SELECT *
							FROM `nop_currency_lang`
							WHERE `id_currency` = XX
2 queries
SELECT XX FROM `nop_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT type, id_value, filter_show_limit, filter_type FROM nop_layered_category
            WHERE controller = 'manufacturer'
            AND id_category = XX
            AND id_shop = XX
            GROUP BY `type`, id_value ORDER BY position ASC
2 queries
				SELECT tr.*
				FROM `nop_tax_rule` tr
				JOIN `nop_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT *
FROM `nop_ce_template` a
WHERE (a.`id_ce_template` = XX) LIMIT XX
2 queries
SELECT value FROM nop_ce_meta WHERE id = XX AND name = '_elementor_css' LIMIT XX
2 queries
			SELECT pi.*, pl.*
			FROM nop_posvegamenu_item pi
			LEFT JOIN `nop_posvegamenu_item_lang` pl ON pl.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
			LEFT JOIN `nop_posvegamenu_item_shop` ps ON ps.`id_posvegamenu_item` = pi.`id_posvegamenu_item`
			WHERE pi.active = XX AND ps.id_shop = XX AND pl.id_lang=XX ORDER BY pi.position ASC, pi.id_posvegamenu_item ASC

Tables stress

484 image
366 product
366 product_shop
363 image_shop
274 category_lang
245 stock_available
244 product_attribute
243 cart_product
242 product_attribute_shop
148 category
143 category_shop
123 product_attribute_combination
122 product_lang
122 specific_price
121 pack
121 feature_product
121 feature_lang
121 feature_value_lang
121 feature
121 feature_shop
121 image_lang
121 attribute
121 attribute_lang
121 attribute_group
20 module
18 module_shop
12 ce_meta
10 cms
10 cms_lang
10 cms_shop
9 currency
8 meta
8 meta_lang
7 lang
7 hook
7 currency_shop
7 posvegamenu_submenu
6 posmegamenu_submenu
4 shop_url
4 shop
4 lang_shop
4 country
4 currency_lang
3 hook_alias
3 posmegamenu_item
3 posmegamenu_item_lang
3 posmegamenu_item_shop
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 manufacturer
2 manufacturer_shop
2 group_shop
2 cart_rule
2 image_type
2 whatsappchatblock
2 whatsappchatblock_lang
2 layered_category
2 tax_rule
2 tax_rules_group
2 ce_template
2 posvegamenu_item
2 posvegamenu_item_lang
2 posvegamenu_item_shop
1 configuration_lang
1 manufacturer_lang
1 group
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 whatsappchatblock_agent
1 whatsappchatblock_agent_lang
1 product_sale
1 feature_flag

ObjectModel instances

Name Instances Source
Product 363 /classes/Link.php:113 (__construct) [id: 2978]
/classes/Link.php:113 (__construct) [id: 3061]
/classes/Link.php:113 (__construct) [id: 3386]
/classes/Link.php:113 (__construct) [id: 2808]
/classes/Link.php:113 (__construct) [id: 3387]
/classes/Link.php:113 (__construct) [id: 3293]
/classes/Link.php:113 (__construct) [id: 3375]
/classes/Link.php:113 (__construct) [id: 3070]
/classes/Link.php:113 (__construct) [id: 3066]
/classes/Link.php:113 (__construct) [id: 3063]
/classes/Link.php:113 (__construct) [id: 3017]
/classes/Link.php:113 (__construct) [id: 3016]
/classes/Link.php:113 (__construct) [id: 3086]
/classes/Link.php:113 (__construct) [id: 3024]
/classes/Link.php:113 (__construct) [id: 3064]
/classes/Link.php:113 (__construct) [id: 2811]
/classes/Link.php:113 (__construct) [id: 3238]
/classes/Link.php:113 (__construct) [id: 3228]
/classes/Link.php:113 (__construct) [id: 3083]
/classes/Link.php:113 (__construct) [id: 2819]
/classes/Link.php:113 (__construct) [id: 2814]
/classes/Link.php:113 (__construct) [id: 3389]
/classes/Link.php:113 (__construct) [id: 2716]
/classes/Link.php:113 (__construct) [id: 3384]
/classes/Link.php:113 (__construct) [id: 3382]
/classes/Link.php:113 (__construct) [id: 3346]
/classes/Link.php:113 (__construct) [id: 3084]
/classes/Link.php:113 (__construct) [id: 3062]
/classes/Link.php:113 (__construct) [id: 3060]
/classes/Link.php:113 (__construct) [id: 3057]
/classes/Link.php:113 (__construct) [id: 3014]
/classes/Link.php:113 (__construct) [id: 3013]
/classes/Link.php:113 (__construct) [id: 3012]
/classes/Link.php:113 (__construct) [id: 3011]
/classes/Link.php:113 (__construct) [id: 3010]
/classes/Link.php:113 (__construct) [id: 3009]
/classes/Link.php:113 (__construct) [id: 2967]
/classes/Link.php:113 (__construct) [id: 2963]
/classes/Link.php:113 (__construct) [id: 2961]
/classes/Link.php:113 (__construct) [id: 2871]
/classes/Link.php:113 (__construct) [id: 2816]
/classes/Link.php:113 (__construct) [id: 2812]
/classes/Link.php:113 (__construct) [id: 2549]
/classes/Link.php:113 (__construct) [id: 2179]
/classes/Link.php:113 (__construct) [id: 2160]
/classes/Link.php:113 (__construct) [id: 3388]
/classes/Link.php:113 (__construct) [id: 3087]
/classes/Link.php:113 (__construct) [id: 3020]
/classes/Link.php:113 (__construct) [id: 2966]
/classes/Link.php:113 (__construct) [id: 2962]
/classes/Link.php:113 (__construct) [id: 2865]
/classes/Link.php:113 (__construct) [id: 2756]
/classes/Link.php:113 (__construct) [id: 2755]
/classes/Link.php:113 (__construct) [id: 2655]
/classes/Link.php:113 (__construct) [id: 2654]
/classes/Link.php:113 (__construct) [id: 2322]
/classes/Link.php:113 (__construct) [id: 3305]
/classes/Link.php:113 (__construct) [id: 2774]
/classes/Link.php:113 (__construct) [id: 3022]
/classes/Link.php:113 (__construct) [id: 3023]
/classes/Link.php:113 (__construct) [id: 3018]
/classes/Link.php:113 (__construct) [id: 3015]
/classes/Link.php:113 (__construct) [id: 2996]
/classes/Link.php:113 (__construct) [id: 2995]
/classes/Link.php:113 (__construct) [id: 2969]
/classes/Link.php:113 (__construct) [id: 2968]
/classes/Link.php:113 (__construct) [id: 2766]
/classes/Link.php:113 (__construct) [id: 2980]
/classes/Link.php:113 (__construct) [id: 2965]
/classes/Link.php:113 (__construct) [id: 2870]
/classes/Link.php:113 (__construct) [id: 2477]
/classes/Link.php:113 (__construct) [id: 3345]
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3008]
/classes/Link.php:113 (__construct) [id: 2998]
/classes/Link.php:113 (__construct) [id: 2997]
/classes/Link.php:113 (__construct) [id: 2994]
/classes/Link.php:113 (__construct) [id: 2964]
/classes/Link.php:113 (__construct) [id: 2960]
/classes/Link.php:113 (__construct) [id: 2929]
/classes/Link.php:113 (__construct) [id: 2820]
/classes/Link.php:113 (__construct) [id: 2818]
/classes/Link.php:113 (__construct) [id: 2779]
/classes/Link.php:113 (__construct) [id: 2778]
/classes/Link.php:113 (__construct) [id: 2777]
/classes/Link.php:113 (__construct) [id: 2773]
/classes/Link.php:113 (__construct) [id: 2772]
/classes/Link.php:113 (__construct) [id: 2771]
/classes/Link.php:113 (__construct) [id: 2769]
/classes/Link.php:113 (__construct) [id: 2714]
/classes/Link.php:113 (__construct) [id: 2703]
/classes/Link.php:113 (__construct) [id: 2670]
/classes/Link.php:113 (__construct) [id: 2669]
/classes/Link.php:113 (__construct) [id: 2668]
/classes/Link.php:113 (__construct) [id: 2656]
/classes/Link.php:113 (__construct) [id: 2652]
/classes/Link.php:113 (__construct) [id: 2599]
/classes/Link.php:113 (__construct) [id: 2598]
/classes/Link.php:113 (__construct) [id: 2596]
/classes/Link.php:113 (__construct) [id: 2550]
/classes/Link.php:113 (__construct) [id: 2548]
/classes/Link.php:113 (__construct) [id: 2546]
/classes/Link.php:113 (__construct) [id: 2510]
/classes/Link.php:113 (__construct) [id: 2509]
/classes/Link.php:113 (__construct) [id: 2505]
/classes/Link.php:113 (__construct) [id: 2476]
/classes/Link.php:113 (__construct) [id: 2475]
/classes/Link.php:113 (__construct) [id: 2456]
/classes/Link.php:113 (__construct) [id: 2454]
/classes/Link.php:113 (__construct) [id: 2453]
/classes/Link.php:113 (__construct) [id: 2452]
/classes/Link.php:113 (__construct) [id: 2446]
/classes/Link.php:113 (__construct) [id: 2438]
/classes/Link.php:113 (__construct) [id: 2436]
/classes/Link.php:113 (__construct) [id: 2381]
/classes/Link.php:113 (__construct) [id: 2380]
/classes/Link.php:113 (__construct) [id: 2379]
/classes/Link.php:113 (__construct) [id: 2359]
/classes/Link.php:113 (__construct) [id: 2328]
/classes/Link.php:113 (__construct) [id: 2318]
/classes/Link.php:113 (__construct) [id: 1914]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2978]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3061]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3386]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2808]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3387]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3293]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3375]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3070]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3066]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3063]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3017]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3016]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3086]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3024]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3064]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2811]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3238]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3228]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3083]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2819]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2814]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3389]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2716]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3384]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3382]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3346]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3084]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3062]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3060]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3057]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3014]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3013]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3012]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3011]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3010]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3009]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2967]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2963]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2961]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2871]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2816]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2812]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2549]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2179]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2160]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3388]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3087]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3020]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2966]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2962]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2865]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2756]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2755]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2655]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2654]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2322]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3305]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2774]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3022]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3023]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3018]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3015]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2996]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2995]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2969]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2968]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2766]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2980]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2965]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2870]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2477]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3345]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3068]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3008]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2998]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2997]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2994]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2964]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2960]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2929]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2818]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2779]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2778]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2777]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2773]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2772]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2771]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2769]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2714]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2703]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2670]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2669]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2668]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2656]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2652]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2599]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2598]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2596]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2550]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2548]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2546]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2510]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2509]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2505]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2476]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2475]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2456]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2454]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2453]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2452]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2446]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2438]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2436]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2381]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2380]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2379]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2359]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2328]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2318]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1914]
/classes/Link.php:113 (__construct) [id: 2978]
/classes/Link.php:113 (__construct) [id: 3061]
/classes/Link.php:113 (__construct) [id: 3386]
/classes/Link.php:113 (__construct) [id: 2808]
/classes/Link.php:113 (__construct) [id: 3387]
/classes/Link.php:113 (__construct) [id: 3293]
/classes/Link.php:113 (__construct) [id: 3375]
/classes/Link.php:113 (__construct) [id: 3070]
/classes/Link.php:113 (__construct) [id: 3066]
/classes/Link.php:113 (__construct) [id: 3063]
/classes/Link.php:113 (__construct) [id: 3017]
/classes/Link.php:113 (__construct) [id: 3016]
/classes/Link.php:113 (__construct) [id: 3086]
/classes/Link.php:113 (__construct) [id: 3024]
/classes/Link.php:113 (__construct) [id: 3064]
/classes/Link.php:113 (__construct) [id: 2811]
/classes/Link.php:113 (__construct) [id: 3238]
/classes/Link.php:113 (__construct) [id: 3228]
/classes/Link.php:113 (__construct) [id: 3083]
/classes/Link.php:113 (__construct) [id: 2819]
/classes/Link.php:113 (__construct) [id: 2814]
/classes/Link.php:113 (__construct) [id: 3389]
/classes/Link.php:113 (__construct) [id: 2716]
/classes/Link.php:113 (__construct) [id: 3384]
/classes/Link.php:113 (__construct) [id: 3382]
/classes/Link.php:113 (__construct) [id: 3346]
/classes/Link.php:113 (__construct) [id: 3084]
/classes/Link.php:113 (__construct) [id: 3062]
/classes/Link.php:113 (__construct) [id: 3060]
/classes/Link.php:113 (__construct) [id: 3057]
/classes/Link.php:113 (__construct) [id: 3014]
/classes/Link.php:113 (__construct) [id: 3013]
/classes/Link.php:113 (__construct) [id: 3012]
/classes/Link.php:113 (__construct) [id: 3011]
/classes/Link.php:113 (__construct) [id: 3010]
/classes/Link.php:113 (__construct) [id: 3009]
/classes/Link.php:113 (__construct) [id: 2967]
/classes/Link.php:113 (__construct) [id: 2963]
/classes/Link.php:113 (__construct) [id: 2961]
/classes/Link.php:113 (__construct) [id: 2871]
/classes/Link.php:113 (__construct) [id: 2816]
/classes/Link.php:113 (__construct) [id: 2812]
/classes/Link.php:113 (__construct) [id: 2549]
/classes/Link.php:113 (__construct) [id: 2179]
/classes/Link.php:113 (__construct) [id: 2160]
/classes/Link.php:113 (__construct) [id: 3388]
/classes/Link.php:113 (__construct) [id: 3087]
/classes/Link.php:113 (__construct) [id: 3020]
/classes/Link.php:113 (__construct) [id: 2966]
/classes/Link.php:113 (__construct) [id: 2962]
/classes/Link.php:113 (__construct) [id: 2865]
/classes/Link.php:113 (__construct) [id: 2756]
/classes/Link.php:113 (__construct) [id: 2755]
/classes/Link.php:113 (__construct) [id: 2655]
/classes/Link.php:113 (__construct) [id: 2654]
/classes/Link.php:113 (__construct) [id: 2322]
/classes/Link.php:113 (__construct) [id: 3305]
/classes/Link.php:113 (__construct) [id: 2774]
/classes/Link.php:113 (__construct) [id: 3022]
/classes/Link.php:113 (__construct) [id: 3023]
/classes/Link.php:113 (__construct) [id: 3018]
/classes/Link.php:113 (__construct) [id: 3015]
/classes/Link.php:113 (__construct) [id: 2996]
/classes/Link.php:113 (__construct) [id: 2995]
/classes/Link.php:113 (__construct) [id: 2969]
/classes/Link.php:113 (__construct) [id: 2968]
/classes/Link.php:113 (__construct) [id: 2766]
/classes/Link.php:113 (__construct) [id: 2980]
/classes/Link.php:113 (__construct) [id: 2965]
/classes/Link.php:113 (__construct) [id: 2870]
/classes/Link.php:113 (__construct) [id: 2477]
/classes/Link.php:113 (__construct) [id: 3345]
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3008]
/classes/Link.php:113 (__construct) [id: 2998]
/classes/Link.php:113 (__construct) [id: 2997]
/classes/Link.php:113 (__construct) [id: 2994]
/classes/Link.php:113 (__construct) [id: 2964]
/classes/Link.php:113 (__construct) [id: 2960]
/classes/Link.php:113 (__construct) [id: 2929]
/classes/Link.php:113 (__construct) [id: 2820]
/classes/Link.php:113 (__construct) [id: 2818]
/classes/Link.php:113 (__construct) [id: 2779]
/classes/Link.php:113 (__construct) [id: 2778]
/classes/Link.php:113 (__construct) [id: 2777]
/classes/Link.php:113 (__construct) [id: 2773]
/classes/Link.php:113 (__construct) [id: 2772]
/classes/Link.php:113 (__construct) [id: 2771]
/classes/Link.php:113 (__construct) [id: 2769]
/classes/Link.php:113 (__construct) [id: 2714]
/classes/Link.php:113 (__construct) [id: 2703]
/classes/Link.php:113 (__construct) [id: 2670]
/classes/Link.php:113 (__construct) [id: 2669]
/classes/Link.php:113 (__construct) [id: 2668]
/classes/Link.php:113 (__construct) [id: 2656]
/classes/Link.php:113 (__construct) [id: 2652]
/classes/Link.php:113 (__construct) [id: 2599]
/classes/Link.php:113 (__construct) [id: 2598]
/classes/Link.php:113 (__construct) [id: 2596]
/classes/Link.php:113 (__construct) [id: 2550]
/classes/Link.php:113 (__construct) [id: 2548]
/classes/Link.php:113 (__construct) [id: 2546]
/classes/Link.php:113 (__construct) [id: 2510]
/classes/Link.php:113 (__construct) [id: 2509]
/classes/Link.php:113 (__construct) [id: 2505]
/classes/Link.php:113 (__construct) [id: 2476]
/classes/Link.php:113 (__construct) [id: 2475]
/classes/Link.php:113 (__construct) [id: 2456]
/classes/Link.php:113 (__construct) [id: 2454]
/classes/Link.php:113 (__construct) [id: 2453]
/classes/Link.php:113 (__construct) [id: 2452]
/classes/Link.php:113 (__construct) [id: 2446]
/classes/Link.php:113 (__construct) [id: 2438]
/classes/Link.php:113 (__construct) [id: 2436]
/classes/Link.php:113 (__construct) [id: 2381]
/classes/Link.php:113 (__construct) [id: 2380]
/classes/Link.php:113 (__construct) [id: 2379]
/classes/Link.php:113 (__construct) [id: 2359]
/classes/Link.php:113 (__construct) [id: 2328]
/classes/Link.php:113 (__construct) [id: 2318]
/classes/Link.php:113 (__construct) [id: 1914]
Category 269 /modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 2]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 43]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 44]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 45]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 46]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 47]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 48]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 50]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 99]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 101]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 102]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 103]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 105]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 107]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 91]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 104]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 106]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 62]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 63]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 51]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 64]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 52]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 53]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 65]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 54]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 55]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 56]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 57]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 59]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 60]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 61]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 67]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 89]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 94]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 97]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 100]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 12]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 13]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 14]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 108]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 109]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 15]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 77]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 78]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 79]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 80]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 85]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 110]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 111]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 16]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 17]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 19]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 20]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 21]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 66]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 90]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 36]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 87]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 88]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 68]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 69]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 70]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 71]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 72]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 73]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 74]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 95]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 96]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 98]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 112]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 113]
/classes/Link.php:402 (__construct) [id: 43]
/modules/posvegamenu/posvegamenu.php:913 (__construct) [id: 43]
/modules/posvegamenu/posvegamenu.php:821 (__construct) [id: 43]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 43]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 44]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 44]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 45]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 45]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 46]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 46]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 47]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 47]
/classes/Link.php:402 (__construct) [id: 48]
/modules/posvegamenu/posvegamenu.php:913 (__construct) [id: 48]
/modules/posvegamenu/posvegamenu.php:821 (__construct) [id: 48]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 48]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 50]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 50]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 99]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 99]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 101]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 101]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 102]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 102]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 103]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 103]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 105]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 105]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 107]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 107]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 91]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 91]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 104]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 104]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 106]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 106]
/classes/Link.php:402 (__construct) [id: 62]
/modules/posvegamenu/posvegamenu.php:913 (__construct) [id: 62]
/modules/posvegamenu/posvegamenu.php:821 (__construct) [id: 62]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 62]
/classes/Link.php:402 (__construct) [id: 63]
/modules/posvegamenu/posvegamenu.php:913 (__construct) [id: 63]
/modules/posvegamenu/posvegamenu.php:821 (__construct) [id: 63]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 63]
/classes/Link.php:402 (__construct) [id: 51]
/modules/posvegamenu/posvegamenu.php:913 (__construct) [id: 51]
/modules/posvegamenu/posvegamenu.php:821 (__construct) [id: 51]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 51]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 64]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 64]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 52]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 52]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 53]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 53]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 65]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 65]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 54]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 54]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 55]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 55]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 56]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 56]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 57]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 57]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 59]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 59]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 60]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 60]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 61]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 61]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 67]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 67]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 89]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 89]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 94]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 94]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 97]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 97]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 100]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 100]
/classes/Link.php:402 (__construct) [id: 12]
/modules/posvegamenu/posvegamenu.php:913 (__construct) [id: 12]
/modules/posvegamenu/posvegamenu.php:821 (__construct) [id: 12]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 12]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 13]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 13]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 14]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 14]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 108]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 108]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 109]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 109]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 15]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 15]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 77]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 77]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 78]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 78]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 79]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 79]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 80]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 80]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 85]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 85]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 110]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 110]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 111]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 111]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 16]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 16]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 17]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 17]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 19]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 19]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 20]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 20]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 21]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 21]
/classes/Link.php:402 (__construct) [id: 73]
/modules/posvegamenu/posvegamenu.php:913 (__construct) [id: 73]
/modules/posvegamenu/posvegamenu.php:821 (__construct) [id: 73]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 73]
/modules/posvegamenu/posvegamenu.php:1243 (__construct) [id: 74]
/modules/posvegamenu/posvegamenu.php:1232 (__construct) [id: 74]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 2]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 43]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 44]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 45]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 46]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 47]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 48]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 50]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 99]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 101]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 102]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 103]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 105]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 107]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 91]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 104]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 106]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 62]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 63]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 51]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 64]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 52]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 53]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 65]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 54]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 55]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 56]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 57]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 59]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 60]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 61]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 67]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 89]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 94]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 97]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 100]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 12]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 13]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 14]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 108]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 109]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 15]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 77]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 78]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 79]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 80]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 85]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 110]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 111]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 16]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 17]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 19]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 20]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 21]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 66]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 90]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 36]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 87]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 88]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 68]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 69]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 70]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 71]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 72]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 73]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 74]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 95]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 96]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 98]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 112]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 113]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
CMS 24 /classes/Link.php:555 (__construct) [id: 10]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 10]
/classes/Link.php:555 (__construct) [id: 8]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 8]
/classes/Link.php:555 (__construct) [id: 2]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 2]
/classes/Link.php:555 (__construct) [id: 9]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 9]
/classes/Link.php:555 (__construct) [id: 11]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 11]
/classes/Link.php:555 (__construct) [id: 10]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 10]
/classes/Link.php:555 (__construct) [id: 8]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 8]
/classes/Link.php:555 (__construct) [id: 2]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 2]
/classes/Link.php:555 (__construct) [id: 9]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 9]
/classes/Link.php:555 (__construct) [id: 11]
/modules/posmegamenu/posmegamenu.php:892 (__construct) [id: 11]
/classes/Link.php:555 (__construct) [id: 4]
/classes/Link.php:555 (__construct) [id: 5]
/classes/Link.php:555 (__construct) [id: 12]
/classes/Link.php:555 (__construct) [id: 1]
Address 6 /classes/shop/Shop.php:486 (__construct) [id: ]
/modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5960 (__construct) [id: ]
/modules/whatsappchat/classes/WhatsappChatBlock.php:145 (__construct) [id: 0]
Country 5 /config/config.inc.php:154 (__construct) [id: 152]
/classes/AddressFormat.php:404 (__construct) [id: 152]
/classes/controller/FrontController.php:1767 (__construct) [id: 152]
/modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 152]
/modules/whatsappchat/classes/WhatsappChatBlock.php:157 (__construct) [id: 152]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 2]
Manufacturer 4 /controllers/front/listing/ManufacturerController.php:65 (__construct) [id: 30]
/classes/Meta.php:421 (__construct) [id: 30]
/classes/Link.php:657 (__construct) [id: 30]
/classes/Link.php:657 (__construct) [id: 30]
Customer 3 /config/config.inc.php:272 (__construct) [id: ]
/modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0]
/modules/whatsappchat/classes/WhatsappChatBlock.php:155 (__construct) [id: 0]
WhatsappChatBlockAgent 3 /modules/whatsappchat/whatsappchat.php:287 (__construct) [id: ]
/modules/whatsappchat/whatsappchat.php:532 (__construct) [id: ]
/modules/whatsappchat/whatsappchat.php:532 (__construct) [id: ]
Language 2 /config/config.inc.php:219 (__construct) [id: 2]
/classes/Tools.php:560 (__construct) [id: 2]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
PosMegamenuClass 2 /modules/posmegamenu/posmegamenu.php:768 (__construct) [id: ]
/modules/posmegamenu/posmegamenu.php:816 (__construct) [id: ]
CETemplate 2 /modules/creativeelements/creativeelements.php:603 (__construct) [id: 4]
/modules/creativeelements/creativeelements.php:603 (__construct) [id: 6]
WhatsappChatBlock 2 /modules/whatsappchat/whatsappchat.php:531 (__construct) [id: ]
/modules/whatsappchat/whatsappchat.php:531 (__construct) [id: ]
PosVegamenuClass 1 /modules/posvegamenu/posvegamenu.php:796 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
State 1 /classes/controller/FrontController.php:1766 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1761 (generateAddress) [id: ]
Risk 1 /classes/controller/FrontController.php:1694 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1691 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Shop 1 /config/config.inc.php:125 (initialize) [id: 1]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines_custom.inc.php
3 /config/defines.inc.php
4 /config/autoload.php
5 /vendor/autoload.php
6 /vendor/composer/autoload_real.php
7 /vendor/composer/platform_check.php
8 /vendor/composer/ClassLoader.php
9 /vendor/composer/include_paths.php
10 /vendor/composer/autoload_static.php
11 /vendor/symfony/polyfill-php72/bootstrap.php
12 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
14 /vendor/symfony/polyfill-intl-idn/bootstrap.php
15 /vendor/symfony/polyfill-mbstring/bootstrap.php
16 /vendor/symfony/polyfill-mbstring/bootstrap80.php
17 /vendor/symfony/polyfill-php80/bootstrap.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/deprecation-contracts/function.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/symfony/polyfill-iconv/bootstrap.php
24 /vendor/ralouphie/getallheaders/src/getallheaders.php
25 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
26 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
27 /vendor/guzzlehttp/guzzle/src/functions_include.php
28 /vendor/guzzlehttp/guzzle/src/functions.php
29 /vendor/symfony/polyfill-php81/bootstrap.php
30 /vendor/symfony/polyfill-php73/bootstrap.php
31 /vendor/symfony/polyfill-intl-icu/bootstrap.php
32 /vendor/lcobucci/jwt/compat/class-aliases.php
33 /vendor/lcobucci/jwt/src/Token.php
34 /vendor/lcobucci/jwt/src/Signature.php
35 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
36 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
37 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
38 /vendor/jakeasmith/http_build_url/src/http_build_url.php
39 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
40 /vendor/ircmaxell/password-compat/lib/password.php
41 /vendor/api-platform/core/src/deprecation.php
42 /vendor/api-platform/core/src/Api/FilterInterface.php
43 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
44 /vendor/api-platform/core/src/deprecated_interfaces.php
45 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
46 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
47 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
55 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
56 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
57 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
58 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
59 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
60 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
61 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
62 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
63 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
64 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
65 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
66 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
67 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
68 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
69 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
70 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
71 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
72 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
73 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
74 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
75 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
76 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
77 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
78 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
79 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
80 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
85 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
86 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
89 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
91 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
93 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
94 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
95 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
96 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
97 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
98 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
99 /vendor/psr/container/src/ContainerInterface.php
100 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
101 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
102 /src/Core/Version.php
103 /config/alias.php
104 /vendor/prestashop/autoload/src/PrestashopAutoload.php
105 /vendor/prestashop/autoload/src/LegacyClassLoader.php
106 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
107 /vendor/prestashop/autoload/src/Autoloader.php
108 /config/bootstrap.php
109 /src/Core/ContainerBuilder.php
110 /src/Core/Foundation/IoC/Container.php
111 /src/Adapter/ServiceLocator.php
112 /var/cache/dev/appParameters.php
115 /var/cache/dev/class_index.php
116 /classes/controller/Controller.php
118 /classes/ObjectModel.php
119 /src/Core/Foundation/Database/EntityInterface.php
121 /classes/db/Db.php
123 /classes/Hook.php
125 /classes/module/Module.php
126 /src/Core/Module/Legacy/ModuleInterface.php
128 /classes/Tools.php
129 /override/classes/Context.php
130 /classes/Context.php
131 /classes/shop/Shop.php
132 /src/Core/Security/PasswordGenerator.php
133 /classes/db/DbPDO.php
134 /classes/AddressFormat.php
135 /classes/Configuration.php
136 /override/classes/Validate.php
137 /classes/Validate.php
138 /classes/cache/Cache.php
139 /src/Adapter/EntityMapper.php
140 /classes/db/DbQuery.php
141 /src/Core/Addon/Theme/ThemeManagerBuilder.php
142 /vendor/psr/log/Psr/Log/NullLogger.php
143 /vendor/psr/log/Psr/Log/AbstractLogger.php
144 /vendor/psr/log/Psr/Log/LoggerInterface.php
145 /src/Adapter/Configuration.php
146 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
147 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
148 /src/Core/ConfigurationInterface.php
149 /src/Core/Addon/Theme/ThemeRepository.php
150 /src/Core/Addon/AddonRepositoryInterface.php
151 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
152 /src/Core/Addon/Theme/Theme.php
153 /src/Core/Addon/AddonInterface.php
154 /src/Core/Util/ArrayFinder.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
158 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
159 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
160 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
161 /config/defines_uri.inc.php
162 /classes/Language.php
163 /src/Core/Language/LanguageInterface.php
164 /classes/Country.php
165 /classes/PrestaShopCollection.php
166 /classes/shop/ShopGroup.php
167 /classes/Cookie.php
168 /classes/PhpEncryption.php
169 /classes/PhpEncryptionEngine.php
170 /vendor/defuse/php-encryption/src/Key.php
171 /vendor/defuse/php-encryption/src/Encoding.php
172 /vendor/defuse/php-encryption/src/Core.php
173 /src/Core/Session/SessionHandler.php
174 /src/Core/Session/SessionHandlerInterface.php
175 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
176 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
177 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
191 /config/smarty.config.inc.php
192 /classes/Smarty/SmartyDev.php
193 /vendor/smarty/smarty/libs/Smarty.class.php
194 /vendor/smarty/smarty/libs/functions.php
195 /vendor/smarty/smarty/libs/Autoloader.php
196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
197 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
205 /config/smartyfront.config.inc.php
206 /classes/Smarty/SmartyResourceModule.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
209 /classes/Smarty/SmartyResourceParent.php
210 /classes/Smarty/SmartyLazyRegister.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
212 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
213 /classes/Customer.php
214 /classes/Group.php
215 /classes/Link.php
216 /classes/shop/ShopUrl.php
217 /classes/Dispatcher.php
218 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
219 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
225 /src/Adapter/SymfonyContainer.php
226 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
227 /config/db_slave_server.inc.php
228 /modules/smartblog/smartblog.php
229 /modules/smartblog/classes/BlogCategory.php
230 /modules/smartblog/classes/BlogImageType.php
231 /modules/smartblog/classes/BlogTag.php
232 /modules/smartblog/classes/SmartBlogPost.php
233 /modules/smartblog/classes/SmartBlogHelperTreeCategories.php
234 /classes/tree/Tree.php
235 /modules/smartblog/classes/BlogComment.php
236 /modules/smartblog/classes/BlogPostCategory.php
237 /modules/smartblog/classes/SmartBlogLink.php
238 /src/Core/Module/WidgetInterface.php
239 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
240 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
241 /classes/Translate.php
242 /modules/smartblog/translations/fr.php
243 /src/PrestaShopBundle/Translation/TranslatorComponent.php
244 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
245 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
246 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
247 /vendor/symfony/contracts/Translation/TranslatorInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
249 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
250 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
251 /src/PrestaShopBundle/Translation/TranslatorInterface.php
252 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
253 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
254 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
256 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
257 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
258 /vendor/symfony/contracts/Translation/TranslatorTrait.php
259 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
260 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
261 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
262 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
263 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
264 /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
265 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
266 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
267 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
268 /src/Core/Util/String/StringModifier.php
269 /src/Core/Util/String/StringModifierInterface.php
270 /override/controllers/front/ManufacturerController.php
271 /controllers/front/listing/ManufacturerController.php
272 /override/classes/controller/ProductListingFrontController.php
273 /classes/controller/ProductListingFrontController.php
274 /classes/controller/ProductPresentingFrontController.php
275 /override/classes/controller/FrontController.php
276 /classes/controller/FrontController.php
277 /src/Adapter/Presenter/Object/ObjectPresenter.php
278 /src/Adapter/Presenter/PresenterInterface.php
279 /src/Adapter/Presenter/Cart/CartPresenter.php
280 /src/Adapter/Product/PriceFormatter.php
281 /src/Adapter/Image/ImageRetriever.php
282 /classes/tax/TaxConfiguration.php
283 /classes/Smarty/TemplateFinder.php
284 /classes/assets/StylesheetManager.php
285 /classes/assets/AbstractAssetManager.php
286 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
287 /classes/assets/JavascriptManager.php
288 /classes/assets/CccReducer.php
289 /override/classes/Manufacturer.php
290 /classes/Manufacturer.php
291 /src/Adapter/ContainerBuilder.php
292 /src/Adapter/Environment.php
293 /src/Core/EnvironmentInterface.php
294 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
295 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
296 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
297 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
298 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
299 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
300 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
301 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
302 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
303 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
304 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
305 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
306 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
307 /vendor/symfony/contracts/Service/ResetInterface.php
308 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
309 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
310 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
311 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
312 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
313 /vendor/symfony/contracts/Cache/ItemInterface.php
314 /vendor/psr/cache/src/CacheItemInterface.php
315 /vendor/psr/cache/src/CacheItemPoolInterface.php
316 /vendor/symfony/contracts/Cache/CacheInterface.php
317 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
319 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
321 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
322 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
323 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
324 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
325 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
326 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
332 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
333 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
378 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
379 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
380 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
381 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
382 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
385 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
386 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
387 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
388 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
389 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
390 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
391 /var/cache/dev/FrontContainer.php
392 /src/Adapter/Container/LegacyContainer.php
393 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
394 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
395 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
396 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
397 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
398 /vendor/psr/container/src/ContainerExceptionInterface.php
399 /vendor/psr/container/src/NotFoundExceptionInterface.php
400 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
401 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
402 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
403 /src/Adapter/Container/LegacyContainerInterface.php
404 /modules/dashactivity/vendor/autoload.php
405 /modules/dashactivity/vendor/composer/autoload_real.php
406 /modules/dashactivity/vendor/composer/autoload_static.php
407 /modules/dashtrends/vendor/autoload.php
408 /modules/dashtrends/vendor/composer/autoload_real.php
409 /modules/dashtrends/vendor/composer/autoload_static.php
410 /modules/dashgoals/vendor/autoload.php
411 /modules/dashgoals/vendor/composer/autoload_real.php
412 /modules/dashgoals/vendor/composer/autoload_static.php
413 /modules/dashproducts/vendor/autoload.php
414 /modules/dashproducts/vendor/composer/autoload_real.php
415 /modules/dashproducts/vendor/composer/autoload_static.php
416 /modules/graphnvd3/vendor/autoload.php
417 /modules/graphnvd3/vendor/composer/autoload_real.php
418 /modules/graphnvd3/vendor/composer/autoload_static.php
419 /modules/gridhtml/vendor/autoload.php
420 /modules/gridhtml/vendor/composer/autoload_real.php
421 /modules/gridhtml/vendor/composer/autoload_static.php
422 /modules/pagesnotfound/vendor/autoload.php
423 /modules/pagesnotfound/vendor/composer/autoload_real.php
424 /modules/pagesnotfound/vendor/composer/autoload_static.php
425 /modules/statsbestcategories/vendor/autoload.php
426 /modules/statsbestcategories/vendor/composer/autoload_real.php
427 /modules/statsbestcategories/vendor/composer/autoload_static.php
428 /modules/statsbestcustomers/vendor/autoload.php
429 /modules/statsbestcustomers/vendor/composer/autoload_real.php
430 /modules/statsbestcustomers/vendor/composer/autoload_static.php
431 /modules/statsbestproducts/vendor/autoload.php
432 /modules/statsbestproducts/vendor/composer/autoload_real.php
433 /modules/statsbestproducts/vendor/composer/autoload_static.php
434 /modules/statsbestsuppliers/vendor/autoload.php
435 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
436 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
437 /modules/statscarrier/vendor/autoload.php
438 /modules/statscarrier/vendor/composer/autoload_real.php
439 /modules/statscarrier/vendor/composer/autoload_static.php
440 /modules/statscatalog/vendor/autoload.php
441 /modules/statscatalog/vendor/composer/autoload_real.php
442 /modules/statscatalog/vendor/composer/autoload_static.php
443 /modules/statscheckup/vendor/autoload.php
444 /modules/statscheckup/vendor/composer/autoload_real.php
445 /modules/statscheckup/vendor/composer/autoload_static.php
446 /modules/statsdata/vendor/autoload.php
447 /modules/statsdata/vendor/composer/autoload_real.php
448 /modules/statsdata/vendor/composer/platform_check.php
449 /modules/statsdata/vendor/composer/autoload_static.php
450 /modules/statsforecast/vendor/autoload.php
451 /modules/statsforecast/vendor/composer/autoload_real.php
452 /modules/statsforecast/vendor/composer/autoload_static.php
453 /modules/statspersonalinfos/vendor/autoload.php
454 /modules/statspersonalinfos/vendor/composer/autoload_real.php
455 /modules/statspersonalinfos/vendor/composer/autoload_static.php
456 /modules/statsproduct/vendor/autoload.php
457 /modules/statsproduct/vendor/composer/autoload_real.php
458 /modules/statsproduct/vendor/composer/autoload_static.php
459 /modules/statssales/vendor/autoload.php
460 /modules/statssales/vendor/composer/autoload_real.php
461 /modules/statssales/vendor/composer/autoload_static.php
462 /modules/statssearch/vendor/autoload.php
463 /modules/statssearch/vendor/composer/autoload_real.php
464 /modules/statssearch/vendor/composer/autoload_static.php
465 /modules/statsstock/vendor/autoload.php
466 /modules/statsstock/vendor/composer/autoload_real.php
467 /modules/statsstock/vendor/composer/autoload_static.php
468 /modules/ps_linklist/vendor/autoload.php
469 /modules/ps_linklist/vendor/composer/autoload_real.php
470 /modules/ps_linklist/vendor/composer/autoload_static.php
471 /modules/blockreassurance/vendor/autoload.php
472 /modules/blockreassurance/vendor/composer/autoload_real.php
473 /modules/blockreassurance/vendor/composer/autoload_static.php
474 /modules/ps_contactinfo/vendor/autoload.php
475 /modules/ps_contactinfo/vendor/composer/autoload_real.php
476 /modules/ps_contactinfo/vendor/composer/platform_check.php
477 /modules/ps_contactinfo/vendor/composer/autoload_static.php
478 /modules/ps_languageselector/vendor/autoload.php
479 /modules/ps_languageselector/vendor/composer/autoload_real.php
480 /modules/ps_languageselector/vendor/composer/autoload_static.php
481 /modules/ps_currencyselector/vendor/autoload.php
482 /modules/ps_currencyselector/vendor/composer/autoload_real.php
483 /modules/ps_currencyselector/vendor/composer/autoload_static.php
484 /modules/ps_customersignin/vendor/autoload.php
485 /modules/ps_customersignin/vendor/composer/autoload_real.php
486 /modules/ps_customersignin/vendor/composer/autoload_static.php
487 /modules/ps_emailsubscription/vendor/autoload.php
488 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
489 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
490 /modules/ps_socialfollow/vendor/autoload.php
491 /modules/ps_socialfollow/vendor/composer/autoload_real.php
492 /modules/ps_socialfollow/vendor/composer/autoload_static.php
493 /modules/ps_categorytree/vendor/autoload.php
494 /modules/ps_categorytree/vendor/composer/autoload_real.php
495 /modules/ps_categorytree/vendor/composer/platform_check.php
496 /modules/ps_categorytree/vendor/composer/autoload_static.php
497 /modules/ps_facetedsearch/vendor/autoload.php
498 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
499 /modules/ps_facetedsearch/vendor/composer/platform_check.php
500 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
501 /modules/ps_sharebuttons/vendor/autoload.php
502 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
503 /modules/ps_sharebuttons/vendor/composer/platform_check.php
504 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
505 /modules/psgdpr/vendor/autoload.php
506 /modules/psgdpr/vendor/composer/autoload_real.php
507 /modules/psgdpr/vendor/composer/autoload_static.php
508 /modules/ps_crossselling/vendor/autoload.php
509 /modules/ps_crossselling/vendor/composer/autoload_real.php
510 /modules/ps_crossselling/vendor/composer/autoload_static.php
511 /modules/ps_dataprivacy/vendor/autoload.php
512 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
513 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
514 /modules/ps_faviconnotificationbo/vendor/autoload.php
515 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
516 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
517 /modules/ps_checkpayment/vendor/autoload.php
518 /modules/ps_checkpayment/vendor/composer/autoload_real.php
519 /modules/ps_checkpayment/vendor/composer/autoload_static.php
520 /modules/ps_wirepayment/vendor/autoload.php
521 /modules/ps_wirepayment/vendor/composer/autoload_real.php
522 /modules/ps_wirepayment/vendor/composer/autoload_static.php
523 /modules/contactform/vendor/autoload.php
524 /modules/contactform/vendor/composer/autoload_real.php
525 /modules/contactform/vendor/composer/platform_check.php
526 /modules/contactform/vendor/composer/autoload_static.php
527 /modules/ps_cashondelivery/vendor/autoload.php
528 /modules/ps_cashondelivery/vendor/composer/autoload_real.php
529 /modules/ps_cashondelivery/vendor/composer/autoload_static.php
530 /modules/gsitemap/vendor/autoload.php
531 /modules/gsitemap/vendor/composer/autoload_real.php
532 /modules/gsitemap/vendor/composer/autoload_static.php
533 /modules/ps_googleanalytics/vendor/autoload.php
534 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
535 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
536 /modules/ps_emailalerts/vendor/autoload.php
537 /modules/ps_emailalerts/vendor/composer/autoload_real.php
538 /modules/ps_emailalerts/vendor/composer/platform_check.php
539 /modules/ps_emailalerts/vendor/composer/autoload_static.php
540 /src/Core/Localization/Locale/Repository.php
541 /src/Core/Localization/Locale/RepositoryInterface.php
542 /src/Core/Localization/CLDR/LocaleRepository.php
543 /src/Core/Localization/CLDR/LocaleDataSource.php
544 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
545 /src/Core/Data/Layer/AbstractDataLayer.php
546 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
547 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
548 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
549 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
550 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
551 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
552 /vendor/symfony/contracts/Cache/CacheTrait.php
553 /vendor/psr/cache/src/InvalidArgumentException.php
554 /vendor/psr/cache/src/CacheException.php
555 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
556 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
557 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
558 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
559 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
560 /src/Core/Localization/CLDR/Reader.php
561 /src/Core/Localization/CLDR/ReaderInterface.php
562 /src/Core/Localization/Currency/Repository.php
563 /src/Core/Localization/Currency/RepositoryInterface.php
564 /src/Core/Localization/Currency/CurrencyDataSource.php
565 /src/Core/Localization/Currency/DataSourceInterface.php
566 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
567 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
568 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
569 /src/Adapter/Currency/CurrencyDataProvider.php
570 /src/Core/Currency/CurrencyDataProviderInterface.php
571 /src/Adapter/LegacyContext.php
572 /src/Adapter/Tools.php
573 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
574 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
575 /vendor/prestashop/decimal/src/Operation/Rounding.php
576 /src/Core/Localization/Locale.php
577 /src/Core/Localization/LocaleInterface.php
578 /src/Core/Localization/Specification/Price.php
579 /src/Core/Localization/Specification/Number.php
580 /src/Core/Localization/Specification/NumberInterface.php
581 /src/Core/Localization/Specification/Factory.php
582 /src/Core/Localization/CLDR/LocaleData.php
583 /src/Core/Localization/CLDR/NumberSymbolsData.php
584 /src/Core/Localization/CLDR/CurrencyData.php
585 /src/Core/Localization/CLDR/Locale.php
586 /src/Core/Localization/CLDR/LocaleInterface.php
587 /src/Core/Localization/Specification/NumberSymbolList.php
588 /classes/Currency.php
589 /src/Core/Localization/Currency/LocalizedCurrencyId.php
590 /override/classes/webservice/WebserviceRequest.php
591 /classes/webservice/WebserviceRequest.php
592 /src/Core/Localization/Currency/CurrencyData.php
593 /src/Core/Localization/Currency/CurrencyCollection.php
594 /src/Core/Localization/Currency.php
595 /src/Core/Localization/CurrencyInterface.php
596 /src/Core/Localization/Specification/NumberCollection.php
597 /src/Core/Localization/Number/Formatter.php
598 /classes/Cart.php
599 /src/Adapter/AddressFactory.php
600 /classes/CartRule.php
601 /override/classes/Product.php
602 /classes/Product.php
603 /src/Core/Domain/Product/ValueObject/RedirectType.php
604 /src/Core/Util/DateTime/DateTime.php
605 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
606 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
607 /src/Core/Domain/Product/ValueObject/ProductType.php
608 /src/Core/Domain/Product/ValueObject/Reference.php
609 /src/Core/Domain/Product/ValueObject/Ean13.php
610 /src/Core/Domain/Product/ValueObject/Isbn.php
611 /src/Core/Domain/Product/ValueObject/Upc.php
612 /src/Core/Domain/Product/ProductSettings.php
613 /src/Core/Domain/Shop/ValueObject/ShopId.php
614 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
615 /modules/ps_emailsubscription/ps_emailsubscription.php
616 /src/PrestaShopBundle/Translation/DomainNormalizer.php
617 /override/classes/Media.php
618 /classes/Media.php
619 /modules/blockreassurance/blockreassurance.php
620 /modules/ps_socialfollow/ps_socialfollow.php
621 /modules/posquickmenu/posquickmenu.php
622 /modules/posquickmenu/classes/QuickmenuActivity.php
623 /classes/ProductDownload.php
624 /classes/tax/Tax.php
625 /src/Core/Localization/CLDR/ComputingPrecision.php
626 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
627 /src/Core/Cart/Calculator.php
628 /src/Core/Cart/CartRowCollection.php
629 /src/Core/Cart/Fees.php
630 /src/Core/Cart/AmountImmutable.php
631 /src/Core/Cart/CartRuleCollection.php
632 /src/Core/Cart/CartRuleCalculator.php
633 /src/Adapter/Product/PriceCalculator.php
634 /classes/order/Order.php
635 /src/Core/Cart/CartRow.php
636 /vendor/prestashop/decimal/src/DecimalNumber.php
637 /vendor/prestashop/decimal/src/Builder.php
638 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
639 /classes/Gender.php
640 /classes/Risk.php
641 /classes/Meta.php
642 /modules/creativeelements/creativeelements.php
643 /modules/creativeelements/classes/CETemplate.php
644 /modules/creativeelements/classes/CEContent.php
645 /modules/creativeelements/classes/CESmarty.php
646 /modules/creativeelements/includes/plugin.php
647 /modules/creativeelements/classes/wrappers/Helper.php
648 /modules/creativeelements/classes/CERevision.php
649 /modules/creativeelements/classes/wrappers/UId.php
650 /modules/creativeelements/classes/wrappers/Post.php
651 /modules/creativeelements/translations/fr.php
652 /classes/Address.php
653 /classes/ImageType.php
654 /classes/State.php
655 /src/Core/Security/PasswordPolicyConfiguration.php
656 /src/Core/Configuration/DataConfigurationInterface.php
657 /src/Core/Security/Hashing.php
658 /src/Core/Filter/FrontEndObject/MainFilter.php
659 /src/Core/Filter/FilterInterface.php
660 /src/Core/Filter/FrontEndObject/CartFilter.php
661 /src/Core/Filter/HashMapWhitelistFilter.php
662 /src/Core/Filter/CollectionFilter.php
663 /src/Core/Filter/FrontEndObject/ProductFilter.php
664 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
665 /src/Core/Filter/FrontEndObject/CustomerFilter.php
666 /src/Core/Filter/FrontEndObject/ShopFilter.php
667 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
668 /modules/creativeelements/includes/api.php
669 /modules/creativeelements/includes/utils.php
670 /modules/creativeelements/includes/user.php
671 /modules/creativeelements/includes/fonts.php
672 /modules/creativeelements/includes/db.php
673 /modules/creativeelements/includes/base/controls-stack.php
674 /modules/creativeelements/includes/managers/controls.php
675 /modules/creativeelements/includes/managers/schemes.php
676 /modules/creativeelements/includes/managers/elements.php
677 /modules/creativeelements/includes/managers/widgets.php
678 /modules/creativeelements/includes/managers/skins.php
679 /modules/creativeelements/includes/settings/settings.php
680 /modules/creativeelements/includes/editor.php
681 /modules/creativeelements/includes/embed.php
682 /modules/creativeelements/includes/frontend.php
683 /modules/creativeelements/includes/heartbeat.php
684 /modules/creativeelements/includes/responsive.php
685 /modules/creativeelements/includes/stylesheet.php
686 /modules/creativeelements/includes/template-library/manager.php
687 /modules/creativeelements/includes/managers/revisions.php
688 /modules/creativeelements/includes/page-settings/manager.php
689 /modules/creativeelements/includes/css-file/css-file.php
690 /modules/creativeelements/includes/css-file/post-css-file.php
691 /modules/creativeelements/includes/css-file/global-css-file.php
692 /modules/creativeelements/includes/conditions.php
693 /modules/creativeelements/includes/shapes.php
694 /modules/creativeelements/includes/controls/base.php
695 /modules/creativeelements/includes/controls/base-multiple.php
696 /modules/creativeelements/includes/controls/base-units.php
697 /modules/creativeelements/includes/interfaces/group-control.php
698 /modules/creativeelements/includes/controls/groups/base.php
699 /modules/creativeelements/includes/interfaces/scheme.php
700 /modules/creativeelements/includes/schemes/base.php
701 /modules/creativeelements/includes/schemes/color.php
702 /modules/creativeelements/includes/schemes/typography.php
703 /modules/creativeelements/includes/schemes/color-picker.php
704 /modules/creativeelements/includes/base/element-base.php
705 /modules/creativeelements/includes/elements/column.php
706 /modules/creativeelements/includes/elements/section.php
707 /modules/creativeelements/includes/elements/repeater.php
708 /modules/creativeelements/includes/base/widget-base.php
709 /modules/creativeelements/includes/base/widget-premium-base.php
710 /modules/creativeelements/includes/base/skin-base.php
711 /modules/creativeelements/includes/page-settings/page.php
712 /modules/creativeelements/includes/template-library/classes/class-import-images.php
713 /modules/creativeelements/includes/template-library/sources/base.php
714 /modules/creativeelements/includes/template-library/sources/local.php
715 /modules/creativeelements/includes/template-library/sources/remote.php
716 /modules/posthemeoptions/posthemeoptions.php
717 /src/Adapter/Localization/LegacyTranslator.php
718 /modules/posthemeoptions/elementor/src/WidgetHelper.php
719 /modules/whatsappchat/whatsappchat.php
720 /modules/whatsappchat/classes/WhatsappChatBlock.php
721 /modules/whatsappchat/classes/WhatsappChatBlockAgent.php
722 /modules/whatsappchat/translations/fr.php
723 /classes/Smarty/SmartyDevTemplate.php
724 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
725 /var/cache/dev/smarty/compile/theme_optima/42/35/ca/4235cae2b587aa2bbe3222a1173c36d09e1b02a6_2.file.posquickmenu-header.tpl.php
726 /modules/smartblogcategories/smartblogcategories.php
727 /modules/smartblogcategories/translations/fr.php
728 /modules/smartblogarchive/smartblogarchive.php
729 /modules/smartblogarchive/translations/fr.php
730 /modules/ps_googleanalytics/ps_googleanalytics.php
731 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
732 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
733 /var/cache/dev/smarty/compile/theme_optima/05/f3/94/05f394ce0b50c6fd710974557e3e4e741a89a883_2.file.ps_googleanalytics.tpl.php
734 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
735 /modules/posproductcomments/posproductcomments.php
736 /modules/posproductcomments/translations/fr.php
737 /modules/posrotatorimg/posrotatorimg.php
738 /var/cache/dev/smarty/compile/theme_optima/ac/ef/56/acef566f15aea74157f36437b8b34d4239b8cb7c_2.file.rotator_header.tpl.php
739 /modules/possearchproducts/possearchproducts.php
740 /modules/possearchproducts/src/PosSearchCore.php
741 /classes/Search.php
742 /modules/possearchproducts/src/PosSearchProvider.php
743 /src/Core/Product/Search/ProductSearchProviderInterface.php
744 /modules/posfakeorder/posfakeorder.php
745 /classes/ProductAssembler.php
746 /src/Core/Product/Search/ProductSearchContext.php
747 /classes/ProductPresenterFactory.php
748 /src/Core/Product/ProductPresentationSettings.php
749 /src/Core/Product/ProductListingPresenter.php
750 /src/Adapter/Presenter/Product/ProductListingPresenter.php
751 /src/Adapter/Presenter/Product/ProductPresenter.php
752 /src/Adapter/Product/ProductColorsRetriever.php
753 /src/Adapter/HookManager.php
754 /modules/posmegamenu/posmegamenu.php
755 /modules/posmegamenu/classes/PosMegamenuClass.php
756 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php
757 /modules/posmegamenu/classes/PosMegamenuSubmenuRowClass.php
758 /modules/posmegamenu/classes/PosMegamenuSubmenuColumnClass.php
759 /modules/posmegamenu/classes/PosMegamenuSubmenuItemClass.php
760 /modules/posmegamenu/sql/posSampleDataMenu.php
761 /modules/posvegamenu/posvegamenu.php
762 /modules/posvegamenu/classes/PosVegamenuClass.php
763 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php
764 /modules/posvegamenu/classes/PosVegamenuSubmenuRowClass.php
765 /modules/posvegamenu/classes/PosVegamenuSubmenuColumnClass.php
766 /modules/posvegamenu/classes/PosVegamenuSubmenuItemClass.php
767 /modules/posvegamenu/sql/posSampleDataVerMenu.php
768 /modules/posshoppingcart/posshoppingcart.php
769 /src/Adapter/Cart/CartPresenter.php
770 /modules/possizechart/possizechart.php
771 /src/Core/Product/Search/ProductSearchQuery.php
772 /src/Core/Product/Search/SortOrder.php
773 /modules/ps_facetedsearch/ps_facetedsearch.php
774 /modules/ps_facetedsearch/src/HookDispatcher.php
775 /modules/ps_facetedsearch/src/Hook/Attribute.php
776 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
777 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
778 /modules/ps_facetedsearch/src/Hook/Category.php
779 /modules/ps_facetedsearch/src/Hook/Configuration.php
780 /modules/ps_facetedsearch/src/Hook/Design.php
781 /modules/ps_facetedsearch/src/Hook/Feature.php
782 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
783 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
784 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
785 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
786 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
787 /modules/ps_facetedsearch/src/Hook/Product.php
788 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
789 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
790 /modules/ps_facetedsearch/src/Filters/Provider.php
791 /modules/ps_facetedsearch/src/URLSerializer.php
792 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
793 /modules/ps_facetedsearch/src/Product/SearchProvider.php
794 /src/Core/Product/Search/FacetsRendererInterface.php
795 /modules/ps_facetedsearch/src/Filters/Converter.php
796 /modules/ps_facetedsearch/src/Product/SearchFactory.php
797 /src/Core/Product/Search/ProductSearchResult.php
798 /modules/ps_facetedsearch/src/Product/Search.php
799 /modules/ps_facetedsearch/src/Adapter/MySQL.php
800 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
801 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
802 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
803 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
804 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
805 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
806 /modules/ps_facetedsearch/src/Filters/Products.php
807 /classes/stock/StockAvailable.php
808 /modules/ps_facetedsearch/src/Filters/Block.php
809 /src/Core/Product/Search/FacetCollection.php
810 /classes/Combination.php
811 /override/classes/Category.php
812 /classes/Category.php
813 /classes/SpecificPrice.php
814 /classes/tax/TaxManagerFactory.php
815 /modules/jprestaspeedpack/jprestaspeedpack.php
816 /modules/jprestaspeedpack/classes/PageCacheURLNormalizer.php
817 /modules/jprestaspeedpack/classes/JprestaCacheKey.php
818 /modules/jprestaspeedpack/classes/JprestaCacheKeySpecifics.php
819 /modules/jprestaspeedpack/classes/JprestaCacheWarmerSettings.php
820 /modules/jprestaspeedpack/classes/JprestaApi.php
821 /modules/jprestaspeedpack/classes/JprestaUtils.php
822 /modules/jprestaspeedpack/classes/JprestaUtilsDispatcher.php
823 /modules/jprestaspeedpack/classes/JprestaUtilsMobileDetect.php
824 /modules/jprestaspeedpack/classes/JprestaUtilsTaxManager.php
825 /classes/tax/TaxManagerInterface.php
826 /modules/jprestaspeedpack/classes/PageCacheCache.php
827 /modules/jprestaspeedpack/classes/PageCacheCacheSimpleFS.php
828 /modules/jprestaspeedpack/classes/PageCacheCacheMultiStore.php
829 /modules/jprestaspeedpack/classes/PageCacheCacheZipFS.php
830 /modules/jprestaspeedpack/classes/PageCacheCacheZipArchive.php
831 /modules/jprestaspeedpack/classes/PageCacheCacheMemcache.php
832 /modules/jprestaspeedpack/classes/PageCacheCacheMemcached.php
833 /modules/jprestaspeedpack/classes/JprestaCustomer.php
834 /modules/jprestaspeedpack/classes/PageCacheDAO.php
835 /modules/jprestaspeedpack/vendor/http_build_url.php
836 /modules/jprestaspeedpack/classes/JprestaWebp.php
837 /modules/jprestaspeedpack/vendor/autoload.php
838 /modules/jprestaspeedpack/vendor/composer/autoload_real.php
839 /modules/jprestaspeedpack/vendor/composer/autoload_static.php
840 /modules/jprestaspeedpack/webp.config.php
841 /modules/jprestaspeedpack/classes/JprestaSubModule.php
842 /modules/jprestaspeedpack/classes/JprestaLazyLoading.php
843 /modules/jprestaspeedpack/classes/JprestaLazyLoadingTplParser.php
844 /modules/jprestaspeedpack/classes/JprestaDbOptimizer.php
845 /modules/jprestaspeedpack/translations/fr.php
846 /classes/tax/TaxRulesTaxManager.php
847 /classes/tax/TaxCalculator.php
848 /classes/GroupReduction.php
849 /classes/Pack.php
850 /classes/Feature.php
851 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
852 /src/Adapter/Presenter/Product/ProductLazyArray.php
853 /src/Adapter/Presenter/AbstractLazyArray.php
854 /classes/Image.php
855 /src/Core/Image/ImageFormatConfiguration.php
856 /src/Core/Image/ImageFormatConfigurationInterface.php
857 /classes/FeatureFlag.php
858 /src/Core/FeatureFlag/FeatureFlagSettings.php
859 /src/Core/Util/Inflector.php
860 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
861 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
862 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
863 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
864 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
865 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
866 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
867 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
868 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
869 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
870 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
871 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
872 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
873 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
874 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
875 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
876 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
877 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
878 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
879 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
880 /var/cache/dev/smarty/compile/theme_optima/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
881 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
882 /vendor/smarty/smarty/libs/plugins/modifier.count.php
883 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
884 /src/Core/Product/Search/Pagination.php
885 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/a7/df/85/a7df853966aad0f23ffe7ba845e8623e36452996_2.file.manufacturer.tpl.php
886 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/76/37/37/7637376f57ae231dc94c9a2d14eac8df8589a5cd_2.file.product-list.tpl.php
887 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/7b/13/62/7b1362e09d325797b2062feb0b256ec5cd93bc11_2.file.left_column.tpl.php
888 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/30/b4/78/30b47857754d018799fcd3bcd4a8e3238dba6852_2.file.layout-full-width.tpl.php
889 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/eb/2b/41/eb2b416c926338994a724036a65d9bd7f5fa366e_2.file.layout-both-columns.tpl.php
890 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/90/20/a0/9020a037093216ce7d598e40275c03b95861e180_2.file.head.tpl.php
891 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
892 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/c9/fa/c2/c9fac23d6a1f8d76a55fbe771add72f79f6ca034_2.file.head-jsonld.tpl.php
893 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/08/df/a5/08dfa501a7289dcffba5aceda13226e646e23670_2.file.product-list-jsonld.tpl.php
894 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/1b/08/eb/1b08eb70f67d8dbcc3211cb000db9c27fa41b0d5_2.file.pagination-seo.tpl.php
895 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
896 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/95/65/5d/95655d5a4793ff00fb484c040a88666d8c2a5cee_2.file.stylesheets.tpl.php
897 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/48/53/90/4853905c05870e6eb76c4e54eccfd4fa1d0fea69_2.file.javascript.tpl.php
898 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
899 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
900 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
901 /var/cache/dev/smarty/cache/posquickmenu/1/1/152/theme_optima/42/ff/3a/42ff3ad448bd01d805ec58fc679a59fb57539c9b.posquickmenuviewstemplateshookposquickmenu.tpl.php
902 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/3e/91/93/3e9193cfe023702b88bd6fb51b202051cd0012b8_2.file.product-activation.tpl.php
903 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/56/df/cd/56dfcd30ddca2969e7e12a22a78db2adb636c3b7_2.file.header.tpl.php
904 /modules/creativeelements/includes/controls/text.php
905 /modules/creativeelements/includes/controls/number.php
906 /modules/creativeelements/includes/controls/textarea.php
907 /modules/creativeelements/includes/controls/select.php
908 /modules/creativeelements/includes/controls/checkbox.php
909 /modules/creativeelements/includes/controls/switcher.php
910 /modules/creativeelements/includes/controls/hidden.php
911 /modules/creativeelements/includes/controls/heading.php
912 /modules/creativeelements/includes/controls/raw-html.php
913 /modules/creativeelements/includes/controls/section.php
914 /modules/creativeelements/includes/controls/tab.php
915 /modules/creativeelements/includes/controls/tabs.php
916 /modules/creativeelements/includes/controls/divider.php
917 /modules/creativeelements/includes/controls/color.php
918 /modules/creativeelements/includes/controls/media.php
919 /modules/creativeelements/includes/controls/slider.php
920 /modules/creativeelements/includes/controls/dimensions.php
921 /modules/creativeelements/includes/controls/choose.php
922 /modules/creativeelements/includes/controls/wysiwyg.php
923 /modules/creativeelements/includes/controls/code.php
924 /modules/creativeelements/includes/controls/font.php
925 /modules/creativeelements/includes/controls/image-dimensions.php
926 /modules/creativeelements/includes/controls/ps-widget.php
927 /modules/creativeelements/includes/controls/url.php
928 /modules/creativeelements/includes/controls/repeater.php
929 /modules/creativeelements/includes/controls/icon.php
930 /modules/creativeelements/includes/controls/structure.php
931 /modules/creativeelements/includes/controls/select2.php
932 /modules/creativeelements/includes/controls/date-time.php
933 /modules/creativeelements/includes/controls/box-shadow.php
934 /modules/creativeelements/includes/controls/animation.php
935 /modules/creativeelements/includes/controls/hover-animation.php
936 /modules/creativeelements/includes/controls/order.php
937 /modules/creativeelements/includes/controls/groups/background.php
938 /modules/creativeelements/includes/controls/groups/border.php
939 /modules/creativeelements/includes/controls/groups/typography.php
940 /modules/creativeelements/includes/controls/groups/image-size.php
941 /modules/creativeelements/includes/controls/groups/box-shadow.php
942 /modules/creativeelements/includes/widgets/common.php
943 /modules/creativeelements/includes/widgets/heading.php
944 /modules/creativeelements/includes/widgets/image.php
945 /modules/creativeelements/includes/widgets/text-editor.php
946 /modules/creativeelements/includes/widgets/video.php
947 /modules/creativeelements/includes/widgets/button.php
948 /modules/creativeelements/includes/widgets/divider.php
949 /modules/creativeelements/includes/widgets/spacer.php
950 /modules/creativeelements/includes/widgets/google-maps.php
951 /modules/creativeelements/includes/widgets/icon.php
952 /modules/creativeelements/includes/widgets/image-box.php
953 /modules/creativeelements/includes/widgets/icon-box.php
954 /modules/creativeelements/includes/widgets/image-carousel.php
955 /modules/creativeelements/includes/widgets/icon-list.php
956 /modules/creativeelements/includes/widgets/counter.php
957 /modules/creativeelements/includes/widgets/progress.php
958 /modules/creativeelements/includes/widgets/testimonial.php
959 /modules/creativeelements/includes/widgets/tabs.php
960 /modules/creativeelements/includes/widgets/accordion.php
961 /modules/creativeelements/includes/widgets/toggle.php
962 /modules/creativeelements/includes/widgets/social-icons.php
963 /modules/creativeelements/includes/widgets/alert.php
964 /modules/creativeelements/includes/widgets/shortcode.php
965 /modules/creativeelements/includes/widgets/html.php
966 /modules/creativeelements/includes/widgets/menu-anchor.php
967 /modules/creativeelements/includes/widgets/product-grid.php
968 /modules/creativeelements/includes/widgets/product-carousel.php
969 /modules/creativeelements/includes/widgets/product-box.php
970 /modules/creativeelements/includes/widgets/layer-slider.php
971 /modules/creativeelements/includes/widgets/call-to-action.php
972 /modules/creativeelements/includes/widgets/flip-box.php
973 /modules/creativeelements/includes/widgets/contact-form.php
974 /modules/creativeelements/includes/widgets/email-subscription.php
975 /modules/creativeelements/includes/widgets/image-hotspot.php
976 /modules/creativeelements/includes/widgets/countdown.php
977 /modules/creativeelements/includes/widgets/ajax-search.php
978 /modules/creativeelements/includes/widgets/testimonial-carousel.php
979 /modules/creativeelements/includes/widgets/facebook-page.php
980 /modules/creativeelements/includes/widgets/facebook-button.php
981 /modules/creativeelements/includes/widgets/trustedshops-reviews.php
982 /modules/creativeelements/includes/widgets/image-slider.php
983 /modules/creativeelements/includes/widgets/category-tree.php
984 /modules/creativeelements/includes/widgets/module.php
985 /modules/posthemeoptions/elementor/widgets/PosBannerWidget.php
986 /modules/posthemeoptions/elementor/widgets/PosBrandWidget.php
987 /modules/posthemeoptions/elementor/widgets/PosCategoriesWidget.php
988 /modules/posthemeoptions/elementor/widgets/PosCountdownWidget.php
989 /modules/posthemeoptions/elementor/widgets/PosHeaderAccountWidget.php
990 /modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php
991 /modules/posthemeoptions/elementor/widgets/PosHeaderCompareWidget.php
992 /modules/posthemeoptions/elementor/widgets/PosHeaderContactWidget.php
993 /modules/posthemeoptions/elementor/widgets/PosHeaderCurrencyWidget.php
994 /modules/posthemeoptions/elementor/widgets/PosHeaderLanguageWidget.php
995 /modules/posthemeoptions/elementor/widgets/PosHeaderLogoWidget.php
996 /modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php
997 /modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php
998 /modules/posthemeoptions/elementor/widgets/PosHeaderSettingsWidget.php
999 /modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php
1000 /modules/posthemeoptions/elementor/widgets/PosIconBoxWidget.php
1001 /modules/posthemeoptions/elementor/widgets/PosImageHotspotWidget.php
1002 /modules/posthemeoptions/elementor/widgets/PosLatestPostWidget.php
1003 /modules/posthemeoptions/elementor/widgets/PosLinksWidget.php
1004 /modules/posthemeoptions/elementor/widgets/PosNewsletterWidget.php
1005 /modules/posthemeoptions/elementor/widgets/PosProductsWidget.php
1006 /modules/posthemeoptions/elementor/widgets/PosSaleProductsWidget.php
1007 /modules/posthemeoptions/elementor/widgets/PosSlideshowWidget.php
1008 /modules/posthemeoptions/elementor/widgets/PosSocialsWidget.php
1009 /modules/posthemeoptions/elementor/widgets/PosTabProductsWidget.php
1010 /modules/posthemeoptions/elementor/widgets/PosTestimonialsWidget.php
1011 /modules/posthemeoptions/elementor/widgets/PosTitleWidget.php
1012 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1013 /var/cache/dev/smarty/compile/theme_optima/e9/d6/ed/e9d6ed9a65d832439eb2d2c1033bbc69dd9aac0c_2.module.possearchproductsviewstemplatesfrontpossearch.tpl.php
1014 /var/cache/dev/smarty/compile/theme_optima/fd/b3/13/fdb3135c9a469525a27945e4bc035c97ba314a70_2.module.posshoppingcartposshoppingcart.tpl.php
1015 /var/cache/dev/smarty/compile/theme_optima/be/a2/19/bea21914f17425d413b95dda1a8cd5ee6c7d318e_2.file.cart-detailed-totals.tpl.php
1016 /var/cache/dev/smarty/compile/theme_optima/c8/d2/06/c8d206566c17d6d43cc621020db82fe360aada4e_2.file.cart-summary-totals.tpl.php
1017 /var/cache/dev/smarty/cache/posvegamenu/1/1/152/theme_optima/58/59/5c/58595c32735eac3bbc1c093eb8fc04c49630dbff.posvegamenu.tpl.php
1018 /classes/CMS.php
1019 /var/cache/dev/smarty/cache/posmegamenu/1/1/152/theme_optima/64/64/f0/6464f0838042da932d45bc0931ef1547ed23fc82.posmegamenu.tpl.php
1020 /var/cache/dev/smarty/compile/theme_optima/9d/f1/dc/9df1dc9b9f35529d4e366a5ae301647b8bbde57c_2.file.posmegamenu-mobile.tpl.php
1021 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1022 /var/cache/dev/smarty/compile/e2/0e/7c/e20e7c1cfa8387382b4c421f2261fc5dac1181c2_2.file.menu-mobile.tpl.php
1023 /modules/ps_languageselector/ps_languageselector.php
1024 /modules/ps_currencyselector/ps_currencyselector.php
1025 /var/cache/dev/smarty/compile/theme_optima/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.ps_currencyselectorps_currencyselector.tpl.php
1026 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
1027 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/dc/0b/cd/dc0bcd8b0aa4967d293723edc2a2616712b77516_2.file.breadcrumb.tpl.php
1028 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/2d/2b/2c/2d2b2cf51d4b2fcf13a36791b48da8b63c4166a1_2.file.notifications.tpl.php
1029 /modules/ps_categorytree/ps_categorytree.php
1030 /var/cache/dev/smarty/compile/theme_optima/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1031 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1032 /var/cache/dev/smarty/compile/theme_optima/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1033 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/f9/76/19/f97619d43a1740504d48434e55864315c6d8d402_2.file.products-top.tpl.php
1034 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/e4/7b/c9/e47bc9de8ec1be3030df4e498347c5e319de8245_2.file.sort-orders.tpl.php
1035 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/ce/b0/be/ceb0be1c4ebcdd2c893f22912fbcb0b08ac44718_2.file.products.tpl.php
1036 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/1e/6b/29/1e6b294c3ea27f6968d74c62985322675ea00fd7_2.file.productlist.tpl.php
1037 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1038 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/ff/4c/e6/ff4ce6daef70f67387cced5a0390c360fbb119a3_2.file.product.tpl.php
1039 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/3d/4e/10/3d4e1020ec01c9fa09bf649dd5ad04e20803167d_2.file.grid5.tpl.php
1040 /var/cache/dev/smarty/compile/theme_optima/cd/94/5f/cd945fea2f2751cdfd72e103d7b02cde30c4874b_2.file.rotator.tpl.php
1041 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/3c/07/3a/3c073a0adf3ee6df286684c0edba34147836791d_2.file.button-cart.tpl.php
1042 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/38/29/af/3829afbad966ba45ee1085186f125875cc394079_2.file.pagination.tpl.php
1043 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/04/cf/19/04cf19429310b12867906a7383c9fda1b2087850_2.file.products-bottom.tpl.php
1044 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_full_width_tpl/fe/94/7d/fe947d2015311d6472c40de75c8a7fd7e069ec40_2.file.footer.tpl.php
1045 /var/cache/dev/smarty/compile/d3/14/e2/d314e2e9bde10437a1daa9cb5d2433e5ca206583_2.file.links.tpl.php
1046 /var/cache/dev/smarty/compile/c3/71/e9/c371e99e9f14e8ec9d6904690289be7704662a9e_2.file.newsletter.tpl.php
1047 /var/cache/dev/smarty/cache/posfakeorder/1/1/152/theme_optima/b8/52/d4/b852d41ab3078f33d54621d32a1e922514ca5c52.posfakeorderposfakeorder.tpl.php