Filter by

Sort by
Category
more... less
Product type
more... less
Price
Brand
more... less
Composition
more... less
Color
more... less
Product added to wishlist
Load Time2026 ms - You'd better run your shop on a toaster
Querying Time1001 ms
Queries1822
Memory Peak Usage133.6 Mb
Included Files965 files - 13.08 Mb
PrestaShop Cache- Mb
Global vars0.58 Mb
PrestaShop Version1.7.7.8
PHP Version7.3.33 (OK)
MySQL Version10.11.10-MariaDB (OK)
Memory Limit2048M
Max Execution Time180s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 45 ms 45 ms 5.24 Mb 5.27 Mb
__construct 0 ms 45 ms - Mb 5.27 Mb
init 14 ms 59 ms 1.23 Mb 6.79 Mb
checkAccess 0 ms 59 ms - Mb 6.79 Mb
setMedia 2 ms 61 ms 0.25 Mb 6.79 Mb
postProcess 0 ms 61 ms - Mb 6.79 Mb
initHeader 0 ms 61 ms - Mb 6.79 Mb
initContent 1644 ms 1705 ms 29.48 Mb 133.64 Mb
initFooter 0 ms 1705 ms - Mb 133.64 Mb
display 321 ms 2026 ms 14.89 Mb 133.64 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 1822 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE i.id_product AS id, c, a, f, g,
d,
m,
p_1_1 AS p
FROM `n72_af_index` i
WHERE (i.id_shop = 1) AND (v <> 2) AND (FIND_IN_SET(7239, i.c) > 0)
62.4 41247 /modules/amazzingfilter/amazzingfilter.php:370
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `n72_specific_price` WHERE `id_product` != 0 LIMIT 1
48 63526 /classes/SpecificPrice.php:286
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 `n72_configuration` c
LEFT JOIN `n72_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
4.2 1786 /classes/Configuration.php:160
SELECT SQL_NO_CACHE *
FROM `n72_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1
4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product_attribute`) FROM `n72_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
3.9 322 /classes/SpecificPrice.php:286
SELECT SQL_NO_CACHE *
FROM `n72_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1
2.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `n72_module` m
INNER JOIN n72_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 `n72_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `n72_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `n72_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `n72_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2.1 144 Yes Yes /classes/Hook.php:1163
SELECT SQL_NO_CACHE *
FROM `n72_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
2 2 /src/Adapter/EntityMapper.php:82
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, active
FROM `n72_hook_module` hm
STRAIGHT_JOIN `n72_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `n72_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.8 653 /classes/Hook.php:488
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `n72_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `n72_hook_alias` ha
INNER JOIN `n72_hook` h ON ha.name = h.name
1.5 0 /classes/Hook.php:1223
SELECT SQL_NO_CACHE m.id_manufacturer as id, name
FROM n72_manufacturer m
INNER JOIN n72_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)
WHERE active = 1 ORDER BY name ASC
1.4 356 Yes /modules/amazzingfilter/amazzingfilter.php:3114
SELECT SQL_NO_CACHE *
FROM `n72_cms_lang`
WHERE `id_cms` = 39 AND `id_shop` = 1
1.4 2 /src/Adapter/EntityMapper.php:82
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (187957) 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.4 7 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE t.id_template, t.template_filters AS filters, t.additional_settings, tl.data AS lang
FROM n72_af_templates t
LEFT JOIN n72_af_templates_lang tl
ON tl.id_template = t.id_template
AND tl.id_shop = t.id_shop
AND tl.id_lang = 1
INNER JOIN n72_af_category_templates ct
ON ct.id_template = t.id_template AND ct.id_shop = t.id_shop
AND (ct.id_category = 7239 OR ct.id_category = 0)
WHERE t.active = 1 AND t.template_controller = 'category'
AND t.id_shop = 1
ORDER BY  ct.id_category DESC, t.id_template DESC LIMIT 1
1.3 5 Yes /modules/amazzingfilter/amazzingfilter.php:3512
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188011) 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.3 6 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188005) 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.3 6 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188089) AND (id_product_attribute = 2596825) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.3 1 /classes/stock/StockAvailable.php:441
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (187963) 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.3 5 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188137) 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.3 8 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188347) 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.2 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188077) 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.2 6 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188089 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1.2 6 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188089) 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.2 6 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188137 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1.2 8 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image.id_image, il.legend, m.name AS manufacturer_name,
product_shop.date_add > "2025-06-29 20:48:39" AS new
FROM n72_product p
INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
INNER JOIN n72_product_lang pl
ON (pl.id_product = p.id_product AND pl.id_shop = 1 
AND pl.id_lang = 1)
LEFT JOIN n72_image image
ON (image.id_product = p.id_product AND image.cover = 1)
LEFT JOIN n72_image_lang il
ON (il.id_image = image.id_image AND il.id_lang = 1)
LEFT JOIN n72_manufacturer m
ON m.id_manufacturer = p.id_manufacturer
WHERE p.id_product IN (188491,188473,188437,188431,188419,188407,188395,188383,188371,188365,188359,188347,188341,188335,188329,188323,188317,188305,188299,188287,188263,188245,188239,188233,188227,188143,188137,188125,188119,188113,188089,188077,188041,188011,188005,187963,187957,187939,187933,187921)
1.2 40 /modules/amazzingfilter/amazzingfilter.php:5577
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188005 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1.2 6 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187963 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1.2 5 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188305) 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.2 3 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187957 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1.2 7 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188011 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1.2 6 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188119) 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.1 6 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188317) 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.1 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188365) 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.1 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188125) 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.1 7 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188143) 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.1 8 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188113) 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.1 7 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188473) 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.1 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188491) 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.1 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188347 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1.1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (187933) 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.1 5 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188263) 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.1 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188359) 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.1 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE *
FROM `n72_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1
1.1 2 /src/Adapter/EntityMapper.php:82
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188371) 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.1 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188407) 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.1 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188041) 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.1 7 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188245) 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.1 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188491
1.1 5 /classes/ProductAssembler.php:90
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188329) 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.1 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188227) 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.1 4 Yes /classes/Product.php:4011
(SELECT SQL_NO_CACHE * FROM `n72_cart_rule` cr
LEFT JOIN `n72_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
1.1 1 /classes/CartRule.php:407
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188419) 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.1 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188323) 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.1 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188407
ORDER BY f.position ASC
1.1 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` = "displayMainMenu"
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
1.1 10 Yes /classes/PrestaShopCollection.php:381
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188437) 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 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188395) 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 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188431) 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 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188233) 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 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295923
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188431 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295923
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188431 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188371 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188341) 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 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188365 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188287
ORDER BY `position`
1 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188407
1 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 187957
1 8 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188077 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 6 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188407 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188491 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188119 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 6 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 187921
1 8 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188419 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE *
FROM `n72_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1
1 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188041
1 8 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188137
1 9 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188005
1 7 /classes/ProductAssembler.php:90
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (187939) 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 2 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188299) 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 4 Yes /classes/Product.php:4011
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188335) 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 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188437 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188119
1 7 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188431 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188125
1 8 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188143 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 8 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188233
1 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188143
1 9 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188419 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295875) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188359 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188089
1 7 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188473
1 5 /classes/ProductAssembler.php:90
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188239) 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 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188233 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188419 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188113
1 8 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188041 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 7 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188341 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
1 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188245 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188287
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188011
0.9 7 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188395 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295755) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.9 1 Yes /classes/SpecificPrice.php:560
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188287) 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.9 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188125 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 7 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188239
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188329 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188335 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188473 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188317
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188317 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188395 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188305
0.9 4 /classes/ProductAssembler.php:90
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (188383) 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.9 4 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 187933
0.9 6 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188323
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188305 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 3 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187933 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 5 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
(SELECT SQL_NO_CACHE * FROM `n72_cart_rule` cr
LEFT JOIN `n72_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.9 1 /classes/CartRule.php:407
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188407 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188407 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188113 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 7 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188227 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188437 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295947) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.9 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188437 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188437 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188383
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188365
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188341
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188365 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295641) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.9 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188437
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188431 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295923) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.9 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187939 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 2 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188383 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188383 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188227
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188239 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188371 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295665) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.9 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 187939
0.9 3 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188383 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295707) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.9 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188317 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295449) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.9 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295947
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188437 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295947
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188437 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188347
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188431 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188431 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188323 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188407 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295827) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.9 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188263
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188473 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188473 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188329
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188119
ORDER BY `position`
0.9 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188245
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188335
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188395
ORDER BY f.position ASC
0.9 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295827
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188407 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295827
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188407 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.9 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE cb.`id_iqit_htmlandbanner`
FROM n72_iqit_htmlandbanner cb
INNER JOIN n72_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
WHERE `id_hook` = 22
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.9 2 Yes /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:215
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188299
0.9 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188299 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.9 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188383
ORDER BY f.position ASC
0.9 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 187963
0.9 6 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188407
ORDER BY `position`
0.9 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188371
0.8 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188263 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.8 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188383 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.8 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `n72_category` c
INNER JOIN n72_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `n72_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `n72_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 7239
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:921
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188077
0.8 7 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.8 127 /classes/module/Module.php:322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 2597095) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.8 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188287 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.8 4 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 187939
ORDER BY `position`
0.8 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188473
ORDER BY f.position ASC
0.8 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295707
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188383 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295707
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188383 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188239
ORDER BY `position`
0.8 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017766
0.8 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188041
ORDER BY `position`
0.8 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295755
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188395 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295755
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188395 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188359
0.8 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188491 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1296169) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.8 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295413
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188305 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295413
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188323
ORDER BY `position`
0.8 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188323 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295473) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.8 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188371 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188371 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188305 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188341
ORDER BY `position`
0.8 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 187957
ORDER BY `position`
0.8 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *
FROM `n72_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.8 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188419) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188371
ORDER BY f.position ASC
0.8 10 Yes /classes/Product.php:5213
(SELECT SQL_NO_CACHE * FROM `n72_cart_rule` cr
LEFT JOIN `n72_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.8 1 /classes/CartRule.php:407
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188491 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188473
ORDER BY `position`
0.8 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1296097
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188473 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1296097
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188473 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188305
ORDER BY `position`
0.8 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188113
ORDER BY `position`
0.8 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188473 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1296097) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.8 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `n72_category` a0
LEFT JOIN `n72_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2419) AND (a0.`nright` > 2420) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
0.8 111 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295665
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188371 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295665
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188371 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188395 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188395 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.8 0 /classes/Cart.php:1415
(SELECT SQL_NO_CACHE * FROM `n72_cart_rule` cr
LEFT JOIN `n72_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1)
0.8 1 /classes/CartRule.php:407
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.8 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1296169
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188491 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1296169
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36)
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.7 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188359
ORDER BY f.position ASC
0.7 10 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188395
AND image_shop.`cover` = 1 LIMIT 1
0.7 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188011
ORDER BY `position`
0.7 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188395
0.7 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188407
AND pac.`id_product_attribute` = 1295827
AND agl.`id_lang` = 1
0.7 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188491
ORDER BY f.position ASC
0.7 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188125
ORDER BY `position`
0.7 3 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 187933
ORDER BY `position`
0.7 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188245
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188005
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2596309, 2596315, 2596321, 2596327, 2596333, 2596339, 2596345) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 7 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188317
ORDER BY `position`
0.7 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188431
0.7 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188383
AND pac.`id_product_attribute` = 1295707
AND agl.`id_lang` = 1
0.7 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` IN ("displayAfterBodyOpeningTag", "displayTopSticky3")
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.7 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188437
ORDER BY f.position ASC
0.7 10 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188233
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-29 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM n72_product p
LEFT JOIN n72_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN n72_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 188419
0.7 5 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188473
AND pac.`id_product_attribute` = 1296097
AND agl.`id_lang` = 1
0.7 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188359
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 187921
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` = "displayTop"
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.7 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.7 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 187963
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188431
AND pac.`id_product_attribute` = 1295923
AND agl.`id_lang` = 1
0.7 1 /classes/Product.php:6453
(SELECT 1 FROM `n72_cart_rule` WHERE date_to >= "2025-07-29 00:00:00" AND date_to <= "2025-07-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `n72_cart_rule` WHERE date_from >= "2025-07-29 00:00:00" AND date_from <= "2025-07-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `n72_cart_rule` WHERE date_from < "2025-07-29 00:00:00" AND date_to > "2025-07-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.7 1 /classes/CartRule.php:346
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188365
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2592731, 2592737, 2592743, 2592749, 2592755, 2592761) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 6 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188431
ORDER BY f.position ASC
0.7 10 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188329
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` IN ("displayBanner", "displayTopSticky")
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.7 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188365) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188089
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
(SELECT 1 FROM `n72_cart_rule` WHERE date_to >= "2025-07-29 00:00:00" AND date_to <= "2025-07-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `n72_cart_rule` WHERE date_from >= "2025-07-29 00:00:00" AND date_from <= "2025-07-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `n72_cart_rule` WHERE date_from < "2025-07-29 00:00:00" AND date_to > "2025-07-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.7 1 /classes/CartRule.php:346
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2596825, 2596831, 2596837, 2596843, 2596849, 2596855) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 6 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188371) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188089) AND (id_product_attribute = 2596831) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.7 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295875
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188419 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295875
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1415
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 `n72_product_attribute` pa
INNER JOIN n72_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 n72_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 `n72_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `n72_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `n72_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (187921) 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.7 7 Yes /classes/Product.php:4011
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188077) AND (id_product_attribute = 2596789) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.7 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188407
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.7 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2592215, 2592221, 2592227, 2592233, 2592239, 2592245, 2592251) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 7 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188347
ORDER BY `position`
0.7 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `n72_meta` m
LEFT JOIN `n72_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.7 64 Yes /classes/Dispatcher.php:644
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188371
ORDER BY `position`
0.7 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188407) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017773
0.7 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016548
0.7 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188383) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2592137, 2592131) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 2 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE 1 FROM n72_cart_product cp INNER JOIN n72_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN n72_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.7 4 /classes/Cart.php:4280
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295623, 1295629, 1295635, 1295617) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017423
0.7 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188491
ORDER BY `position`
0.7 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188419
ORDER BY f.position ASC
0.7 10 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188395
AND pac.`id_product_attribute` = 1295755
AND agl.`id_lang` = 1
0.7 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `n72_hook`
0.7 778 /classes/Hook.php:1223
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295647, 1295653, 1295659, 1295641) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188437) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188395) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2597137, 2597143, 2597149, 2597155, 2597161, 2597167, 2597173) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 7 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295179, 1295185, 1295191, 1295173) AND il.`id_lang` = 1 ORDER by i.`position`
0.7 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188371
AND pac.`id_product_attribute` = 1295665
AND agl.`id_lang` = 1
0.7 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295551, 1295557, 1295563, 1295545) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` = "displayBelowHeader"
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.6 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188383) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.6 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.6 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188299
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295347, 1295353, 1295359, 1295341) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295455, 1295461, 1295467, 1295449) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2599317, 2599323, 2599329, 2599335, 2599341, 2599347, 2599353, 2599359) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 8 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2592101, 2592107, 2592113, 2592119, 2592125) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 5 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188143
ORDER BY `position`
0.6 2 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188491
AND pac.`id_product_attribute` = 1296169
AND agl.`id_lang` = 1
0.6 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188437
AND pac.`id_product_attribute` = 1295947
AND agl.`id_lang` = 1
0.6 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2597059, 2597065, 2597071, 2597077, 2597083, 2597089, 2597095) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 7 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188089) AND (id_product_attribute = 2596837) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.6 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188239 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295155) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188077
ORDER BY `position`
0.6 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188329 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295497) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188419
AND pac.`id_product_attribute` = 1295875
AND agl.`id_lang` = 1
0.6 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188419)
0.6 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295527, 1295533, 1295539, 1295521) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2597101, 2597107, 2597113, 2597119, 2597125, 2597131) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 6 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188395
ORDER BY `position`
0.6 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188431) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295155, 1295161, 1295167, 1295149) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188137
ORDER BY `position`
0.6 2 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188263
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018515) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188383
ORDER BY `position`
0.6 6 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188245 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295173) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2592803, 2592809, 2592815, 2592821, 2592827, 2592833) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 6 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.6 127 /classes/module/Module.php:322
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.6 127 /classes/module/Module.php:322
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.6 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `n72_product_attribute` pa
INNER JOIN n72_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 `n72_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `n72_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `n72_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `n72_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187921 AND ag.`id_attribute_group` IN (7,11,1,9,2,12,8,4,10) 
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position`
0.6 7 Yes Yes /modules/iqitsizecharts/iqitsizecharts.php:659
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2591837, 2591843, 2591849, 2591855, 2591861, 2591867, 2591873) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 7 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188089) AND (id_product_attribute = 2596843) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.6 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295671, 1295677, 1295683, 1295665) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188041 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2596309) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188347 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295575) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2592257, 2592263, 2592269, 2592275, 2592281) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 5 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188473) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188089 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2596849) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188383 AND pa.`id_product` = 188383 AND pa.`id_product_attribute` = 1295707 LIMIT 1
0.6 1 /classes/Product.php:953
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188431
ORDER BY `position`
0.6 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188335
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188227
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 187921
ORDER BY f.position ASC
0.6 12 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017766) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188491) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 187957 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2592215) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.6 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295131, 1295137, 1295143, 1295125) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295503, 1295509, 1295515, 1295497) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295479, 1295485, 1295491, 1295473) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1296175, 1296181, 1296187, 1296169) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014658) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188437
0.6 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188407 AND pa.`id_product` = 188407 AND pa.`id_product_attribute` = 1295827 LIMIT 1
0.6 1 /classes/Product.php:953
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295575, 1295581, 1295587, 1295569) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295953, 1295959, 1295965, 1295947) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295713, 1295719, 1295725, 1295707) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014567
0.6 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188437
ORDER BY `position`
0.6 4 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295419, 1295425, 1295413) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 3 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 187963 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2592263) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027790) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188395)
0.6 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.6 127 /classes/module/Module.php:322
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025466) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188137 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2599269) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295107, 1295113, 1295119, 1295101) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188005 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2592731) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2599269, 2599275, 2599281, 2599287, 2599293, 2599299, 2599305, 2599311) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 8 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188233 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295125) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE cb.`id_iqit_htmlandbanner`
FROM n72_iqit_htmlandbanner cb
INNER JOIN n72_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
WHERE `id_hook` = 641
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.6 2 Yes /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:215
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027307) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `n72_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 188419
ORDER BY `position`
0.6 5 Yes /classes/Product.php:3108
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188407)
0.6 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE 1 FROM n72_cart_product cp INNER JOIN n72_product p
ON (p.id_product = cp.id_product) INNER JOIN n72_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.6 4 /classes/Cart.php:4263
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188113 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2597059) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024885) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188011 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2592803) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019257
0.6 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188473)
0.6 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2596789, 2596795, 2596801, 2596807, 2596813, 2596819) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 6 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188335 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295527) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025459) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188125 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2597137) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188341 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295551) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188119 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2597101) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188263 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295245) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024871
0.6 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016548) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024752) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295761, 1295767, 1295773, 1295755) AND il.`id_lang` = 1 ORDER by i.`position`
0.6 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188365
AND pac.`id_product_attribute` = 1295641
AND agl.`id_lang` = 1
0.6 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027286) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.6 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE *
FROM `n72_category` a
LEFT JOIN `n72_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `n72_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7239) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-revealer-addon/revslider-revealer-addon.php' LIMIT 1
0.6 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188341
ORDER BY f.position ASC
0.6 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025382) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 187921 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2591843) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2592215
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187957 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2592215
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187957 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024913) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025368) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188299 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295389) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.6 127 /classes/module/Module.php:322
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188077 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2596795) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.6 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188119) AND (id_product_attribute = 2597107) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.6 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295827) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1296103, 1296109, 1296115, 1296097) AND il.`id_lang` = 1 ORDER by i.`position`
0.5 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017423) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.5 127 /classes/module/Module.php:322
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1026824) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188287 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295341) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.5 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188359 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295617) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.5 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187963) AND (id_product_attribute = 2592257) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188419 AND pa.`id_product` = 188419 AND pa.`id_product_attribute` = 1295875 LIMIT 1
0.5 1 /classes/Product.php:953
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188347
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188089) AND (id_product_attribute = 2596855) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016842) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1028000) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188011 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188011 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295833, 1295839, 1295845, 1295827) AND il.`id_lang` = 1 ORDER by i.`position`
0.5 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1028014) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188383)
0.5 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019285
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295449
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188317 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295449
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188317 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188437)
0.5 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014910) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017759) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295707) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014581) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1028014
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1026796
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188335) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027307
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188359) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014483) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016961) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188089
ORDER BY f.position ASC
0.5 10 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024598) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295947) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188371)
0.5 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024885
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188227 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295101) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.5 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188077) AND (id_product_attribute = 2596819) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cb.`id_iqit_htmlandbanner`
FROM n72_iqit_htmlandbanner cb
INNER JOIN n72_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
WHERE `id_hook` = 545
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.5 2 Yes /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:215
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 187963
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE c.id_elementor FROM n72_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 21
0.5 45 /modules/iqitelementor/src/IqitElementorContent.php:127
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027272) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019278
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188011) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1028126
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017724) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1026796) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_elementor FROM n72_iqit_elementor_content c LEFT JOIN n72_iqit_elementor_content_shop s ON c.id_elementor = s.id_elementor WHERE c.id_object = 0 AND c.hook = 617 AND s.id_shop = 1 LIMIT 1
0.5 45 /modules/iqitelementor/src/IqitElementorContent.php:145
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` = "displayLeftColumn"
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.5 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019271) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188347) AND (id_product_attribute = 1295581) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 20
0.5 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1028000
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024675) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188437
AND image_shop.`cover` = 1 LIMIT 1
0.5 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017724
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188233
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295251, 1295257, 1295263, 1295245) AND il.`id_lang` = 1 ORDER by i.`position`
0.5 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1015295) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188329) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188419
AND image_shop.`cover` = 1 LIMIT 1
0.5 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188263) AND (id_product_attribute = 1295257) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014588) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014567) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cb.`id_iqit_htmlandbanner`
FROM n72_iqit_htmlandbanner cb
INNER JOIN n72_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
WHERE `id_hook` = 21
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.5 2 Yes /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:215
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295641
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188365 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295641
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188365 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024661) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295395, 1295401, 1295407, 1295389) AND il.`id_lang` = 1 ORDER by i.`position`
0.5 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027258) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017752
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1015281) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024591) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017059) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014462) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025438
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2592803
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188011 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2592803
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188011 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1015316) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295341
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188287 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295341
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188287 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295551
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188341 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295551
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017031) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 187933 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2592101) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.5 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027944) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188113) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024689) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027972
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016527) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187963 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187963 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2596795
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188077 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2596795
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018487) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017759
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188341 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295875 LIMIT 1
0.5 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188125
0.5 7 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024689
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017731) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018319
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295881, 1295887, 1295893, 1295875) AND il.`id_lang` = 1 ORDER by i.`position`
0.5 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024920) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1026852) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027797
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024766) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188239 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188239 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027979
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188473 AND pa.`id_product` = 188473 AND pa.`id_product_attribute` = 1296097 LIMIT 1
0.5 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1296169) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024759) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188341
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188005
0.5 6 /classes/Product.php:2521
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188077 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188077 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024934
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024927) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017906) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 2599275) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024745) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016947) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188335 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188287 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188287 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188005 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188005 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027797) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014448) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016639) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016884) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024878) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014574) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024934) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1026852
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027979) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014644) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188143 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2599317) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.5 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.5 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024661
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 187963) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188041 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188041 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188335
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 187963
0.5 5 /classes/Product.php:2521
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188431)
0.5 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024654) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `n72_product_attribute_image` pai
LEFT JOIN `n72_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `n72_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1295929, 1295935, 1295941, 1295923) AND il.`id_lang` = 1 ORDER by i.`position`
0.5 4 Yes /classes/Product.php:2540
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1026824
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE * FROM n72_revslider_sliders
0.5 2 /modules/revsliderprestashop/includes/revslider_db.class.php:215
SELECT SQL_NO_CACHE * FROM n72_af_settings
WHERE id_shop = 1
0.5 6 /modules/amazzingfilter/amazzingfilter.php:1381
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016954) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1028182) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM n72_iqit_link_block cb
INNER JOIN n72_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 583
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.5 4 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188395 AND pa.`id_product` = 188395 AND pa.`id_product_attribute` = 1295755 LIMIT 1
0.5 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014490) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188137) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188329 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188329 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188323) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025375) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM n72_iqit_link_block cb
INNER JOIN n72_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 545
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.5 4 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027811) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188323
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188317 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188317 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188491)
0.5 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027972) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295575
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188347 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295575
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188347 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024682) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 187939 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 2592131) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.5 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017717) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cb.`id_iqit_htmlandbanner`
FROM n72_iqit_htmlandbanner cb
INNER JOIN n72_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
WHERE `id_hook` = 583
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.5 2 Yes /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:215
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017038) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188347) AND (id_product_attribute = 1295587) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188365
ORDER BY f.position ASC
0.5 10 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017045) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_elementor FROM n72_iqit_elementor_category c LEFT JOIN n72_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 7239 AND s.id_shop = 1 LIMIT 1
0.5 9 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017934) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024892) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027804) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 187939
0.5 2 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016870) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016562) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024759
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188239
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295641) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188041
0.5 7 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019264) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295527
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188335 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295527
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188305
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE COUNT(*) FROM `n72_orders` o
LEFT JOIN `n72_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 2915 LIMIT 1
0.5 1 /classes/order/Order.php:848
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014469
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188113
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188407) AND (id_product_attribute = 1295827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1028119) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017717
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027811
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188371
AND image_shop.`cover` = 1 LIMIT 1
0.5 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188437 AND pa.`id_product` = 188437 AND pa.`id_product_attribute` = 1295947 LIMIT 1
0.5 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017402
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014637) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_hook` a
WHERE (a.`id_hook` = 545) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014448
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295923) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016940) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188365) AND (id_product_attribute = 1295647) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027286
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 187957
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 2597065) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 93, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `n72_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 93) AND
`id_group` IN (0, 1) AND `id_product` = 188305 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1295413) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-29 20:48:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.5 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE * FROM `n72_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.5 9 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024745
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018515
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024899) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "socialloginizer" LIMIT 1
0.5 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014455) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017752) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188245 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188245 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295497
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188329 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295497
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188329 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016849
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025445) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1026810) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188335
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016646) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 187957) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025389
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024654
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024871) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016653
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cb.`id_iqit_htmlandbanner`
FROM n72_iqit_htmlandbanner cb
INNER JOIN n72_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
WHERE `id_hook` = 639
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.5 2 Yes /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:215
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017934
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2597101
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188119 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2597101
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188317) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025438) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187939 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187939 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188329
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188119) AND (id_product_attribute = 2597113) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188323 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027293
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188005) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024612) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014903) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2592131
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187939 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2592131
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187939 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188359 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188359 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188041
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE c.id_elementor FROM n72_iqit_elementor_category c LEFT JOIN n72_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 7239 AND s.id_shop = 1 LIMIT 1
0.5 9 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187933 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187933 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 2599311) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 2592221) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017927) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188077) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027965) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027314
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017507) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_category` a
LEFT JOIN `n72_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `n72_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7239) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024906) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014658
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188395) AND (id_product_attribute = 1295773) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188245
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016653) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016835) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188239) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295389
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188299 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295389
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017402) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188299 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295473
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188323 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295473
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019257) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019292
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1026838) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188491
AND image_shop.`cover` = 1 LIMIT 1
0.5 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295665) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018046) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024766
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1024605) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188245) AND (id_product_attribute = 1295185) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1028007) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027314) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025375
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027783
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017913) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2599269
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188137 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2599269
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188137 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1015281
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188371 AND pa.`id_product` = 188371 AND pa.`id_product_attribute` = 1295665 LIMIT 1
0.5 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188005) AND (id_product_attribute = 2592743) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025452
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188323) AND (id_product_attribute = 1295479) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017388) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024899
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188077
0.5 6 /classes/Product.php:2521
SELECT SQL_NO_CACHE c.id_elementor FROM n72_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 647
0.5 45 /modules/iqitelementor/src/IqitElementorContent.php:127
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024675
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188233) AND (id_product_attribute = 1295131) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `n72_lang` l
JOIN n72_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.5 4 /classes/Language.php:1123
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187957 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187957 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188077
ORDER BY f.position ASC
0.5 10 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188011
0.5 6 /classes/Product.php:2521
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188317
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188473 LIMIT 1
0.5 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017920) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014637
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025452) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017514
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019579) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188137 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188137 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188431 AND pa.`id_product` = 188431 AND pa.`id_product_attribute` = 1295923 LIMIT 1
0.5 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 2599281) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024920
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024913
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024927
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025459
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018116) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188491 AND pa.`id_product` = 188491 AND pa.`id_product_attribute` = 1296169 LIMIT 1
0.5 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295875) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017521
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188005) AND (id_product_attribute = 2592737) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024612
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014896) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 2597161) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016877) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188287) AND (id_product_attribute = 1295359) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE ctg.`id_group`
FROM n72_category_group ctg
WHERE ctg.`id_category` = 7239 AND ctg.`id_group` = 1 LIMIT 1
0.5 1 /classes/Category.php:1703
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188089 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188089 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188365
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188089) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027965
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024878
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016954
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188143
0.5 8 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014476
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017528) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-addons' LIMIT 1
0.5 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188233 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188233 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014574
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014910
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027937
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024591
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027937) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.5 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187921 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188143) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188329
AND pac.`id_product_attribute` = 1295497
AND agl.`id_lang` = 1
0.5 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 2597167) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016863
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188011) AND (id_product_attribute = 2592833) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019292) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295449) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188437) AND (id_product_attribute = 1295953) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188011) AND (id_product_attribute = 2592809) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2599317
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188143 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2599317
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188143 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188119
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188119 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 2592233) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188395
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.5 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1026838
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1028182
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017388
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 2599335) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 21
0.5 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188359) AND (id_product_attribute = 1295623) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017738) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018032) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 2597149) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014588
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295617
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188359 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295617
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188359 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018501
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188299) AND (id_product_attribute = 1295401) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016828) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188239
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017409
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016513) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188347 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188347 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016800) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018123) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 187921
0.5 7 /classes/Product.php:2521
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188317
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019579
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1015295
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.5 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188407
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188407
AND image_shop.`cover` = 1 LIMIT 1
0.5 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188317
AND pac.`id_product_attribute` = 1295449
AND agl.`id_lang` = 1
0.5 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016660) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018508) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188005
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` IN ("displayBeforeBodyClosingTag", "displayFooterSticky2")
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.5 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE COUNT(*) FROM `n72_orders` o
LEFT JOIN `n72_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 2999 LIMIT 1
0.5 1 /classes/order/Order.php:848
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `n72_currency` c
LEFT JOIN n72_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.5 1 /classes/Currency.php:1099
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2592263
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187963 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2592263
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187963 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2596309
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188041 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2596309
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188041 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014651
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188227
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 2599347) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014651) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 2592245) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017528
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017416) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 187939
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014581
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188125
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019285) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016863) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188365) AND (id_product_attribute = 1295653) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016849) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_cms_lang`
WHERE `id_cms` = 41 AND `id_shop` = 1
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 2596315) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024598
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018109) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295665 LIMIT 1
0.5 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.5 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188359) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 2599323) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188407) AND (id_product_attribute = 1295845) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 2599329) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027300) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025382
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187963
AND pac.`id_product_attribute` = 2592263
AND agl.`id_lang` = 1
0.5 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188137
0.5 8 /classes/Product.php:2521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 2597071) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 2599353) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188245) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1028126) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188365 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188365 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188077) AND (id_product_attribute = 2596813) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027944
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024752
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017521) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017066
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` = "custom"
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.5 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 2596339) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027804
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188431
AND image_shop.`cover` = 1 LIMIT 1
0.5 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025466
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018816) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188383
AND image_shop.`cover` = 1 LIMIT 1
0.5 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014889) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188233
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 2599299) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017773) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2592101
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187933 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2592101
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187933 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027279) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018333) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018123
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.5 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188365) AND (id_product_attribute = 1295659) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188011
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1015330) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017416
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 187957
0.5 7 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017731
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1296097) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018102
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016877
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295755) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188383) AND (id_product_attribute = 1295725) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-liquideffect-addon/revslider-liquideffect-addon.php' LIMIT 1
0.5 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188359) AND (id_product_attribute = 1295635) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016793) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188395) AND (id_product_attribute = 1295755) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025368
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188263
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188125 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188125 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188119
0.5 6 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1028189
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027279
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295101
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188227 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295101
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188227 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014903
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024682
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188287
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016947
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014476) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 2597173) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188473
AND image_shop.`cover` = 1 LIMIT 1
0.5 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE c.id_elementor FROM n72_iqit_elementor_category c WHERE c.id_category = 7239 LIMIT 1
0.5 9 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027783) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 187933
ORDER BY f.position ASC
0.5 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188323
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027272
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1015316
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187963) AND (id_product_attribute = 2592281) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017066) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016562
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188263
AND pac.`id_product_attribute` = 1295245
AND agl.`id_lang` = 1
0.5 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016870
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2597137
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188125 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2597137
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188125 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188317) AND (id_product_attribute = 1295449) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019271
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188317)
0.5 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188005) AND (id_product_attribute = 2592749) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1025389) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1028189) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016807) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188371) AND (id_product_attribute = 1295665) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1026810
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018494) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188119) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 187933
0.5 5 /classes/Product.php:2521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 2597089) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018802) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295155
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188239 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295155
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188239 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187933) AND (id_product_attribute = 2592107) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016891) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188341) AND (id_product_attribute = 1295557) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024892
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014469) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188341
AND pac.`id_product_attribute` = 1295551
AND agl.`id_lang` = 1
0.5 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024605
0.5 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.5 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.5 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188227 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188227 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188299
0.5 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188299) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188473
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188113 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188113 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014455
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188233) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_pstbannercountdown` a0
LEFT JOIN `n72_pstbannercountdown_lang` `a1` ON (a0.`id_pstbannercountdown` = a1.`id_pstbannercountdown`)
WHERE (a0.`id_pstbannercountdown` IN (4,7,11,29,36) AND `hook` IN ("displayFooter", "displayTopSticky2")
AND (
(`from` <= UTC_TIMESTAMP() AND (`to` >= UTC_TIMESTAMP() OR `restart` = 1))
OR
`type` = "schedule"
)
) AND (a1.`id_lang` = 1)
ORDER BY a0.`priority` asc
0.4 10 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188305 AND pa.`id_product` = 188305 AND pa.`id_product_attribute` = 1295413 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1024906
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188359
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027300
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 2599287) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2592731
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188005 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2592731
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188005 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188341) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188119
AND pac.`id_product_attribute` = 2597101
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014644
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188287
ORDER BY f.position ASC
0.4 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018340) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187921
AND pac.`id_product_attribute` = 2591843
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188287) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188383) AND (id_product_attribute = 1295719) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2596849
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188089 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2596849
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188089 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188041) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188335) AND (id_product_attribute = 1295533) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187963) AND (id_product_attribute = 2592275) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188419
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014462
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188407) AND (id_product_attribute = 1295833) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016884
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188419) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188323) AND (id_product_attribute = 1295485) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027790
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2597059
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188113 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2597059
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188113 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016639
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_cms` a
LEFT JOIN `n72_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 12) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188383) AND (id_product_attribute = 1295707) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295173
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188245 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295173
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188245 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188371
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188137
AND pac.`id_product_attribute` = 2599269
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 2591843
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 187921 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 2591843
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 187921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188011
AND pac.`id_product_attribute` = 2592803
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 26 LIMIT 1
0.4 1 /classes/Category.php:1372
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 n72_shop_group gs
LEFT JOIN n72_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN n72_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.4 1 Yes /classes/shop/Shop.php:704
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188395) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188419) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_country` a
LEFT JOIN `n72_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 93) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 2599341) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018501) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188431) AND (id_product_attribute = 1295935) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295125
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188233 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295125
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188233 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188431) AND (id_product_attribute = 1295929) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018102) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027293) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019558) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.4 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 2597143) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_country_lang`
WHERE `id_country` = 93
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019278) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188005) AND (id_product_attribute = 2592755) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188263 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188263 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017899) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188299) AND (id_product_attribute = 1295395) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017913
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188143 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188143 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016835
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM n72_shop_url su
LEFT JOIN n72_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'dressup.ge' OR su.domain_ssl = 'dressup.ge')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.4 1 Yes /classes/shop/Shop.php:1342
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188305) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014889
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188137
ORDER BY f.position ASC
0.4 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188119) AND (id_product_attribute = 2597119) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188347) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188473) AND (id_product_attribute = 1296109) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188125
AND pac.`id_product_attribute` = 2597137
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1027265) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188335
AND pac.`id_product_attribute` = 1295527
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188305
0.4 3 /classes/Product.php:2521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 2597155) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018774) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188341)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187933
AND pac.`id_product_attribute` = 2592101
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187939) AND (id_product_attribute = 2592137) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014490
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016856) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188407 LIMIT 1
0.4 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018347) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027265
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 2599305) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018319) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188263) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 21
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014896
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188359
AND pac.`id_product_attribute` = 1295617
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018830) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1015330
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 20
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188041
AND pac.`id_product_attribute` = 2596309
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017738
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 2597077) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017052) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016940
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188011) AND (id_product_attribute = 2592821) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188227) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188239
AND pac.`id_product_attribute` = 1295155
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 2592251) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `n72_cart_product` cp
WHERE cp.`id_product_attribute` = 1295245
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 188263 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `n72_cart_product` cp JOIN `n72_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `n72_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1295245
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 188263 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1415
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016814) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188113
AND pac.`id_product_attribute` = 2597059
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 19
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017052
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187933) AND (id_product_attribute = 2592113) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188371) AND (id_product_attribute = 1295671) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 20
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.4 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019551) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1014441) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188305) AND (id_product_attribute = 1295425) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188143
ORDER BY f.position ASC
0.4 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017507
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295575) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188317) AND (id_product_attribute = 1295455) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188227) AND (id_product_attribute = 1295107) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188431) AND (id_product_attribute = 1295941) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cb.`id_iqit_htmlandbanner`
FROM n72_iqit_htmlandbanner cb
INNER JOIN n72_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
WHERE `id_hook` = 9
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.4 2 Yes /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:215
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017031
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014483
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016513
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188089
0.4 6 /classes/Product.php:2521
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 22
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017395) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016646
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018487
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM n72_feature_product pf
LEFT JOIN n72_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN n72_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN n72_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN n72_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 188299
ORDER BY f.position ASC
0.4 11 Yes /classes/Product.php:5213
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-beforeafter-addon/revslider-beforeafter-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188419 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017038
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188383
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019572) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295527) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016961
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 19
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188125) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188143
AND pac.`id_product_attribute` = 2599317
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188347) AND (id_product_attribute = 1295569) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1019565) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187963) AND (id_product_attribute = 2592269) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188077
AND pac.`id_product_attribute` = 2596795
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188473) AND (id_product_attribute = 1296115) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017514) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018046
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188119) AND (id_product_attribute = 2597125) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1028119
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016891
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018760
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 2592227) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1014441
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188419) AND (id_product_attribute = 1295881) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188011) AND (id_product_attribute = 2592827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_country` a
LEFT JOIN `n72_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `n72_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 93) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1017409) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188317) AND (id_product_attribute = 1295467) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188341) AND (id_product_attribute = 1295563) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188119) AND (id_product_attribute = 2597131) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188491) AND (id_product_attribute = 1296175) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188335) AND (id_product_attribute = 1295521) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188287
AND pac.`id_product_attribute` = 1295341
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 2596321) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 2592239) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017059
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188317) AND (id_product_attribute = 1295461) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188431
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018109
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016814
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1027258
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188395) AND (id_product_attribute = 1295767) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188395 LIMIT 1
0.4 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188437) AND (id_product_attribute = 1295965) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188287) AND (id_product_attribute = 1295353) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188359 AND pa.`id_product` = 188359 AND pa.`id_product_attribute` = 1295617 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188323) AND (id_product_attribute = 1295491) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295707 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188263) AND (id_product_attribute = 1295251) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188089
AND pac.`id_product_attribute` = 2596849
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188005) AND (id_product_attribute = 2592761) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188317
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188407) AND (id_product_attribute = 1295839) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188329
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016856
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188245
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188335 AND pa.`id_product` = 188335 AND pa.`id_product_attribute` = 1295527 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018746) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188473
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188437) AND (id_product_attribute = 1295959) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188329) AND (id_product_attribute = 1295503) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016821) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188227
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 187921) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 2599359) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188371) AND (id_product_attribute = 1295677) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019558
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188383
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188359) AND (id_product_attribute = 1295629) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188329) AND (id_product_attribute = 1295509) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017906
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 2599293) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188473) AND (id_product_attribute = 1296103) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187939
AND pac.`id_product_attribute` = 2592131
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188437) AND (id_product_attribute = 1295947) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188437 LIMIT 1
0.4 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188245
AND pac.`id_product_attribute` = 1295173
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE s.`id_pstbannercountdown`
FROM `n72_pstbannercountdown_shop` s
LEFT JOIN `n72_pstbannercountdown` p
ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
LEFT JOIN `n72_pstbannercountdown_group` g
ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
WHERE s.`id_shop` IN (1)
AND (
p.`all_groups` = 1
OR g.`id_group` IN (1)
)  AND s.`active` = 1
0.4 9 /modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php:292
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017899
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019551
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018326
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188005
AND pac.`id_product_attribute` = 2592731
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1025445
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1296169 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188227
AND pac.`id_product_attribute` = 1295101
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1016898) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188491 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019565
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188305
AND pac.`id_product_attribute` = 1295413
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018767) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188227) AND (id_product_attribute = 1295113) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 2596327) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-weather-addon/revslider-weather-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017395
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188113
0.4 7 /classes/Product.php:2521
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188335
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_lang` a
LEFT JOIN `n72_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188323
AND pac.`id_product_attribute` = 1295473
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016527
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php: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
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188011)
0.4 6 /override/classes/Product.php:122
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188329)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188233
AND pac.`id_product_attribute` = 1295125
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188233) AND (id_product_attribute = 1295137) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188011) AND (id_product_attribute = 2592815) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188077) AND (id_product_attribute = 2596807) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 19
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188233) AND (id_product_attribute = 1295143) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188341) AND (id_product_attribute = 1295545) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187933) AND (id_product_attribute = 2592125) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017927
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188077) AND (id_product_attribute = 2596801) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018326) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295551) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 2597083) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018494
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017920
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188419) AND (id_product_attribute = 1295887) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_currency` a
LEFT JOIN `n72_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-backup-addon/revslider-backup-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-bubblemorph-addon/revslider-bubblemorph-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188419 LIMIT 1
0.4 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188491
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188341
AND image_shop.`cover` = 1 LIMIT 1
0.4 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 22
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 187957
AND pac.`id_product_attribute` = 2592215
AND agl.`id_lang` = 1
0.4 2 /classes/Product.php:6453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188263
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295551 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1028007
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188347
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016793
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cb.`id_iqit_htmlandbanner`
FROM n72_iqit_htmlandbanner cb
INNER JOIN n72_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
WHERE `id_hook` = 12
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.4 2 Yes /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php:215
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188299
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018767
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188089)
0.4 6 /override/classes/Product.php:122
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188323 LIMIT 1
0.4 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188239) AND (id_product_attribute = 1295161) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
0.4 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188299)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188491) AND (id_product_attribute = 1296181) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018333
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188395
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188491) AND (id_product_attribute = 1296169) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188287) AND (id_product_attribute = 1295347) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016800
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188239) AND (id_product_attribute = 1295149) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018823) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `n72_product_attribute`
WHERE `id_product` = 188419
0.4 4 /classes/Product.php:2521
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1017045
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE * FROM `n72_currency` c ORDER BY `iso_code` ASC
0.4 1 Yes /classes/Currency.php:695
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295827 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188491) AND (id_product_attribute = 1296187) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018760) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188305) AND (id_product_attribute = 1295419) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018802
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188263) AND (id_product_attribute = 1295263) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188299
AND pac.`id_product_attribute` = 1295389
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188419 AND `id_group` = 1 LIMIT 1
0.4 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016898
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188383 LIMIT 1
0.4 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE domain, domain_ssl
FROM n72_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.4 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `n72_attribute` a
LEFT JOIN `n72_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `n72_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `n72_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN n72_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 `n72_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 188347
AND pac.`id_product_attribute` = 1295575
AND agl.`id_lang` = 1
0.4 1 /classes/Product.php:6453
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016821
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3898 LIMIT 1
0.4 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016660
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188383) AND (id_product_attribute = 1295713) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1699 LIMIT 1
0.4 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018816
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188329) AND (id_product_attribute = 1295515) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188419) AND (id_product_attribute = 1295875) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188299) AND (id_product_attribute = 1295407) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019264
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188245) AND (id_product_attribute = 1295191) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018354
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018032
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.4 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 187933) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295755 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188371) AND (id_product_attribute = 1295683) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `n72_lang` l
LEFT JOIN `n72_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.4 2 /classes/Language.php:991
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018823
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 2596345) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "ps_accounts" LIMIT 1
0.4 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188359) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 2596333) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-duotonefilters-addon/revslider-duotonefilters-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "RevsliderPrestashop" LIMIT 1
0.4 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188227)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188431) AND (id_product_attribute = 1295923) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188491 LIMIT 1
0.4 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-refresh-addon/revslider-refresh-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php: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
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 187963)
0.4 5 /override/classes/Product.php:122
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188239)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016807
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188365)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018347
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018774
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188041)
0.4 7 /override/classes/Product.php:122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016828
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM n72_iqit_link_block cb
INNER JOIN n72_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 553
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.4 4 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188359)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188383 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188395 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188473 AND `id_group` = 1 LIMIT 1
0.4 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `n72_currency` a
LEFT JOIN `n72_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `n72_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018753
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188395 AND `id_group` = 1 LIMIT 1
0.4 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE pai.id_product_attribute, i.id_image, il.legend
FROM n72_image i
INNER JOIN n72_product_attribute_image pai
ON pai.id_image = i.id_image
LEFT JOIN n72_image_lang il
ON (il.id_image = i.id_image AND il.id_lang = 1)
WHERE pai.id_product_attribute IN (2591843,2592101,2592131,2592215,2592263,2592731,2592803,2596309,2596795,2596849,2597059,2597101,2597137,2599269,2599317,1295101,1295125,1295155,1295173,1295245,1295341,1295389,1295413,1295449,1295473,1295497,1295527,1295551,1295575,1295617,1295641,1295665,1295707,1295755,1295827,1295875,1295923,1295947,1296097,1296169)
ORDER BY i.cover DESC, i.position ASC
0.4 8 Yes /modules/amazzingfilter/amazzingfilter.php:5705
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE format
FROM `n72_address_format`
WHERE `id_country` = 93 LIMIT 1
0.4 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188491
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188113 AND pa.`id_product` = 188113 AND pa.`id_product_attribute` = 2597059 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_cms` a
LEFT JOIN `n72_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188371 LIMIT 1
0.4 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-particles-addon/revslider-particles-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188383) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188359
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018746
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018508
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_product` a
LEFT JOIN `n72_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `n72_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 187939) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM n72_meta m
LEFT JOIN n72_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.4 1 /classes/Meta.php:189
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018116
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188335) AND (id_product_attribute = 1295539) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 187963
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018354) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188407) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188245) AND (id_product_attribute = 1295179) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188473) AND (id_product_attribute = 1296097) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295923 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-panorama-addon/revslider-panorama-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1296097 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188005)
0.4 6 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295389) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188407 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188395) AND (id_product_attribute = 1295761) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187933) AND (id_product_attribute = 2592119) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018830
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 187957)
0.4 7 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2592263) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2591843 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188323)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295473 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2592131) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1670 LIMIT 1
0.4 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188089 LIMIT 1
0.4 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `n72_cms` a
LEFT JOIN `n72_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 41) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1016842
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_image` a
LEFT JOIN `n72_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = 1
WHERE (a.`id_image` = 1018753) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1018340
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_module` FROM `n72_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.4 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295413) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-whiteboard-addon/revslider-whiteboard-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295497) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, alias FROM `n72_hook_alias`
0.4 89 /classes/Hook.php:337
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1675 LIMIT 1
0.4 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.4 1 /src/Adapter/Module/ModuleDataProvider.php:174
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295173) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188335)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188143)
0.4 8 /override/classes/Product.php:122
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 22
0.4 1 /classes/CartRule.php: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
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 187921)
0.4 7 /override/classes/Product.php:122
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188371 AND `id_group` = 1 LIMIT 1
0.4 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `n72_hook`
WHERE `id_hook` = 538 LIMIT 1
0.4 1 /classes/Hook.php:223
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188437) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188239) AND (id_product_attribute = 1295167) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188371 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `name`, `alias` FROM `n72_hook_alias`
0.4 89 /classes/Hook.php:285
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188419) AND (id_product_attribute = 1295893) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188371
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `n72_image_lang`
WHERE `id_image` = 1019572
0.4 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188005
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188347)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188287) AND (id_product_attribute = 1295341) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2597137) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295245) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `n72_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.4 2 /classes/Language.php:790
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188431 LIMIT 1
0.4 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188305) AND (id_product_attribute = 1295413) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188431 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295575 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188233)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1670 LIMIT 1
0.4 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188077 AND pa.`id_product` = 188077 AND pa.`id_product_attribute` = 2596795 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_cms` a
LEFT JOIN `n72_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1696 LIMIT 1
0.4 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1699 LIMIT 1
0.4 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188305
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188395) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM n72_shop s
LEFT JOIN n72_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.4 1 /classes/shop/Shop.php:202
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188365
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295617) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188077)
0.4 6 /override/classes/Product.php:122
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295527 LIMIT 1
0.4 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2592803) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `iso_code`
FROM `n72_country`
WHERE `id_country` = 93 LIMIT 1
0.4 1 /classes/Country.php:274
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188119 AND pa.`id_product` = 188119 AND pa.`id_product_attribute` = 2597101 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 187939 AND pa.`id_product` = 187939 AND pa.`id_product_attribute` = 2592131 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188329 AND pa.`id_product` = 188329 AND pa.`id_product_attribute` = 1295497 LIMIT 1
0.4 1 /classes/Product.php: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
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188137)
0.4 8 /override/classes/Product.php:122
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188263)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2592101) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "af_seopages" LIMIT 1
0.4 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM n72_required_field
0.4 2 /classes/ObjectModel.php:1497
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295341) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_cms` a
LEFT JOIN `n72_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_lang` FROM `n72_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.4 2 /classes/Language.php:790
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188329
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 187963 AND pa.`id_product` = 187963 AND pa.`id_product_attribute` = 2592263 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 187957 AND pa.`id_product` = 187957 AND pa.`id_product_attribute` = 2592215 LIMIT 1
0.4 1 /classes/Product.php: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
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188287)
0.4 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188287
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188317) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2596795) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM n72_iqit_link_block cb
INNER JOIN n72_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 35
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.4 4 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295473) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188245
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-filmstrip-addon/revslider-filmstrip-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188317 AND pa.`id_product` = 188317 AND pa.`id_product_attribute` = 1295449 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-slicey-addon/revslider-slicey-addon.php' LIMIT 1
0.4 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE id_group FROM n72_cart_rule_group WHERE id_cart_rule = 21
0.4 1 /classes/CartRule.php:418
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188041 AND pa.`id_product` = 188041 AND pa.`id_product_attribute` = 2596309 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295125) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188431
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188287 AND pa.`id_product` = 188287 AND pa.`id_product_attribute` = 1295341 LIMIT 1
0.4 1 /classes/Product.php:953
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "ps_accounts" LIMIT 1
0.4 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.4 1 /src/Adapter/Module/ModuleDataProvider.php:174
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188227) AND (id_product_attribute = 1295119) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "ps_accounts" LIMIT 1
0.4 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188233
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188263
AND image_shop.`cover` = 1 LIMIT 1
0.4 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188341) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188113)
0.4 7 /override/classes/Product.php:122
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295155) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188125
AND image_shop.`cover` = 1 LIMIT 1
0.4 3 /classes/Product.php:3130
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
0.4 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188125)
0.4 7 /override/classes/Product.php:122
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295947 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE value FROM `n72_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.3 1 /classes/shop/Shop.php:1163
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2592731) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188431) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 187939
AND image_shop.`cover` = 1 LIMIT 1
0.3 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188119
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1663 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188473 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188323
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188089 AND pa.`id_product` = 188089 AND pa.`id_product_attribute` = 2596849 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2596309) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188347 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2592263 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "pagecache" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188119)
0.3 6 /override/classes/Product.php:122
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1663 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188335) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1
0.3 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188437 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE *
FROM `n72_cms` a
LEFT JOIN `n72_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2597059) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.3 1 /src/Adapter/Module/ModuleDataProvider.php:174
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2596849 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188227 AND pa.`id_product` = 188227 AND pa.`id_product_attribute` = 1295101 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_group` a
LEFT JOIN `n72_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188323
AND image_shop.`cover` = 1 LIMIT 1
0.3 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188491 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188227
AND image_shop.`cover` = 1 LIMIT 1
0.3 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE * FROM n72_hook_module
WHERE `id_hook` = 649
AND `id_module` = 87
AND `id_shop` = 1
0.3 1 /classes/Hook.php:550
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 25 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 19 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE *
FROM `n72_cms` a
LEFT JOIN `n72_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 187939)
0.3 2 /override/classes/Product.php:122
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188011 AND pa.`id_product` = 188011 AND pa.`id_product_attribute` = 2592803 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE `id_module` FROM `n72_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.3 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188365 AND pa.`id_product` = 188365 AND pa.`id_product_attribute` = 1295641 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.3 1 /src/Adapter/Module/ModuleDataProvider.php:174
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188431 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `n72_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188437
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188317
AND image_shop.`cover` = 1 LIMIT 1
0.3 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188245)
0.3 4 /override/classes/Product.php:122
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-typewriter-addon/revslider-typewriter-addon.php' LIMIT 1
0.3 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 2592215) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT 1
0.3 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188329) AND (id_product_attribute = 1295497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-polyfold-addon/revslider-polyfold-addon.php' LIMIT 1
0.3 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 26 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188335
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 187921
AND image_shop.`cover` = 1 LIMIT 1
0.3 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2596849) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.3 1 /src/Adapter/Module/ModuleDataProvider.php:174
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188239 AND pa.`id_product` = 188239 AND pa.`id_product_attribute` = 1295155 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2592215) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188011
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 187957 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 187933)
0.3 5 /override/classes/Product.php:122
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188125 AND pa.`id_product` = 188125 AND pa.`id_product_attribute` = 2597137 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295413 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188113
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `n72_module` m
LEFT JOIN `n72_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.3 1 /src/Adapter/Module/ModuleDataProvider.php:174
SELECT SQL_NO_CACHE * FROM `n72_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.3 1 /classes/module/Module.php:2244
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188407 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188341 AND pa.`id_product` = 188341 AND pa.`id_product_attribute` = 1295551 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 2591861) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188437) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188143 AND pa.`id_product` = 188143 AND pa.`id_product_attribute` = 2599317 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188323) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1696 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2599269) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1295101) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188341 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_currency_lang`
WHERE `id_currency` = 1
0.3 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 2591837) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 187933
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `n72_product` p
INNER JOIN `n72_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `n72_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188305)
0.3 3 /override/classes/Product.php:122
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188233 AND pa.`id_product` = 188233 AND pa.`id_product_attribute` = 1295125 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188299 AND pa.`id_product` = 188299 AND pa.`id_product_attribute` = 1295389 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188365) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188089) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE psgdpr.active FROM `n72_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 21 LIMIT 1
0.3 8 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE *
FROM `n72_cms` a
LEFT JOIN `n72_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 39) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188347) AND (id_product_attribute = 1295575) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188431) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188005) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE *
FROM `n72_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 5) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188359 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188137
AND image_shop.`cover` = 1 LIMIT 1
0.3 2 /classes/Product.php:3130
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188347 AND pa.`id_product` = 188347 AND pa.`id_product_attribute` = 1295575 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188287) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1663 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188005 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 187963) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 187957
AND image_shop.`cover` = 1 LIMIT 1
0.3 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188317 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188245 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188041
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE option_value FROM `n72_revslider_options` WHERE `option_name`='revslider-snow-addon/revslider-snow-addon.php' LIMIT 1
0.3 14 /modules/revsliderprestashop/includes/revslider_db.class.php:193
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 187921 AND pa.`id_product` = 187921 AND pa.`id_product_attribute` = 2591843 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 2591855) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188347) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188077
AND image_shop.`cover` = 1 LIMIT 1
0.3 5 /classes/Product.php:3130
SELECT SQL_NO_CACHE `need_identification_number`
FROM `n72_country`
WHERE `id_country` = 93 LIMIT 1
0.3 1 /classes/Country.php:401
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188089
AND image_shop.`cover` = 1 LIMIT 1
0.3 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "ps_accounts" LIMIT 1
0.3 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295341 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188005) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188323 AND pa.`id_product` = 188323 AND pa.`id_product_attribute` = 1295473 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188383 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188239 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188437 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188245 AND pa.`id_product` = 188245 AND pa.`id_product_attribute` = 1295173 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188143
AND image_shop.`cover` = 1 LIMIT 1
0.3 2 /classes/Product.php:3130
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188299 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2592215 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE *
FROM `n72_group_lang`
WHERE `id_group` = 1
0.3 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE * FROM n72_hook_module
WHERE `id_hook` = 652
AND `id_module` = 87
AND `id_shop` = 1
0.3 1 /classes/Hook.php:550
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2591843) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188341 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2597101) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188011) AND (id_product_attribute = 2592803) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 187963 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188263 AND pa.`id_product` = 188263 AND pa.`id_product_attribute` = 1295245 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188341) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295449 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188239) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188089) AND (id_product_attribute = 2596849) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 2591873) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2599269 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2592803 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188011 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE id_shop
FROM `n72_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1634
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE c.id_currency
FROM `n72_currency` c
WHERE (iso_code = 'GEL') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 2599317) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `n72_product_attribute` a
LEFT JOIN `n72_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 2599317) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188239
AND image_shop.`cover` = 1 LIMIT 1
0.3 4 /classes/Product.php:3130
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188347 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `name`
FROM `n72_hook`
WHERE `id_hook` = 697 LIMIT 1
0.3 1 /classes/Hook.php:223
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188329 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2596795 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188005 AND pa.`id_product` = 188005 AND pa.`id_product_attribute` = 2592731 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE `id_lang` FROM `n72_lang` WHERE `iso_code` = 'en' LIMIT 1
0.3 2 /classes/Language.php:761
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188041 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188359) AND (id_product_attribute = 1295617) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188335 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295389 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE *
FROM `n72_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 4) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `n72_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188125 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188227 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `n72_image` i
INNER JOIN n72_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 188347
AND image_shop.`cover` = 1 LIMIT 1
0.3 6 /classes/Product.php:3130
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 188137 AND pa.`id_product` = 188137 AND pa.`id_product_attribute` = 2599269 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188233 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188317 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188263 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188137 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE id_shop
FROM `n72_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1634
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295125 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188119 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187963) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4178 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188335) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2596309 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188041
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE pa.`available_date` FROM `n72_product` p LEFT JOIN `n72_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN n72_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 187933 AND pa.`id_product` = 187933 AND pa.`id_product_attribute` = 2592101 LIMIT 1
0.3 1 /classes/Product.php:953
SELECT SQL_NO_CACHE *
FROM `n72_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 5
0.3 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188359
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295497 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 187963 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1678 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188245) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2599317 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188077 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188329) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_module` FROM `n72_module_shop` WHERE `id_module` = 187 AND `id_shop` = 1 LIMIT 1
0.3 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 2596309) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `name`
FROM `n72_hook`
WHERE `id_hook` = 908 LIMIT 1
0.3 1 /classes/Hook.php:223
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3961 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188125
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188113 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE `from` BETWEEN '2025-07-29 00:00:00' AND '2025-07-29 23:59:59' LIMIT 1
0.3 1951 /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "ps_accounts" LIMIT 1
0.3 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 2591867) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "ps_accounts" LIMIT 1
0.3 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4031 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188011 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 3961 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295101 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188305) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4031 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 187939 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188041 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188365 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `n72_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1
0.3 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `n72_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2597059 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188239
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3919 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188089 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188143 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188125 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188233 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188341
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188359 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1345 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188227
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188317 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188365 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1676 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE id_shop
FROM `n72_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1634
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295641 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188263
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 187957
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_module` FROM `n72_module_shop` WHERE `id_module` = 204 AND `id_shop` = 1 LIMIT 1
0.3 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 2591849) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188233) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188263 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 3919 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1663 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188335) AND (id_product_attribute = 1295527) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188137 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1678 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188143 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188347 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188323) AND (id_product_attribute = 1295473) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188305 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 187957 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187963) AND (id_product_attribute = 2592263) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188365) AND (id_product_attribute = 1295641) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 25 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188299 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188365 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188041) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 187957 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295155 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 187963 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188089 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188119) AND (id_product_attribute = 2597101) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295617 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4143 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188077
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188041 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2597137 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188347) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188077) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2592731 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 2597137) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188329) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188143) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188341) AND (id_product_attribute = 1295551) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188299) AND (id_product_attribute = 1295389) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 2591843) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188263 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188239) AND (id_product_attribute = 1295155) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188239 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188365) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "ps_eventbus" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188089) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188329
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188323 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295245 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2592131 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1679 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188239 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188287 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188335 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1663 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188119
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188329 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188077) AND (id_product_attribute = 2596795) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188227 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 2599269) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187933) AND (id_product_attribute = 2592101) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3884 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188245 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188005
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188365
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 25 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188011 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 188233 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 187963
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1663 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2597101 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188011
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1675 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188287
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188305 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188323 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188287 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 187939 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4080 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188305) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188113 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188299 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188359 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188245 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188005) AND (id_product_attribute = 2592731) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188335 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 187921 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `n72_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 4
0.3 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 3884 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1675 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188263) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188077 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188113
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188089
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188005 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188143
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 187957) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188329 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188287) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188347
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188227) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188233) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188119 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188113 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 187921
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1678 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188233
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188239) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188245) AND (id_product_attribute = 1295173) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188077 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 187939
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188113) AND (id_product_attribute = 2597059) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1295173 LIMIT 1
0.3 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188125 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE `to` BETWEEN '2025-07-29 00:00:00' AND '2025-07-29 23:59:59' LIMIT 1
0.3 1 /classes/SpecificPrice.php:365
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 0 LIMIT 1
0.3 1 /classes/SpecificPrice.php:410
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188227) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 3898 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188305 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188263) AND (id_product_attribute = 1295245) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1345 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188299
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4178 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188317) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4080 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188305
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1676 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188341 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187921) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3898 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188227 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1679 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 25 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `n72_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4164 LIMIT 1
0.3 1 /classes/Category.php:1372
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188137) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1675 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3884 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188119 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188245
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188137 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 187921 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1663 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 187921 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3898 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188287 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 188005 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1676 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188233) AND (id_product_attribute = 1295125) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187933) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 188137
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188227) AND (id_product_attribute = 1295101) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1679 LIMIT 1
0.3 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE 1 FROM `n72_specific_price` WHERE id_product = 187933 LIMIT 1
0.3 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3884 LIMIT 1
0.2 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 188263) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `n72_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1194
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 188245) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 188143 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `n72_group`
WHERE `id_group` = 1 LIMIT 1
0.2 1 /classes/Group.php:154
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1345 LIMIT 1
0.2 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187939) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `n72_stock_available`
WHERE (id_product = 187939) AND (id_product_attribute = 2592131) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 187939) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `n72_specific_price_priority`
WHERE `id_product` = 187933
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `n72_product_group_reduction_cache`
WHERE `id_product` = 187933 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 187939 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE out_of_stock
FROM `n72_stock_available`
WHERE (id_product = 187933) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `n72_product_attribute` pa
INNER JOIN n72_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 2592101 LIMIT 1
0.2 1 /classes/Combination.php:462
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4164 LIMIT 1
0.2 1 /classes/Product.php:4955
SELECT SQL_NO_CACHE `id_module` FROM `n72_module` WHERE `name` = "bvkseodispatcher" LIMIT 1
0.2 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `n72_product_shop`
WHERE `id_product` = 187933 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5889
SELECT SQL_NO_CACHE name FROM n72_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4143 LIMIT 1
0.2 1 /classes/Product.php:4955

Doubles

232
SELECT SUM(quantity)
FROM `nXX_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
182
SELECT *
							FROM `nXX_image_lang`
							WHERE `id_image` = XX
