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 1816 ms
Querying Time 1161 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 4.247 ms 4.247 ms 2.42 Mb 2.8 Mb
__construct 0.022 ms 4.269 ms - Mb 2.8 Mb
init 15.553 ms 19.822 ms 0.40 Mb 3.4 Mb
checkAccess 0.002 ms 19.824 ms - Mb 3.4 Mb
setMedia 3.444 ms 23.268 ms 0.20 Mb 3.4 Mb
postProcess 0.002 ms 23.270 ms - Mb 3.4 Mb
initHeader 0.001 ms 23.271 ms - Mb 3.4 Mb
initContent 1158 ms 1181 ms 22.27 Mb 25.3 Mb
initFooter 0.004 ms 1181 ms - Mb 25.3 Mb
display 635.564 ms 1816 ms 24.89 Mb 51.1 Mb
Hook Time Memory Usage
CETemplate 220.998 ms 9.10 Mb
RotatorImg 163.274 ms 8.73 Mb
displayLeftColumn 9.526 ms 0.33 Mb
DisplayHeader 7.381 ms 0.16 Mb
displayMegamenuMobileBottom 6.179 ms 0.26 Mb
displayAfterBodyOpeningTag 1.698 ms 0.05 Mb
displayBeforeBodyClosingTag 1.620 ms 0.05 Mb
OverrideLayoutTemplate 1.080 ms 0.02 Mb
LeftColumn 0.845 ms 0.02 Mb
ModuleRoutes 0.724 ms - Mb
ActionFrontControllerSetMedia 0.519 ms 0.01 Mb
ProductSearchProvider 0.328 ms - Mb
DisplayLeftColumn 0.286 ms - Mb
ActionCreativeElementsInit 0.022 ms - Mb
14 hook(s) 414.480 ms 18.74 Mb
Module Time Memory Usage
smartblog 3.940 ms - Mb
ps_emailsubscription 1.560 ms 0.09 Mb
blockreassurance 0.299 ms 0.01 Mb
ps_socialfollow 0.195 ms 0.01 Mb
posquickmenu 2.560 ms 0.14 Mb
creativeelements 223.409 ms 9.22 Mb
whatsappchat 3.242 ms 0.14 Mb
posthemeoptions 1.675 ms 0.04 Mb
smartblogcategories 0.265 ms 0.01 Mb
smartblogarchive 0.193 ms 0.01 Mb
ps_googleanalytics 0.381 ms 0.02 Mb
posproductcomments 0.321 ms - Mb
posrotatorimg 164.459 ms 8.79 Mb
possearchproducts 0.236 ms 0.01 Mb
posfakeorder 2.381 ms 0.12 Mb
posmegamenu 0.305 ms 0.01 Mb
posvegamenu 0.329 ms 0.01 Mb
posshoppingcart 0.986 ms 0.01 Mb
possizechart 0.317 ms 0.01 Mb
ps_facetedsearch 0.929 ms 0.02 Mb
jprestaspeedpack 2.326 ms 0.02 Mb
ps_languageselector 2.069 ms 0.08 Mb
ps_currencyselector 4.531 ms 0.24 Mb
ps_categorytree 9.679 ms 0.34 Mb
24 module(s) 426.587 ms 19.30 Mb

Stopwatch SQL - 1997 queries