182
SELECT *
FROM `nXX_image` a
LEFT JOIN `nXX_image_shop` `c` ON a.`id_image` = c.`id_image` AND c.`id_shop` = XX
WHERE (a.`id_image` = XX) LIMIT XX
80
SELECT `id_order`
            FROM `nXX_orders`
            WHERE `id_cart` = XX AND id_shop IN (XX) LIMIT XX
80
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `nXX_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `nXX_cart_product` cp JOIN `nXX_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `nXX_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = 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
41
SELECT XX FROM `nXX_specific_price` WHERE id_product = XX LIMIT XX
40
                            SELECT `id_tax_rules_group`
                            FROM `nXX_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
40
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `nXX_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` IN (XX, XX) AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
40
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
FROM `nXX_product` p
INNER JOIN `nXX_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `nXX_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)
40
SELECT
                    p.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, XX) as quantity,
                    (DATEDIFF(
				p.`date_add`,
				DATE_SUB(
					'XX-XX-XX XX:XX:XX',
					INTERVAL XX DAY
				)
			) > XX) as new
                FROM nXX_product p
                LEFT JOIN nXX_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                LEFT JOIN nXX_stock_available sa
			        ON sa.id_product = p.id_product 
			        AND sa.id_shop = XX
			    WHERE p.id_product = XX
40
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `nXX_image` i
             INNER JOIN nXX_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `nXX_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
40
				SELECT `priority`, `id_specific_price_priority`
				FROM `nXX_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
40
SELECT *
FROM `nXX_product_attribute` a
LEFT JOIN `nXX_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
40
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`
            FROM `nXX_attribute` a
            LEFT JOIN `nXX_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `nXX_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `nXX_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN nXX_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 `nXX_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
40
                SELECT name, value, pf.id_feature, f.position
                FROM nXX_feature_product pf
                LEFT JOIN nXX_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN nXX_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN nXX_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN nXX_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
40
SELECT pa.`available_date` FROM `nXX_product` p LEFT JOIN `nXX_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN nXX_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN nXX_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
40
			SELECT `reduction`
			FROM `nXX_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
40
SELECT `id_product_attribute`
            FROM `nXX_product_attribute`
            WHERE `id_product` = XX
40
			SELECT product_attribute_shop.`price`
			FROM `nXX_product_attribute` pa
			 INNER JOIN nXX_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
			WHERE pa.`id_product_attribute` = XX LIMIT XX
40
SELECT out_of_stock
FROM `nXX_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
40
SELECT image_shop.`id_image`
                    FROM `nXX_image` i
                     INNER JOIN nXX_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
40
SELECT name FROM nXX_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
40
SELECT *
FROM `nXX_product` a
LEFT JOIN `nXX_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `nXX_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
40
SELECT pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
					a.`id_attribute`
				FROM `nXX_product_attribute` pa
				 INNER JOIN nXX_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 `nXX_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
				LEFT JOIN `nXX_attribute` a ON a.`id_attribute` = pac.`id_attribute`
				LEFT JOIN `nXX_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
				LEFT JOIN `nXX_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
				LEFT JOIN `nXX_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
				WHERE pa.`id_product` = XX AND ag.`id_attribute_group` IN (XX,XX,XX,XX,XX,XX,XX,XX,XX) 
				GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
				ORDER BY ag.`id_attribute_group`, a.`position`
40
            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 `nXX_product_attribute` pa
             INNER JOIN nXX_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 nXX_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 `nXX_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `nXX_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `nXX_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `nXX_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;
24
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `nXX_product_attribute_image` pai
            LEFT JOIN `nXX_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `nXX_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
21
			SELECT cl.`link_rewrite`
			FROM `nXX_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