# Query Time (ms) Rows Filesort Group By Location
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
38.845 ms 4 /classes/Product.php:3570
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
12.522 ms 0 /classes/Cart.php:1426
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.555 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.090 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`)
5.591 ms 2250 /classes/Configuration.php:180
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.996 ms 0 /classes/Hook.php:1326
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
4.265 ms 589 /classes/Hook.php:456
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
3.833 ms 1 /src/Adapter/EntityMapper.php:71
853
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2772 LIMIT 1
3.536 ms 1 /classes/SpecificPrice.php:435
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
3.354 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
2.800 ms 1 Yes /classes/Product.php:6017
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
2.679 ms 1 /classes/Product.php:3570
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.594 ms 73 Yes /classes/Category.php:799
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
2.391 ms 1 Yes Yes /classes/Category.php:1151
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
2.386 ms 1 Yes /classes/Product.php:6017
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`
2.093 ms 300 Yes Yes /classes/Hook.php:1267
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
1.916 ms 1 /src/Adapter/EntityMapper.php:71
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
1.901 ms 1 /classes/stock/StockAvailable.php:453
833
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 63 LIMIT 1
1.861 ms 1 /classes/Product.php:5655
835
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2777 LIMIT 1
1.764 ms 1 /classes/SpecificPrice.php:435
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)
1.727 ms 1 /classes/Product.php:3860
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
1.670 ms 0 /classes/Cart.php:1426
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
1.661 ms 2 /classes/Product.php:3570
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.637 ms 54 Yes /classes/Product.php:4520
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `nop_hook` h
WHERE (h.active = 1)
1.618 ms 1078 /classes/Hook.php:1366
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.600 ms 54 Yes /classes/Product.php:4520
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.575 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
1.566 ms 1 /src/Adapter/EntityMapper.php:71
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
1.550 ms 1 Yes /classes/Product.php:6017
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;
1.496 ms 54 Yes /classes/Product.php:4520
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`
1.464 ms 1 Yes /classes/Product.php:3545
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;
1.455 ms 54 Yes /classes/Product.php:4520
577
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
1.439 ms 1 /classes/Product.php:5655
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
1.418 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
1.409 ms 0 /classes/Cart.php:1426
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
1.406 ms 1 Yes /classes/Product.php:6017
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.399 ms 0 /classes/Cart.php:1426
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.378 ms 1 /src/Adapter/EntityMapper.php:71
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
1.373 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.344 ms 174 Yes /classes/Dispatcher.php:654
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.337 ms 0 /classes/Cart.php:1426
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.332 ms 54 Yes /classes/Product.php:4520
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
1.287 ms 1 /src/Adapter/EntityMapper.php:71
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.271 ms 54 Yes /classes/Product.php:4520
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.266 ms 54 Yes /classes/Product.php:4520
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.262 ms 0 /classes/Cart.php:1426
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.238 ms 54 Yes /classes/Product.php:4520
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
1.232 ms 7 /classes/Product.php:3570
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
1.227 ms 1 Yes /classes/Product.php:6017
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
1.225 ms 1 /classes/stock/StockAvailable.php:453
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
1.225 ms 1 /src/Adapter/EntityMapper.php:71
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.222 ms 54 Yes /classes/Product.php:4520
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.217 ms 54 Yes /classes/Product.php:4520
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.212 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.211 ms 54 Yes /classes/Product.php:4520
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
1.205 ms 1 Yes /classes/Product.php:6017
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;
1.200 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.197 ms 54 Yes /classes/Product.php:4520
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;
1.189 ms 54 Yes /classes/Product.php:4520
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
1.186 ms 0 /classes/Cart.php:1426
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
1.171 ms 1 Yes /classes/Product.php:6017
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.170 ms 54 Yes /classes/Product.php:4520
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
1.170 ms 0 /classes/Cart.php:1426
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.166 ms 54 Yes /classes/Product.php:4520
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.165 ms 54 Yes /classes/Product.php:4520
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.157 ms 0 /classes/Cart.php:1426
851
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 63 LIMIT 1
1.156 ms 1 /classes/Product.php:5655
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
1.155 ms 0 /classes/Cart.php:1426
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.148 ms 54 Yes /classes/Product.php:4520
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.140 ms 54 Yes /classes/Product.php:4520
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;
1.139 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.134 ms 54 Yes /classes/Product.php:4520
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;
1.132 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.131 ms 54 Yes /classes/Product.php:4520
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
1.130 ms 1 /classes/stock/StockAvailable.php:453
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
1.124 ms 1 Yes /classes/Product.php:6017
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`
1.122 ms 1 Yes /classes/Product.php:3545
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.121 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.119 ms 54 Yes /classes/Product.php:4520
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
1.109 ms 1 /src/Adapter/EntityMapper.php:71
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.099 ms 1 /src/Adapter/EntityMapper.php:71
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
1.097 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
1.095 ms 1 /src/Adapter/EntityMapper.php:71
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.093 ms 54 Yes /classes/Product.php:4520
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
1.092 ms 0 /classes/Cart.php:1426
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
1.086 ms 1 /classes/stock/StockAvailable.php:453
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.086 ms 54 Yes /classes/Product.php:4520
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
1.083 ms 149 /classes/module/Module.php:345
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
1.083 ms 0 /classes/Cart.php:1426
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
1.082 ms 1 /src/Adapter/EntityMapper.php:71
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.082 ms 54 Yes /classes/Product.php:4520
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;
1.080 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.073 ms 6 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
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
1.070 ms 1 /src/Adapter/EntityMapper.php:71
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
1.070 ms 0 /classes/Cart.php:1426
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
1.066 ms 1 Yes /classes/Product.php:6017
1596
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_languageselector" LIMIT 1
1.065 ms 1 /classes/module/Module.php:2636
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.065 ms 54 Yes /classes/Product.php:4520
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.063 ms 54 Yes /classes/Product.php:4520
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
1.062 ms 0 /classes/Cart.php:1426
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
1.060 ms 1 /classes/stock/StockAvailable.php:453
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.059 ms 54 Yes /classes/Product.php:4520
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.058 ms 0 /classes/Cart.php:1426
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.055 ms 54 Yes /classes/Product.php:4520
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
1.053 ms 1 /src/Adapter/EntityMapper.php:71
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.050 ms 1 /src/Adapter/EntityMapper.php:71
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.050 ms 54 Yes /classes/Product.php:4520
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)
1.048 ms 1 /classes/Product.php:3860
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.048 ms 54 Yes /classes/Product.php:4520
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.046 ms 54 Yes /classes/Product.php:4520
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
1.044 ms 0 /classes/Cart.php:1426
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.044 ms 0 /classes/Cart.php:1426
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
1.042 ms 1 Yes /classes/Product.php:6017
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
1.042 ms 1 /src/Adapter/EntityMapper.php:71
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.041 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.038 ms 1 /src/Adapter/EntityMapper.php:71
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
1.038 ms 0 /classes/Cart.php:1426
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
1.037 ms 0 /classes/Cart.php:1426
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
1.029 ms 3 /classes/Product.php:3570
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.023 ms 54 Yes /classes/Product.php:4520
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.022 ms 54 Yes /classes/Product.php:4520
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;
1.021 ms 54 Yes /classes/Product.php:4520
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
1.018 ms 1 /src/Adapter/EntityMapper.php:71
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.016 ms 0 /classes/Cart.php:1426
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.016 ms 0 /classes/Cart.php:1426
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.015 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.014 ms 54 Yes /classes/Product.php:4520
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
1.013 ms 73 Yes Yes /classes/Category.php:1151
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.010 ms 1 /src/Adapter/EntityMapper.php:71
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
1.010 ms 1 /classes/Product.php:3570
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;
1.009 ms 54 Yes /classes/Product.php:4520
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
1.003 ms 0 /classes/Cart.php:1426
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.003 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.003 ms 54 Yes /classes/Product.php:4520
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;
0.997 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;
0.997 ms 54 Yes /classes/Product.php:4520
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.995 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.992 ms 54 Yes /classes/Product.php:4520
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.989 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.989 ms 54 Yes /classes/Product.php:4520
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.988 ms 1 Yes /classes/Product.php:6017
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.988 ms 54 Yes /classes/Product.php:4520
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;
0.987 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;
0.985 ms 54 Yes /classes/Product.php:4520
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.979 ms 0 /classes/Cart.php:1426
18
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `nop_hook`
0.978 ms 1078 /classes/Hook.php:1326
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.975 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.973 ms 54 Yes /classes/Product.php:4520
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.972 ms 0 /classes/Cart.php:1426
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;
0.971 ms 54 Yes /classes/Product.php:4520
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.968 ms 1 /src/Adapter/EntityMapper.php:71
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.966 ms 1 /classes/Product.php:3860
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;
0.962 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
0.961 ms 0 /classes/Cart.php:1426
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;
0.952 ms 54 Yes /classes/Product.php:4520
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
0.951 ms 0 /classes/Cart.php:1426
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.950 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.948 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.948 ms 54 Yes /classes/Product.php:4520
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.946 ms 0 /classes/Cart.php:1426
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
0.946 ms 0 /classes/Cart.php:1426
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.944 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.944 ms 54 Yes /classes/Product.php:4520
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.938 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
0.938 ms 1 /src/Adapter/EntityMapper.php:71
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.936 ms 1 /classes/stock/StockAvailable.php:453
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.934 ms 9 Yes Yes /classes/Category.php:1151
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.934 ms 1 Yes Yes /classes/Category.php:1151
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;
0.934 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;
0.931 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;
0.930 ms 54 Yes /classes/Product.php:4520
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.925 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.925 ms 54 Yes /classes/Product.php:4520
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.924 ms 1 /classes/Product.php:5655
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.923 ms 1 Yes /classes/Product.php:6017
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.922 ms 1 Yes /classes/Product.php:6017
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.921 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.921 ms 54 Yes /classes/Product.php:4520
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;
0.917 ms 54 Yes /classes/Product.php:4520
871
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2769 LIMIT 1
0.916 ms 1 /classes/SpecificPrice.php:435
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.914 ms 1 /src/Adapter/EntityMapper.php:71
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
0.914 ms 0 /classes/Cart.php:1426
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
0.912 ms 0 /classes/Cart.php:1426
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.911 ms 0 /classes/Cart.php:1426
1598
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.911 ms 1 /classes/module/Module.php:2636
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;
0.911 ms 54 Yes /classes/Product.php:4520
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.910 ms 54 Yes /classes/Product.php:4520
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.909 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.905 ms 54 Yes /classes/Product.php:4520
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.904 ms 0 /classes/Cart.php:1426
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
0.904 ms 0 /classes/Cart.php:1426
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.902 ms 2 /classes/Product.php:3570
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;
0.901 ms 54 Yes /classes/Product.php:4520
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
0.900 ms 0 /classes/Cart.php:1426
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.899 ms 0 /classes/Cart.php:1426
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;
0.898 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;
0.898 ms 54 Yes /classes/Product.php:4520
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;
0.898 ms 54 Yes /classes/Product.php:4520
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
0.896 ms 0 /classes/Cart.php:1426
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;
0.895 ms 54 Yes /classes/Product.php:4520
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.895 ms 54 Yes /classes/Product.php:4520
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.894 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.894 ms 0 /classes/Cart.php:1426
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.892 ms 0 /classes/Cart.php:1426
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.889 ms 54 Yes /classes/Product.php:4520
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
0.888 ms 1 /src/Adapter/EntityMapper.php:71
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.887 ms 1 /src/Adapter/EntityMapper.php:71
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.886 ms 0 /classes/Cart.php:1426
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.884 ms 0 /classes/Cart.php:1426
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.883 ms 0 /classes/Cart.php:1426
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.883 ms 0 /classes/Cart.php:1426
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.882 ms 0 /classes/Cart.php:1426
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.880 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1418
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_css' LIMIT 1
0.879 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
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.878 ms 0 /classes/Cart.php:1426
1563
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "poscompare" LIMIT 1
0.876 ms 1 /classes/module/Module.php:2636
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;
0.876 ms 54 Yes /classes/Product.php:4520
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.875 ms 4 /classes/Product.php:3570
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;
0.875 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.873 ms 1 /src/Adapter/EntityMapper.php:71
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.872 ms 54 Yes /classes/Product.php:4520
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.871 ms 1 /classes/Product.php:3570
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.870 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
0.868 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
0.868 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.867 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.866 ms 54 Yes /classes/Product.php:4520
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.866 ms 8 Yes /modules/posvegamenu/classes/PosVegamenuClass.php:231
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.865 ms 1 /src/Adapter/EntityMapper.php:71
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.863 ms 1 /classes/stock/StockAvailable.php:453
1961
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2379
0.862 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.860 ms 1 /classes/Currency.php:1136
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)
0.859 ms 1 /classes/Product.php:3860
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.858 ms 1 Yes /classes/Product.php:3545
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
0.858 ms 0 /classes/Cart.php:1426
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.855 ms 1 /classes/Product.php:3570
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;
0.854 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
0.853 ms 0 /classes/Cart.php:1426
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.853 ms 1 Yes /classes/Product.php:6017
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.852 ms 1 Yes /classes/Product.php:6017
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.852 ms 54 Yes /classes/Product.php:4520
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
0.852 ms 149 /classes/module/Module.php:345
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;
0.852 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
0.850 ms 0 /classes/Cart.php:1426
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.847 ms 1 /classes/Product.php:5655
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;
0.847 ms 54 Yes /classes/Product.php:4520
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.847 ms 1 /src/Adapter/EntityMapper.php:71
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
0.846 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.844 ms 1 /src/Adapter/EntityMapper.php:71
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
0.840 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.839 ms 54 Yes /classes/Product.php:4520
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.838 ms 54 Yes /classes/Product.php:4520
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;
0.838 ms 54 Yes /classes/Product.php:4520
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
0.837 ms 0 /classes/Cart.php:1426
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.837 ms 1 /classes/Product.php:3570
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.836 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.835 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.833 ms 0 /classes/Cart.php:1426
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.833 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;
0.833 ms 54 Yes /classes/Product.php:4520
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.831 ms 1 /src/Adapter/EntityMapper.php:71
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
0.828 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.827 ms 1 /src/Adapter/EntityMapper.php:71
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.824 ms 0 /classes/Cart.php:1426
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.824 ms 1 Yes /classes/Product.php:3545
1980
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_css' LIMIT 1
0.822 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
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
0.822 ms 0 /classes/Cart.php:1426
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.821 ms 1 Yes /classes/Product.php:6017
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;
0.821 ms 54 Yes /classes/Product.php:4520
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.818 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.816 ms 1 /src/Adapter/EntityMapper.php:71
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.816 ms 1 /classes/stock/StockAvailable.php:453
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;
0.816 ms 54 Yes /classes/Product.php:4520
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;
0.813 ms 54 Yes /classes/Product.php:4520
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.813 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.812 ms 54 Yes /classes/Product.php:4520
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.812 ms 1 Yes /classes/Product.php:3545
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.811 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.811 ms 54 Yes /classes/Product.php:4520
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.810 ms 0 /classes/Cart.php:1426
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
0.809 ms 0 /classes/Cart.php:1426
158
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3063 AND id_shop=1 LIMIT 1
0.809 ms 1 /classes/Product.php:6872
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.809 ms 1 /classes/Product.php:3860
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;
0.809 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;
0.809 ms 54 Yes /classes/Product.php:4520
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.808 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.808 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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;
0.808 ms 54 Yes /classes/Product.php:4520
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.807 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;
0.805 ms 54 Yes /classes/Product.php:4520
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
0.804 ms 1 /src/Adapter/EntityMapper.php:71
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
0.804 ms 1 /src/Adapter/EntityMapper.php:71
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.803 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.801 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
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;
0.801 ms 54 Yes /classes/Product.php:4520
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.801 ms 8 Yes /modules/posvegamenu/classes/PosVegamenuClass.php:231
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;
0.800 ms 54 Yes /classes/Product.php:4520
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.800 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.799 ms 54 Yes /classes/Product.php:4520
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;
0.799 ms 54 Yes /classes/Product.php:4520
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.796 ms 1 /src/Adapter/EntityMapper.php:71
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.796 ms 1 /src/Adapter/EntityMapper.php:71
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.796 ms 0 /classes/Cart.php:1426
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.795 ms 0 /classes/Cart.php:1426
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.794 ms 1 Yes /classes/Product.php:3545
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.792 ms 1 /classes/stock/StockAvailable.php:453
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.792 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.791 ms 54 Yes /classes/Product.php:4520
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;
0.788 ms 54 Yes /classes/Product.php:4520
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.787 ms 0 /classes/Cart.php:1426
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`
0.787 ms 10 Yes /modules/posthemeoptions/elementor/src/WidgetHelper.php:835
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.786 ms 1 /classes/Product.php:3860
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.784 ms 1 Yes /classes/Product.php:6017
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.784 ms 54 Yes /classes/Product.php:4520
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.784 ms 1 Yes /classes/Product.php:3545
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.782 ms 1 /src/Adapter/EntityMapper.php:71
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.781 ms 1 Yes /classes/Product.php:3545
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.779 ms 1 /src/Adapter/EntityMapper.php:71
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.779 ms 1 /src/Adapter/EntityMapper.php:71
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
0.778 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.778 ms 54 Yes /classes/Product.php:4520
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.777 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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
0.775 ms 1 /src/Adapter/EntityMapper.php:71
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.774 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.773 ms 1 Yes /classes/Product.php:6017
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;
0.770 ms 54 Yes /classes/Product.php:4520
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`
0.770 ms 4 Yes /classes/Product.php:3545
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
0.769 ms 1 /src/Adapter/EntityMapper.php:71
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.767 ms 1 Yes /classes/Product.php:6017
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.767 ms 0 /classes/Cart.php:1426
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
0.766 ms 0 /classes/Cart.php:1426
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
0.764 ms 0 /classes/Cart.php:1426
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.764 ms 1 Yes /classes/Product.php:6017
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
0.763 ms 73 Yes Yes /classes/Category.php:1151
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
0.763 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
0.763 ms 0 /classes/Cart.php:1426
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.762 ms 0 /classes/Cart.php:1426
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.761 ms 0 /classes/Cart.php:1426
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.761 ms 6 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
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.760 ms 1 /src/Adapter/EntityMapper.php:71
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.759 ms 0 /classes/Cart.php:1426
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;
0.759 ms 54 Yes /classes/Product.php:4520
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;
0.758 ms 54 Yes /classes/Product.php:4520
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.757 ms 0 /classes/Cart.php:1426
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.757 ms 1 Yes /classes/Product.php:3545
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.757 ms 2 Yes Yes /classes/Category.php:1151
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;
0.755 ms 54 Yes /classes/Product.php:4520
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.754 ms 1 Yes /classes/Product.php:3545
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.754 ms 0 /classes/Cart.php:1426
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;
0.753 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.750 ms 1 /src/Adapter/EntityMapper.php:71
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.750 ms 0 /classes/Cart.php:1426
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.750 ms 1 Yes /classes/Product.php:3545
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.745 ms 1 /src/Adapter/EntityMapper.php:71
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.744 ms 1 Yes /classes/Product.php:6017
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.743 ms 1 /src/Adapter/EntityMapper.php:71
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.743 ms 1 /src/Adapter/EntityMapper.php:71
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.743 ms 0 /classes/Cart.php:1426
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.743 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
0.742 ms 0 /classes/Cart.php:1426
1603
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.742 ms 1 /classes/module/Module.php:2636
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.741 ms 1 /src/Adapter/EntityMapper.php:71
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.740 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
0.738 ms 1 Yes /classes/Product.php:6017
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.737 ms 1 /classes/Product.php:3570
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.737 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.736 ms 1 /src/Adapter/EntityMapper.php:71
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.735 ms 1 /src/Adapter/EntityMapper.php:71
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)
0.734 ms 1 /classes/Product.php:3860
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.734 ms 1 Yes /classes/Product.php:3545
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.734 ms 5 /classes/Product.php:3570
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.733 ms 0 /classes/Cart.php:1426
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
0.732 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.732 ms 54 Yes /classes/Product.php:4520
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.730 ms 1 Yes /classes/Product.php:6017
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.730 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.729 ms 54 Yes /classes/Product.php:4520
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.728 ms 1 Yes /classes/Product.php:3545
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.728 ms 1 /src/Adapter/EntityMapper.php:71
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.727 ms 1 /src/Adapter/EntityMapper.php:71
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
0.727 ms 0 /classes/Cart.php:1426
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.727 ms 1 Yes /classes/Product.php:3545
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.726 ms 0 /classes/Cart.php:1426
1060
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2453 LIMIT 1
0.725 ms 1 /classes/SpecificPrice.php:435
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
0.723 ms 0 /classes/Cart.php:1426
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.723 ms 1 /src/Adapter/EntityMapper.php:71
1580
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posmegamenu" LIMIT 1
0.722 ms 1 /classes/module/Module.php:2636
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
0.722 ms 0 /classes/Cart.php:1426
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
0.720 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.720 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
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
0.719 ms 0 /classes/Cart.php:1426
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.719 ms 1 /classes/Product.php:3860
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.719 ms 1 Yes /classes/Product.php:6017
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.719 ms 1 Yes /classes/Product.php:6017
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.718 ms 1 /classes/Product.php:3860
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.718 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.718 ms 1 Yes /classes/Product.php:6017
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.717 ms 0 /classes/Cart.php:1426
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.715 ms 1 /src/Adapter/EntityMapper.php:71
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.715 ms 1 /classes/stock/StockAvailable.php:453
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.714 ms 1 /src/Adapter/EntityMapper.php:71
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.713 ms 1 /src/Adapter/EntityMapper.php:71
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
0.711 ms 1 /src/Adapter/EntityMapper.php:71
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.709 ms 1 /src/Adapter/EntityMapper.php:71
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.709 ms 1 Yes /classes/Product.php:3545
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;
0.709 ms 54 Yes /classes/Product.php:4520
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.708 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.707 ms 1 /src/Adapter/EntityMapper.php:71
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
0.707 ms 0 /classes/Cart.php:1426
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.707 ms 1 /classes/Product.php:3860
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.707 ms 1 /classes/Product.php:3860
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
0.706 ms 0 /classes/Cart.php:1426
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.706 ms 0 /classes/Cart.php:1426
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.706 ms 5 Yes /classes/Product.php:3545
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.705 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.705 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.704 ms 1 /src/Adapter/EntityMapper.php:71
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.704 ms 1 Yes /classes/Product.php:6017
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.701 ms 0 /classes/Cart.php:1426
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.700 ms 73 Yes Yes /classes/Category.php:1151
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.700 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.697 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.696 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.696 ms 54 Yes /classes/Product.php:4520
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.695 ms 1 /src/Adapter/EntityMapper.php:71
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.695 ms 1 /src/Adapter/EntityMapper.php:71
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.695 ms 1 Yes /classes/Product.php:3545
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
0.694 ms 1 Yes /classes/Product.php:6017
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;
0.693 ms 54 Yes /classes/Product.php:4520
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.693 ms 1 /classes/stock/StockAvailable.php:453
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.692 ms 1 /src/Adapter/EntityMapper.php:71
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.690 ms 1 Yes /classes/Product.php:3545
826
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2778 LIMIT 1
0.689 ms 1 /classes/SpecificPrice.php:435
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;
0.689 ms 54 Yes /classes/Product.php:4520
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.688 ms 1 /classes/Product.php:3860
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;
0.688 ms 54 Yes /classes/Product.php:4520
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
0.687 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.687 ms 1 Yes /classes/Product.php:6017
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.686 ms 1 Yes /classes/Product.php:6017
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
0.684 ms 1 /src/Adapter/EntityMapper.php:71
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.684 ms 1 /src/Adapter/EntityMapper.php:71
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.683 ms 1 /classes/Product.php:3860
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.682 ms 0 /classes/Cart.php:1426
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.682 ms 1 Yes Yes /classes/Category.php:1151
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.681 ms 1 /src/Adapter/EntityMapper.php:71
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.680 ms 1 /classes/Product.php:5655
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.679 ms 1 /classes/Product.php:3860
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.679 ms 1 Yes /classes/Product.php:3545
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.678 ms 1 /classes/Product.php:3570
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.677 ms 1 Yes /classes/Product.php:6017
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.677 ms 1 Yes Yes /classes/Category.php:1151
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.677 ms 0 /classes/Cart.php:1426
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.677 ms 1 /classes/stock/StockAvailable.php:453
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.677 ms 1 Yes /classes/Product.php:3545
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.676 ms 1 /src/Adapter/EntityMapper.php:71
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.676 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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`
0.675 ms 4 Yes /classes/Product.php:3545
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.674 ms 0 /classes/Cart.php:1426
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.674 ms 1 Yes /classes/Product.php:6017
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.673 ms 1 Yes /classes/Product.php:6017
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.672 ms 1 /src/Adapter/EntityMapper.php:71
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.671 ms 1 /src/Adapter/EntityMapper.php:71
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.670 ms 1 /classes/Product.php:3860
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.670 ms 1 /src/Adapter/EntityMapper.php:71
1269
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2865
0.669 ms 1 /classes/Product.php:2902
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.669 ms 1 Yes /classes/Product.php:3545
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.669 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.668 ms 1 /classes/Product.php:3570
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.667 ms 1 Yes /classes/Product.php:6017
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.665 ms 1 Yes /classes/Product.php:6017
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.665 ms 0 /classes/Cart.php:1426
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.665 ms 1 /classes/Product.php:3860
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.665 ms 1 Yes /classes/Product.php:3545
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.665 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.664 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2816
0.662 ms 1 /classes/Product.php:2902
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.662 ms 1 /classes/Product.php:3860
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
0.661 ms 0 /classes/Cart.php:1426
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.661 ms 1 Yes /classes/Product.php:6017
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
0.660 ms 0 /classes/Cart.php:1426
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
0.659 ms 1 /src/Adapter/EntityMapper.php:71
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.659 ms 1 Yes /classes/Product.php:3545
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.659 ms 4 Yes /classes/Product.php:3545
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.659 ms 1 Yes /classes/Product.php:3545
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
0.658 ms 0 /classes/Cart.php:1426
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.658 ms 1 Yes /classes/Product.php:3545
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;
0.658 ms 54 Yes /classes/Product.php:4520
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.657 ms 1 Yes /classes/Product.php:6017
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.657 ms 1 /classes/Product.php:5655
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.657 ms 1 /src/Adapter/EntityMapper.php:71
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
0.657 ms 1 Yes /classes/Product.php:6017
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.657 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.656 ms 0 /classes/Cart.php:1426
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.655 ms 1 /classes/Product.php:3570
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.655 ms 1 /classes/Product.php:3570
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
0.655 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.654 ms 0 /classes/Cart.php:1426
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.654 ms 1 /classes/Product.php:3570
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.653 ms 7 Yes /classes/Product.php:3545
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
0.652 ms 0 /classes/Cart.php:1426
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.652 ms 0 /classes/Cart.php:1426
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.650 ms 1 /classes/Product.php:3860
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.650 ms 1 Yes /classes/Product.php:3545
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
0.649 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.647 ms 1 Yes /classes/Product.php:6017
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.647 ms 1 /src/Adapter/EntityMapper.php:71
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.645 ms 1 /classes/Product.php:3860
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.645 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.643 ms 0 /classes/Cart.php:1426
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.643 ms 1 Yes /classes/Product.php:3545
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.642 ms 1 /src/Adapter/EntityMapper.php:71
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.642 ms 0 /classes/Cart.php:1426
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.641 ms 1 Yes /classes/Product.php:6017
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.640 ms 1 Yes Yes /classes/Category.php:1151
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.640 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
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.640 ms 0 /classes/Cart.php:1426
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
0.640 ms 1 /src/Adapter/EntityMapper.php:71
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.638 ms 1 /classes/Product.php:3860
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.638 ms 1 /src/Adapter/EntityMapper.php:71
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.637 ms 1 Yes /classes/Product.php:3545
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.636 ms 1 /classes/Product.php:3570
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.636 ms 1 /classes/Product.php:3860
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
0.636 ms 6 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
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.636 ms 1 Yes /classes/Product.php:6017
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.635 ms 1 Yes /classes/Product.php:6017
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.634 ms 1 /classes/Product.php:3570
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.634 ms 1 /classes/Product.php:3860
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.634 ms 1 Yes /classes/Product.php:6017
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.633 ms 1 /src/Adapter/EntityMapper.php:71
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.633 ms 1 Yes /classes/Product.php:6017
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.633 ms 1 Yes /classes/Product.php:3545
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
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.632 ms 1 /classes/Product.php:3570
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.632 ms 1 Yes /classes/Product.php:6017
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.632 ms 1 /classes/Category.php:1378
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.631 ms 1 Yes /classes/Product.php:6017
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.631 ms 1 /src/Adapter/EntityMapper.php:71
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.629 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.628 ms 1 /classes/Product.php:3860
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.626 ms 1 /classes/Product.php:3570
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
0.626 ms 0 /classes/Cart.php:1426
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.626 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.625 ms 0 /classes/Cart.php:1426
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.625 ms 1 /src/Adapter/EntityMapper.php:71
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.625 ms 0 /classes/Cart.php:1426
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.625 ms 1 /src/Adapter/EntityMapper.php:71
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;
0.625 ms 54 Yes /classes/Product.php:4520
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.624 ms 1 /classes/Product.php:3860
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.624 ms 3 Yes /classes/Product.php:3545
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.622 ms 0 /classes/Cart.php:1426
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.622 ms 1 Yes /classes/Product.php:6017
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.622 ms 1 /classes/Product.php:3570
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.621 ms 0 /classes/Cart.php:1426
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
0.621 ms 1 /src/Adapter/EntityMapper.php:71
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.621 ms 1 /classes/stock/StockAvailable.php:453
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.621 ms 1 Yes /classes/Product.php:3545
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.621 ms 1 /src/Adapter/EntityMapper.php:71
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.620 ms 1 Yes /classes/Product.php:3545
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.619 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.619 ms 1 Yes /classes/Product.php:6017
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.619 ms 1 /classes/Product.php:3860
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.617 ms 1 /classes/Product.php:3860
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.617 ms 1 /classes/Category.php:1600
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
0.617 ms 0 /classes/Cart.php:1426
1757
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2966
0.615 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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
0.615 ms 1 /src/Adapter/EntityMapper.php:71
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
0.613 ms 1 /src/Adapter/EntityMapper.php:71
837
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2777 AND id_shop=1 LIMIT 1
0.612 ms 1 /classes/Product.php:6872
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
0.612 ms 1 /src/Adapter/EntityMapper.php:71
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.611 ms 1 /classes/Product.php:3860
873
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2769 AND id_shop=1 LIMIT 1
0.611 ms 1 /classes/Product.php:6872
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.610 ms 1 /src/Adapter/EntityMapper.php:71
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.608 ms 1 Yes /classes/Currency.php:694
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.608 ms 1 Yes /classes/Product.php:6017
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.608 ms 1 Yes /classes/Product.php:3545
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.607 ms 1 Yes /classes/Product.php:6017
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`
0.607 ms 1 Yes /classes/Product.php:3545
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
0.606 ms 1 /src/Adapter/EntityMapper.php:71
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.606 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:130
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.606 ms 1 Yes /classes/Product.php:6017
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.606 ms 1 Yes /classes/Product.php:3545
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.605 ms 1 /src/Adapter/EntityMapper.php:71
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`
0.605 ms 4 Yes /classes/Product.php:3545
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.604 ms 1 Yes /classes/Product.php:3545
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.603 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.601 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.601 ms 1 Yes /classes/Product.php:3545
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.601 ms 1 Yes Yes /classes/Category.php:1151
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.601 ms 0 /classes/Cart.php:1426
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.600 ms 1 Yes /classes/Product.php:3545
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`
0.600 ms 1 Yes /classes/Product.php:3545
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.600 ms 1 /src/Adapter/EntityMapper.php:71
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.599 ms 1 Yes /classes/Product.php:6017
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.599 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.599 ms 1 Yes /classes/Product.php:3545
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.597 ms 1 Yes Yes /classes/Category.php:1151
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.596 ms 2 /classes/Category.php:2242
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.596 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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`
0.594 ms 1 Yes /classes/Product.php:3545
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.593 ms 1 Yes /classes/Product.php:6017
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;
0.593 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.592 ms 1 /classes/Product.php:3860
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.591 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlock.php:130
167
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3017 AND id_shop=1 LIMIT 1
0.591 ms 1 /classes/Product.php:6872
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.591 ms 1 /classes/Product.php:3860
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
0.591 ms 0 /classes/Cart.php:1426
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.591 ms 2 Yes /classes/Product.php:3545
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
0.591 ms 1 Yes Yes /classes/Category.php:1151
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.591 ms 4 /classes/Product.php:3570
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.591 ms 1 Yes Yes /classes/Category.php:1151
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.590 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
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.590 ms 1 Yes /classes/Product.php:6017
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
0.590 ms 1 Yes /classes/Product.php:6017
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.589 ms 1 Yes Yes /classes/Category.php:1151
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.589 ms 1 Yes /classes/Product.php:6017
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.589 ms 1 Yes /classes/Product.php:3545
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.589 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.588 ms 1 /src/Adapter/EntityMapper.php:71
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.588 ms 1 Yes Yes /classes/Category.php:1151
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.588 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.587 ms 1 /classes/Cart.php:4243
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.587 ms 1 Yes /classes/Product.php:3545
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.587 ms 1 Yes /classes/Product.php:3545
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
0.586 ms 0 /classes/Cart.php:1426
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.585 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.584 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.583 ms 1 /classes/Product.php:3860
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
0.583 ms 1 /src/Adapter/EntityMapper.php:71
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.582 ms 2 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
0.581 ms 1 Yes /classes/Product.php:6017
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.581 ms 0 /classes/Cart.php:1426
1006
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2509 LIMIT 1
0.581 ms 1 /classes/SpecificPrice.php:435
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.581 ms 1 Yes /classes/Product.php:6017
85
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3061 AND id_shop=1 LIMIT 1
0.580 ms 1 /classes/Product.php:6872
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.580 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.580 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.580 ms 1 /src/Adapter/EntityMapper.php:71
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.580 ms 1 Yes /classes/Product.php:3545
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.579 ms 1 Yes /classes/Product.php:6017
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.578 ms 1 Yes Yes /classes/Category.php:1151
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
0.578 ms 1 Yes /classes/Product.php:6017
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.578 ms 1 /classes/Product.php:3860
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
0.578 ms 1 Yes Yes /classes/Category.php:1151
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.577 ms 1 /src/Adapter/EntityMapper.php:71
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.577 ms 1 /src/Adapter/EntityMapper.php:71
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.576 ms 3 /classes/Product.php:3570
1251
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2812
0.576 ms 1 /classes/Product.php:2902
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.575 ms 1 /classes/Product.php:3570
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.575 ms 1 Yes Yes /classes/Category.php:1151
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.575 ms 1 Yes Yes /classes/Category.php:1151
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.575 ms 1 Yes /classes/Product.php:6017
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.574 ms 1 /classes/stock/StockAvailable.php:453
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
0.573 ms 0 /classes/Cart.php:1426
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.573 ms 3 Yes /classes/Product.php:3545
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.573 ms 1 Yes /classes/Product.php:3545
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.572 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.571 ms 1 /classes/Product.php:3860
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.571 ms 0 /classes/Cart.php:1426
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
0.571 ms 2 Yes Yes /classes/Category.php:1151
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
0.569 ms 0 /classes/Cart.php:1426
1339
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2773
0.569 ms 1 /classes/Product.php:2902
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.569 ms 1 Yes /classes/Product.php:3545
1415
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1
0.568 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
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.567 ms 1 /classes/Product.php:3570
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.567 ms 1 Yes /classes/Product.php:6017
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.566 ms 1 /classes/Product.php:3570
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.566 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.565 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.565 ms 1 /src/Adapter/EntityMapper.php:71
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.564 ms 1 /classes/Product.php:3570
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.564 ms 1 /classes/Product.php:3860
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.564 ms 1 /src/Adapter/EntityMapper.php:71
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.564 ms 1 Yes /classes/Product.php:3545
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.564 ms 1 Yes /classes/Product.php:3545
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.563 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.563 ms 1 Yes /classes/Product.php:3545
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.563 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.562 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
0.562 ms 1 /src/Adapter/EntityMapper.php:71
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
0.561 ms 1 Yes /classes/Product.php:6017
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.561 ms 1 /classes/Product.php:3860
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.561 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
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.560 ms 1 Yes /classes/Product.php:3545
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.560 ms 1 Yes Yes /classes/Category.php:1151
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
0.559 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.559 ms 1 /classes/Product.php:3860
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.559 ms 4 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.558 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
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
0.558 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.558 ms 1 /classes/Product.php:3860
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.558 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1569
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posvegamenu" LIMIT 1
0.557 ms 1 /classes/module/Module.php:2636
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.556 ms 1 Yes /classes/Product.php:3545
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.555 ms 0 /classes/Cart.php:1426
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.555 ms 1 Yes /classes/Product.php:6017
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.555 ms 1 /src/Adapter/EntityMapper.php:71
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.554 ms 1 Yes /classes/Product.php:6017
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.553 ms 1 Yes /classes/Product.php:6017
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.553 ms 1 Yes Yes /classes/Category.php:1151
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.553 ms 1 Yes /classes/Product.php:3545
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.552 ms 1 Yes Yes /classes/Category.php:1151
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.551 ms 1 /classes/Product.php:3860
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.551 ms 1 Yes /classes/Product.php:3545
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.550 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.550 ms 1 /src/Adapter/EntityMapper.php:71
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.550 ms 1 /classes/Product.php:3860
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.550 ms 1 /classes/Product.php:5655
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)
0.550 ms 1 /classes/Product.php:3860
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.550 ms 1 /classes/Product.php:3860
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.549 ms 1 /classes/Product.php:3570
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.549 ms 1 Yes /classes/Product.php:3545
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.548 ms 1 Yes /classes/Product.php:6017
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`
0.548 ms 1 Yes /classes/Product.php:3545
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
0.548 ms 1 /src/Adapter/EntityMapper.php:71
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.548 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.548 ms 1 Yes /classes/Product.php:3545
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.547 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.547 ms 1 /classes/Product.php:3570
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.547 ms 0 /classes/Cart.php:1426
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.547 ms 1 Yes /classes/Product.php:3545
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.547 ms 1 Yes /classes/Product.php:3545
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.547 ms 1 Yes Yes /classes/Category.php:1151
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.547 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.545 ms 1 Yes /classes/shop/Shop.php:715
464
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2179 AND id_shop=1 LIMIT 1
0.544 ms 1 /classes/Product.php:6872
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.544 ms 1 /classes/Product.php:3860
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.543 ms 1 /src/Adapter/EntityMapper.php:71
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.543 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.543 ms 1 Yes /classes/Product.php:3545
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.543 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.542 ms 0 /classes/Cart.php:1426
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
0.542 ms 1 Yes /classes/Product.php:6017
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.542 ms 1 Yes /classes/Product.php:3545
1419
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "possearchproducts" LIMIT 1
0.542 ms 1 /classes/module/Module.php:2636
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.542 ms 1 Yes Yes /classes/Category.php:1151
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.541 ms 1 /classes/stock/StockAvailable.php:453
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.541 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.541 ms 3 Yes Yes /classes/Category.php:1151
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.541 ms 1 Yes Yes /classes/Category.php:1151
192
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3024 LIMIT 1
0.540 ms 1 /classes/SpecificPrice.php:435
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`
0.540 ms 1 Yes /classes/Product.php:3545
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.540 ms 1 /src/Adapter/EntityMapper.php:71
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
0.540 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
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.539 ms 1 /classes/Product.php:3860
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.539 ms 1 /classes/Product.php:3860
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.539 ms 1 Yes /classes/Product.php:3545
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.539 ms 1 Yes /classes/Product.php:3545
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.539 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
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.538 ms 1 /classes/Product.php:3860
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.538 ms 1 Yes /classes/Product.php:6017
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
0.538 ms 1 /classes/Product.php:3570
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.538 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.538 ms 1 Yes /classes/Product.php:6017
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.538 ms 1 /classes/Product.php:3570
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.536 ms 1 Yes /classes/Product.php:3545
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.535 ms 1 /classes/Product.php:3860
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.535 ms 1 Yes /classes/Product.php:6017
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
0.535 ms 1 Yes /classes/Product.php:6017
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.535 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
482
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3388 AND id_shop=1 LIMIT 1
0.534 ms 1 /classes/Product.php:6872
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.534 ms 1 /classes/Product.php:3860
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.534 ms 1 Yes Yes /classes/Category.php:1151
1718
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3009
0.534 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.534 ms 1 Yes /classes/Product.php:6017
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.534 ms 1 Yes /classes/Product.php:3545
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.534 ms 1 Yes Yes /classes/Category.php:1151
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.533 ms 1 /classes/Product.php:3570
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.533 ms 1 Yes /classes/Product.php:3545
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.532 ms 1 Yes /classes/Product.php:3545
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.531 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
311
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3084 AND id_shop=1 LIMIT 1
0.531 ms 1 /classes/Product.php:6872
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.531 ms 1 Yes /classes/Product.php:6017
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.531 ms 1 /classes/Product.php:3570
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`
0.531 ms 1 Yes /classes/Product.php:3545
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.530 ms 1 /classes/Product.php:3860
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`
0.530 ms 1 Yes /classes/Product.php:3545
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.530 ms 1 Yes Yes /classes/Category.php:1151
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
0.530 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.529 ms 1 /classes/Product.php:5655
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.529 ms 1 /classes/Product.php:3570
453
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2549 LIMIT 1
0.529 ms 1 /classes/SpecificPrice.php:435
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.528 ms 1 Yes /classes/Product.php:6017
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`
0.528 ms 1 Yes /classes/Product.php:3545
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.527 ms 1 /classes/Product.php:3860
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.527 ms 1 /classes/Product.php:3860
1141
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2328 LIMIT 1
0.527 ms 1 /classes/SpecificPrice.php:435
862
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2771 LIMIT 1
0.527 ms 1 /classes/SpecificPrice.php:435
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.527 ms 2 /classes/Meta.php:193
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.526 ms 1 Yes Yes /classes/Category.php:1151
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.525 ms 1 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.525 ms 1 Yes Yes /classes/Category.php:1151
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.524 ms 3 /classes/CartRule.php:357
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.524 ms 1 Yes /classes/Product.php:6017
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`
0.524 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.524 ms 1 Yes Yes /classes/Category.php:1151
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.523 ms 1 Yes /classes/Product.php:3545
1640
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3063
0.523 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.522 ms 1 Yes /classes/Product.php:6017
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.521 ms 1 /classes/Product.php:3860
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.521 ms 1 /classes/Product.php:3860
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.520 ms 1 Yes /classes/Product.php:3545
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
0.520 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)
0.519 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.518 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.518 ms 1 Yes /classes/Product.php:6017
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`
0.518 ms 1 Yes /classes/Product.php:3545
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.518 ms 1 /src/Adapter/EntityMapper.php:71
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.517 ms 1 Yes /modules/whatsappchat/classes/WhatsappChatBlockAgent.php:71
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
0.517 ms 1 Yes /classes/Product.php:6017
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.517 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
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.516 ms 1 /src/Adapter/EntityMapper.php:71
1152
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2318 AND id_shop=1 LIMIT 1
0.516 ms 1 /classes/Product.php:6872
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.516 ms 1 /src/Adapter/EntityMapper.php:71
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.515 ms 1 /classes/Product.php:3860
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.515 ms 1 /src/Adapter/EntityMapper.php:71
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
0.515 ms 1 /src/Adapter/EntityMapper.php:71
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.515 ms 1 /src/Adapter/EntityMapper.php:71
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.514 ms 1 /classes/Product.php:3570
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.514 ms 1 Yes /classes/Product.php:3545
1754
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3020
0.514 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.514 ms 1 Yes /classes/Product.php:3545
102
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2808 LIMIT 1
0.513 ms 1 /classes/SpecificPrice.php:435
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.513 ms 1 /classes/Product.php:3860
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.513 ms 1 /classes/Product.php:3570
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.513 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.512 ms 0 /classes/Cart.php:1426
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.512 ms 1 /src/Adapter/EntityMapper.php:71
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.512 ms 1 /classes/Product.php:5655
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.512 ms 1 Yes /classes/Product.php:3545
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.511 ms 1 Yes /classes/Product.php:6017
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.511 ms 1 /src/Adapter/EntityMapper.php:71
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.511 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
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.511 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.510 ms 1 /classes/Product.php:3570
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.510 ms 1 Yes /classes/Product.php:3545
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.510 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.509 ms 1 /classes/Product.php:3860
1167
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2978
0.509 ms 1 /classes/Product.php:2902
1850
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2929
0.509 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
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.508 ms 1 Yes /classes/shop/Shop.php:1364
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.508 ms 1 /classes/Product.php:5655
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.507 ms 1 /classes/Product.php:3570
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.507 ms 1 /src/Adapter/EntityMapper.php:71
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
0.507 ms 1 /classes/Product.php:3570
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.506 ms 1 /classes/Product.php:3570
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.506 ms 1 Yes /classes/Product.php:6017
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.506 ms 1 /classes/Product.php:3860
816
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2779 LIMIT 1
0.505 ms 1 /classes/SpecificPrice.php:435
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.505 ms 1 Yes Yes /classes/Category.php:1151
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.504 ms 1 /classes/Product.php:3860
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.504 ms 1 Yes Yes /classes/Category.php:1151
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.503 ms 3 Yes /classes/Product.php:3545
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.503 ms 1 Yes /classes/Product.php:3545
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.503 ms 1 Yes Yes /classes/Category.php:1151
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.503 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.503 ms 1 /classes/Product.php:3570
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.503 ms 1 /src/Adapter/EntityMapper.php:71
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.502 ms 1 /src/Adapter/EntityMapper.php:71
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
0.502 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.502 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
1347
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2714
0.501 ms 1 /classes/Product.php:2902
1934
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2456
0.501 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.501 ms 1 /classes/Product.php:3570
1413
SELECT SQL_NO_CACHE *
FROM `nop_ce_template` a
WHERE (a.`id_ce_template` = 4) LIMIT 1
0.501 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.500 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.500 ms 1 /src/Adapter/EntityMapper.php:71
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.499 ms 1 Yes /classes/Product.php:6017
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.499 ms 1 /classes/stock/StockAvailable.php:453
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.499 ms 4 Yes Yes /classes/Category.php:1151
1015
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2505 LIMIT 1
0.499 ms 1 /classes/SpecificPrice.php:435
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.498 ms 1 /classes/Product.php:3570
1107
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2381 AND id_shop=1 LIMIT 1
0.498 ms 1 /classes/Product.php:6872
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.498 ms 3 Yes /classes/Product.php:3545
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.498 ms 1 Yes /classes/Product.php:3545
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.498 ms 2 Yes Yes /classes/Category.php:1151
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.498 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.498 ms 1 Yes /classes/Product.php:6017
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.498 ms 1 Yes /classes/Product.php:6017
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.498 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.498 ms 1 /classes/Product.php:3860
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.497 ms 1 /classes/Product.php:3860
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.497 ms 1 Yes /classes/Product.php:3545
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.497 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1760
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2962
0.497 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1096
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2436 LIMIT 1
0.497 ms 1 /classes/SpecificPrice.php:435
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`
0.497 ms 1 Yes /classes/Product.php:3545
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.497 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.496 ms 1 /classes/Product.php:3570
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.496 ms 1 Yes /classes/Product.php:3545
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.496 ms 1 /src/Adapter/EntityMapper.php:71
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.496 ms 1 /classes/Product.php:3860
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.496 ms 1 Yes /classes/Product.php:3545
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.496 ms 1 Yes Yes /classes/Category.php:1151
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.496 ms 1 Yes Yes /classes/Category.php:1151
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.496 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
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.495 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.494 ms 1 /classes/Product.php:3570
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.494 ms 1 /classes/Product.php:3570
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.494 ms 1 /src/Adapter/EntityMapper.php:71
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.493 ms 1 /classes/Product.php:5655
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.493 ms 1 /classes/Product.php:3860
1414
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1
0.493 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
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.493 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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
0.493 ms 1 /src/Adapter/EntityMapper.php:71
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.492 ms 1 /classes/Product.php:3570
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.492 ms 1 /classes/Product.php:3860
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.492 ms 1 Yes /classes/Product.php:3545
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.491 ms 1 /classes/Product.php:5655
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.490 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.490 ms 1 /src/Adapter/EntityMapper.php:71
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.490 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1682
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3384
0.490 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.489 ms 1 /classes/Product.php:3570
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.489 ms 1 /classes/Product.php:3860
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.489 ms 1 Yes /classes/Product.php:6017
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.489 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.489 ms 1 Yes /classes/Product.php:6017
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.489 ms 1 Yes Yes /classes/Category.php:1151
20
SELECT SQL_NO_CACHE name, alias FROM `nop_hook_alias`
0.488 ms 88 /classes/Hook.php:339
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.488 ms 1 Yes /classes/Product.php:6017
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.488 ms 1 /classes/Product.php:3860
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.488 ms 0 /classes/Cart.php:1426
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.488 ms 1 /classes/stock/StockAvailable.php:453
1581
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 304 AND `id_shop` = 1 LIMIT 1
0.488 ms 1 /classes/module/Module.php:2109
1597
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 199 AND `id_shop` = 1 LIMIT 1
0.488 ms 1 /classes/module/Module.php:2109
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.487 ms 1 /classes/Product.php:3860
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.487 ms 1 /classes/Product.php:3860
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.487 ms 1 /classes/Product.php:3570
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.487 ms 1 Yes Yes /classes/Category.php:1151
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.487 ms 1 /classes/Product.php:3570
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.487 ms 2 /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.486 ms 1 /classes/Product.php:3570
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.486 ms 1 Yes /classes/Product.php:6017
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.486 ms 1 /classes/Product.php:5655
1271
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2756
0.486 ms 1 /classes/Product.php:2902
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.486 ms 1 Yes /classes/Product.php:3545
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.486 ms 1 /classes/Product.php:3570
670
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2766 LIMIT 1
0.486 ms 1 /classes/SpecificPrice.php:435
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.486 ms 1 /src/Adapter/EntityMapper.php:71
1995
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posfakeorder" LIMIT 1
0.486 ms 1 /classes/module/Module.php:2636
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.485 ms 1 /classes/Product.php:3860
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.485 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.485 ms 1 Yes /classes/Product.php:3545
1373
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2510
0.485 ms 1 /classes/Product.php:2902
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.485 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1975
SELECT SQL_NO_CACHE *
FROM `nop_ce_template` a
WHERE (a.`id_ce_template` = 6) LIMIT 1
0.485 ms 1 /src/Adapter/EntityMapper.php:71
183
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3086 LIMIT 1
0.484 ms 1 /classes/SpecificPrice.php:435
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.484 ms 2 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.483 ms 1 Yes Yes /classes/Category.php:1151
1089
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2438 AND id_shop=1 LIMIT 1
0.483 ms 1 /classes/Product.php:6872
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.482 ms 1 Yes Yes /classes/Category.php:1151
1634
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3070
0.481 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
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.481 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1937
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2454
0.481 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
918
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2668 AND id_shop=1 LIMIT 1
0.480 ms 1 /classes/Product.php:6872
997
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2510 LIMIT 1
0.480 ms 1 /classes/SpecificPrice.php:435
46
SELECT SQL_NO_CACHE * FROM `nop_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.480 ms 7 Yes /classes/ImageType.php:109
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.480 ms 1 /src/Adapter/EntityMapper.php:71
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.480 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.479 ms 3 /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.479 ms 3 /classes/Language.php:1216
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.479 ms 1 Yes /classes/Product.php:3545
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.479 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
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.479 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
579
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3305 LIMIT 1
0.478 ms 1 /classes/SpecificPrice.php:435
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.478 ms 1 /classes/Product.php:3570
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.478 ms 1 /classes/Product.php:3570
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.478 ms 1 /src/Adapter/EntityMapper.php:71
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.477 ms 1 Yes Yes /classes/Category.php:1151
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`
0.476 ms 1 Yes /classes/Product.php:3545
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.475 ms 1 /classes/stock/StockAvailable.php:453
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.475 ms 1 Yes Yes /classes/Category.php:1151
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.475 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.475 ms 1 /classes/stock/StockAvailable.php:453
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.475 ms 1 Yes /classes/Product.php:6017
1053
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2454 AND id_shop=1 LIMIT 1
0.475 ms 1 /classes/Product.php:6872
1637
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3066
0.475 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.474 ms 1 /classes/stock/StockAvailable.php:453
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.474 ms 1 /src/Adapter/EntityMapper.php:71
589
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2774 LIMIT 1
0.473 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.473 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.473 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1993
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.473 ms 1 /classes/module/Module.php:2636
1239
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3009
0.472 ms 1 /classes/Product.php:2902
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)
0.471 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.471 ms 1 /classes/Product.php:3570
1189
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3017
0.471 ms 1 /classes/Product.php:2902
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.471 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.471 ms 2 /modules/posrotatorimg/posrotatorimg.php:220
1213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2716
0.471 ms 1 /classes/Product.php:2902
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.471 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.470 ms 1 Yes /classes/Product.php:6017
1730
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2871
0.470 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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
0.470 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.470 ms 1 /classes/Product.php:3860
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.469 ms 1 Yes /classes/Product.php:6017
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.468 ms 1 Yes /classes/Product.php:6017
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.468 ms 1 Yes /classes/Product.php:3545
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.468 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.468 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.467 ms 1 /src/Adapter/EntityMapper.php:71
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.466 ms 0 /classes/tax/TaxRulesTaxManager.php:109
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.466 ms 1 /classes/Product.php:5655
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.466 ms 1 /classes/Product.php:3860
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.466 ms 1 /classes/Product.php:3860
1245
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2961
0.465 ms 1 /classes/Product.php:2902
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.465 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.465 ms 1 /classes/stock/StockAvailable.php:453
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.464 ms 1 /classes/Product.php:3860
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.464 ms 1 /classes/Product.php:3860
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.464 ms 1 Yes /classes/Product.php:3545
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.464 ms 1 /src/Adapter/EntityMapper.php:71
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.464 ms 1 /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.464 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1649
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3086
0.463 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
138
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3070 LIMIT 1
0.462 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.462 ms 4 /classes/Product.php:3570
999
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2510 AND id_shop=1 LIMIT 1
0.462 ms 1 /classes/Product.php:6872
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.462 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.461 ms 1 /classes/stock/StockAvailable.php:453
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.461 ms 1 /src/Adapter/EntityMapper.php:71
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
0.461 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
761
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2994 LIMIT 1
0.460 ms 1 /classes/SpecificPrice.php:435
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.460 ms 1 /classes/Product.php:5655
1655
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3064
0.460 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.460 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.459 ms 1 /classes/Product.php:3570
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.459 ms 1 Yes /classes/Product.php:6017
1233
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3012
0.459 ms 1 /classes/Product.php:2902
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`
0.459 ms 1 Yes /classes/Product.php:3545
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
0.459 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.458 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.458 ms 1 /classes/Product.php:3860
1978
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_data' LIMIT 1
0.458 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
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
0.457 ms 1 /classes/Product.php:3570
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.457 ms 1 Yes /classes/Product.php:6017
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.457 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.456 ms 1 /classes/Product.php:3570
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.456 ms 1 /classes/Product.php:3860
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.456 ms 1 /classes/stock/StockAvailable.php:453
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.456 ms 1 /classes/Product.php:3570
1080
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2446 AND id_shop=1 LIMIT 1
0.456 ms 1 /classes/Product.php:6872
1171
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3061
0.456 ms 1 /classes/Product.php:2902
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`
0.456 ms 1 Yes /classes/Product.php:3545
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.456 ms 1 /classes/stock/StockAvailable.php:453
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`
0.456 ms 2 Yes /classes/Product.php:3545
1355
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2668
0.456 ms 1 /classes/Product.php:2902
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.456 ms 1 /src/Adapter/EntityMapper.php:71
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.456 ms 1 /src/Adapter/EntityMapper.php:71
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.456 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.456 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.455 ms 1 /src/Adapter/EntityMapper.php:71
1646
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3016
0.455 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.454 ms 2 /classes/Product.php:3570
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.454 ms 1 /classes/stock/StockAvailable.php:453
844
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2773 LIMIT 1
0.454 ms 1 /classes/SpecificPrice.php:435
934
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2652 LIMIT 1
0.454 ms 1 /classes/SpecificPrice.php:435
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.454 ms 3 /modules/posrotatorimg/posrotatorimg.php:220
1976
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_edit_mode' LIMIT 1
0.454 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
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.453 ms 1 /classes/Product.php:3860
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.453 ms 1 Yes /classes/Product.php:6017
916
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2668 LIMIT 1
0.453 ms 1 /classes/SpecificPrice.php:435
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.453 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.453 ms 1 /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.452 ms 0 /classes/tax/TaxRulesTaxManager.php:109
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.452 ms 1 /src/Adapter/EntityMapper.php:71
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.452 ms 1 /src/Adapter/EntityMapper.php:71
480
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3388 LIMIT 1
0.451 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.451 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.450 ms 1 /classes/Product.php:3860
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.450 ms 1 /classes/Product.php:3860
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.450 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.449 ms 1 /classes/Product.php:3860
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.448 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.448 ms 1 /classes/stock/StockAvailable.php:453
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.448 ms 1 /classes/stock/StockAvailable.php:453
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.448 ms 2 Yes /classes/Product.php:3545
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.447 ms 1 /classes/Product.php:3860
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.447 ms 1 /src/Adapter/EntityMapper.php:71
1661
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3238
0.447 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
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.447 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.447 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.446 ms 1 /classes/Product.php:3860
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.446 ms 1 /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.446 ms 1 /classes/Product.php:3570
1631
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3375
0.446 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.445 ms 1 /src/Adapter/EntityMapper.php:71
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.445 ms 1 Yes /classes/Product.php:6017
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.445 ms 1 Yes Yes /classes/Category.php:1151
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.444 ms 1 /classes/Product.php:3860
1017
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2505 AND id_shop=1 LIMIT 1
0.444 ms 1 /classes/Product.php:6872
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)
0.443 ms 1 /classes/Product.php:3860
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.443 ms 1 /classes/Product.php:3860
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.443 ms 1 /classes/Product.php:3570
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.443 ms 1 /classes/stock/StockAvailable.php:453
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.442 ms 1 /src/Adapter/EntityMapper.php:71
1688
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3346
0.442 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.442 ms 5 /modules/posrotatorimg/posrotatorimg.php:220
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.441 ms 1 /classes/stock/StockAvailable.php:453
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.441 ms 1 Yes /classes/Product.php:6017
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.441 ms 1 /src/Adapter/EntityMapper.php:71
156
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3063 LIMIT 1
0.440 ms 1 /classes/SpecificPrice.php:435
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.440 ms 1 /classes/Product.php:3860
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.440 ms 1 /src/Adapter/EntityMapper.php:71
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`
0.440 ms 3 Yes /classes/Product.php:3545
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.439 ms 1 /classes/Product.php:3860
237
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3083 LIMIT 1
0.439 ms 1 /classes/SpecificPrice.php:435
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.439 ms 1 Yes Yes /classes/Category.php:1151
201
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3064 LIMIT 1
0.438 ms 1 /classes/SpecificPrice.php:435
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.438 ms 1 /classes/stock/StockAvailable.php:453
943
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2599 LIMIT 1
0.438 ms 1 /classes/SpecificPrice.php:435
990
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2546 AND id_shop=1 LIMIT 1
0.437 ms 1 /classes/Product.php:6872
1375
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2509
0.437 ms 1 /classes/Product.php:2902
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.437 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.437 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.437 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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
0.436 ms 1 /classes/stock/StockAvailable.php:453
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`
0.436 ms 1 Yes /classes/Product.php:3545
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.436 ms 1 Yes /classes/Product.php:3545
1709
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3012
0.436 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.435 ms 1 Yes /classes/Product.php:6017
1160
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 1914 LIMIT 1
0.435 ms 1 /classes/SpecificPrice.php:435
1313
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3068
0.435 ms 1 /classes/Product.php:2902
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.434 ms 1 /src/Adapter/EntityMapper.php:71
1150
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2318 LIMIT 1
0.434 ms 1 /classes/SpecificPrice.php:435
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.434 ms 1 /src/Adapter/EntityMapper.php:71
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.433 ms 1 /src/Adapter/EntityMapper.php:71
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.433 ms 1 Yes /classes/Product.php:6017
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.433 ms 1 Yes Yes /classes/Category.php:1151
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.433 ms 1 /classes/Category.php:1585
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.432 ms 1 /classes/stock/StockAvailable.php:453
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.432 ms 1 Yes /classes/Product.php:3545
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.431 ms 1 /classes/Product.php:3860
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.431 ms 1 /classes/Product.php:3570
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.430 ms 1 /classes/Product.php:3860
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.430 ms 1 Yes Yes /classes/Category.php:1151
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.430 ms 1 /src/Adapter/EntityMapper.php:71
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.430 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.429 ms 1 /classes/stock/StockAvailable.php:453
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.429 ms 1 Yes /classes/Product.php:6017
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.429 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.429 ms 1 /classes/Product.php:5655
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.429 ms 1 /classes/Product.php:5655
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.429 ms 1 /classes/Product.php:3570
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.428 ms 2 /classes/Product.php:3570
1008
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2509 AND id_shop=1 LIMIT 1
0.428 ms 1 /classes/Product.php:6872
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.427 ms 1 /classes/Product.php:3570
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.427 ms 1 Yes /classes/Product.php:6017
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.427 ms 1 /classes/Product.php:3570
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.427 ms 1 /classes/stock/StockAvailable.php:453
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.427 ms 1 /src/Adapter/EntityMapper.php:71
1572
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 3 LIMIT 1
0.427 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
1643
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3017
0.427 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.427 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.426 ms 1 Yes Yes /classes/Category.php:1151
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.426 ms 6 Yes Yes /classes/Category.php:1151
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.426 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.425 ms 1 /classes/Product.php:3860
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.425 ms 1 /classes/Product.php:5655
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.425 ms 1 /classes/stock/StockAvailable.php:453
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.425 ms 1 /classes/stock/StockAvailable.php:453
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.425 ms 1 /classes/Product.php:3570
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.424 ms 1 /classes/Product.php:3860
855
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2772 AND id_shop=1 LIMIT 1
0.424 ms 1 /classes/Product.php:6872
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.424 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.424 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.424 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.424 ms 1 /classes/Product.php:3570
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)
0.424 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.423 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.423 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.423 ms 1 Yes /classes/Product.php:6017
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.423 ms 1 /classes/Product.php:3570
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
0.423 ms 1 Yes Yes /classes/Category.php:1151
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.422 ms 1 /classes/Product.php:5655
1123
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2379 LIMIT 1
0.422 ms 1 /classes/SpecificPrice.php:435
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.422 ms 1 Yes /classes/Product.php:3545
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.422 ms 1 /src/Adapter/EntityMapper.php:71
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.422 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.421 ms 1 Yes /classes/Product.php:6017
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.421 ms 1 /src/Adapter/EntityMapper.php:71
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.421 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.420 ms 1 /classes/stock/StockAvailable.php:453
462
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2179 LIMIT 1
0.420 ms 1 /classes/SpecificPrice.php:435
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.420 ms 1 Yes /classes/Product.php:6017
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.420 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.420 ms 1 Yes /classes/Product.php:6017
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.419 ms 1 /src/Adapter/EntityMapper.php:71
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.419 ms 1 /classes/Product.php:5655
3
SELECT SQL_NO_CACHE value FROM `nop_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.418 ms 1 /classes/shop/Shop.php:1183
48
SELECT SQL_NO_CACHE `need_identification_number`
FROM `nop_country`
WHERE `id_country` = 152 LIMIT 1
0.418 ms 1 /classes/Country.php:405
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
0.418 ms 1 /src/Adapter/EntityMapper.php:71
643
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2995 LIMIT 1
0.418 ms 1 /classes/SpecificPrice.php:435
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.418 ms 1 /classes/Product.php:5655
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.418 ms 1 Yes /classes/Product.php:3545
1259
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3388
0.418 ms 1 /classes/Product.php:2902
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)
0.417 ms 1 /classes/Product.php:3860
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.417 ms 1 /classes/Product.php:3860
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.417 ms 1 /classes/Meta.php:193
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.416 ms 4 /classes/Product.php:3570
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.416 ms 1 /classes/Product.php:3860
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.416 ms 1 /src/Adapter/EntityMapper.php:71
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.416 ms 1 /classes/Product.php:3860
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
0.415 ms 1 Yes /classes/Product.php:6017
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.415 ms 1 /classes/Product.php:3570
1676
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3389
0.414 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
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.414 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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
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.414 ms 1 /classes/Product.php:3570
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.414 ms 1 /classes/Meta.php:193
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.413 ms 1 /classes/stock/StockAvailable.php:453
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.413 ms 1 /classes/stock/StockAvailable.php:453
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.413 ms 7 /modules/posrotatorimg/posrotatorimg.php:220
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.413 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.412 ms 1 /classes/Product.php:3570
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.412 ms 1 /classes/Product.php:3860
1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2548
0.412 ms 1 /classes/Product.php:2902
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.412 ms 1 /src/Adapter/EntityMapper.php:71
1685
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3382
0.412 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.411 ms 1 /src/Adapter/EntityMapper.php:71
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.411 ms 1 /classes/Category.php:1378
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.411 ms 1 /classes/Product.php:3570
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.411 ms 1 /classes/Product.php:3570
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.411 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.411 ms 1 /classes/Product.php:6872
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
0.411 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.411 ms 1 /classes/stock/StockAvailable.php:453
392
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3009 AND id_shop=1 LIMIT 1
0.410 ms 1 /classes/Product.php:6872
616
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3018 LIMIT 1
0.410 ms 1 /classes/SpecificPrice.php:435
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.410 ms 1 /classes/Product.php:3570
471
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2160 LIMIT 1
0.410 ms 1 /classes/SpecificPrice.php:435
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.410 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
907
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2669 LIMIT 1
0.409 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.409 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.408 ms 1 /src/Adapter/EntityMapper.php:71
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.408 ms 1 /classes/Product.php:5655
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.408 ms 1 /classes/Product.php:3570
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.408 ms 1 Yes Yes /classes/Category.php:1151
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.408 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.408 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
1853
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2820
0.408 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
846
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2773 AND id_shop=1 LIMIT 1
0.407 ms 1 /classes/Product.php:6872
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.407 ms 1 /classes/Product.php:3570
1297
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2969
0.407 ms 1 /classes/Product.php:2902
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.406 ms 3 /classes/CartRule.php:357
239
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3083 AND id_shop=1 LIMIT 1
0.406 ms 1 /classes/Product.php:6872
1599
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 200 AND `id_shop` = 1 LIMIT 1
0.406 ms 1 /classes/module/Module.php:2109
1673
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2814
0.406 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.405 ms 1 /classes/Product.php:3570
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.405 ms 1 /classes/Product.php:3860
1769
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2755
0.405 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
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.404 ms 1 /classes/Product.php:3860
988
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2546 LIMIT 1
0.404 ms 1 /classes/SpecificPrice.php:435
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.404 ms 1 /src/Adapter/EntityMapper.php:71
1417
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1
0.403 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
1578
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 9 LIMIT 1
0.403 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
1231
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3013
0.403 ms 1 /classes/Product.php:2902
1904
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2598
0.403 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.402 ms 1 /classes/Product.php:3570
1361
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2599
0.402 ms 1 /classes/Product.php:2902
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.402 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.402 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
754
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2997 AND id_shop=1 LIMIT 1
0.401 ms 1 /classes/Product.php:6872
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.401 ms 1 /classes/stock/StockAvailable.php:453
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.401 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
111
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3387 LIMIT 1
0.400 ms 1 /classes/SpecificPrice.php:435
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.400 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1847
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2960
0.400 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1143
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2328 AND id_shop=1 LIMIT 1
0.399 ms 1 /classes/Product.php:6872
1227
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3057
0.399 ms 1 /classes/Product.php:2902
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.398 ms 1 /classes/Product.php:3860
1416
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1
0.398 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
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`
0.398 ms 1 Yes /classes/Product.php:3545
1703
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3014
0.398 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.398 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.397 ms 1 /classes/Product.php:3570
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.397 ms 1 /src/Adapter/EntityMapper.php:71
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.397 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.397 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.396 ms 1 /classes/stock/StockAvailable.php:453
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.396 ms 1 Yes /classes/Product.php:6017
1132
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2359 LIMIT 1
0.396 ms 1 /classes/SpecificPrice.php:435
1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3228
0.396 ms 1 /classes/Product.php:2902
1205
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3083
0.396 ms 1 /classes/Product.php:2902
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.396 ms 1 Yes Yes /classes/Category.php:1151
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.396 ms 1 /src/Adapter/EntityMapper.php:71
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.396 ms 1 /src/Adapter/EntityMapper.php:71
1745
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2160
0.396 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.396 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.396 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
165
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3017 LIMIT 1
0.395 ms 1 /classes/SpecificPrice.php:435
1706
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3013
0.395 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.394 ms 1 Yes /classes/Product.php:6017
891
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2703 AND id_shop=1 LIMIT 1
0.394 ms 1 /classes/Product.php:6872
1721
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2967
0.394 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.394 ms 2 /classes/Meta.php:193
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.394 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.394 ms 1 /classes/Product.php:6872
1856
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2818
0.394 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.393 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.393 ms 1 /src/Adapter/EntityMapper.php:71
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.393 ms 2 /classes/Product.php:3570
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.393 ms 1 /classes/Product.php:3860
1078
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2446 LIMIT 1
0.393 ms 1 /classes/SpecificPrice.php:435
1341
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2772
0.393 ms 1 /classes/Product.php:2902
17
SELECT SQL_NO_CACHE `name`, `alias` FROM `nop_hook_alias`
0.392 ms 88 /classes/Hook.php:287
1715
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3010
0.392 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
120
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3293 LIMIT 1
0.391 ms 1 /classes/SpecificPrice.php:435
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.391 ms 1 /classes/stock/StockAvailable.php:453
591
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2774 AND id_shop=1 LIMIT 1
0.391 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.391 ms 1 /classes/Product.php:6872
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.391 ms 1 /classes/Product.php:5655
1277
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2654
0.391 ms 1 /classes/Product.php:2902
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.391 ms 1 Yes Yes /classes/Category.php:1151
1835
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2998
0.391 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.391 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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
0.390 ms 1 Yes /classes/Product.php:6017
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.390 ms 1 /classes/Product.php:3860
880
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2714 LIMIT 1
0.390 ms 1 /classes/SpecificPrice.php:435
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.390 ms 1 /classes/stock/StockAvailable.php:453
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.390 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.389 ms 1 /classes/Product.php:5655
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.389 ms 1 /classes/Product.php:3570
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.389 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.388 ms 1 /classes/stock/StockAvailable.php:453
1573
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 4 LIMIT 1
0.388 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
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.388 ms 1 Yes /classes/Product.php:6017
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.388 ms 1 /classes/Product.php:3570
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.387 ms 1 /classes/stock/StockAvailable.php:453
1273
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2755
0.387 ms 1 /classes/Product.php:2902
1587
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 6 LIMIT 1
0.387 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
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.386 ms 1 /classes/Product.php:3570
1289
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3018
0.386 ms 1 /classes/Product.php:2902
1841
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2994
0.386 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1859
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2779
0.386 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.385 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.385 ms 1 /classes/stock/StockAvailable.php:453
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.385 ms 1 Yes /classes/Product.php:3545
1241
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2967
0.385 ms 1 /classes/Product.php:2902
1283
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2774
0.385 ms 1 /classes/Product.php:2902
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.385 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
828
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2778 AND id_shop=1 LIMIT 1
0.385 ms 1 /classes/Product.php:6872
1033
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2475 LIMIT 1
0.385 ms 1 /classes/SpecificPrice.php:435
282
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3384 LIMIT 1
0.384 ms 1 /classes/SpecificPrice.php:435
645
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2995 AND id_shop=1 LIMIT 1
0.384 ms 1 /classes/Product.php:6872
1098
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2436 AND id_shop=1 LIMIT 1
0.384 ms 1 /classes/Product.php:6872
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.384 ms 1 Yes Yes /classes/Category.php:1151
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.384 ms 1 /classes/Product.php:3570
952
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2598 LIMIT 1
0.383 ms 1 /classes/SpecificPrice.php:435
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.383 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.383 ms 1 /classes/Product.php:3570
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.383 ms 1 /classes/Meta.php:193
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)
0.382 ms 1 /classes/Product.php:3860
607
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3023 LIMIT 1
0.382 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.382 ms 1 /classes/Product.php:6872
1613
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2978
0.382 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
329
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3060 AND id_shop=1 LIMIT 1
0.381 ms 1 /classes/Product.php:6872
446
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2812 AND id_shop=1 LIMIT 1
0.381 ms 1 /classes/Product.php:6872
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
0.381 ms 1 /classes/stock/StockAvailable.php:453
1383
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2456
0.381 ms 1 /classes/Product.php:2902
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.381 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1197
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3064
0.380 ms 1 /classes/Product.php:2902
1763
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2865
0.380 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.380 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1784
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2774
0.380 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
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.379 ms 1 /classes/Product.php:3860
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.379 ms 1 /classes/stock/StockAvailable.php:453
273
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2716 LIMIT 1
0.378 ms 1 /classes/SpecificPrice.php:435
498
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3020 LIMIT 1
0.378 ms 1 /classes/SpecificPrice.php:435
147
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3066 LIMIT 1
0.378 ms 1 /classes/SpecificPrice.php:435
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.378 ms 3 /classes/Product.php:3570
1405
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2328
0.378 ms 1 /classes/Product.php:2902
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.378 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
1610
SELECT SQL_NO_CACHE `name`
FROM `nop_hook`
WHERE `id_hook` = 894 LIMIT 1
0.377 ms 1 /classes/Hook.php:244
581
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3305 AND id_shop=1 LIMIT 1
0.377 ms 1 /classes/Product.php:6872
818
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2779 AND id_shop=1 LIMIT 1
0.377 ms 1 /classes/Product.php:6872
972
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2550 AND id_shop=1 LIMIT 1
0.377 ms 1 /classes/Product.php:6872
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.377 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.376 ms 1 /classes/Product.php:3570
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.376 ms 1 /classes/stock/StockAvailable.php:453
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.376 ms 1 /classes/Product.php:3860
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.376 ms 1 Yes Yes /classes/Category.php:1151
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.376 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
372
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3011 LIMIT 1
0.375 ms 1 /classes/SpecificPrice.php:435
1247
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2871
0.375 ms 1 /classes/Product.php:2902
1311
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3345
0.375 ms 1 /classes/Product.php:2902
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.375 ms 1 /src/Adapter/EntityMapper.php:71
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.375 ms 1 /src/Adapter/EntityMapper.php:71
93
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3386 LIMIT 1
0.374 ms 1 /classes/SpecificPrice.php:435
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.374 ms 1 /classes/Product.php:3860
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)
0.373 ms 1 /classes/Product.php:3860
1229
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3014
0.373 ms 1 /classes/Product.php:2902
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
0.373 ms 1 /src/Adapter/EntityMapper.php:71
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.373 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.373 ms 1 /classes/Product.php:3860
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.373 ms 2 /classes/Meta.php:193
1181
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3375
0.372 ms 1 /classes/Product.php:2902
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.372 ms 1 /classes/stock/StockAvailable.php:453
1820
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2870
0.372 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1385
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2454
0.371 ms 1 /classes/Product.php:2902
1664
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3228
0.371 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.370 ms 1 /classes/stock/StockAvailable.php:453
979
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2548 LIMIT 1
0.370 ms 1 /classes/SpecificPrice.php:435
1928
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2476
0.370 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1199
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2811
0.369 ms 1 /classes/Product.php:2902
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.369 ms 1 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.369 ms 1 Yes Yes /classes/Category.php:1151
1964
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2359
0.369 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
572
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2322 AND id_shop=1 LIMIT 1
0.369 ms 1 /classes/Product.php:6872
1575
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 6 LIMIT 1
0.369 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
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.368 ms 3 /classes/Product.php:3570
1295
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2995
0.368 ms 1 /classes/Product.php:2902
1658
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2811
0.368 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
318
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3062 LIMIT 1
0.368 ms 1 /classes/SpecificPrice.php:435
1275
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2655
0.368 ms 1 /classes/Product.php:2902
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.368 ms 1 /src/Adapter/EntityMapper.php:71
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.367 ms 1 /classes/Product.php:5655
309
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3084 LIMIT 1
0.367 ms 1 /classes/SpecificPrice.php:435
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.366 ms 1 /classes/Product.php:3860
1293
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2996
0.366 ms 1 /classes/Product.php:2902
1625
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3387
0.366 ms 3 /modules/posrotatorimg/posrotatorimg.php:225
444
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2812 LIMIT 1
0.365 ms 1 /classes/SpecificPrice.php:435
174
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3016 LIMIT 1
0.364 ms 1 /classes/SpecificPrice.php:435
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.364 ms 1 /classes/Product.php:3860
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.364 ms 1 /classes/stock/StockAvailable.php:453
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.364 ms 1 /classes/Product.php:5655
1285
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3022
0.363 ms 1 /classes/Product.php:2902
47
SELECT SQL_NO_CACHE format
FROM `nop_address_format`
WHERE `id_country` = 152 LIMIT 1
0.362 ms 1 /classes/AddressFormat.php:656
1691
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3084
0.362 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1733
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2816
0.362 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.362 ms 1 /classes/Product.php:5655
864
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2771 AND id_shop=1 LIMIT 1
0.362 ms 1 /classes/Product.php:6872
1315
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3008
0.362 ms 1 /classes/Product.php:2902
1616
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3061
0.362 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1826
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3345
0.361 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.361 ms 1 /classes/Product.php:3570
570
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2322 LIMIT 1
0.361 ms 1 /classes/SpecificPrice.php:435
1712
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3011
0.361 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1790
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3023
0.361 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1811
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2766
0.361 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
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.360 ms 1 Yes Yes /classes/Category.php:1151
66
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 0 LIMIT 1
0.359 ms 1 /classes/SpecificPrice.php:426
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.359 ms 1 /classes/Product.php:3570
1309
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2477
0.359 ms 1 /classes/Product.php:2902
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.359 ms 1 /classes/stock/StockAvailable.php:453
925
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2656 LIMIT 1
0.358 ms 1 /classes/SpecificPrice.php:435
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM nop_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.358 ms 1 /classes/shop/ShopUrl.php:182
1577
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 8 LIMIT 1
0.358 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
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.357 ms 1 /classes/Product.php:5655
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.357 ms 1 Yes Yes /classes/Category.php:1151
129
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3375 LIMIT 1
0.357 ms 1 /classes/SpecificPrice.php:435
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.356 ms 1 /classes/stock/StockAvailable.php:453
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.356 ms 1 /classes/Product.php:5655
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.356 ms 1 /classes/Product.php:3570
1217
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3382
0.356 ms 1 /classes/Product.php:2902
1389
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2452
0.356 ms 1 /classes/Product.php:2902
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.355 ms 1 /classes/stock/StockAvailable.php:453
1087
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2438 LIMIT 1
0.355 ms 1 /classes/SpecificPrice.php:435
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.355 ms 1 /classes/stock/StockAvailable.php:453
1799
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2996
0.355 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.355 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
44
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.354 ms 0 /classes/module/Module.php:2636
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.354 ms 1 /classes/stock/StockAvailable.php:453
1781
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3305
0.354 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.354 ms 1 /classes/Product.php:3860
327
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3060 LIMIT 1
0.353 ms 1 /classes/SpecificPrice.php:435
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.353 ms 1 /classes/stock/StockAvailable.php:453
1069
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2452 LIMIT 1
0.353 ms 1 /classes/SpecificPrice.php:435
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.353 ms 1 /src/Adapter/EntityMapper.php:71
1817
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2965
0.353 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.353 ms 1 /classes/Product.php:6872
1865
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2777
0.353 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
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.352 ms 1 /classes/stock/StockAvailable.php:453
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.352 ms 1 /classes/Product.php:5655
1365
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2596
0.352 ms 1 /classes/Product.php:2902
72
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "bvkseodispatcher" LIMIT 1
0.352 ms 0 /classes/module/Module.php:2636
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.352 ms 1 /classes/stock/StockAvailable.php:453
1237
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3010
0.352 ms 1 /classes/Product.php:2902
1829
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3068
0.352 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.352 ms 2 /classes/Meta.php:193
34
SELECT SQL_NO_CACHE *
FROM `nop_currency_lang`
WHERE `id_currency` = 1
0.351 ms 3 /src/Adapter/EntityMapper.php:79
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.351 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
0.351 ms 1 /classes/stock/StockAvailable.php:453
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.351 ms 1 Yes Yes /classes/Category.php:1151
1967
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2328
0.351 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1808
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2968
0.350 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
14
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "jprestaspeedpack" LIMIT 1
0.350 ms 1 /classes/module/Module.php:2636
50
SELECT SQL_NO_CACHE *
FROM `nop_country_lang`
WHERE `id_country` = 152
0.350 ms 3 /src/Adapter/EntityMapper.php:79
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.350 ms 1 /classes/stock/StockAvailable.php:453
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.350 ms 1 /classes/stock/StockAvailable.php:453
1317
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2998
0.350 ms 1 /classes/Product.php:2902
1778
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2322
0.350 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1793
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3018
0.350 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1889
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2669
0.350 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
275
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2716 AND id_shop=1 LIMIT 1
0.349 ms 1 /classes/Product.php:6872
1574
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 5 LIMIT 1
0.349 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
246
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2819 LIMIT 1
0.348 ms 1 /classes/SpecificPrice.php:435
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.348 ms 1 /classes/Category.php:1378
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.348 ms 1 /classes/stock/StockAvailable.php:453
563
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2654 AND id_shop=1 LIMIT 1
0.348 ms 1 /classes/Product.php:6872
1871
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2772
0.347 ms 5 /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.347 ms 1 /classes/stock/StockAvailable.php:453
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.347 ms 1 /classes/Product.php:3860
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.347 ms 1 /classes/Product.php:5655
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.346 ms 1 /classes/Product.php:3570
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.346 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.346 ms 1 /classes/stock/StockAvailable.php:453
435
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2816 LIMIT 1
0.346 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.346 ms 1 /classes/Product.php:5655
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.346 ms 1 /classes/stock/StockAvailable.php:453
1114
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2380 LIMIT 1
0.346 ms 1 /classes/SpecificPrice.php:435
1862
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2778
0.346 ms 2 /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.346 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.345 ms 1 /classes/Product.php:5655
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.345 ms 1 Yes Yes /classes/Category.php:1151
1105
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2381 LIMIT 1
0.344 ms 1 /classes/SpecificPrice.php:435
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
0.344 ms 1 Yes Yes /classes/Category.php:1151
1576
SELECT SQL_NO_CACHE ps.*
FROM nop_posvegamenu_submenu ps
WHERE ps.`id_posvegamenu_item` = 7 LIMIT 1
0.344 ms 8 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php:88
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.344 ms 1 /src/Adapter/EntityMapper.php:71
1071
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2452 AND id_shop=1 LIMIT 1
0.344 ms 1 /classes/Product.php:6872
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.343 ms 1 /classes/Product.php:5655
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.343 ms 1 /classes/Product.php:3570
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.343 ms 1 /classes/Product.php:5655
1243
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2963
0.343 ms 1 /classes/Product.php:2902
122
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3293 AND id_shop=1 LIMIT 1
0.343 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.343 ms 1 /classes/Product.php:3570
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.342 ms 1 /src/Adapter/EntityMapper.php:71
1679
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2716
0.342 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
23
SELECT SQL_NO_CACHE id_shop
FROM `nop_manufacturer_shop`
WHERE `id_manufacturer` = 30
AND id_shop = 1 LIMIT 1
0.342 ms 1 /classes/ObjectModel.php:1729
51
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM nop_required_field
0.342 ms 1 /classes/ObjectModel.php:1592
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.342 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.342 ms 1 /classes/stock/StockAvailable.php:453
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.342 ms 1 Yes Yes /classes/Category.php:1151
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.341 ms 1 /classes/Product.php:3570
455
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2549 AND id_shop=1 LIMIT 1
0.341 ms 1 /classes/Product.php:6872
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.341 ms 1 /classes/stock/StockAvailable.php:453
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.341 ms 1 /src/Adapter/EntityMapper.php:71
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
0.341 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
4
SELECT SQL_NO_CACHE *
FROM `nop_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
26
SELECT SQL_NO_CACHE c.id_currency
FROM `nop_currency` c
WHERE (iso_code = 'MAD') LIMIT 1
0.340 ms 1 /classes/Currency.php:893
1838
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2997
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.340 ms 1 /classes/Product.php:6872
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.340 ms 1 /classes/Product.php:3860
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.340 ms 1 /classes/stock/StockAvailable.php:453
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.339 ms 1 /classes/Product.php:3570
1253
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2549
0.339 ms 1 /classes/Product.php:2902
1739
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2549
0.339 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1868
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2773
0.339 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
65
SELECT SQL_NO_CACHE `name`
FROM `nop_manufacturer`
WHERE `id_manufacturer` = 30
AND `active` = 1 LIMIT 1
0.338 ms 1 /classes/Manufacturer.php:316
1051
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2454 LIMIT 1
0.338 ms 1 /classes/SpecificPrice.php:435
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.338 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
561
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2654 LIMIT 1
0.337 ms 1 /classes/SpecificPrice.php:435
716
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3345 LIMIT 1
0.337 ms 1 /classes/SpecificPrice.php:435
1219
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3346
0.337 ms 1 /classes/Product.php:2902
1775
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2654
0.336 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1973
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =1914
0.336 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.336 ms 1 /classes/stock/StockAvailable.php:453
194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3024 AND id_shop=1 LIMIT 1
0.336 ms 1 /classes/Product.php:6872
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.336 ms 1 /classes/stock/StockAvailable.php:453
1381
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2475
0.336 ms 1 /classes/Product.php:2902
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.335 ms 1 /classes/Product.php:5655
426
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2871 LIMIT 1
0.335 ms 1 /classes/SpecificPrice.php:435
1399
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2380
0.335 ms 1 /classes/Product.php:2902
1931
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2475
0.335 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.334 ms 1 /classes/Product.php:3860
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.334 ms 1 /classes/Product.php:5655
1353
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2669
0.334 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.334 ms 1 /classes/module/Module.php:2109
1907
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2596
0.334 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
24
SELECT SQL_NO_CACHE * FROM `nop_currency` c ORDER BY `iso_code` ASC
0.334 ms 1 Yes /classes/Currency.php:709
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.334 ms 1 /classes/stock/StockAvailable.php:453
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.333 ms 1 /classes/Product.php:3570
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.333 ms 1 /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.333 ms 1 /classes/Product.php:3570
1168
SELECT SQL_NO_CACHE state FROM nop_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.333 ms 1 /classes/FeatureFlag.php:105
210
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2811 LIMIT 1
0.332 ms 1 /classes/SpecificPrice.php:435
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.332 ms 1 /classes/stock/StockAvailable.php:453
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.332 ms 1 /classes/Product.php:5655
219
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3238 LIMIT 1
0.332 ms 1 /classes/SpecificPrice.php:435
264
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3389 LIMIT 1
0.332 ms 1 /classes/SpecificPrice.php:435
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.332 ms 1 /classes/Product.php:3860
1148
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2 LIMIT 1
0.332 ms 1 /classes/Product.php:5655
1952
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2436
0.332 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1583
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 1 LIMIT 1
0.331 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
1742
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2179
0.331 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.331 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
1179
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3293
0.331 ms 1 /classes/Product.php:2902
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.331 ms 1 /src/Adapter/EntityMapper.php:71
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.331 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
1919
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2510
0.331 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.330 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.330 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
284
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3384 AND id_shop=1 LIMIT 1
0.329 ms 1 /classes/Product.php:6872
797
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2820 LIMIT 1
0.329 ms 1 /classes/SpecificPrice.php:435
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.329 ms 1 /classes/Product.php:5655
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.329 ms 1 /src/Adapter/EntityMapper.php:71
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.329 ms 1 /src/Adapter/EntityMapper.php:71
1922
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2509
0.329 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1949
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2438
0.329 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
67
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2978 LIMIT 1
0.328 ms 1 /classes/SpecificPrice.php:435
185
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3086 AND id_shop=1 LIMIT 1
0.328 ms 1 /classes/Product.php:6872
363
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3012 LIMIT 1
0.328 ms 1 /classes/SpecificPrice.php:435
1652
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3024
0.328 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.327 ms 1 /classes/Product.php:5655
1044
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2456 AND id_shop=1 LIMIT 1
0.327 ms 1 /classes/Product.php:6872
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.327 ms 1 /src/Adapter/EntityMapper.php:71
1787
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3022
0.327 ms 2 /modules/posrotatorimg/posrotatorimg.php:225
1874
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2771
0.327 ms 7 /modules/posrotatorimg/posrotatorimg.php:225
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.326 ms 1 /classes/stock/StockAvailable.php:453
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.326 ms 1 /classes/stock/StockAvailable.php:453
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.326 ms 1 /classes/stock/StockAvailable.php:453
1173
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3386
0.326 ms 1 /classes/Product.php:2902
1371
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2546
0.326 ms 1 /classes/Product.php:2902
1567
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posshoppingcart" LIMIT 1
0.326 ms 1 /classes/module/Module.php:2636
1724
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2963
0.325 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.325 ms 1 /classes/stock/StockAvailable.php:453
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.325 ms 1 /classes/Product.php:5655
1333
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2779
0.325 ms 1 /classes/Product.php:2902
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.325 ms 1 /src/Adapter/EntityMapper.php:71
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.324 ms 1 /classes/stock/StockAvailable.php:453
230
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3228 AND id_shop=1 LIMIT 1
0.324 ms 1 /classes/Product.php:6872
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.324 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.324 ms 1 /classes/stock/StockAvailable.php:453
534
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2756 LIMIT 1
0.324 ms 1 /classes/SpecificPrice.php:435
1193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3086
0.324 ms 1 /classes/Product.php:2902
1367
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2550
0.324 ms 1 /classes/Product.php:2902
1379
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2476
0.324 ms 1 /classes/Product.php:2902
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.324 ms 1 /src/Adapter/EntityMapper.php:71
1602
SELECT SQL_NO_CACHE *
FROM `nop_currency_lang`
WHERE `id_currency` = 2
0.324 ms 3 /src/Adapter/EntityMapper.php:79
1619
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3386
0.324 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.323 ms 1 /classes/Category.php:1378
554
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2655 AND id_shop=1 LIMIT 1
0.323 ms 1 /classes/Product.php:6872
779
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2960 LIMIT 1
0.323 ms 1 /classes/SpecificPrice.php:435
1287
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3023
0.323 ms 1 /classes/Product.php:2902
1323
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2964
0.323 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.323 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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
0.322 ms 1 /classes/Product.php:3570
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.322 ms 1 /classes/Product.php:3570
679
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2980 LIMIT 1
0.322 ms 1 /classes/SpecificPrice.php:435
1958
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2380
0.322 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1209
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2814
0.322 ms 1 /classes/Product.php:2902
1588
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 4 LIMIT 1
0.322 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
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.322 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
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.321 ms 1 /classes/Product.php:3570
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.321 ms 1 /src/Adapter/EntityMapper.php:71
113
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3387 AND id_shop=1 LIMIT 1
0.321 ms 1 /classes/Product.php:6872
945
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2599 AND id_shop=1 LIMIT 1
0.321 ms 1 /classes/Product.php:6872
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.321 ms 1 Yes Yes /classes/Category.php:1151
1586
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 5 LIMIT 1
0.321 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
752
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2997 LIMIT 1
0.320 ms 1 /classes/SpecificPrice.php:435
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.319 ms 1 Yes Yes /classes/Category.php:1151
8
SELECT SQL_NO_CACHE *
FROM `nop_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3064 AND id_shop=1 LIMIT 1
0.318 ms 1 /classes/Product.php:6872
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.318 ms 1 /classes/stock/StockAvailable.php:453
725
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3068 LIMIT 1
0.318 ms 1 /classes/SpecificPrice.php:435
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.318 ms 1 /classes/Product.php:3860
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
0.317 ms 1 /src/Adapter/EntityMapper.php:71
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.317 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
681
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2980 AND id_shop=1 LIMIT 1
0.317 ms 1 /classes/Product.php:6872
1319
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2997
0.317 ms 1 /classes/Product.php:2902
1584
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 2 LIMIT 1
0.316 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
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.316 ms 1 /classes/Product.php:5655
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.316 ms 1 /classes/stock/StockAvailable.php:453
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.316 ms 1 /classes/Product.php:5655
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.316 ms 1 /classes/stock/StockAvailable.php:453
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.316 ms 1 /classes/Product.php:5655
1255
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2179
0.316 ms 1 /classes/Product.php:2902
1898
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2652
0.316 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.315 ms 3 /classes/Language.php:1080
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.315 ms 1 /classes/Product.php:5655
489
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3087 LIMIT 1
0.315 ms 1 /classes/SpecificPrice.php:435
1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2505
0.315 ms 1 /classes/Product.php:2902
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.315 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
688
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2965 LIMIT 1
0.314 ms 1 /classes/SpecificPrice.php:435
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.314 ms 1 /classes/stock/StockAvailable.php:453
1175
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2808
0.314 ms 1 /classes/Product.php:2902
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.313 ms 1 /classes/stock/StockAvailable.php:453
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.313 ms 1 /classes/stock/StockAvailable.php:453
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.313 ms 1 /classes/stock/StockAvailable.php:453
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.313 ms 1 /classes/Product.php:3570
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.313 ms 1 /classes/Product.php:5655
900
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2670 AND id_shop=1 LIMIT 1
0.313 ms 1 /classes/Product.php:6872
1191
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3016
0.313 ms 1 /classes/Product.php:2902
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.313 ms 1 /src/Adapter/EntityMapper.php:71
73
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "sturls" LIMIT 1
0.312 ms 0 /classes/module/Module.php:2636
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.312 ms 1 /classes/stock/StockAvailable.php:453
1321
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2994
0.311 ms 1 /classes/Product.php:2902
1387
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2453
0.311 ms 1 /classes/Product.php:2902
1880
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2714
0.311 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
598
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3022 LIMIT 1
0.311 ms 1 /classes/SpecificPrice.php:435
882
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2714 AND id_shop=1 LIMIT 1
0.311 ms 1 /classes/Product.php:6872
1201
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3238
0.311 ms 1 /classes/Product.php:2902
1211
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3389
0.310 ms 1 /classes/Product.php:2902
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.310 ms 1 /classes/shop/Shop.php:218
37
SELECT SQL_NO_CACHE *
FROM `nop_group_lang`
WHERE `id_group` = 1
0.310 ms 3 /src/Adapter/EntityMapper.php:79
83
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3061 LIMIT 1
0.310 ms 1 /classes/SpecificPrice.php:435
718
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3345 AND id_shop=1 LIMIT 1
0.310 ms 1 /classes/Product.php:6872
1257
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2160
0.310 ms 1 /classes/Product.php:2902
1895
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2656
0.310 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.309 ms 1 /src/Adapter/EntityMapper.php:71
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.309 ms 1 /classes/Product.php:5655
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.309 ms 1 /classes/Product.php:5655
1235
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3011
0.309 ms 1 /classes/Product.php:2902
104
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2808 AND id_shop=1 LIMIT 1
0.308 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.308 ms 1 /classes/stock/StockAvailable.php:453
507
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2966 LIMIT 1
0.308 ms 1 /classes/SpecificPrice.php:435
545
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2755 AND id_shop=1 LIMIT 1
0.308 ms 1 /classes/Product.php:6872
652
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2969 LIMIT 1
0.308 ms 1 /classes/SpecificPrice.php:435
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.308 ms 1 /classes/Product.php:5655
1221
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3084
0.308 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.308 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
1823
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2477
0.308 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
516
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2962 LIMIT 1
0.307 ms 1 /classes/SpecificPrice.php:435
1263
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3020
0.307 ms 1 /classes/Product.php:2902
74
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.306 ms 0 /classes/module/Module.php:2109
417
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2961 LIMIT 1
0.306 ms 1 /classes/SpecificPrice.php:435
1024
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2476 LIMIT 1
0.306 ms 1 /classes/SpecificPrice.php:435
55
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "posquickmenu" LIMIT 1
0.306 ms 1 /classes/module/Module.php:2636
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.306 ms 1 /classes/Product.php:5655
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.306 ms 1 /classes/stock/StockAvailable.php:453
734
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3008 LIMIT 1
0.306 ms 1 /classes/SpecificPrice.php:435
889
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2703 LIMIT 1
0.306 ms 1 /classes/SpecificPrice.php:435
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.306 ms 1 /classes/Product.php:5655
1162
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 1914 AND id_shop=1 LIMIT 1
0.306 ms 1 /classes/Product.php:6872
1410
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 30050201 AND name = '_elementor_edit_mode' LIMIT 1
0.306 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
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.306 ms 1 /src/Adapter/EntityMapper.php:71
1996
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 301 AND `id_shop` = 1 LIMIT 1
0.306 ms 1 /classes/module/Module.php:2109
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.305 ms 1 /classes/Product.php:5655
970
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2550 LIMIT 1
0.305 ms 1 /classes/SpecificPrice.php:435
408
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2963 LIMIT 1
0.304 ms 1 /classes/SpecificPrice.php:435
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.304 ms 1 /classes/Category.php:1378
1291
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3015
0.304 ms 1 /classes/Product.php:2902
654
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2969 AND id_shop=1 LIMIT 1
0.303 ms 1 /classes/Product.php:6872
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.303 ms 1 /classes/Product.php:5655
1225
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3060
0.303 ms 1 /classes/Product.php:2902
1279
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2322
0.303 ms 1 /classes/Product.php:2902
1281
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3305
0.303 ms 1 /classes/Product.php:2902
1970
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2318
0.303 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3375 AND id_shop=1 LIMIT 1
0.302 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.302 ms 1 /classes/Product.php:6872
1345
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2769
0.302 ms 1 /classes/Product.php:2902
672
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2766 AND id_shop=1 LIMIT 1
0.301 ms 1 /classes/Product.php:6872
1568
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 308 AND `id_shop` = 1 LIMIT 1
0.301 ms 1 /classes/module/Module.php:2109
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.301 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.301 ms 1 /classes/Product.php:6872
1183
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3070
0.301 ms 1 /classes/Product.php:2902
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.300 ms 1 /classes/stock/StockAvailable.php:453
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.300 ms 1 /classes/stock/StockAvailable.php:453
1169
SELECT SQL_NO_CACHE * FROM `nop_image_type`
0.300 ms 7 /classes/ImageType.php:161
1395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2436
0.300 ms 1 /classes/Product.php:2902
1409
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 1914
0.300 ms 1 /classes/Product.php:2902
1751
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3087
0.300 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
390
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3009 LIMIT 1
0.299 ms 1 /classes/SpecificPrice.php:435
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.299 ms 1 /classes/stock/StockAvailable.php:453
1343
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2771
0.299 ms 1 /classes/Product.php:2902
543
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2755 LIMIT 1
0.298 ms 1 /classes/SpecificPrice.php:435
661
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2968 LIMIT 1
0.298 ms 1 /classes/SpecificPrice.php:435
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.298 ms 1 /classes/Product.php:3570
1979
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 6010000 AND name = '_elementor_edit_mode' LIMIT 1
0.298 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
336
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3057 LIMIT 1
0.297 ms 1 /classes/SpecificPrice.php:435
509
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2966 AND id_shop=1 LIMIT 1
0.297 ms 1 /classes/Product.php:6872
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.297 ms 1 /classes/Category.php:1378
1185
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3066
0.297 ms 1 /classes/Product.php:2902
1265
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2966
0.297 ms 1 /classes/Product.php:2902
228
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3228 LIMIT 1
0.297 ms 1 /classes/SpecificPrice.php:435
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.297 ms 1 /classes/stock/StockAvailable.php:453
1391
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2446
0.297 ms 1 /classes/Product.php:2902
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.296 ms 1 /classes/stock/StockAvailable.php:453
1570
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 305 AND `id_shop` = 1 LIMIT 1
0.296 ms 1 /classes/module/Module.php:2109
491
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3087 AND id_shop=1 LIMIT 1
0.296 ms 1 /classes/Product.php:6872
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.296 ms 1 /classes/Product.php:5655
663
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2968 AND id_shop=1 LIMIT 1
0.296 ms 1 /classes/Product.php:6872
1844
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2964
0.296 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
69
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2978 AND id_shop=1 LIMIT 1
0.295 ms 1 /classes/Product.php:6872
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.295 ms 1 /classes/Product.php:5655
1299
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2968
0.295 ms 1 /classes/Product.php:2902
1892
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2668
0.295 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.295 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.295 ms 1 /classes/Product.php:6872
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.295 ms 1 /classes/stock/StockAvailable.php:453
1407
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2318
0.295 ms 1 /classes/Product.php:2902
95
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3386 AND id_shop=1 LIMIT 1
0.294 ms 1 /classes/Product.php:6872
10
SELECT SQL_NO_CACHE id_shop
FROM `nop_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.294 ms 1 /classes/ObjectModel.php:1729
1307
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2870
0.294 ms 1 /classes/Product.php:2902
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.293 ms 1 /classes/Product.php:3570
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.293 ms 1 /classes/stock/StockAvailable.php:453
1401
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2379
0.293 ms 1 /classes/Product.php:2902
1223
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3062
0.292 ms 1 /classes/Product.php:2902
1337
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2777
0.292 ms 1 /classes/Product.php:2902
1694
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3062
0.292 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.291 ms 1 /classes/Category.php:1378
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.291 ms 1 /classes/Product.php:5655
1925
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2505
0.291 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.291 ms 1 /classes/Product.php:5655
437
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2816 AND id_shop=1 LIMIT 1
0.291 ms 1 /classes/Product.php:6872
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.291 ms 1 /classes/Product.php:5655
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.291 ms 1 /classes/stock/StockAvailable.php:453
1325
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2960
0.290 ms 1 /classes/Product.php:2902
1397
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2381
0.290 ms 1 /classes/Product.php:2902
399
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2967 LIMIT 1
0.290 ms 1 /classes/SpecificPrice.php:435
618
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3018 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6872
410
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2963 AND id_shop=1 LIMIT 1
0.289 ms 1 /classes/Product.php:6872
770
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2964 LIMIT 1
0.289 ms 1 /classes/SpecificPrice.php:435
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.289 ms 1 /classes/Product.php:5655
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.288 ms 1 /classes/Product.php:5655
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.288 ms 1 /classes/stock/StockAvailable.php:453
1403
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2359
0.287 ms 1 /classes/Product.php:2902
1832
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3008
0.287 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.286 ms 1 /classes/Product.php:5655
1215
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3384
0.286 ms 1 /classes/Product.php:2902
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.286 ms 1 /src/Adapter/EntityMapper.php:71
1349
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2703
0.286 ms 1 /classes/Product.php:2902
1955
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2381
0.285 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
806
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2818 LIMIT 1
0.285 ms 1 /classes/SpecificPrice.php:435
45
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.284 ms 0 /classes/module/Module.php:2109
176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3016 AND id_shop=1 LIMIT 1
0.284 ms 1 /classes/Product.php:6872
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.284 ms 1 /classes/stock/StockAvailable.php:453
525
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2865 LIMIT 1
0.284 ms 1 /classes/SpecificPrice.php:435
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.284 ms 1 /classes/Product.php:5655
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.284 ms 1 /classes/Product.php:5655
1946
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2446
0.284 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.283 ms 1 /classes/stock/StockAvailable.php:453
697
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2870 LIMIT 1
0.283 ms 1 /classes/SpecificPrice.php:435
727
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3068 AND id_shop=1 LIMIT 1
0.283 ms 1 /classes/Product.php:6872
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.283 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.282 ms 3 /classes/Language.php:883
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.282 ms 1 /classes/Product.php:5655
1042
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2456 LIMIT 1
0.282 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.282 ms 1 /classes/stock/StockAvailable.php:453
25
SELECT SQL_NO_CACHE `id_lang` FROM `nop_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.281 ms 3 /classes/Language.php:883
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.281 ms 1 /classes/stock/StockAvailable.php:453
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.280 ms 1 /classes/stock/StockAvailable.php:453
1796
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3015
0.280 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.280 ms 1 /classes/Product.php:5655
568
SELECT SQL_NO_CACHE name FROM nop_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 43 LIMIT 1
0.280 ms 1 /classes/Product.php:5655
1910
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2550
0.280 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
255
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2814 LIMIT 1
0.279 ms 1 /classes/SpecificPrice.php:435
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.279 ms 1 /classes/stock/StockAvailable.php:453
54
SELECT SQL_NO_CACHE `id_zone`
FROM `nop_country`
WHERE `id_country` = 152 LIMIT 1
0.278 ms 1 /classes/Country.php:224
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.278 ms 1 /classes/Product.php:5655
1363
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2598
0.278 ms 1 /classes/Product.php:2902
1886
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2670
0.278 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
30
SELECT SQL_NO_CACHE c.id_currency
FROM `nop_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.277 ms 1 /classes/Currency.php:893
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.277 ms 1 /classes/Product.php:5655
1062
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2453 AND id_shop=1 LIMIT 1
0.277 ms 1 /classes/Product.php:6872
1420
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 298 AND `id_shop` = 1 LIMIT 1
0.277 ms 1 /classes/module/Module.php:2109
1585
SELECT SQL_NO_CACHE ps.*
FROM nop_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 3 LIMIT 1
0.277 ms 6 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
1913
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2548
0.277 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
636
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2996 AND id_shop=1 LIMIT 1
0.277 ms 1 /classes/Product.php:6872
1670
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2819
0.277 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
39
SELECT SQL_NO_CACHE * FROM `nop_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.276 ms 1 /classes/module/Module.php:2018
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.276 ms 1 /classes/Product.php:5655
1195
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3024
0.276 ms 1 /classes/Product.php:2902
374
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3011 AND id_shop=1 LIMIT 1
0.276 ms 1 /classes/Product.php:6872
1207
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2819
0.276 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.275 ms 1 /classes/Product.php:6872
600
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3022 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6872
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.275 ms 1 /classes/Product.php:5655
1177
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3387
0.275 ms 1 /classes/Product.php:2902
1608
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `nop_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.275 ms 1 /classes/Category.php:1591
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.273 ms 1 /classes/Product.php:5655
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.273 ms 1 /classes/Product.php:5655
609
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3023 AND id_shop=1 LIMIT 1
0.271 ms 1 /classes/Product.php:6872
961
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2596 LIMIT 1
0.271 ms 1 /classes/SpecificPrice.php:435
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.270 ms 1 /classes/Product.php:5655
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.270 ms 1 /classes/Product.php:5655
699
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2870 AND id_shop=1 LIMIT 1
0.270 ms 1 /classes/Product.php:6872
1335
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2778
0.270 ms 1 /classes/Product.php:2902
1564
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 295 AND `id_shop` = 1 LIMIT 1
0.270 ms 0 /classes/module/Module.php:2109
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.270 ms 1 /classes/Product.php:5655
788
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2929 LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:435
381
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3010 LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:435
473
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2160 AND id_shop=1 LIMIT 1
0.269 ms 1 /classes/Product.php:6872
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.269 ms 1 /classes/stock/StockAvailable.php:453
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.269 ms 1 /classes/stock/StockAvailable.php:453
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.268 ms 1 /classes/Product.php:5655
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.268 ms 1 /classes/Product.php:5655
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.268 ms 1 /classes/Product.php:5655
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.268 ms 1 /classes/Product.php:5655
1329
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2820
0.268 ms 1 /classes/Product.php:2902
1566
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 294 AND `id_shop` = 1 LIMIT 1
0.268 ms 0 /classes/module/Module.php:2109
1994
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 209 AND `id_shop` = 1 LIMIT 1
0.268 ms 1 /classes/module/Module.php:2109
293
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3382 AND id_shop=1 LIMIT 1
0.267 ms 1 /classes/Product.php:6872
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.267 ms 1 /classes/stock/StockAvailable.php:453
354
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3013 LIMIT 1
0.267 ms 1 /classes/SpecificPrice.php:435
625
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3015 LIMIT 1
0.267 ms 1 /classes/SpecificPrice.php:435
898
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2670 LIMIT 1
0.267 ms 1 /classes/SpecificPrice.php:435
1261
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3087
0.267 ms 1 /classes/Product.php:2902
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.267 ms 1 /classes/Product.php:5655
1802
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2995
0.267 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
300
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3346 LIMIT 1
0.266 ms 1 /classes/SpecificPrice.php:435
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.266 ms 1 /classes/stock/StockAvailable.php:453
707
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2477 LIMIT 1
0.266 ms 1 /classes/SpecificPrice.php:435
1331
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2818
0.266 ms 1 /classes/Product.php:2902
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.265 ms 1 /classes/Product.php:5655
401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2967 AND id_shop=1 LIMIT 1
0.265 ms 1 /classes/Product.php:6872
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.265 ms 1 /classes/Product.php:5655
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.265 ms 1 /classes/Product.php:5655
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.265 ms 1 /classes/Product.php:5655
1411
SELECT SQL_NO_CACHE value FROM nop_ce_meta WHERE id = 30050201 AND name = '_wp_page_template' LIMIT 1
0.265 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
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.264 ms 1 /classes/Product.php:5655
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.264 ms 1 /classes/Product.php:5655
1327
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2929
0.263 ms 1 /classes/Product.php:2902
518
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2962 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6872
763
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2994 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
1301
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2766
0.263 ms 1 /classes/Product.php:2902
1359
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2652
0.263 ms 1 /classes/Product.php:2902
345
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3014 LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:435
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.262 ms 1 /classes/Product.php:5655
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.262 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.262 ms 1 /classes/Product.php:5655
1772
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2655
0.262 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
266
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3389 AND id_shop=1 LIMIT 1
0.261 ms 1 /classes/Product.php:6872
419
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2961 AND id_shop=1 LIMIT 1
0.261 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.261 ms 1 /classes/Product.php:5655
291
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 3382 LIMIT 1
0.260 ms 1 /classes/SpecificPrice.php:435
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.260 ms 1 /classes/Product.php:5655
56
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 307 AND `id_shop` = 1 LIMIT 1
0.259 ms 1 /classes/module/Module.php:2109
527
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2865 AND id_shop=1 LIMIT 1
0.259 ms 1 /classes/Product.php:6872
1026
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2476 AND id_shop=1 LIMIT 1
0.258 ms 1 /classes/Product.php:6872
338
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3057 AND id_shop=1 LIMIT 1
0.258 ms 1 /classes/Product.php:6872
963
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2596 AND id_shop=1 LIMIT 1
0.258 ms 1 /classes/Product.php:6872
1916
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2546
0.258 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
536
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2756 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6872
1700
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3057
0.257 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.256 ms 1 /classes/Product.php:5655
1187
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 3063
0.256 ms 1 /classes/Product.php:2902
365
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3012 AND id_shop=1 LIMIT 1
0.255 ms 1 /classes/Product.php:6872
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.255 ms 1 /classes/Product.php:5655
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.255 ms 1 /classes/Product.php:5655
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.254 ms 1 /classes/Product.php:5655
1393
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2438
0.254 ms 1 /classes/Product.php:2902
1125
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2379 AND id_shop=1 LIMIT 1
0.253 ms 1 /classes/Product.php:6872
1622
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2808
0.253 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
221
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3238 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6872
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.252 ms 1 /classes/Product.php:5655
772
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2964 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6872
1303
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2980
0.252 ms 1 /classes/Product.php:2902
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.251 ms 1 /classes/Product.php:5655
1901
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2599
0.251 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
35
SELECT SQL_NO_CACHE id_shop
FROM `nop_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.251 ms 1 /classes/ObjectModel.php:1729
743
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2998 LIMIT 1
0.251 ms 1 /classes/SpecificPrice.php:435
38
SELECT SQL_NO_CACHE id_shop
FROM `nop_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.250 ms 1 /classes/ObjectModel.php:1729
1565
SELECT SQL_NO_CACHE `id_module` FROM `nop_module` WHERE `name` = "poswishlist" LIMIT 1
0.250 ms 1 /classes/module/Module.php:2636
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.248 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.247 ms 1 /classes/Product.php:6872
736
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3008 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6872
1267
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2962
0.247 ms 1 /classes/Product.php:2902
212
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2811 AND id_shop=1 LIMIT 1
0.246 ms 1 /classes/Product.php:6872
1305
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2965
0.246 ms 1 /classes/Product.php:2902
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.246 ms 1 /classes/Product.php:5655
936
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2652 AND id_shop=1 LIMIT 1
0.246 ms 1 /classes/Product.php:6872
347
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3014 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6872
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.245 ms 1 /classes/Product.php:5655
634
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2996 LIMIT 1
0.245 ms 1 /classes/SpecificPrice.php:435
32
SELECT SQL_NO_CACHE `id_lang` FROM `nop_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.244 ms 3 /classes/Language.php:883
799
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2820 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6872
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.243 ms 1 /classes/Product.php:5655
500
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3020 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6872
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.242 ms 1 /classes/stock/StockAvailable.php:453
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.242 ms 1 /classes/Product.php:5655
745
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2998 AND id_shop=1 LIMIT 1
0.241 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.237 ms 1 /classes/Product.php:6872
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.237 ms 1 /classes/Product.php:5655
552
SELECT SQL_NO_CACHE 1 FROM `nop_specific_price` WHERE id_product = 2655 LIMIT 1
0.237 ms 1 /classes/SpecificPrice.php:435
257
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2814 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6872
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.236 ms 1 /classes/Product.php:5655
1357
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2656
0.236 ms 1 /classes/Product.php:2902
15
SELECT SQL_NO_CACHE `id_module` FROM `nop_module_shop` WHERE `id_module` = 274 AND `id_shop` = 1 LIMIT 1
0.234 ms 0 /classes/module/Module.php:2109
709
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2477 AND id_shop=1 LIMIT 1
0.234 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.234 ms 1 /classes/Product.php:5655
1667
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =3083
0.233 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.228 ms 1 /classes/Product.php:5655
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.228 ms 1 /classes/Product.php:5655
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.227 ms 1 /classes/stock/StockAvailable.php:453
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.226 ms 1 /classes/Product.php:5655
1883
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2703
0.226 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
28
SELECT SQL_NO_CACHE `id_lang` FROM `nop_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.225 ms 3 /classes/Language.php:883
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.224 ms 1 /classes/stock/StockAvailable.php:453
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.224 ms 1 /classes/Product.php:5655
808
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2818 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6872
1351
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `nop_product_attribute`
WHERE `id_product` = 2670
0.220 ms 1 /classes/Product.php:2902
248
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2819 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6872
1943
SELECT SQL_NO_CACHE * FROM `nop_image` img where img.`rotator` =1 AND img.`id_product` =2452
0.218 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
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.213 ms 1 /classes/Product.php:5655
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.210 ms 1 /classes/Product.php:5655
302
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3346 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6872
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.209 ms 1 /classes/stock/StockAvailable.php:453
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.208 ms 1 /classes/Product.php:5655
690
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 2965 AND id_shop=1 LIMIT 1
0.207 ms 1 /classes/Product.php:6872
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.197 ms 1 /classes/Product.php:5655
356
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3013 AND id_shop=1 LIMIT 1
0.190 ms 1 /classes/Product.php:6872
627
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `nop_product_shop`
WHERE `id_product` = 3015 AND id_shop=1 LIMIT 1
0.190 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.190 ms 1 /classes/Product.php:6872
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.185 ms 1 /classes/Product.php:5655
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.175 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/whatsappchat/whatsappchat.php
669 /modules/whatsappchat/classes/WhatsappChatBlock.php
670 /modules/whatsappchat/classes/WhatsappChatBlockAgent.php
671 /modules/whatsappchat/translations/fr.php
672 /modules/creativeelements/includes/api.php
673 /modules/creativeelements/includes/utils.php
674 /modules/creativeelements/includes/user.php
675 /modules/creativeelements/includes/fonts.php
676 /modules/creativeelements/includes/db.php
677 /modules/creativeelements/includes/base/controls-stack.php
678 /modules/creativeelements/includes/managers/controls.php
679 /modules/creativeelements/includes/managers/schemes.php
680 /modules/creativeelements/includes/managers/elements.php
681 /modules/creativeelements/includes/managers/widgets.php
682 /modules/creativeelements/includes/managers/skins.php
683 /modules/creativeelements/includes/settings/settings.php
684 /modules/creativeelements/includes/editor.php
685 /modules/creativeelements/includes/embed.php
686 /modules/creativeelements/includes/frontend.php
687 /modules/creativeelements/includes/heartbeat.php
688 /modules/creativeelements/includes/responsive.php
689 /modules/creativeelements/includes/stylesheet.php
690 /modules/creativeelements/includes/template-library/manager.php
691 /modules/creativeelements/includes/managers/revisions.php
692 /modules/creativeelements/includes/page-settings/manager.php
693 /modules/creativeelements/includes/css-file/css-file.php
694 /modules/creativeelements/includes/css-file/post-css-file.php
695 /modules/creativeelements/includes/css-file/global-css-file.php
696 /modules/creativeelements/includes/conditions.php
697 /modules/creativeelements/includes/shapes.php
698 /modules/creativeelements/includes/controls/base.php
699 /modules/creativeelements/includes/controls/base-multiple.php
700 /modules/creativeelements/includes/controls/base-units.php
701 /modules/creativeelements/includes/interfaces/group-control.php
702 /modules/creativeelements/includes/controls/groups/base.php
703 /modules/creativeelements/includes/interfaces/scheme.php
704 /modules/creativeelements/includes/schemes/base.php
705 /modules/creativeelements/includes/schemes/color.php
706 /modules/creativeelements/includes/schemes/typography.php
707 /modules/creativeelements/includes/schemes/color-picker.php
708 /modules/creativeelements/includes/base/element-base.php
709 /modules/creativeelements/includes/elements/column.php
710 /modules/creativeelements/includes/elements/section.php
711 /modules/creativeelements/includes/elements/repeater.php
712 /modules/creativeelements/includes/base/widget-base.php
713 /modules/creativeelements/includes/base/widget-premium-base.php
714 /modules/creativeelements/includes/base/skin-base.php
715 /modules/creativeelements/includes/page-settings/page.php
716 /modules/creativeelements/includes/template-library/classes/class-import-images.php
717 /modules/creativeelements/includes/template-library/sources/base.php
718 /modules/creativeelements/includes/template-library/sources/local.php
719 /modules/creativeelements/includes/template-library/sources/remote.php
720 /modules/posthemeoptions/posthemeoptions.php
721 /src/Adapter/Localization/LegacyTranslator.php
722 /modules/posthemeoptions/elementor/src/WidgetHelper.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