12
SELECT id_group FROM nXX_cart_rule_group WHERE id_cart_rule = XX
10
SELECT s.`id_pstbannercountdown`
             FROM `nXX_pstbannercountdown_shop` s
             LEFT JOIN `nXX_pstbannercountdown` p
              ON s.`id_pstbannercountdown` = p.`id_pstbannercountdown`
             LEFT JOIN `nXX_pstbannercountdown_group` g
              ON s.`id_pstbannercountdown` = g.`id_pstbannercountdown`
             WHERE s.`id_shop` IN (XX)
              AND (
               p.`all_groups` = XX
               OR g.`id_group` IN (XX)
              )  AND s.`active` = XX 
8
SELECT *
							FROM `nXX_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
8
SELECT *
FROM `nXX_cms` a
LEFT JOIN `nXX_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
8
SELECT cb.`id_iqit_htmlandbanner`
                    FROM nXX_iqit_htmlandbanner cb
                    INNER JOIN nXX_iqit_htmlandbanner_shop cs ON (cb.`id_iqit_htmlandbanner` = cs.`id_iqit_htmlandbanner`)
                    WHERE `id_hook` = XX
                    AND cs.`id_shop` = XX
                    ORDER BY cb.position ASC
                
6
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `nXX_module` m
                LEFT JOIN `nXX_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
6
SELECT `id_module` FROM `nXX_module` WHERE `name` = "ps_accounts" LIMIT XX
6
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
        FROM `nXX_module` m
        LEFT JOIN `nXX_module_shop` ms ON m.`id_module` = ms.`id_module`
        WHERE `name` = "ps_accounts"
        AND ms.`id_shop` IN (XX) LIMIT XX
5
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `nXX_product_attribute_image` pai
            LEFT JOIN `nXX_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `nXX_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
5
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `nXX_product_attribute_image` pai
            LEFT JOIN `nXX_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `nXX_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
4
SELECT `id_module` FROM `nXX_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
4
SELECT *
							FROM `nXX_iqit_link_block_lang`
							WHERE `id_iqit_link_block` = XX
4
SELECT *
FROM `nXX_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = XX) LIMIT XX
4
SELECT cb.`id_iqit_link_block`
                    FROM nXX_iqit_link_block cb
                    INNER JOIN nXX_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
                    WHERE `id_hook` = XX
                    AND cs.`id_shop` = XX
                    ORDER BY cb.position ASC
                
3
SELECT option_value FROM `nXX_revslider_options` WHERE `option_name`='revslider-maintenance-addon/revslider-maintenance-addon.php' LIMIT XX
3
(SELECT SQL_NO_CACHE * FROM `nXX_cart_rule` cr
				LEFT JOIN `nXX_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = XX)
            WHERE (cr.`id_customer` = XX
            OR (cr.`id_customer` = XX AND (cr.`highlight` = XX OR cr.`code` = "")))
             AND NOW() BETWEEN cr.date_from AND cr.date_to
				AND cr.`active` = XX
				AND cr.`quantity` > XX AND highlight = XX AND code NOT LIKE "BO_ORDER_%")
3
							SELECT `name`
							FROM `nXX_hook`
							WHERE `id_hook` = XX LIMIT XX
2
SELECT *
FROM `nXX_hook` a
WHERE (a.`id_hook` = XX) LIMIT XX
2
SELECT option_value FROM `nXX_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT XX
2
SELECT option_value FROM `nXX_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT XX
2
SELECT * FROM nXX_hook_module
                  WHERE `id_hook` = XX
                  AND `id_module` = XX
                  AND `id_shop` = XX
2
            SELECT COUNT(*) FROM `nXX_orders` o
            LEFT JOIN `nXX_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
            WHERE o.`id_customer` = XX
            AND ocr.`deleted` = XX AND ocr.`id_cart_rule` = XX LIMIT XX
2
SELECT *
FROM `nXX_category` a
LEFT JOIN `nXX_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `nXX_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
2
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `nXX_product_attribute_image` pai
            LEFT JOIN `nXX_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `nXX_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
2
(SELECT XX FROM `nXX_cart_rule` WHERE date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `nXX_cart_rule` WHERE date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `nXX_cart_rule` WHERE 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) LIMIT XX
2
SELECT c.id_elementor FROM nXX_iqit_elementor_content c WHERE c.active = XX AND c.hook = XX
2
SELECT `id_lang` FROM `nXX_lang`
                    WHERE `locale` = 'en-us'
                    OR `language_code` = 'en-us' LIMIT XX
2
SELECT c.id_elementor FROM nXX_iqit_elementor_category c LEFT JOIN nXX_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = XX AND s.id_shop = XX LIMIT XX
2
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `nXX_product_attribute_image` pai
            LEFT JOIN `nXX_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `nXX_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`

Tables stress

352 stock_available
304 image
280 product_attribute
280 product_attribute_shop
264 image_lang
262 image_shop
243 product
163 product_shop
162 cart_product
120 attribute
120 attribute_lang
120 product_attribute_combination
85 specific_price
82 orders
81 product_lang
80 pack
80 attribute_group_lang
80 attribute_group
65 category_lang
41 product_attribute_image
40 feature_lang
40 product_group_reduction_cache
40 feature_product
40 specific_price_priority
40 feature_shop
40 feature_value_lang
40 feature
27 module
24 revslider_options
20 pstbannercountdown
18 module_shop
12 cart_rule_group
10 pstbannercountdown_lang
10 cart_rule
10 hook
10 pstbannercountdown_group
10 pstbannercountdown_shop
8 iqit_link_block
8 iqit_htmlandbanner
8 iqit_htmlandbanner_shop
8 cms
8 cms_shop
8 cms_lang
6 lang
5 currency
4 iqit_link_block_shop
4 iqit_link_block_lang
4 shop_url
4 cart_rule_lang
4 country
4 shop
4 currency_shop
4 lang_shop
4 category
4 hook_module
3 iqit_elementor_category
3 hook_alias
3 category_shop
3 iqit_elementor_content
2 configuration
2 country_shop
2 manufacturer
2 meta
2 meta_lang
2 country_lang
2 shop_group
2 group
2 order_cart_rule
2 group_shop
2 category_group
2 iqit_elementor_category_shop
2 currency_lang
1 psgdpr_consent
1 configuration_lang
1 iqit_elementor_content_shop
1 af_index
1 module_group
1 hook_module_exceptions
1 manufacturer_shop
1 group_lang
1 image_type
1 address_format
1 required_field
1 revslider_sliders
1 af_templates
1 af_templates_lang
1 af_settings
1 af_category_templates

ObjectModel instances

NameInstancesSource
Image 1274 /override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
/override/classes/Link.php [29]
Product 160 /classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
Combination 40 /classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
/classes/Product.php [5141]
CMS 8 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
Category 7 /classes/Meta.php [379]
/classes/Link.php [387]
/classes/Link.php [387]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/Link.php [387]
/classes/Link.php [387]
Language 4 /config/config.inc.php [207]
/classes/Tools.php [647]
/classes/Tools.php [570]
/modules/amazzingfilter/amazzingfilter.php [5584]
Address 4 /classes/shop/Shop.php [466]
/classes/Product.php [3251]
/override/classes/Product.php [68]
/classes/Product.php [5163]
IqitLinkBlock 4 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
Hook 4 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
Cart 3 /classes/controller/FrontController.php [420]
/classes/controller/FrontController.php [742]
/classes/controller/FrontController.php [742]
Country 3 /config/config.inc.php [148]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1721]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [691]
State 2 /classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1720]
Group 1 /classes/Cart.php [247]
Gender 1 /classes/controller/FrontController.php [1679]
Risk 1 /classes/controller/FrontController.php [1682]
AddressFormat 1 /classes/controller/FrontController.php [1715]
Customer 1 /config/config.inc.php [234]
ShopGroup 1 /classes/shop/Shop.php [550]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php [775]
Shop 1 /config/config.inc.php [119]

Included Files

#Filename
1/index.php
2/config/config.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-mbstring/bootstrap.php
12/vendor/react/promise/src/functions_include.php
13/vendor/react/promise/src/functions.php
14/vendor/symfony/polyfill-php72/bootstrap.php
15/vendor/symfony/polyfill-intl-idn/bootstrap.php
16/vendor/symfony/polyfill-ctype/bootstrap.php
17/vendor/symfony/polyfill-iconv/bootstrap.php
18/vendor/swiftmailer/swiftmailer/lib/swift_required.php
19/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
20/vendor/paragonie/random_compat/lib/random.php
21/vendor/symfony/polyfill-php73/bootstrap.php
22/vendor/symfony/polyfill-php70/bootstrap.php
23/vendor/symfony/polyfill-php56/bootstrap.php
24/vendor/symfony/polyfill-intl-icu/bootstrap.php
25/vendor/symfony/polyfill-apcu/bootstrap.php
26/vendor/markbaker/matrix/classes/src/functions/adjoint.php
27/vendor/markbaker/matrix/classes/src/functions/antidiagonal.php
28/vendor/markbaker/matrix/classes/src/functions/cofactors.php
29/vendor/markbaker/matrix/classes/src/functions/determinant.php
30/vendor/markbaker/matrix/classes/src/functions/diagonal.php
31/vendor/markbaker/matrix/classes/src/functions/identity.php
32/vendor/markbaker/matrix/classes/src/functions/inverse.php
33/vendor/markbaker/matrix/classes/src/functions/minors.php
34/vendor/markbaker/matrix/classes/src/functions/trace.php
35/vendor/markbaker/matrix/classes/src/functions/transpose.php
36/vendor/markbaker/matrix/classes/src/operations/add.php
37/vendor/markbaker/matrix/classes/src/operations/directsum.php
38/vendor/markbaker/matrix/classes/src/operations/subtract.php
39/vendor/markbaker/matrix/classes/src/operations/multiply.php
40/vendor/markbaker/matrix/classes/src/operations/divideby.php
41/vendor/markbaker/matrix/classes/src/operations/divideinto.php
42/vendor/markbaker/complex/classes/src/functions/abs.php
43/vendor/markbaker/complex/classes/src/functions/acos.php
44/vendor/markbaker/complex/classes/src/functions/acosh.php
45/vendor/markbaker/complex/classes/src/functions/acot.php
46/vendor/markbaker/complex/classes/src/functions/acoth.php
47/vendor/markbaker/complex/classes/src/functions/acsc.php
48/vendor/markbaker/complex/classes/src/functions/acsch.php
49/vendor/markbaker/complex/classes/src/functions/argument.php
50/vendor/markbaker/complex/classes/src/functions/asec.php
51/vendor/markbaker/complex/classes/src/functions/asech.php
52/vendor/markbaker/complex/classes/src/functions/asin.php
53/vendor/markbaker/complex/classes/src/functions/asinh.php
54/vendor/markbaker/complex/classes/src/functions/atan.php
55/vendor/markbaker/complex/classes/src/functions/atanh.php
56/vendor/markbaker/complex/classes/src/functions/conjugate.php
57/vendor/markbaker/complex/classes/src/functions/cos.php
58/vendor/markbaker/complex/classes/src/functions/cosh.php
59/vendor/markbaker/complex/classes/src/functions/cot.php
60/vendor/markbaker/complex/classes/src/functions/coth.php
61/vendor/markbaker/complex/classes/src/functions/csc.php
62/vendor/markbaker/complex/classes/src/functions/csch.php
63/vendor/markbaker/complex/classes/src/functions/exp.php
64/vendor/markbaker/complex/classes/src/functions/inverse.php
65/vendor/markbaker/complex/classes/src/functions/ln.php
66/vendor/markbaker/complex/classes/src/functions/log2.php
67/vendor/markbaker/complex/classes/src/functions/log10.php
68/vendor/markbaker/complex/classes/src/functions/negative.php
69/vendor/markbaker/complex/classes/src/functions/pow.php
70/vendor/markbaker/complex/classes/src/functions/rho.php
71/vendor/markbaker/complex/classes/src/functions/sec.php
72/vendor/markbaker/complex/classes/src/functions/sech.php
73/vendor/markbaker/complex/classes/src/functions/sin.php
74/vendor/markbaker/complex/classes/src/functions/sinh.php
75/vendor/markbaker/complex/classes/src/functions/sqrt.php
76/vendor/markbaker/complex/classes/src/functions/tan.php
77/vendor/markbaker/complex/classes/src/functions/tanh.php
78/vendor/markbaker/complex/classes/src/functions/theta.php
79/vendor/markbaker/complex/classes/src/operations/add.php
80/vendor/markbaker/complex/classes/src/operations/subtract.php
81/vendor/markbaker/complex/classes/src/operations/multiply.php
82/vendor/markbaker/complex/classes/src/operations/divideby.php
83/vendor/markbaker/complex/classes/src/operations/divideinto.php
84/vendor/jakeasmith/http_build_url/src/http_build_url.php
85/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
86/vendor/ircmaxell/password-compat/lib/password.php
87/vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
88/app/AppKernel.php
89/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
90/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
91/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
92/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
93/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
94/config/alias.php
95/classes/PrestaShopAutoload.php
96/var/cache/prod/class_index.php
97/config/bootstrap.php
98/src/Core/ContainerBuilder.php
99/src/Core/Foundation/IoC/Container.php
100/src/Adapter/ServiceLocator.php
101/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
102/var/cache/prod/appParameters.php
103/classes/controller/Controller.php
104/classes/ObjectModel.php
105/src/Core/Foundation/Database/EntityInterface.php
106/classes/db/Db.php
107/classes/Tools.php
108/classes/Context.php
109/override/classes/Context.php
110/classes/shop/Shop.php
111/classes/db/DbPDO.php
112/classes/AddressFormat.php
113/classes/Configuration.php
114/override/classes/Configuration.php
115/classes/Validate.php
116/classes/cache/Cache.php
117/src/Adapter/EntityMapper.php
118/classes/db/DbQuery.php
119/src/Core/Addon/Theme/ThemeManagerBuilder.php
120/src/Adapter/Configuration.php
121/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
122/src/Core/Domain/Configuration/ShopConfigurationInterface.php
123/src/Core/ConfigurationInterface.php
124/src/Core/Addon/Theme/ThemeRepository.php
125/src/Core/Addon/AddonRepositoryInterface.php
126/src/Core/Addon/Theme/Theme.php
127/src/Core/Addon/AddonInterface.php
128/vendor/shudrum/array-finder/ArrayFinder.php
129/config/defines_uri.inc.php
130/classes/Language.php
131/src/Core/Language/LanguageInterface.php
132/classes/Country.php
133/classes/PrestaShopCollection.php
134/classes/shop/ShopGroup.php
135/classes/Cookie.php
136/classes/PhpEncryption.php
137/vendor/defuse/php-encryption/src/Core.php
138/classes/PhpEncryptionEngine.php
139/vendor/defuse/php-encryption/src/Key.php
140/vendor/defuse/php-encryption/src/Encoding.php
141/vendor/defuse/php-encryption/src/Crypto.php
142/vendor/defuse/php-encryption/src/KeyOrPassword.php
143/vendor/defuse/php-encryption/src/RuntimeTests.php
144/vendor/defuse/php-encryption/src/DerivedKeys.php
145/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
146/vendor/defuse/php-encryption/src/Exception/CryptoException.php
147/config/smarty.config.inc.php
148/vendor/smarty/smarty/libs/Smarty.class.php
149/vendor/smarty/smarty/libs/Autoloader.php
150/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
151/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
152/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
153/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
154/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
155/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
156/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
157/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
158/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
159/config/smartyfront.config.inc.php
160/classes/Smarty/SmartyResourceModule.php
161/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
162/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
163/classes/Smarty/SmartyResourceParent.php
164/classes/Smarty/SmartyLazyRegister.php
165/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
166/classes/module/Module.php
167/src/Core/Module/ModuleInterface.php
168/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
169/classes/Customer.php
170/override/classes/Customer.php
171/classes/Group.php
172/classes/Link.php
173/override/classes/Link.php
174/classes/shop/ShopUrl.php
175/classes/cache/redis/RedisClient.php
176/classes/Dispatcher.php
177/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
178/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
179/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
180/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
181/classes/Hook.php
182/override/classes/Hook.php
183/src/Adapter/SymfonyContainer.php
184/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
185/config/db_slave_server.inc.php
186/modules/ph_simpleblog/ph_simpleblog.php
187/modules/ph_simpleblog/assets/phpthumb/ThumbLib.inc.php
188/modules/ph_simpleblog/assets/phpthumb/PhpThumb.inc.php
189/modules/ph_simpleblog/assets/phpthumb/ThumbBase.inc.php
190/modules/ph_simpleblog/assets/phpthumb/GdThumb.inc.php
191/modules/ph_simpleblog/models/SimpleBlogCategory.php
192/modules/ph_simpleblog/models/SimpleBlogPost.php
193/modules/ph_simpleblog/models/SimpleBlogPostType.php
194/modules/ph_simpleblog/models/SimpleBlogPostImage.php
195/modules/ph_simpleblog/models/SimpleBlogTag.php
196/modules/ph_simpleblog/models/SimpleBlogComment.php
197/modules/ph_simpleblog/models/SimpleBlogPostAuthor.php
198/modules/ph_simpleblog/classes/SimpleBlogHelper.php
199/modules/ph_simpleblog/classes/BlogPostsFinder.php
200/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
201/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
202/classes/Translate.php
203/modules/ph_simpleblog/translations/en.php
204/src/PrestaShopBundle/Translation/TranslatorComponent.php
205/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
206/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
207/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
208/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
209/src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
210/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
211/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
212/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
213/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
214/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
215/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
216/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
217/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
218/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
219/var/cache/prod/translations/catalogue.en-US.NXhscRe.php
220/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
221/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
222/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
223/modules/klaviyops/klaviyops.php
224/modules/klaviyops/vendor/autoload.php
225/modules/klaviyops/vendor/composer/autoload_real.php
226/modules/klaviyops/vendor/composer/autoload_static.php
227/modules/klaviyops/classes/webservice/WebserviceSpecificManagementKlaviyo.php
228/classes/webservice/WebserviceSpecificManagementInterface.php
229/modules/klaviyops/classes/PrestashopServices/ProductService.php
230/modules/klaviyops/classes/PrestashopServices/OrderService.php
231/modules/klaviyops/classes/PrestashopServices/ContextService.php
232/modules/klaviyops/classes/PrestashopServices/CustomerService.php
233/modules/klaviyops/classes/PrestashopServices/DateTimeService.php
234/modules/klaviyops/classes/KlaviyoServices/OrderEventService.php
235/modules/klaviyops/classes/KlaviyoLogger.php
236/modules/klaviyops/classes/KlaviyoServices/CustomerEventService.php
237/modules/klaviyops/classes/KlaviyoValue.php
238/modules/klaviyops/translations/en.php
239/modules/simpleimportproduct/simpleimportproduct.php
240/modules/simpleimportproduct/classes/mpmImportTools.php
241/modules/ps_eventbus/ps_eventbus.php
242/modules/ps_eventbus/translations/en.php
243/modules/ps_eventbus/vendor/autoload.php
244/modules/ps_eventbus/vendor/composer/autoload_real.php
245/modules/ps_eventbus/vendor/composer/autoload_static.php
246/modules/ps_eventbus/vendor/clue/stream-filter/src/functions_include.php
247/modules/ps_eventbus/vendor/clue/stream-filter/src/functions.php
248/modules/ps_eventbus/vendor/ralouphie/getallheaders/src/getallheaders.php
249/modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions_include.php
250/modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions.php
251/modules/ps_eventbus/vendor/php-http/message/src/filters.php
252/modules/ps_eventbus/src/DependencyInjection/ServiceContainer.php
253/modules/ps_eventbus/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
254/modules/ps_eventbus/src/DependencyInjection/ContainerProvider.php
255/var/cache/prod/Ps_eventbus321FrontContainer.php
256/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
257/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
258/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
259/vendor/psr/container/src/ContainerInterface.php
260/modules/ps_eventbus/src/Service/SynchronizationService.php
261/modules/ps_eventbus/src/Repository/EventbusSyncRepository.php
262/modules/ps_eventbus/src/Factory/ContextFactory.php
263/modules/ps_eventbus/src/Repository/IncrementalSyncRepository.php
264/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php
265/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandlerInterface.php
266/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php
267/modules/ps_eventbus/src/Helper/ModuleHelper.php
268/src/Core/Addon/Module/ModuleManagerBuilder.php
269/src/Core/Util/File/YamlParser.php
270/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
271/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
272/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
273/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
274/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
275/var/cache/prod/yaml/212a5aa7fa2a41c9b36851ebfa0b35ec.php
276/var/cache/prod/yaml/65ea6282de9ca8bb35949d98745ebdec.php
277/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
278/vendor/guzzlehttp/guzzle/src/Client.php
279/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
280/vendor/guzzlehttp/guzzle/src/ClientInterface.php
281/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
282/vendor/guzzlehttp/guzzle/src/Url.php
283/vendor/guzzlehttp/guzzle/src/Utils.php
284/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
285/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
286/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
287/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
288/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
289/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
290/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
291/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
292/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
293/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
294/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
295/vendor/guzzlehttp/guzzle/src/RequestFsm.php
296/src/Adapter/Tools.php
297/app/config/parameters.php
298/src/Adapter/Module/ModuleZipManager.php
299/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
300/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
301/src/Core/Hook/HookDispatcherInterface.php
302/src/Adapter/Addons/AddonsDataProvider.php
303/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
304/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
305/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
306/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
307/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
308/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
309/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
310/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
311/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
312/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
313/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
314/src/Adapter/LegacyLogger.php
315/vendor/psr/log/Psr/Log/LoggerInterface.php
316/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
317/src/Adapter/LegacyContext.php
318/src/Adapter/Module/ModuleDataProvider.php
319/src/Adapter/Module/AdminModuleDataProvider.php
320/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
321/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
322/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
323/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
324/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
325/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
326/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
327/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
328/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
329/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
330/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
331/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
332/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
333/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
334/src/Adapter/Module/ModuleDataUpdater.php
335/src/Core/Addon/Module/ModuleManager.php
336/src/Core/Addon/AddonManagerInterface.php
337/src/Core/Addon/Module/ModuleRepository.php
338/src/Core/Addon/Module/ModuleRepositoryInterface.php
339/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
340/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
341/src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
342/src/Core/Cache/Clearer/CacheClearerInterface.php
343/modules/ps_accounts/ps_accounts.php
344/modules/ps_accounts/vendor/autoload.php
345/modules/ps_accounts/vendor/composer/autoload_real.php
346/modules/ps_accounts/vendor/composer/platform_check.php
347/modules/ps_accounts/vendor/composer/autoload_static.php
348/modules/ps_accounts/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
349/modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php
350/modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php
351/modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php
352/modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php
353/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php
354/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php
355/modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
356/modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
357/modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
358/modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
359/modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
360/modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
361/modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
362/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
363/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
364/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
365/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
366/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
367/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
368/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
369/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
370/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
371/modules/ps_accounts/src/Hook/HookableTrait.php
372/modules/ps_accounts/src/Module/Install.php
373/modules/ps_accounts/translations/en.php
374/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Client.php
375/src/Adapter/Shop/Context.php
376/src/Core/Multistore/MultistoreContextCheckerInterface.php
377/src/Core/Shop/ShopContextInterface.php
378/modules/ps_accounts/src/DependencyInjection/ServiceContainer.php
379/modules/ps_accounts/src/DependencyInjection/ContainerProvider.php
380/var/cache/prod/Ps_accounts702FrontContainer.php
381/modules/ps_accounts/src/Service/PsAccountsService.php
382/modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
383/modules/ps_accounts/src/Account/Session/Session.php
384/modules/ps_accounts/src/Account/Session/SessionInterface.php
385/modules/ps_accounts/src/Repository/ConfigurationRepository.php
386/modules/ps_accounts/src/Adapter/Configuration.php
387/modules/ps_accounts/src/Account/Session/ShopSession.php
388/modules/ps_accounts/src/Account/Session/RefreshFirebaseTokens.php
389/modules/ps_accounts/src/Provider/OAuth2/ShopProvider.php
390/modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/PrestaShop.php
391/modules/ps_accounts/vendor/league/oauth2-client/src/Provider/AbstractProvider.php
392/modules/ps_accounts/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php
393/modules/ps_accounts/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php
394/modules/ps_accounts/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php
395/modules/ps_accounts/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php
396/modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/LogoutTrait.php
397/modules/ps_accounts/src/Provider/OAuth2/Oauth2Client.php
398/modules/ps_accounts/src/Adapter/ConfigurationKeys.php
399/modules/ps_accounts/src/Type/Enum.php
400/modules/ps_accounts/src/Adapter/Link.php
401/modules/ps_accounts/src/Context/ShopContext.php
402/modules/ps_accounts/vendor/league/oauth2-client/src/Grant/GrantFactory.php
403/modules/ps_accounts/vendor/league/oauth2-client/src/Tool/RequestFactory.php
404/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Client.php
405/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/ClientInterface.php
406/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/HandlerStack.php
407/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
408/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
409/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
410/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
411/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
412/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
413/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Middleware.php
414/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
415/modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php
416/modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php
417/modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
418/modules/ps_accounts/src/Account/LinkShop.php
419/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Util.php
420/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Compat.php
421/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
422/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Processor.php
423/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Context.php
424/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
425/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Serializer.php
426/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
427/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/TransactionStack.php
428/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
429/modules/ps_eventbus/vendor/sentry/sentry/lib/Raven/Stacktrace.php
430/modules/ps_eventbus/src/Repository/LiveSyncRepository.php
431/modules/ps_eventbus/src/Repository/DeletedObjectsRepository.php
432/modules/ps_eventbus/src/Repository/LanguageRepository.php
433/modules/ps_eventbus/src/Decorator/PayloadDecorator.php
434/modules/ps_eventbus/src/Repository/ConfigurationRepository.php
435/controllers/front/listing/CategoryController.php
436/classes/controller/ProductListingFrontController.php
437/classes/controller/ProductPresentingFrontController.php
438/classes/controller/FrontController.php
439/override/classes/controller/FrontController.php
440/override/classes/controller/ProductListingFrontController.php
441/src/Adapter/Presenter/Object/ObjectPresenter.php
442/src/Adapter/Presenter/PresenterInterface.php
443/src/Adapter/Presenter/Cart/CartPresenter.php
444/src/Adapter/Product/PriceFormatter.php
445/src/Adapter/Image/ImageRetriever.php
446/classes/tax/TaxConfiguration.php
447/classes/Smarty/TemplateFinder.php
448/classes/assets/StylesheetManager.php
449/classes/assets/AbstractAssetManager.php
450/src/Adapter/Assets/AssetUrlGeneratorTrait.php
451/override/classes/assets/StylesheetManager.php
452/override/classes/assets/JavascriptManager.php
453/classes/assets/CccReducer.php
454/classes/Category.php
455/classes/webservice/WebserviceRequest.php
456/src/Adapter/ContainerBuilder.php
457/src/Adapter/Environment.php
458/src/Core/EnvironmentInterface.php
459/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
460/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
461/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
462/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
463/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
464/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
465/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
466/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
467/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
468/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
469/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
470/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
471/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
472/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
473/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
474/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
475/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
476/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
477/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
478/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
479/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
480/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
481/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
482/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
483/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
484/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
485/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
486/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
487/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
488/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
489/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
490/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
491/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
492/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
493/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
494/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
495/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
496/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
497/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
498/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
499/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
500/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
501/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
502/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
503/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
504/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
505/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
506/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
507/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
508/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
509/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
510/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
511/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
512/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
513/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
514/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
515/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
516/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
517/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
518/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
519/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
520/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
521/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
522/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
523/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
524/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
525/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
526/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
527/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
528/var/cache/prod/FrontContainer.php
529/src/Adapter/Container/LegacyContainer.php
530/src/Adapter/Container/LegacyContainerInterface.php
531/modules/gridhtml/vendor/autoload.php
532/modules/gridhtml/vendor/composer/autoload_real.php
533/modules/gridhtml/vendor/composer/autoload_static.php
534/modules/ps_banner/vendor/autoload.php
535/modules/ps_banner/vendor/composer/autoload_real.php
536/modules/ps_banner/vendor/composer/autoload_static.php
537/modules/ps_categorytree/vendor/autoload.php
538/modules/ps_categorytree/vendor/composer/autoload_real.php
539/modules/ps_categorytree/vendor/composer/autoload_static.php
540/modules/ps_emailsubscription/vendor/autoload.php
541/modules/ps_emailsubscription/vendor/composer/autoload_real.php
542/modules/ps_emailsubscription/vendor/composer/autoload_static.php
543/modules/ps_linklist/vendor/autoload.php
544/modules/ps_linklist/vendor/composer/autoload_real.php
545/modules/ps_linklist/vendor/composer/autoload_static.php
546/modules/ps_socialfollow/vendor/autoload.php
547/modules/ps_socialfollow/vendor/composer/autoload_real.php
548/modules/ps_socialfollow/vendor/composer/autoload_static.php
549/modules/statsregistrations/vendor/autoload.php
550/modules/statsregistrations/vendor/composer/autoload_real.php
551/modules/statsregistrations/vendor/composer/autoload_static.php
552/modules/gamification/vendor/autoload.php
553/modules/gamification/vendor/composer/autoload_real.php
554/modules/gamification/vendor/composer/autoload_static.php
555/modules/psaddonsconnect/vendor/autoload.php
556/modules/psaddonsconnect/vendor/composer/autoload_real.php
557/modules/psaddonsconnect/vendor/composer/autoload_static.php
558/modules/psgdpr/vendor/autoload.php
559/modules/psgdpr/vendor/composer/autoload_real.php
560/modules/psgdpr/vendor/composer/autoload_static.php
561/modules/ps_mbo/vendor/autoload.php
562/modules/ps_mbo/vendor/composer/autoload_real.php
563/modules/ps_mbo/vendor/composer/autoload_static.php
564/modules/ps_buybuttonlite/vendor/autoload.php
565/modules/ps_buybuttonlite/vendor/composer/autoload_real.php
566/modules/ps_buybuttonlite/vendor/composer/autoload_static.php
567/modules/iqitsociallogin/vendor/autoload.php
568/modules/iqitsociallogin/vendor/composer/autoload_real.php
569/modules/iqitsociallogin/vendor/composer/autoload_static.php
570/modules/ps_emailalerts/vendor/autoload.php
571/modules/ps_emailalerts/vendor/composer/autoload_real.php
572/modules/ps_emailalerts/vendor/composer/autoload_static.php
573/modules/wkordercarrierchange/vendor/autoload.php
574/modules/wkordercarrierchange/vendor/composer/autoload_real.php
575/modules/wkordercarrierchange/vendor/composer/autoload_static.php
576/modules/ps_googleanalytics/vendor/autoload.php
577/modules/ps_googleanalytics/vendor/composer/autoload_real.php
578/modules/ps_googleanalytics/vendor/composer/autoload_static.php
579/modules/crisp/vendor/autoload.php
580/modules/crisp/vendor/composer/autoload_real.php
581/modules/crisp/vendor/composer/platform_check.php
582/modules/crisp/vendor/composer/autoload_static.php
583/modules/eicaptcha/vendor/autoload.php
584/modules/eicaptcha/vendor/composer/autoload_real.php
585/modules/eicaptcha/vendor/composer/platform_check.php
586/modules/eicaptcha/vendor/composer/autoload_static.php
587/src/Core/Localization/Locale/Repository.php
588/src/Core/Localization/Locale/RepositoryInterface.php
589/src/Core/Localization/CLDR/LocaleRepository.php
590/src/Core/Localization/CLDR/LocaleDataSource.php
591/src/Core/Localization/CLDR/DataLayer/LocaleCache.php
592/src/Core/Data/Layer/AbstractDataLayer.php
593/src/Core/Localization/CLDR/LocaleDataLayerInterface.php
594/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
595/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
596/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
597/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
598/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
599/vendor/psr/cache/src/CacheItemPoolInterface.php
600/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
601/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
602/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
603/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
604/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
605/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
606/vendor/psr/cache/src/CacheItemInterface.php
607/src/Core/Localization/CLDR/DataLayer/LocaleReference.php
608/src/Core/Localization/CLDR/Reader.php
609/src/Core/Localization/CLDR/ReaderInterface.php
610/src/Core/Localization/Currency/Repository.php
611/src/Core/Localization/Currency/RepositoryInterface.php
612/src/Core/Localization/Currency/CurrencyDataSource.php
613/src/Core/Localization/Currency/DataSourceInterface.php
614/src/Core/Localization/Currency/DataLayer/CurrencyCache.php
615/src/Core/Localization/Currency/CurrencyDataLayerInterface.php
616/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
617/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
618/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
619/src/Adapter/Currency/CurrencyDataProvider.php
620/src/Core/Currency/CurrencyDataProviderInterface.php
621/src/Core/Localization/Currency/DataLayer/CurrencyReference.php
622/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
623/vendor/prestashop/decimal/src/Operation/Rounding.php
624/src/Core/Localization/Locale.php
625/src/Core/Localization/LocaleInterface.php
626/src/Core/Localization/Specification/Price.php
627/src/Core/Localization/Specification/Number.php
628/src/Core/Localization/Specification/NumberInterface.php
629/src/Core/Localization/Specification/Factory.php
630/src/Core/Localization/CLDR/LocaleData.php
631/src/Core/Localization/CLDR/NumberSymbolsData.php
632/src/Core/Localization/CLDR/CurrencyData.php
633/src/Core/Localization/CLDR/Locale.php
634/src/Core/Localization/CLDR/LocaleInterface.php
635/src/Core/Localization/Specification/NumberSymbolList.php
636/classes/Currency.php
637/src/Core/Localization/Currency/LocalizedCurrencyId.php
638/src/Core/Localization/Currency/CurrencyData.php
639/src/Core/Localization/Currency/CurrencyCollection.php
640/src/Core/Localization/Currency.php
641/src/Core/Localization/CurrencyInterface.php
642/src/Core/Localization/Specification/NumberCollection.php
643/src/Core/Localization/Number/Formatter.php
644/classes/Cart.php
645/override/classes/Cart.php
646/src/Adapter/AddressFactory.php
647/classes/CartRule.php
648/override/classes/CartRule.php
649/classes/Product.php
650/override/classes/Product.php
651/classes/Pack.php
652/modules/ps_emailsubscription/ps_emailsubscription.php
653/src/Core/Module/WidgetInterface.php
654/src/PrestaShopBundle/Translation/DomainNormalizer.php
655/src/Adapter/Localization/LegacyTranslator.php
656/classes/Media.php
657/override/classes/Media.php
658/modules/ps_emailalerts/ps_emailalerts.php
659/modules/ps_emailalerts/MailAlert.php
660/classes/ProductDownload.php
661/classes/tax/Tax.php
662/src/Core/Localization/CLDR/ComputingPrecision.php
663/src/Core/Localization/CLDR/ComputingPrecisionInterface.php
664/src/Core/Cart/Calculator.php
665/src/Core/Cart/CartRowCollection.php
666/src/Core/Cart/Fees.php
667/src/Core/Cart/AmountImmutable.php
668/src/Core/Cart/CartRuleCollection.php
669/src/Core/Cart/CartRuleCalculator.php
670/src/Adapter/Product/PriceCalculator.php
671/classes/order/Order.php
672/override/classes/order/Order.php
673/src/Core/Cart/CartRow.php
674/vendor/prestashop/decimal/src/Number.php
675/vendor/prestashop/decimal/src/Builder.php
676/classes/Gender.php
677/classes/Risk.php
678/classes/Meta.php
679/classes/Address.php
680/classes/ImageType.php
681/classes/State.php
682/src/Core/Filter/FrontEndObject/MainFilter.php
683/src/Core/Filter/FilterInterface.php
684/src/Core/Filter/FrontEndObject/CartFilter.php
685/src/Core/Filter/HashMapWhitelistFilter.php
686/src/Core/Filter/CollectionFilter.php
687/src/Core/Filter/FrontEndObject/ProductFilter.php
688/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
689/src/Core/Filter/FrontEndObject/CustomerFilter.php
690/src/Core/Filter/FrontEndObject/ShopFilter.php
691/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
692/modules/revsliderprestashop/revsliderprestashop.php
693/modules/revsliderprestashop/revslider-loader.php
694/modules/revsliderprestashop/includes/framework/base.class.php
695/modules/revsliderprestashop/includes/framework/elements-base.class.php
696/modules/revsliderprestashop/includes/framework/base-admin.class.php
697/modules/revsliderprestashop/includes/framework/base-front.class.php
698/modules/revsliderprestashop/includes/revslider_db.class.php
699/modules/revsliderprestashop/includes/globals.class.php
700/modules/revsliderprestashop/includes/operations.class.php
701/modules/revsliderprestashop/includes/slider.class.php
702/modules/revsliderprestashop/includes/output.class.php
703/modules/revsliderprestashop/includes/slide.class.php
704/modules/revsliderprestashop/includes/navigation.class.php
705/modules/revsliderprestashop/includes/object-library.class.php
706/modules/revsliderprestashop/includes/template.class.php
707/modules/revsliderprestashop/includes/external-sources.class.php
708/modules/revsliderprestashop/includes/framework/functions-wordpress.class.php
709/modules/revsliderprestashop/includes/framework/functions.class.php
710/modules/revsliderprestashop/includes/framework/colorpicker.class.php
711/modules/revsliderprestashop/includes/framework/cssparser.class.php
712/modules/revsliderprestashop/includes/framework/plugin-update.class.php
713/modules/revsliderprestashop/includes/em_integration.class.php
714/modules/revsliderprestashop/includes/extension.class.php
715/modules/revsliderprestashop/includes/aq_resizer.class.php
716/modules/revsliderprestashop/includes/framework/addon-admin.class.php
717/modules/revsliderprestashop/includes/framework/wpml.class.php
718/modules/revsliderprestashop/includes/framework/update.class.php
719/modules/revsliderprestashop/revslider-front.class.php
720/modules/revsliderprestashop/includes/framework/newsletter.class.php
721/modules/revsliderprestashop/includes/hooks.class.php
722/modules/revsliderprestashop/includes/settings.class.php
723/modules/revsliderprestashop/includes/settings_advances.class.php
724/modules/revsliderprestashop/revslider-admin.class.php
725/modules/revsliderprestashop/translations/en.php
726/modules/iqitcontactpage/iqitcontactpage.php
727/modules/iqitcontactpage/translations/en.php
728/modules/iqitcountdown/iqitcountdown.php
729/modules/iqitcountdown/translations/en.php
730/modules/iqitcountdown/en.php
731/modules/iqitlinksmanager/iqitlinksmanager.php
732/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
733/modules/iqitlinksmanager/src/IqitLinkBlock.php
734/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
735/modules/iqitlinksmanager/translations/en.php
736/modules/iqitlinksmanager/en.php
737/modules/iqitsociallogin/iqitsociallogin.php
738/modules/iqitsociallogin/translations/en.php
739/modules/amazzingfilter/amazzingfilter.php
740/modules/amazzingfilter/translations/en.php
741/modules/amazzingfilter/classes/ExtendedTools.php
742/modules/amazzingfilter/classes/AfSlider.php
743/classes/ProductPresenterFactory.php
744/src/Adapter/Presenter/Product/ProductListingPresenter.php
745/src/Adapter/Presenter/Product/ProductPresenter.php
746/src/Adapter/Product/ProductColorsRetriever.php
747/src/Core/Product/ProductPresentationSettings.php
748/classes/stock/StockAvailable.php
749/classes/Combination.php
750/classes/SpecificPrice.php
751/classes/tax/TaxManagerFactory.php
752/modules/pagecache/pagecache.php
753/modules/pagecache/classes/PageCacheURLNormalizer.php
754/modules/pagecache/classes/JprestaCacheKey.php
755/modules/pagecache/classes/JprestaCacheKeySpecifics.php
756/modules/pagecache/classes/JprestaCacheWarmerSettings.php
757/modules/pagecache/classes/JprestaApi.php
758/modules/pagecache/classes/JprestaUtils.php
759/modules/pagecache/classes/JprestaUtilsDispatcher.php
760/modules/pagecache/classes/JprestaUtilsModule.php
761/modules/pagecache/classes/JprestaUtilsMobileDetect.php
762/modules/pagecache/classes/JprestaUtilsTaxManager.php
763/classes/tax/TaxManagerInterface.php
764/modules/pagecache/classes/JprestaSystemInfos.php
765/modules/pagecache/classes/PageCacheCache.php
766/modules/pagecache/classes/PageCacheCacheSimpleFS.php
767/modules/pagecache/classes/PageCacheCacheMultiStore.php
768/modules/pagecache/classes/PageCacheCacheStatic.php
769/modules/pagecache/classes/PageCacheCacheZipFS.php
770/modules/pagecache/classes/PageCacheCacheMemcache.php
771/modules/pagecache/classes/PageCacheCacheMemcached.php
772/modules/pagecache/classes/JprestaCustomer.php
773/modules/pagecache/classes/PageCacheDAO.php
774/modules/pagecache/vendor/http_build_url.php
775/modules/pagecache/translations/en.php
776/classes/tax/TaxRulesTaxManager.php
777/classes/tax/TaxCalculator.php
778/classes/GroupReduction.php
779/classes/Feature.php
780/modules/supercheckout/supercheckout.php
781/modules/supercheckout/classes/supercheckout_configuration.php
782/modules/supercheckout/translations/en.php
783/modules/supercheckout/libraries/mailchimpl library.php
784/modules/supercheckout/libraries/sendinBlue/Mailin.php
785/modules/crisp/crisp.php
786/modules/crisp/translations/en.php
787/modules/ps_accounts/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
788/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
789/var/cache/prod/smarty/compile/ec/d7/40/ecd740c73dbc10c3e7ce92987e92620e8a61edf8_2.file.crisp.tpl.php
790/vendor/smarty/smarty/libs/plugins/modifier.escape.php
791/modules/eicaptcha/eicaptcha.php
792/modules/eicaptcha/translations/en.php
793/modules/eicaptcha/src/Debugger.php
794/modules/productcomments/productcomments.php
795/modules/ps_shoppingcart/ps_shoppingcart.php
796/modules/iqitelementor/iqitelementor.php
797/modules/iqitelementor/src/IqitElementorLanding.php
798/modules/iqitelementor/src/IqitElementorTemplate.php
799/modules/iqitelementor/src/IqitElementorProduct.php
800/modules/iqitelementor/src/IqitElementorCategory.php
801/modules/iqitelementor/src/IqitElementorContent.php
802/modules/iqitelementor/src/iqitElementorWpHelper.php
803/modules/iqitelementor/includes/plugin-elementor.php
804/modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
805/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
806/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
807/modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
808/modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
809/modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
810/modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
811/modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
812/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
813/modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
814/modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
815/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
816/modules/iqitelementor/translations/en.php
817/modules/iqitfreedeliverycount/iqitfreedeliverycount.php
818/modules/iqitfreedeliverycount/translations/en.php
819/modules/iqitfreedeliverycount/en.php
820/modules/iqitmegamenu/iqitmegamenu.php
821/modules/iqitmegamenu/models/IqitMenuTab.php
822/modules/iqitmegamenu/models/IqitMenuHtml.php
823/modules/iqitmegamenu/models/IqitMenuLinks.php
824/modules/iqitmegamenu/translations/en.php
825/modules/iqitthemeeditor/iqitthemeeditor.php
826/modules/iqitthemeeditor/translations/en.php
827/modules/iqitwishlist/iqitwishlist.php
828/modules/iqitwishlist/src/IqitWishlistProduct.php
829/modules/iqitwishlist/en.php
830/modules/iqitextendedproduct/iqitextendedproduct.php
831/modules/iqitextendedproduct/src/IqitThreeSixty.php
832/modules/iqitextendedproduct/src/IqitProductVideo.php
833/modules/iqitextendedproduct/translations/en.php
834/modules/iqitextendedproduct/en.php
835/modules/pstbannercountdownpro/pstbannercountdownpro.php
836/modules/pstbannercountdownpro/classes/PstBannerCountdownModule17.php
837/modules/pstbannercountdownpro/classes/PstBannerCountdownItem.php
838/modules/pstbannercountdownpro/classes/PstBannerCountdownColors.php
839/modules/pstbannercountdownpro/classes/PstBannerCountdownBlock.php
840/modules/pstbannercountdownpro/translations/en.php
841/var/cache/prod/smarty/compile/99/06/f1/9906f19d09cebfc9788f435538f271dcce2edd3d_2.file.header.tpl.php
842/modules/iqitsizecharts/iqitsizecharts.php
843/modules/iqitsizecharts/src/IqitSizeCharts.php
844/modules/iqitsizecharts/translations/en.php
845/modules/iqitsizecharts/en.php
846/src/Core/Product/Search/ProductSearchContext.php
847/src/Core/Product/Search/ProductSearchQuery.php
848/src/Core/Product/Search/SortOrder.php
849/modules/amazzingfilter/src/AmazzingFilterProductSearchProvider.php
850/src/Core/Product/Search/ProductSearchProviderInterface.php
851/src/Core/Product/Search/ProductSearchResult.php
852/classes/ProductAssembler.php
853/src/Adapter/Presenter/Product/ProductListingLazyArray.php
854/src/Adapter/Presenter/Product/ProductLazyArray.php
855/src/Adapter/Presenter/AbstractLazyArray.php
856/classes/Image.php
857/vendor/prestashop/decimal/src/Operation/Multiplication.php
858/vendor/prestashop/decimal/src/Operation/Addition.php
859/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
860/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
861/src/Core/Product/Search/Pagination.php
862/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/67/cd/64/67cd6417f4ade689ee88103bee94cbcc936bcb4f_2.file.category.tpl.php
863/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
864/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
865/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
866/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/32/66/0d/32660d3483ebb034d541cfea6facbf995862f1b3_2.file.product-list.tpl.php
867/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/71/0a/af/710aafd416f5aedd7e91d920cc9186dbfb5d879a_2.file.layout-left-column.tpl.php
868/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e5/5e/66/e55e669b9e5dfd1d2d73f2b753fe6d19b66d1d0b_2.file.layout-both-columns.tpl.php
869/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/74/cf/14/74cf1416e9ac1ad4144d4b0b01801af6a98cf336_2.file.head.tpl.php
870/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
871/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d6/23/b3/d623b369f28b553a5e7585cd6b4438f8cc2fc3cc_2.file.stylesheets.tpl.php
872/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/35/ba/56/35ba56a212ed2771f878f94e137ea4ca4a8c69ba_2.file.javascript.tpl.php
873/var/cache/prod/smarty/compile/c3/d2/a3/c3d2a3358b9eb2d37be4968067ca46a604a83331_2.file.countdown.tpl.php
874/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/50/e2/af/50e2af72bdd513af0a5f3aa2d74a320170bdd833_2.file.product-activation.tpl.php
875/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/43/cf/f543cf2280bbae110d7d8e533fd3790316b7275c_2.file.header.tpl.php
876/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
877/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
878/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
879/var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/1/93/displayNav1/warehouse/c7/3a/16/c73a16d0a0c9820644871dfafe8306ed595db263.iqitlinksmanagerviewstemp.php
880/modules/iqithtmlandbanners/iqithtmlandbanners.php
881/modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php
882/modules/iqithtmlandbanners/src/IqitHtmlAndBannerPresenter.php
883/modules/iqithtmlandbanners/src/IqitHtmlAndBanner.php
884/modules/iqithtmlandbanners/translations/en.php
885/var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/93/displayNav1/warehouse/5c/6b/2c/5c6b2c3213066481d5206474edad23c39d688ec8.iqithtmlandbannersviewste.php
886/var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/93/displayNavCenter/warehouse/5c/6b/2c/5c6b2c3213066481d5206474edad23c39d688ec8.iqithtmlandbannersviewste.php
887/modules/ps_languageselector/ps_languageselector.php
888/var/cache/prod/smarty/compile/warehouse/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php
889/modules/ps_currencyselector/ps_currencyselector.php
890/var/cache/prod/smarty/compile/warehouse/73/27/77/73277702161b17505d668b28b8368941cf42c568_2.module.iqitwishlistviewstemplate.php
891/var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/1/93/displayNav2/warehouse/c7/3a/16/c73a16d0a0c9820644871dfafe8306ed595db263.iqitlinksmanagerviewstemp.php
892/var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/93/displayNav2/warehouse/5c/6b/2c/5c6b2c3213066481d5206474edad23c39d688ec8.iqithtmlandbannersviewste.php
893/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/55/21/3d/55213d46dc8e597c915b72d9f3feca02a8215c0a_2.file.header-2.tpl.php
894/modules/iqitsearch/iqitsearch.php
895/modules/iqitsearch/translations/en.php
896/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
897/var/cache/prod/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplatesh.php
898/var/cache/prod/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplatesh.php
899/modules/ps_customersignin/ps_customersignin.php
900/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.pscustomersigninpscustome.php
901/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e3/3f/5f/e33f5f2b53e0f46c2641ea68fc33385b6c99bd1c_2.module.pscustomersigninpscustome.php
902/src/Adapter/Cart/CartPresenter.php
903/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.psshoppingcartpsshoppingc.php
904/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
905/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.psshoppingcartpsshoppingc.php
906/var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/93/displayTop/warehouse/5c/6b/2c/5c6b2c3213066481d5206474edad23c39d688ec8.iqithtmlandbannersviewste.php
907/var/cache/prod/smarty/cache/iqitmegamenu/index/1/1/1/1/93/warehouse/4b/e8/76/4be87628927033a6e65e6e0153a6081e189f43b2.iqitmegamenuviewstemplate.php
908/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
909/var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/93/displayNavFullWidth/warehouse/5c/6b/2c/5c6b2c3213066481d5206474edad23c39d688ec8.iqithtmlandbannersviewste.php
910/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/44/df/a1/44dfa1d6b834db5a7c769b9d96ccc2fc465807f4_2.file.mobile-header-1.tpl.php
911/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplatesh.php
912/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.pscustomersigninpscustome.php
913/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.psshoppingcartpsshoppingc.php
914/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b0/68/42/b06842e9a076958511d403a9942445add767b743_2.file.category-header.tpl.php
915/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/2b/2f/012b2f462a435252f17ebcf25586267c4dcedf55_2.file.products-top.tpl.php
916/vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
917/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/2b/72/ce/2b72ce4bf459077cb61764e3551ff3db733a449a_2.file.sort-orders.tpl.php
918/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/18/2d/01182d4f02189b368b6b6c14b99d7107790fb692_2.file.pagination.tpl.php
919/var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/93/displayBelowHeader/warehouse/5c/6b/2c/5c6b2c3213066481d5206474edad23c39d688ec8.iqithtmlandbannersviewste.php
920/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/74/ec/be/74ecbe39f117d952324bc56a7e45289f244951fb_2.file.breadcrumb.tpl.php
921/modules/iqitproductsnav/iqitproductsnav.php
922/modules/iqitproductsnav/translations/en.php
923/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/30/4e/83/304e839dd1cf2ed6a1b264ab2486982cc740a3fc_2.file.notifications.tpl.php
924/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e1/49/d3/e149d31924d1d5606f9453be5699bb6c96632358_2.file.products.tpl.php
925/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/24/11/4b24111a6dfbcc3e457e14e2b1b55ea2988c9e49_2.file.product.tpl.php
926/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/69/52/41/6952418bf4f3801a2bf8d0f030f38f53474390c0_2.file.product-miniature-1.tpl.php
927/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/12/59/f5/1259f51d0a9d9dd876fc6351687ed8caa8713cd3_2.file.product-miniature-thumb.tpl.php
928/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplate.php
929/var/cache/prod/smarty/compile/warehouse/55/c7/a8/55c7a89f423f7f64b1b84881dcb668e4d788f013_2.module.iqitcountdownviewstemplat.php
930/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b8/aa/73/b8aa734fb6792c7cb49abb8fce5f149a8e636334_2.file.product-miniature-btn.tpl.php
931/var/cache/prod/smarty/compile/warehouse/56/82/76/568276ef19f784492ed0b290b508e19537774f7a_2.module.iqitsizechartsviewstempla.php
932/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/69/13/f7/6913f7579a07c41dbf9c6b99b6e66ed85fc6c4eb_2.file.products-bottom.tpl.php
933/var/cache/prod/smarty/compile/fa/8e/7e/fa8e7e2335d3f0851abe42438fb9f472e06d2115_2.file.amazzingfilter.tpl.php
934/var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/93/displayLeftColumn/warehouse/5c/6b/2c/5c6b2c3213066481d5206474edad23c39d688ec8.iqithtmlandbannersviewste.php
935/var/cache/prod/smarty/cache/iqithtmlandbanners/1/1/1/1/93/displayWrapperBottom/warehouse/5c/6b/2c/5c6b2c3213066481d5206474edad23c39d688ec8.iqithtmlandbannersviewste.php
936/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b9/76/06/b976065f3be05ae7cf33546060e51e6682519534_2.file.footer.tpl.php
937/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0c/b9/ab/0cb9ab97b35aed49367742f9ad6d7cb2c2ba3499_2.file.footer-2.tpl.php
938/var/cache/prod/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php
939/modules/psgdpr/psgdpr.php
940/modules/psgdpr/translations/en.php
941/modules/psgdpr/classes/GDPRConsent.php
942/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/8f/87/a8/8f87a832841bd14d07007638f83348d5badb0a02_2.file.social-links.tpl.php
943/var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/1/93/displayFooterBefore/warehouse/c7/3a/16/c73a16d0a0c9820644871dfafe8306ed595db263.iqitlinksmanagerviewstemp.php
944/classes/CMS.php
945/var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/1/93/displayFooter/warehouse/c7/3a/16/c73a16d0a0c9820644871dfafe8306ed595db263.iqitlinksmanagerviewstemp.php
946/var/cache/prod/smarty/cache/iqitcontactpage/1/1/1/1/93/warehouse/55/06/3d/55063d512bfdb5afa6881906f06de9cbd0a47a54.iqitcontactpageviewstempl.php
947/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/27/b8/0d27b89c72b0217183d28548ba90baed47a7898f_2.file.footer-copyrights-1.tpl.php
948/classes/form/CustomerLoginForm.php
949/classes/form/AbstractForm.php
950/classes/form/FormInterface.php
951/src/Core/Foundation/Templating/RenderableInterface.php
952/classes/form/CustomerLoginFormatter.php
953/classes/form/FormFormatterInterface.php
954/classes/ValidateConstraintTranslator.php
955/src/Core/Util/InternationalizedDomainNameConverter.php
956/src/Core/Foundation/Templating/RenderableProxy.php
957/var/cache/prod/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplate.php
958/classes/form/FormField.php
959/var/cache/prod/smarty/compile/warehouse/60/1c/15/601c157f987b0913f6f8368134e6c3504ecab082_2.file.login-form.tpl.php
960/var/cache/prod/smarty/cache/iqitsociallogin/1/1/1/1/93/warehouse/21/72/c2/2172c2347d55b72a7c52cb21af6a930c245aba5c.iqitsocialloginviewstempl.php
961/config/settings.inc.php