Marcas

Hay 2102 productos.

Mostrando 2001-2102 de 2102 artículo(s)

Filtros activos

Load Time1325 ms - OK... for a shared hosting
Querying Time762 ms
Queries3772
Memory Peak Usage99.3 Mb
Included Files518 files - 7.18 Mb
PrestaShop Cache0.01 Mb
Global vars0.44 Mb
PrestaShop Version1.7.5.2
PHP Version7.2.34 (OK)
MySQL Version10.11.10-MariaDB-log (OK)
Memory Limit2048M
Max Execution Time360s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 28 ms 28 ms 3.01 Mb 3.56 Mb
__construct 0 ms 28 ms - Mb 3.56 Mb
init 18 ms 46 ms 1.54 Mb 4.61 Mb
checkAccess 0 ms 46 ms - Mb 4.61 Mb
setMedia 1 ms 48 ms 0.15 Mb 4.72 Mb
postProcess 0 ms 48 ms - Mb 4.72 Mb
initHeader 0 ms 48 ms - Mb 4.72 Mb
initContent 463 ms 510 ms 21.86 Mb 26.59 Mb
initFooter 0 ms 510 ms - Mb 26.59 Mb
display 814 ms 1325 ms 71.48 Mb 99.29 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 3772 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM yv6d_product p LEFT JOIN yv6d_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN yv6d_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN yv6d_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN yv6d_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN yv6d_category_product cp ON (p.id_product = cp.id_product) INNER JOIN yv6d_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN yv6d_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=2 AND c.nright<=779 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN yv6d_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 2000, 500
17.8 1354896 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM yv6d_product p LEFT JOIN yv6d_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN yv6d_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN yv6d_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN yv6d_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN yv6d_category_product cp ON (p.id_product = cp.id_product) INNER JOIN yv6d_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN yv6d_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=2 AND c.nright<=779 AND ps.id_shop='1' GROUP BY p.id_product) p
14.4 1354896 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE * FROM `yv6d_mpar`
WHERE `next_retry` < 1755899645 AND
(`status` = 29
OR
`status` = 28
OR
`status` = 9
OR
`status` = 12
OR
`status` = 3
OR
`status` = 4) ORDER BY id_order ASC LIMIT 3
5.3 3 /modules/mpar/mercadopago_gateway.php:1335
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 3 AND cl.id_shop = 1 )
INNER JOIN `yv6d_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 779
AND c.id_category IN (
SELECT id_category
FROM `yv6d_category_group`
WHERE `id_group` IN (3)
)
ORDER BY `level_depth` ASC, cl.`name` ASC
2.7 390 Yes /modules/ps_categorytree/ps_categorytree.php:166
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=12 
ORDER BY b.sort_order asc,bl.title asc
2.6 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `yv6d_module` m
INNER JOIN yv6d_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 `yv6d_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `yv6d_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `yv6d_hook` `h` ON hm.`id_hook` = h.`id_hook`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1)
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.6 150 Yes Yes /classes/Hook.php:666
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=704030 AND c.id_category!=704030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
1.6 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=22 
ORDER BY b.sort_order asc,bl.title asc
1.4 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
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 `yv6d_category` c
INNER JOIN yv6d_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `yv6d_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3  AND cl.id_shop = 1 )
WHERE `id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.3 26 Yes Yes /classes/Category.php:872
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=23 
ORDER BY b.sort_order asc,bl.title asc
1.3 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=46 
ORDER BY b.sort_order asc,bl.title asc
1.1 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
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 `yv6d_configuration` c
LEFT JOIN `yv6d_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1 792 /classes/Configuration.php:160
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=2 
ORDER BY b.sort_order asc,bl.title asc
1 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=58 
ORDER BY b.sort_order asc,bl.title asc
1 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=32 
ORDER BY b.sort_order asc,bl.title asc
1 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=56 
ORDER BY b.sort_order asc,bl.title asc
1 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=34 
ORDER BY b.sort_order asc,bl.title asc
1 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=48 
ORDER BY b.sort_order asc,bl.title asc
1 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=38 
ORDER BY b.sort_order asc,bl.title asc
1 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=33 
ORDER BY b.sort_order asc,bl.title asc
0.9 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=40 
ORDER BY b.sort_order asc,bl.title asc
0.9 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=30 
ORDER BY b.sort_order asc,bl.title asc
0.9 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=31 
ORDER BY b.sort_order asc,bl.title asc
0.9 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
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 `yv6d_hook_module` hm
STRAIGHT_JOIN `yv6d_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `yv6d_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
0.9 371 /classes/Hook.php:403
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=47 
ORDER BY b.sort_order asc,bl.title asc
0.9 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=39 
ORDER BY b.sort_order asc,bl.title asc
0.9 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=57 
ORDER BY b.sort_order asc,bl.title asc
0.9 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=2 
ORDER BY b.sort_order asc,bl.title asc
0.9 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=54 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=53 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=35 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=55 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=35 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=47 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=34 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=41 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=59 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=41 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=33 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=45 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=40 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=50 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=10 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=48 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=12 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=44 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=43 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=38 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=31 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=50 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=9 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=44 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=36 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=11 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=46 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=11 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=21 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=30 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=45 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=10 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=9 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=49 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=36 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=43 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-08-22 00:00:00",
INTERVAL 60 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `yv6d_category_product` cp
LEFT JOIN `yv6d_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN yv6d_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN yv6d_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `yv6d_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `yv6d_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 3 AND pl.id_shop = 1 )
LEFT JOIN `yv6d_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `yv6d_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 3)
LEFT JOIN `yv6d_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,20
0.8 1 /classes/Category.php:1010
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=22 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=49 
ORDER BY b.sort_order asc,bl.title asc
0.8 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=32 
ORDER BY b.sort_order asc,bl.title asc
0.8 2 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=51 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=21 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=23 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=51 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=52 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=59 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=52 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=53 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `yv6d_ets_mm_block` b
LEFT JOIN `yv6d_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1  AND b.id_column=39 
ORDER BY b.sort_order asc,bl.title asc
0.7 1 Yes /modules/ets_megamenu/classes/MM_Block.php:615
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `yv6d_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `yv6d_hook_alias` ha
INNER JOIN `yv6d_hook` h ON ha.name = h.name
0.6 0 /classes/Hook.php:190
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11092) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.5 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10934
ORDER BY `position`
0.5 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10526) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.5 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(6010,6020,6030,6040,6050,6060,6070,6080,6090)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.5 9 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10982
0.5 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11675
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(80010,80020,80030,80040,80050,80060,80070)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 7 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11090 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11090 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(7090,7100,7200,7210,7320,7340,7460,210,230)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 9 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM `yv6d_ets_mm_menu` m
INNER JOIN `yv6d_ets_mm_menu_shop` ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')            
LEFT JOIN `yv6d_ets_mm_menu_lang` ml
ON m.id_menu=ml.id_menu AND ml.id_lang=3
WHERE 1  AND m.enabled=1 
GROUP BY m.id_menu
ORDER BY m.sort_order asc,ml.title asc
0.4 2 Yes Yes /modules/ets_megamenu/classes/MM_Menu.php:498
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10532
0.4 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10983
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 508020  AND  c.active = 1
0.4 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(7110,7120,7160,7190,7310,7370,7400,7420,7470,220)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 10 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10301) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10839 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10839 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10525) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM yv6d_shop_url su
LEFT JOIN yv6d_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'inkgenio.com.ar' OR su.domain_ssl = 'inkgenio.com.ar')
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:345
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10376 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10376 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11089 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11089 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(7080,7130,7230,7270,7290,7330,7350,7360,7380,7440)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 10 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11556) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11679 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11679 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11338 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11338 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13060  AND  c.active = 1 LIMIT 1
0.4 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(7010,7020,7030,7040,7050,7060,7140,7260,7280,7450,700)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 11 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11340 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11340 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10537 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10537 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10985 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10985 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10539 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10539 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11088 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11088 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11675 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11675 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8169 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 8169 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10986 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10986 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM yv6d_layered_category
WHERE id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.4 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Converter.php:247
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10540 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10540 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11679
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11087 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11341 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11564
0.4 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10539
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(11010,11020,11030,11040,11050,11060,11070)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 7 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10540
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11564 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11564 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(10010,10020,10030)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11673
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10538 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10538 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10376
0.4 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11093
0.4 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11091
0.4 1 /classes/ProductAssembler.php:90
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 yv6d_shop_group gs
LEFT JOIN yv6d_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN yv6d_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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `yv6d_module` m
LEFT JOIN `yv6d_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.4 86 /classes/module/Module.php:305
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11092
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10450 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11391
0.4 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11559
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11563 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11563 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11088
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(5010,5020,5030,5040,5050,5060)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11563
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11559 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11559 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11338
0.4 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10908
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10684 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10684 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10982 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10982 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10985) AND (b.`id_shop` = 1) LIMIT 1
0.4 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11092 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11092 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10540) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10839
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11557 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11557 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11087
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6030 AND c.id_category!=6030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11567 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11567 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11391 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11391 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10301 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10301 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10622
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10526 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10526 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11094 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11094 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11562) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11089
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11675) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6060 AND c.id_category!=6060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.4 5 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10985
0.4 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10352 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10352 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7090 AND c.id_category!=7090
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 11 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11341
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11616
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11093 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11093 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11565 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11565 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10622 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10622 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11697 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11697 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8534) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11562 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11562 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10986) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10527 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10527 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10984 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10984 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11090
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11307 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11307 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11562
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11564) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11566 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11566 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10530
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10986
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11679) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10532 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10532 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6080 AND c.id_category!=6080
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11094
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11618 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11618 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11343) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(9010,9020,9030)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11563
ORDER BY `position`
0.3 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10982) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11568) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6020 AND c.id_category!=6020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11616 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11616 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11668 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11668 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8169) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10540
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10983) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11615 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11615 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8534 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 8534 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10908) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7080 AND c.id_category!=7080
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 5 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10379) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11561) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10837
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10450) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11559) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11678) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11087) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11673) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=210 AND c.id_category!=210
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10301
0.3 1 /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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11676
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6040 AND c.id_category!=6040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11090) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11566
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8169) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10983 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10983 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=5030 AND c.id_category!=5030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11667 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11676) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10352) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11571) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10529
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10529) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11563) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10526
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10539) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11556 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11572) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10985
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11697
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11306 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11308
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11088) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7120 AND c.id_category!=7120
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 9 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11557
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10839) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11094) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10908 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10908 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11617 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11617 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11676
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11678 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11678 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10527
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10537) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7010 AND c.id_category!=7010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 7 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11558 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11558 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=230 AND c.id_category!=230
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 5 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11391) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11558
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11343 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11343 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6050 AND c.id_category!=6050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10376) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11615
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10837 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10837 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=220 AND c.id_category!=220
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11308 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11308 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6090 AND c.id_category!=6090
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `yv6d_meta` m
LEFT JOIN `yv6d_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.3 46 Yes /classes/Dispatcher.php:636
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10985) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11618) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11091 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11091 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11559
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11092) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(8000,8010,8020,8030,8040,8050,8060,8070)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 8 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11618
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11568
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11571 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11571 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10379 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10379 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11565
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7460 AND c.id_category!=7460
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10354
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10527) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 8169
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10525 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10525 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7110 AND c.id_category!=7110
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11341) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10354 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10354 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11089) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6010 AND c.id_category!=6010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10536 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10536 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11570) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10986
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1103020 AND c.id_category!=1103020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11680
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=23020 AND c.id_category!=23020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11676) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 504020  AND  c.active = 1
0.3 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=22010 AND c.id_category!=22010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 5 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(13000,13010,13020,13030,13040,13050,13060,13070,13080,13090,13100)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 11 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7060 AND c.id_category!=7060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 12 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10535 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10535 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10535
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11350
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11339 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11339 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=23010 AND c.id_category!=23010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10352
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11677
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11677 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11677 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11565) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10530) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11091) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10840 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10840 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11569) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11391) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10534) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10537
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10538
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11093) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10534 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10534 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10525
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=6070 AND c.id_category!=6070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10534
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10450
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10537
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=23040 AND c.id_category!=23040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10536
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=708010 AND c.id_category!=708010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11307
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11560 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11560 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11343
0.3 1 /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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11090
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10531) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708030  AND  c.active = 1 LIMIT 1
0.3 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `yv6d_module` m
LEFT JOIN `yv6d_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.3 86 /classes/module/Module.php:305
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11675) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10376
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11617
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11563) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10686) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11673 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11673 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11093
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11306
ORDER BY `position`
0.3 2 Yes /classes/Product.php:3042
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11676 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10536) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11571
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11089
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=11020 AND c.id_category!=11020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11680 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10537) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11087
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11306
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10686 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10686 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10867) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10530 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10530 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712090) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10379
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11678
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8169) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10986) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10839
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=80010 AND c.id_category!=80010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11565) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8169) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10624
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7160 AND c.id_category!=7160
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 5 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10528) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11090
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(18020,18030)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10985
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10533 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10533 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7190 AND c.id_category!=7190
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11674) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11088
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11093) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11350) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11564) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10622) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11668
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10539
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10535) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2301020 AND c.id_category!=2301020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10841) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10540) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11679
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11566) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11567) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=23050 AND c.id_category!=23050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11697) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10685) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=606010 AND c.id_category!=606010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11341
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11568 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11568 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11561 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11561 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7320 AND c.id_category!=7320
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11090) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10626) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=21040 AND c.id_category!=21040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10687) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11677) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10378) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=606020 AND c.id_category!=606020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10840
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 8169
ORDER BY `position`
0.3 5 Yes /classes/Product.php:3042
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10529 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10529 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10623 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10841 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10841 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11338) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10377 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10377 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10629) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10984
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=602060 AND c.id_category!=602060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11088) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11570 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11570 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11679
ORDER BY `position`
0.3 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10450) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8534) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10685 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10685 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10985
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=603030 AND c.id_category!=603030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=10020 AND c.id_category!=10020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10984
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11338
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=503010 AND c.id_category!=503010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10843 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10843 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10984
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11089) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10624 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10624 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11567) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10377
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11674 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11674 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=605050 AND c.id_category!=605050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1102010 AND c.id_category!=1102010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11305 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=606030 AND c.id_category!=606030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11350 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11350 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10983) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11089
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=5010 AND c.id_category!=5010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10626 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10626 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10867
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=22030 AND c.id_category!=22030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 5 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7370 AND c.id_category!=7370
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=11010 AND c.id_category!=11010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=606050 AND c.id_category!=606050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10984) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10627) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10843) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11087
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10687 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10687 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10353 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10353 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11305) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10982) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2301010 AND c.id_category!=2301010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11340
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 8169
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10539) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10684) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11305
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10628) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=604030 AND c.id_category!=604030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10934 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10934 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10378 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10378 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11340) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10839
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=602050 AND c.id_category!=602050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10986
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11673) AND (b.`id_shop` = 1) LIMIT 1
0.3 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10982
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11087) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10533
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10934) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10624) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8169
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11557) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10841) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10532) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7100 AND c.id_category!=7100
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11561
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=11050 AND c.id_category!=11050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10533) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10685
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 711010) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=607040 AND c.id_category!=607040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11668) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=603010 AND c.id_category!=603010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10538) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10528 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11564
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11092
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=23030 AND c.id_category!=23030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11674
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11569 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11569 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10531 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10531 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11675
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13020 AND c.id_category!=13020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 8169
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11092
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10867 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10867 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11339
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10836 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10836 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=608050 AND c.id_category!=608050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10934
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10625 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11088
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11667
0.3 1 /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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11094
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10376
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10627 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1101010  AND  c.active = 1 LIMIT 1
0.3 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10836
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11567
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=606040 AND c.id_category!=606040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=711010 AND c.id_category!=711010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11568) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7340 AND c.id_category!=7340
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10526) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=18020 AND c.id_category!=18020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10984) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10628 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10628 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10686
0.3 1 /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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11572 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 11572 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11094
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10529) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11090
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11088
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11087
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1601010 AND c.id_category!=1601010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=605040 AND c.id_category!=605040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11556
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709040 AND c.id_category!=709040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1101010  AND  c.active = 1
0.3 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10376
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10539
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=608040 AND c.id_category!=608040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709060 AND c.id_category!=709060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2201030 AND c.id_category!=2201030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=607020 AND c.id_category!=607020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10354) AND (b.`id_shop` = 1) LIMIT 1
0.3 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10537
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11559
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10836) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11557) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7310 AND c.id_category!=7310
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10839
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10684
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11679
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=607010 AND c.id_category!=607010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10843
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10352) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10535) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=11030 AND c.id_category!=11030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7230 AND c.id_category!=7230
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_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 `yv6d_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10629 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `yv6d_cart_product` cp JOIN `yv6d_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yv6d_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` = 10629 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1234
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10301) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=605030 AND c.id_category!=605030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10841
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=608060 AND c.id_category!=608060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=21020 AND c.id_category!=21020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1101010 AND c.id_category!=1101010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11616) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=605020 AND c.id_category!=605020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=708020 AND c.id_category!=708020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10684
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10531
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10623
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11679) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10986
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11570
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a0
LEFT JOIN `yv6d_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 779) AND (a1.`id_lang` = 3)
ORDER BY a0.`nleft` asc
0.3 1 Yes /classes/PrestaShopCollection.php:373
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=11040 AND c.id_category!=11040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10982
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=711020 AND c.id_category!=711020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10684
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=607030 AND c.id_category!=607030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10539
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=602040 AND c.id_category!=602040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2301030 AND c.id_category!=2301030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=608030 AND c.id_category!=608030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709030 AND c.id_category!=709030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=608020 AND c.id_category!=608020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=609010 AND c.id_category!=609010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=605010 AND c.id_category!=605010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2305030 AND c.id_category!=2305030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1102020 AND c.id_category!=1102020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 70  AND  c.active = 1
0.3 37 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5070  AND  c.active = 1
0.3 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10624
ORDER BY `position`
0.3 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11569
0.3 1 /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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11558
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.3 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=608010 AND c.id_category!=608010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=604020 AND c.id_category!=604020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13030 AND c.id_category!=13030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10353
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7030 AND c.id_category!=7030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 7 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11558) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7020 AND c.id_category!=7020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10908) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10527) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2  AND  c.active = 1 LIMIT 1
0.3 3 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10450
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11559
ORDER BY `position`
0.3 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2305020 AND c.id_category!=2305020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10687
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `yv6d_currency` c
LEFT JOIN yv6d_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.3 3 /classes/Currency.php:661
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2304020 AND c.id_category!=2304020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11616
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11308) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2302020 AND c.id_category!=2302020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2304010 AND c.id_category!=2304010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11572
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11563
ORDER BY f.position ASC
0.3 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11094) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=708030 AND c.id_category!=708030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13010 AND c.id_category!=13010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2201020 AND c.id_category!=2201020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10528
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COUNT(*)
FROM `yv6d_hook_module` hm
LEFT JOIN `yv6d_hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'displayHome' AND hm.`id_module` = 19 LIMIT 1
0.3 1 /classes/module/Module.php:2299
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11091) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=708040 AND c.id_category!=708040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=503040 AND c.id_category!=503040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10625
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=21030 AND c.id_category!=21030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11089
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11618) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=11060 AND c.id_category!=11060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.3 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10534) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10378
0.3 1 /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-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11340
0.2 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11010  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709050 AND c.id_category!=709050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709010 AND c.id_category!=709010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2205010 AND c.id_category!=2205010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7210 AND c.id_category!=7210
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11675
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 606030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=609040 AND c.id_category!=609040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=605060 AND c.id_category!=605060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11697
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7050 AND c.id_category!=7050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11676
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 11560
0.2 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=601040 AND c.id_category!=601040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=601020 AND c.id_category!=601020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11677) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10626
0.2 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=810 AND c.id_category!=810
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 8 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10908
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11697) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13050 AND c.id_category!=13050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=603040 AND c.id_category!=603040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11340
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11615) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=602010 AND c.id_category!=602010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7090  AND  c.active = 1
0.2 11 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10379
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11564
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10525) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7440) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 607010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11566) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13090 AND c.id_category!=13090
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11567
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=603020 AND c.id_category!=603020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10354) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11307
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=503020 AND c.id_category!=503020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10628
0.2 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11617) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11341
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10526
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=602020 AND c.id_category!=602020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=708050 AND c.id_category!=708050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10623) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=502050 AND c.id_category!=502050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11558) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13000 AND c.id_category!=13000
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7420 AND c.id_category!=7420
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11093
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10527
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2201010 AND c.id_category!=2201010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11093
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10622) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11557
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10532) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709080 AND c.id_category!=709080
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=602030 AND c.id_category!=602030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11559) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11617) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709110 AND c.id_category!=709110
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11668) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10536) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2305010 AND c.id_category!=2305010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11338
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10450
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11306) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11391
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10379) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10352
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(19010,19030,19040,19050)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709070 AND c.id_category!=709070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=21050 AND c.id_category!=21050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 603010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709090 AND c.id_category!=709090
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2201040 AND c.id_category!=2201040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=18030 AND c.id_category!=18030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 6 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(20010,20020)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709100 AND c.id_category!=709100
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10301
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11343) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=601030 AND c.id_category!=601030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11673
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 8534
0.2 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=601010 AND c.id_category!=601010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11673
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10376) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10627
0.2 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7200 AND c.id_category!=7200
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=503030 AND c.id_category!=503030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE 1 FROM yv6d_cart_product cp INNER JOIN yv6d_product p
ON (p.id_product = cp.id_product) INNER JOIN yv6d_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.2 1 /classes/Cart.php:4013
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=703070 AND c.id_category!=703070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2303010 AND c.id_category!=2303010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11091
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11341
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11558
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10353) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10837) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11565
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10983
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11563
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=21010 AND c.id_category!=21010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11308) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11673
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11677
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11094
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=9010 AND c.id_category!=9010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 8169
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706010 AND c.id_category!=706010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11306) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10983
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=604010 AND c.id_category!=604010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10843) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10837) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10532
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=22050 AND c.id_category!=22050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10934) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=609020 AND c.id_category!=609020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11678) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11338) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11618
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11616) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1300010 AND c.id_category!=1300010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11092
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2201050 AND c.id_category!=2201050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=609030 AND c.id_category!=609030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11557
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11565
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10982
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10837
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE tr.*
FROM `yv6d_tax_rule` tr
JOIN `yv6d_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 44
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 102)
AND ('1888' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1888')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.2 1 /classes/tax/TaxRulesTaxManager.php:108
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10526
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=21060 AND c.id_category!=21060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7270 AND c.id_category!=7270
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11561) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10540
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-22 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM yv6d_product p
LEFT JOIN yv6d_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN yv6d_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 10629
0.2 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11306
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 602060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712020 AND c.id_category!=712020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 603030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11340
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label
FROM `yv6d_manufacturer` m
INNER JOIN `yv6d_manufacturer_shop` ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1)            
WHERE active=1  AND m.id_manufacturer IN(21,6,157,4,22)
ORDER BY name ASC,m.id_manufacturer ASC
0.2 5 Yes /modules/ets_megamenu/classes/MM_Obj.php:512
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11339) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=9030 AND c.id_category!=9030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10839) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1301030 AND c.id_category!=1301030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11618
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11680) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11338
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11615) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7290 AND c.id_category!=7290
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11618
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11343
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13070 AND c.id_category!=13070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1101020 AND c.id_category!=1101020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11562) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(16010,16020)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10984
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11617
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11564
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11566
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11308
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10685) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=5040 AND c.id_category!=5040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=10030 AND c.id_category!=10030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2302030 AND c.id_category!=2302030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE * FROM `yv6d_mpar`
WHERE `mercadienvios_downloaded` = 0 AND
`is_mercadoenvios` = 1 AND
`next_retry_mercadoenvios` < 1755899645 AND
`shipping_id` IS NOT NULL LIMIT 2
0.2 1 /modules/mpar/mercadopago_gateway.php:1300
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=709020 AND c.id_category!=709020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 606020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7440 AND c.id_category!=7440
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7040 AND c.id_category!=7040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11339) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11571) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 8169
ORDER BY `position`
0.2 5 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10687) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7350) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=22060 AND c.id_category!=22060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7200) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2302010 AND c.id_category!=2302010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 8169
ORDER BY `position`
0.2 5 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10867) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11307) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7090  AND  c.active = 1
0.2 11 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=703060 AND c.id_category!=703060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 608030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10538) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10354
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=703020 AND c.id_category!=703020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7260 AND c.id_category!=7260
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=16020 AND c.id_category!=16020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 5 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11615
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7330 AND c.id_category!=7330
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706040 AND c.id_category!=706040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1103010 AND c.id_category!=1103010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 130  AND  c.active = 1
0.2 12 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8534
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13040 AND c.id_category!=13040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10684) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=5020 AND c.id_category!=5020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 4 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1301090 AND c.id_category!=1301090
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13060 AND c.id_category!=13060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2  AND  c.active = 1
0.2 26 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10622
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1303020 AND c.id_category!=1303020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=716040 AND c.id_category!=716040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=9020 AND c.id_category!=9020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11617
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11568
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10301
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11567
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11572
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE * FROM `yv6d_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.2 7 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706070 AND c.id_category!=706070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11560) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_tab` t
LEFT JOIN `yv6d_ets_mm_tab_lang` tl on (t.id_tab=tl.id_tab AND tl.id_lang=3)
WHERE 1  AND id_menu=1
ORDER BY sort_order asc
0.2 12 Yes /modules/ets_megamenu/classes/MM_Tab.php:309
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11556) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1302030 AND c.id_category!=1302030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11340) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11350) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11615
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7280) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11562
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11341) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7380) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11668
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10626) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10624) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM yv6d_tag t
LEFT JOIN yv6d_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=8534
0.2 18 /classes/Tag.php:229
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10377) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 606050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2305010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712010 AND c.id_category!=712010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `yv6d_product_attribute` pa
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `yv6d_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `yv6d_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `yv6d_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `yv6d_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10840) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.2 1 Yes Yes /classes/Product.php:3860
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11569) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11675
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13100 AND c.id_category!=13100
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11091
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=11070 AND c.id_category!=11070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10301
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10535
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10623
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10686) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10625) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11677
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10538
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10837
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=10010 AND c.id_category!=10010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10840) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10525
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10983
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11560) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 608010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7450 AND c.id_category!=7450
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7470 AND c.id_category!=7470
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=16010 AND c.id_category!=16010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 3 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11674) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7450) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10536
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11680
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 605030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1302090 AND c.id_category!=1302090
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7470) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10533) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 602010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10628) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8050 AND c.id_category!=8050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=716050 AND c.id_category!=716050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11571
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10353
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11616
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11570) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=22020 AND c.id_category!=22020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1101020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10353) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10837
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10525
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10352
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10378
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11668
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11680
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11308
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10535
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7380 AND c.id_category!=7380
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11306
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10538
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10534
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `yv6d_cart_product` cp
LEFT JOIN `yv6d_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 0 LIMIT 1
0.2 1 /classes/Cart.php:3683
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=716030 AND c.id_category!=716030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11391
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2203030 AND c.id_category!=2203030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1302020 AND c.id_category!=1302020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11339
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10450
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10629) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11617
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1802040 AND c.id_category!=1802040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8060 AND c.id_category!=8060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1302010 AND c.id_category!=1302010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11567
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2  AND  c.active = 1
0.2 26 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 604030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=504010 AND c.id_category!=504010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10627) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=504020 AND c.id_category!=504020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 708010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11020  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706100  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11676
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11391
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 608050) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10526
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11307
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11560
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 603020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10840
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 603040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80  AND  c.active = 1
0.2 8 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10529
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11556
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11678
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11568
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706020 AND c.id_category!=706020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 607030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10532
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11572) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 601040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=501020 AND c.id_category!=501020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11571
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2203010 AND c.id_category!=2203010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11305
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712070 AND c.id_category!=712070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2302020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7110) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7350 AND c.id_category!=7350
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10527
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7320) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10377) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=80020 AND c.id_category!=80020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 2 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=702030 AND c.id_category!=702030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10352
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10627
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1102020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 90  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11558
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1102010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11343
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=702060 AND c.id_category!=702060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712090 AND c.id_category!=712090
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10531) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1803060 AND c.id_category!=1803060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11697
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 608040) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11616
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=701020 AND c.id_category!=701020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11566
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1103020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7210) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80  AND  c.active = 1
0.2 8 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10624
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10525
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11680
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10534
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 708020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 605050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10379
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10378) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=703050 AND c.id_category!=703050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7030) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11343
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1305030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 100  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10836
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 604010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10836) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 8534
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7290) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 810  AND  c.active = 1
0.2 8 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10530) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 602040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7120  AND  c.active = 1
0.2 9 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2304010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10908
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10527
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8001010 AND c.id_category!=8001010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10528
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10533
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7340) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11565
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10354
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7120) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10686
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10908
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=700 AND c.id_category!=700
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2205030 AND c.id_category!=2205030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 607020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7080  AND  c.active = 1
0.2 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11667) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10687
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8000 AND c.id_category!=8000
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11566
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10354
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11561
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=501030 AND c.id_category!=501030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1301010 AND c.id_category!=1301010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=13080 AND c.id_category!=13080
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2203040 AND c.id_category!=2203040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11307) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10530
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10843
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10537
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 606010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 608020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=22040 AND c.id_category!=22040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1103010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 130  AND  c.active = 1
0.2 12 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706060 AND c.id_category!=706060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11667
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10685
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7100) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 608060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=701080 AND c.id_category!=701080
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11697
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 607040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2304020) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11557
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 609010) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11308
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=702010 AND c.id_category!=702010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 240) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7130 AND c.id_category!=7130
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10379
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10532
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2203020 AND c.id_category!=2203020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2203050 AND c.id_category!=2203050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8030 AND c.id_category!=8030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8020 AND c.id_category!=8020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10629
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1602040 AND c.id_category!=1602040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10377
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10536
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=502010 AND c.id_category!=502010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10536
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11678
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7080) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11307
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11678
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE tr.*
FROM `yv6d_tax_rule` tr
JOIN `yv6d_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 44
AND tr.`id_tax_rules_group` = 2
AND tr.`id_state` IN (0, 102)
AND ('1888' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1888')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.2 1 /classes/tax/TaxRulesTaxManager.php:108
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11668
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8070 AND c.id_category!=8070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7160  AND  c.active = 1
0.2 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712030 AND c.id_category!=712030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11091
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10934
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11677
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11615
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 708050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 702020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=501010 AND c.id_category!=501010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=501050 AND c.id_category!=501050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1301020 AND c.id_category!=1301020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8010 AND c.id_category!=8010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11339
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10540
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 604030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 605010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=502060 AND c.id_category!=502060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11560
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=702040 AND c.id_category!=702040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7260) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1803010 AND c.id_category!=1803010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11556
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 708030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7140 AND c.id_category!=7140
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712080 AND c.id_category!=712080
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=5060 AND c.id_category!=5060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7230) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706080 AND c.id_category!=706080
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=701050 AND c.id_category!=701050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7400 AND c.id_category!=7400
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 70  AND  c.active = 1
0.2 37 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712040 AND c.id_category!=712040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7280 AND c.id_category!=7280
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 702060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=703030 AND c.id_category!=703030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10377
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7090) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=703040 AND c.id_category!=703040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=81050 AND c.id_category!=81050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11674
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 701050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11562
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE tr.*
FROM `yv6d_tax_rule` tr
JOIN `yv6d_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 44
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.2 1 /classes/tax/TaxRulesTaxManager.php:108
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7460) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10867
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 711020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706110 AND c.id_category!=706110
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2301020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2302010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7140) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10353
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1803030 AND c.id_category!=1803030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8169
AND image_shop.`cover` = 1 LIMIT 1
0.2 5 /classes/Product.php:3064
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10528) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 609040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 606040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11570
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1803040 AND c.id_category!=1803040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11674
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10622
ORDER BY `position`
0.2 4 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 604020) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 8534
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=701070 AND c.id_category!=701070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10531
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1802010 AND c.id_category!=1802010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11350
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8040 AND c.id_category!=8040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 602020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7210  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11667
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=703010 AND c.id_category!=703010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11350
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10626
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11570
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1601030 AND c.id_category!=1601030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=705050 AND c.id_category!=705050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 605020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=7360 AND c.id_category!=7360
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709100  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1300010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_product` a
LEFT JOIN `yv6d_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `yv6d_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11305) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6070) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=81040 AND c.id_category!=81040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=2205020 AND c.id_category!=2205020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10625
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706050 AND c.id_category!=706050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_menu=1
ORDER BY sort_order asc
0.2 36 Yes /modules/ets_megamenu/classes/MM_Column.php:126
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11305
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.2 1 /classes/Country.php:192
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=702020 AND c.id_category!=702020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6080) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1802020 AND c.id_category!=1802020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=501060 AND c.id_category!=501060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7130) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 708040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11569
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 705020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712050 AND c.id_category!=712050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10687
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM yv6d_tag t
LEFT JOIN yv6d_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=8169
0.2 9 /classes/Tag.php:229
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10841
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 705010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11070) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706090 AND c.id_category!=706090
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10531
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `yv6d_lang` l
JOIN yv6d_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.2 4 /classes/Language.php:1029
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 609020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 14040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=716010 AND c.id_category!=716010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=705010 AND c.id_category!=705010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10538
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=704010 AND c.id_category!=704010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2303010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706120 AND c.id_category!=706120
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2205010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=712060 AND c.id_category!=712060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706090  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10684
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7400  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=701010 AND c.id_category!=701010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=701030 AND c.id_category!=701030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11572
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10623
ORDER BY `position`
0.2 4 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8002010 AND c.id_category!=8002010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2302030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 800) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=501040 AND c.id_category!=501040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11030  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2  AND  c.active = 1 LIMIT 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11667
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=502020 AND c.id_category!=502020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 605040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 605060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1802030 AND c.id_category!=1802030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10530
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=5050 AND c.id_category!=5050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=705030 AND c.id_category!=705030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=705040 AND c.id_category!=705040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 110  AND  c.active = 1
0.2 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1803020 AND c.id_category!=1803020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM yv6d_feature_product pf
LEFT JOIN yv6d_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN yv6d_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN yv6d_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN yv6d_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10628
ORDER BY f.position ASC
0.2 5 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10843
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8060) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10626
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10687
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module` WHERE `name` = "productcomments" LIMIT 1
0.2 0 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709100) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6090) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=81070 AND c.id_category!=81070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11339
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10840
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10985)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=701060 AND c.id_category!=701060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11571
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10533
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=705020 AND c.id_category!=705020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10535
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10686
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 702030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=702050 AND c.id_category!=702050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7330) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10528
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8001020 AND c.id_category!=8001020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1803050 AND c.id_category!=1803050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 140  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706120  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706100 AND c.id_category!=706100
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=19010 AND c.id_category!=19010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2201010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11350
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10625
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=716020 AND c.id_category!=716020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1602030 AND c.id_category!=1602030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 150  AND  c.active = 1
0.2 9 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 900) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=80060 AND c.id_category!=80060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 602030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=81020 AND c.id_category!=81020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 
AND  c.id_category IN(810)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 2 Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1302090) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 120  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 810  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=705060 AND c.id_category!=705060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1602010 AND c.id_category!=1602010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=80070 AND c.id_category!=80070
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=19030 AND c.id_category!=19030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11569
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11305
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13100  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11562
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13010  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10625
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1602050 AND c.id_category!=1602050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1101010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1601020 AND c.id_category!=1601020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=706030 AND c.id_category!=706030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11556
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10685
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7350  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13050  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7190) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10867
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10836
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7270) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=8002020 AND c.id_category!=8002020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.2 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7160  AND  c.active = 1
0.2 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10534
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11569
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 700) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10530
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE `id_guest`
FROM `yv6d_connections`
WHERE `id_guest` = 9441913
AND `date_add` > '2025-08-22 18:24:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.2 1 Yes /classes/Connection.php:163
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=704020 AND c.id_category!=704020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10840
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10843
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=80040 AND c.id_category!=80040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=20020 AND c.id_category!=20020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=80030 AND c.id_category!=80030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1305010 AND c.id_category!=1305010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 601020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 900  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 601010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706110  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=19050 AND c.id_category!=19050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 90  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 800  AND  c.active = 1
0.2 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=20010 AND c.id_category!=20010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10867
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10836
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7470  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2301020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=81010 AND c.id_category!=81010
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 120  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 609030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 90  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7110  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7360  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8001010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13100  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.id_product
FROM `yv6d_product` p
INNER JOIN yv6d_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 8534
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-08-22 00:00:00",
INTERVAL 60 DAY
)
) > 0
0.2 0 /classes/Product.php:1399
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11572
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 701080) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7380  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10841
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7440  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_menu=5
ORDER BY sort_order asc
0.2 5 Yes /modules/ets_megamenu/classes/MM_Column.php:126
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=19040 AND c.id_category!=19040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10529
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11568
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11674
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5080  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10685
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1305020 AND c.id_category!=1305020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 502050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8002020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 601030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 11561
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10377
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=81030 AND c.id_category!=81030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `yv6d_contentbox_files` where `id_store`=1 and `id_lang`=3 LIMIT 1
0.2 1 /modules/contentbox/contentbox.php:796
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=80050 AND c.id_category!=80050
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1602020 AND c.id_category!=1602020
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7370  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 160  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10985 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2301030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7330  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706080) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1305040 AND c.id_category!=1305040
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=1305030 AND c.id_category!=1305030
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10623
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7290  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80020  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 140  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 100  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=81060 AND c.id_category!=81060
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7320  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7420) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 16010  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10622
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2201040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7310  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `yv6d_customization` c
LEFT JOIN `yv6d_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 0 LIMIT 1
0.2 1 /classes/Cart.php:3688
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8001010) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10533
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7420  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7280  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2203020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 9020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7010  AND  c.active = 1
0.2 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1301020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 602050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709110  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10529
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 704010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11679)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8000  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 703050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_lang FROM `yv6d_lang` WHERE is_rtl=0 AND active=1 LIMIT 1
0.2 2 /modules/ets_megamenu/classes/MM_Obj.php:503
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10686
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 120  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1300010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1302020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 14010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 9010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1302020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7400  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 502060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7060  AND  c.active = 1
0.2 12 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 10030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5090  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_state` a
WHERE (a.`id_state` = 102) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10627
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10984 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10841
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7230  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10528
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1601010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10628
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE tr.*
FROM `yv6d_tax_rule` tr
JOIN `yv6d_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 44
AND tr.`id_tax_rules_group` = 2
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.2 1 /classes/tax/TaxRulesTaxManager.php:108
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10531
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2203040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_shop
FROM `yv6d_currency_shop`
WHERE `id_currency` = 3
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1588
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7370) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7120  AND  c.active = 1
0.2 9 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2203010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7020  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7400  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7450  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2305030) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10934
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706120  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 110  AND  c.active = 1
0.2 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 900  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10624
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 10010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8002010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10378
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_lang` a
LEFT JOIN `yv6d_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1301090) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1305030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7160) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7270  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 10010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 810) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7470  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8002010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10353
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 130  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709110  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7460  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2301010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `yv6d_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.2 7 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7380  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8002020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7260  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7270  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 140  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11561
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `yv6d_category` c
INNER JOIN `yv6d_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `yv6d_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
WHERE c.active=1 AND  c.id_parent=81080 AND c.id_category!=81080
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC
0.2 1 Yes Yes /modules/ets_megamenu/classes/Ets_megamenu_defines.php:147
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 502020) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11570
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1802010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 711020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `iso_code`
FROM `yv6d_country`
WHERE `id_country` = 44 LIMIT 1
0.2 1 /classes/Country.php:272
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7310) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 180  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10629
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 10010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7050  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 501020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10627
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7260  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 50  AND  c.active = 1
0.2 9 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2201020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.2 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8534
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3064
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7330  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 12020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 702010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7340  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1305020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 12020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 503040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7360) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706070) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13110  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 14020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1802040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7030  AND  c.active = 1
0.2 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 503010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7140  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1302010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712090  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10626
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7140  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7380  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7130  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7330  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 711010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6090  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7370  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 504020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `yv6d_image` i
INNER JOIN yv6d_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `yv6d_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10628
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3042
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 310) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 503030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1302090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5010  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 160  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 60  AND  c.active = 1
0.2 9 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1302030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10378
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7310  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706110  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM yv6d_tag t
LEFT JOIN yv6d_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=8169
0.2 9 /classes/Tag.php:229
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7060  AND  c.active = 1
0.2 12 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 12000  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7400) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7480  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7100  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7360  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 11560
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8002010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13110  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2305020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7130  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7160  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7380  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1302090  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2201030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 16010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2201050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1301010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1102020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE * FROM `yv6d_hook_alias`
0.2 83 /classes/Hook.php:260
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1305010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE * FROM `yv6d_hook_alias`
0.2 83 /classes/Hook.php:234
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 10010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 9030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13110  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 31030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 12000  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7350  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11338)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 705030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1305040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2203030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7100  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7320  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.2 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1102010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 19010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_country` a
LEFT JOIN `yv6d_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 44) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7370  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.2 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709050) AND (b.`id_shop` = 1) LIMIT 1
0.2 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`
FROM `yv6d_attribute` a
LEFT JOIN `yv6d_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `yv6d_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `yv6d_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN yv6d_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `yv6d_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
WHERE pa.`id_product` = 10629
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 3
0.2 0 /classes/Product.php:6176
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1301020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 9010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 170  AND  c.active = 1
0.2 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 12010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7110  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 702050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1305010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6020  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13100  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1302030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6050  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 14030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2205030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13090  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7130  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 9010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 9020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10376)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7210  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7280  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712090  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706100  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1305020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1301010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13000  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13090  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1103010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2203050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 14010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2205020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 711010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 140  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13110  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11340) 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 c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7230  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7210  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7460  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706100) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1301020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8000) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8070) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM yv6d_tag t
LEFT JOIN yv6d_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=8169
0.2 9 /classes/Tag.php:229
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7340  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1302020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 701020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11341)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709090  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8000  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13000  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6030  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1103010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.2 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 14020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11087) 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 c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7130  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7290  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 50  AND  c.active = 1
0.2 9 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1101020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 701030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 703060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 12010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13100  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1301030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6080  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709070) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7280  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 9020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 716040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15090  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 150  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 90  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE p.id_product
FROM `yv6d_product` p
INNER JOIN yv6d_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 8169
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-08-22 00:00:00",
INTERVAL 60 DAY
)
) > 0
0.2 0 /classes/Product.php:1399
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1601020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7470  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1300010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8001020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6060  AND  c.active = 1
0.2 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 503020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 501010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1301010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 10030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 711020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7190  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7360  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1102020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1102010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1601010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11088)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11089)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1305030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 609040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 10020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6070  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7110  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 609010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7120  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7360  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE p.id_product
FROM `yv6d_product` p
INNER JOIN yv6d_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 8169
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-08-22 00:00:00",
INTERVAL 60 DAY
)
) > 0
0.2 0 /classes/Product.php:1399
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7290  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 10040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10839)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 703020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 16020  AND  c.active = 1
0.2 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7200  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 14020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 10020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 14030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1102020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7080  AND  c.active = 1
0.2 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7140  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_group` a
LEFT JOIN `yv6d_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7350  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1101020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7140  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1305040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 502010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10984)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 716030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1301030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1302010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 716050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7440  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10983)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10376) 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 c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7190  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7210  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709090) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 9030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1302030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7310  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1802020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_country` a
LEFT JOIN `yv6d_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3
LEFT JOIN `yv6d_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 44) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7420  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11679 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11087)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 14010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5010  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2305030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 705050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 100  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7420  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7040  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709080) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.id_product
FROM `yv6d_product` p
INNER JOIN yv6d_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 8169
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-08-22 00:00:00",
INTERVAL 60 DAY
)
) > 0
0.2 0 /classes/Product.php:1399
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10984) 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 1 FROM `yv6d_specific_price` WHERE id_product = 10986 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 14030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1303020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709100  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5020  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8000  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7310  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1301030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6040  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1803060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5030  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1103020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 9030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 10040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 18030  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7280  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7230  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 8169 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 100  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7120  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10535) 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 c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7450  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 16020  AND  c.active = 1
0.2 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11563)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 609040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7460  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 16010  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10539)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701080  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 9010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 130) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.2 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 12010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22050  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 150) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 607040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 609010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7480  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7470  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10986)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1102010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7420  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 9020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6010  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8001020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 10040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7200  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 70  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7340  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module` WHERE `name` = "ps_featuredproducts" LIMIT 1
0.2 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8002010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11676)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 10030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7200  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 180) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 702040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2205010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11091)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 140) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 508010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7290  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 504010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 502010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80010  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7370  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 703010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7440  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1602020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13000  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 609020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7480  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7330  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 8534 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1300010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.2 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 704020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1300010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 12000  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 509030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 10030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11559)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 609020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 609030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10684) 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 c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7400  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11566) 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 c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7200  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8000  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.2 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 701010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 704020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 716010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=10
ORDER BY sort_order asc
0.2 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8001010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7450  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10534)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.2 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1602040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7040  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 705060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7350  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701080  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 220) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13000  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 709110) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 704030) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8002020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 160  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 230) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 240  AND  c.active = 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7340  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7450  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7050  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 703040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1802010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10376 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 703070) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716040  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 716020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 150  AND  c.active = 1
0.2 9 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13020  AND  c.active = 1
0.2 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11391 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706090) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11091) 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 *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716040  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 60  AND  c.active = 1
0.2 9 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.2 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 12000  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 607010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 200) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1302010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE tr.*
FROM `yv6d_tax_rule` tr
JOIN `yv6d_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 44
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 102)
AND ('1888' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1888')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.2 0 /classes/tax/TaxRulesTaxManager.php:108
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11338 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8030  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706120  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2301020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 110  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 160) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7440  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605010  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 501050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 501060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10982 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10839 LIMIT 1
0.2 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 12020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 210) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23050  AND  c.active = 1
0.2 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712090  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701030  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702060  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 704020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 10020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 12020  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17060  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE domain, domain_ssl
FROM yv6d_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/shop/ShopUrl.php:173
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2205010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6080  AND  c.active = 1
0.2 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13050) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 130  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8534)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5010) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11050  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709070  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 601010  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11675)
0.2 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 50  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20020) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 701060) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 705040) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15050  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712070  AND  c.active = 1 LIMIT 1
0.2 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712080) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1601020  AND  c.active = 1
0.2 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 609030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1802030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 12010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 14040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 10040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10985) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706120) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7160  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11094)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10530)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11092)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709080  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 704010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10985 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11675 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1305010) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1802040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=13
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11090) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10533)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1803030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11557) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 9030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11562)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=4
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7010  AND  c.active = 1
0.1 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 607020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 603030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 603020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8001020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE mc.*
FROM `yv6d_module_currency` mc
WHERE (mc.`id_module` = 67) AND (mc.`id_shop` = 1)
0.1 1 /classes/Currency.php:444
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81050) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706090  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM yv6d_shop s
LEFT JOIN yv6d_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.1 1 /classes/shop/Shop.php:201
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10986) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11010  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7460  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 704020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709100  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11678)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=12
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 604030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2301030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 810  AND  c.active = 1
0.1 8 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 716050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709110  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5090  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 16020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=2
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13010  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5050) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 190) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11030  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706100  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 18030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709110  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 703030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_currency` a
LEFT JOIN `yv6d_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 711010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13090) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1802020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 607040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=14
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 14030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11308) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 711020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 607010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7100  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81080) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 800  AND  c.active = 1
0.1 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7110  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1602030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 120  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE * FROM `yv6d_image_type`
0.1 7 /classes/ImageType.php:147
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7190  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.1 3 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11564)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2301030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11678 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `yv6d_lang` l
LEFT JOIN `yv6d_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.1 2 /classes/Language.php:882
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11093)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10982)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 603030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 708010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 607030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 16010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7100  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 603040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 601040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11617)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7480  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 509020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10839) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7190  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 502020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 607020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10539) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712050) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 607030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706090  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 190  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1802020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10540)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 701070) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 18020  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 170  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 604020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1102020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5080  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 14020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11020  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 509030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 509010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10837)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10527)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11340)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11697)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 110  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5060) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11089) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=3
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 711020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706110  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706080  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11089 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712070) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 712040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13070) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_lang FROM `yv6d_lang` WHERE is_rtl=1 AND active=1 LIMIT 1
0.1 2 /modules/ets_megamenu/classes/MM_Obj.php:503
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=6
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 502060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11572)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11341) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1303020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11090)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 706110) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8001020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706110  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 601010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16010) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 502050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=8
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 712060) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11616)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 704010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10983 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 601030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 601030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 14010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6050  AND  c.active = 1
0.1 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13000) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10840)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10684)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 230  AND  c.active = 1
0.1 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 604020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 509010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 712040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13010) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 601040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE data FROM yv6d_layered_filter_block WHERE hash="544bd2f239a037bdf0e967a9a0b3425e" LIMIT 1
0.1 1 /modules/ps_facetedsearch/src/Filters/Block.php:168
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11341 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 60  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 502020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 604010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13050  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80020  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11343)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10986 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706100  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 508020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 711010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11676 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10982) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10540) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10354)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 230  AND  c.active = 1
0.1 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11557)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1601020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 704030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23010  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 509020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81010) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 701080 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7030  AND  c.active = 1
0.1 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 604010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 502010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10301)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 704030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 501030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 603040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 708040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10540 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1101020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM yv6d_required_field
0.1 1 /classes/ObjectModel.php:1453
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11558) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 160  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=7
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1601020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=11
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 18030  AND  c.active = 1
0.1 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10528 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 601020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 170  AND  c.active = 1
0.1 7 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1601020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1601030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11675) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1602050) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 601020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1305010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7230  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 502060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 704030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706120  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `name`
FROM `yv6d_manufacturer`
WHERE `id_manufacturer` = 20
AND `active` = 1 LIMIT 1
0.1 1 /classes/Manufacturer.php:310
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1301090  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 704010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 716020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10450)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10908)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11566 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE *
FROM `yv6d_ets_mm_column`
WHERE 1  AND id_tab=9
ORDER BY sort_order asc
0.1 36 Yes /modules/ets_megamenu/classes/MM_Column.php:139
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11338) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1601010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8002010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5040  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1802030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80060) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 501040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11091 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 810  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 200  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11562) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 603010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2304020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1601030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 10020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 503020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11088 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11558)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 220  AND  c.active = 1
0.1 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11308)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 704020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1802030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7020  AND  c.active = 1
0.1 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1601030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 704010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6020  AND  c.active = 1
0.1 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 504010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1601010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1802040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10539 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10532)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11668)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 210  AND  c.active = 1
0.1 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 0 LIMIT 1
0.1 1 /classes/SpecificPrice.php:407
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6060  AND  c.active = 1
0.1 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11391)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_group_lang`
WHERE `id_group` = 1
0.1 3 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10684 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 8169)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 180  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1102010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1601010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1601030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 603010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1601030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 603010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11558 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 603020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11565)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11306)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7260  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23020  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80070) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6070  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 210  AND  c.active = 1
0.1 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22010  AND  c.active = 1
0.1 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81070) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6090  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7260  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80010  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13100) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 800  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11559) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10537)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10526)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22010  AND  c.active = 1
0.1 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10908 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10379)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE depends_on_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:729
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1602010) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM yv6d_contentbox WHERE `id_lang` = "3" and `id_store`="1" LIMIT 1
0.1 1 /modules/contentbox/contentbox.php:775
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6010  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1101020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 190  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 220  AND  c.active = 1
0.1 6 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 310  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1305020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23010  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 16020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23020  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 18020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11563 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22030  AND  c.active = 1
0.1 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11563) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17080  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1301090  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19050) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22030  AND  c.active = 1
0.1 5 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5020  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1101010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE format
FROM `yv6d_address_format`
WHERE `id_country` = 44 LIMIT 1
0.1 1 /classes/AddressFormat.php:618
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2305020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1802020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10540 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11679 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6030  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11340 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1803010) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15090  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 18020  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80050) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11090 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 503010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13020  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module_shop` WHERE `id_module` = 135 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 509010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 503010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 31030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE ctg.`id_group`
FROM yv6d_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.1 1 /classes/Category.php:1654
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5030  AND  c.active = 1
0.1 4 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1803050) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 24010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23040  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10379 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7320  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2302010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1302030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2305020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 180  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 230  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11089 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 8534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10538)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11618)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10376 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7270  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10837 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10625)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7320  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11343) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11564 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2205020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10687)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1305020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 6040  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1101010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1103020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13080) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1803020) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1305040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10535)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22050  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 31020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2304020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 508010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1303020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2302010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11676 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1103010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 503010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11673 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11616) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5090  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 503020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11615 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11341 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 704030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1803040) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11616 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10837) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 200  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5040  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 603020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 705010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11090 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1303020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11617) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23040  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11618) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11308 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 705060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1301090  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 900  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10622)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_category` a
LEFT JOIN `yv6d_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `yv6d_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13030) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 310  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10839 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 23050  AND  c.active = 1
0.1 3 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11673)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11559 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 609030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10908) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11562 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 607020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11339)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 503020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11668 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1301030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1103010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 502020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11306 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 706030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11343 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11679) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 50  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 504020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11094 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11094) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6090  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11564) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 24010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1301010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11566)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17080  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10450) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10537 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 503040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10379) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 240  AND  c.active = 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1305030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10352)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1305040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10301) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11668) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11306) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10536)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 502050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `name`
FROM `yv6d_manufacturer`
WHERE `id_manufacturer` = 89
AND `active` = 1 LIMIT 1
0.1 1 /classes/Manufacturer.php:310
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2205010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11697) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11093) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10526 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 603020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11667 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11557 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 19030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 14040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10843) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 502050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 503030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11569)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10843)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11674)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 20020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2302010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701080  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 31010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11092 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 19050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1301010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 603040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11615)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11617 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 18030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 19010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11093 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11088 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10525)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 19050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 700  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 601020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1802030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1802010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 15070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8001010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11677)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `name` FROM `yv6d_supplier` WHERE `id_supplier` = 0 LIMIT 1
0.1 0 /classes/Supplier.php:243
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11571)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10686)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10685)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11560)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 7270  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2302010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module` WHERE `name` = "ets_searchbycategory" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1103020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11564 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11350)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 503030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 503020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2205020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 701080 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709080  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11565 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE out_of_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:754
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10532) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10530 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10527) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10527 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 700  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module_shop` WHERE `id_module` = 107 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1802010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11667)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10354 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 31020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2305030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 706030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11339) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 15070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 240  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10450 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1802020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1802030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8001010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 19010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11563 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10539 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE out_of_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:754
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 14040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 11010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10353) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11087 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2205030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 150  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11697 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1301020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 508020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE out_of_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:754
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10526) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81080  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE out_of_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:754
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 11010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1302090  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2301020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 19030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11092) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 502010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11343 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 220  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 190  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10538) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 509030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1802040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11680)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 508010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 502060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 502050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1103020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11558 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8002020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1302030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2301020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `yv6d_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 110 LIMIT 1
0.1 1 /classes/Category.php:1322
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2205030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 8001020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709090  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10301 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 504010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 503030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2305010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 310  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.1 0 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 11060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11615) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10837 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2305030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5090  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 508020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 24020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 503040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2305020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 501030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11618 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 19040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 200  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11667) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 11050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2305010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 509020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 607040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1802040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 609040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 504010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 8002020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2305010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 709090  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE out_of_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:754
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2303010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE out_of_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:754
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1602030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10841)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE depends_on_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:729
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 503010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2301010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1802010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 504020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 180  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 501020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 603030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2303010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2304020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1301020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 240  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10529)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2305030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 31020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 502010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2304020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_country`
FROM `yv6d_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:192
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 607010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 509010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2302020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 607020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 24010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10535 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2301030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 604030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 19030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 24010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10353)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 81070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11556)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 900  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 19040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 604020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 604030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2203050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1302090  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 709100  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11087 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 80060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11338 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 609020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 508010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 609010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 502060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 603010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 24020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 70  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 503030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 601010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 31020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 604010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 18020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 603040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10867)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10624)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2304010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1301030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10984 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 310  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1302020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2301030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 230  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1303020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8000 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11566 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 24020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2301010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 19040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 7020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2302020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 190  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 20020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 702050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 504010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 31010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 19030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 31010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 703030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `yv6d_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 8000 LIMIT 1
0.1 1 /classes/Category.php:1322
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 80060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1302010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 601040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10525 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10934)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11673) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 601020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 601010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11680) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 800  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10623)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 8534 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 509020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11561)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 503040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 11010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 504020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1305040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2303010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 703010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2302030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2302020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 20010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1302010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1302020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1305020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1305030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10352) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2205020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2205010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 20020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 220  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 19010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2302030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 606020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1602050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 605040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 606040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 607010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 5060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 607030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 502020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 603030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 19040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2304010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 609040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 701020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 601030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17080  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11571) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 81070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2203020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 601030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2303010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 17070  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 608050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 509030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2205020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2302030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 702020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 605010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11678 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10843 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2205030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 20010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 602050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 20010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 601040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 23040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 700  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 609010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1301090  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 608060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1305010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 607040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 701020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 604020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 700  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 210  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11560) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11091 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 604010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11616 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11568)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 20010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11093 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 602030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 607030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11678) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 503040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 19050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 609030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE *
FROM `yv6d_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 5060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 200  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11570)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10532 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11567) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 210  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11339 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 13040  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10531)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10627)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2302020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13040  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE location
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:782
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2304010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10836)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10840) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 11010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21060  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2201020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2301010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10534 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2205030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11565) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 609020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 22020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10685) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2301010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2302030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 170  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 6030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 1803050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 1803050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 19050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 60  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11391) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21060  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11562 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 13050  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2201050  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10626)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 22020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 31030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2304010  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11560 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 2305010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 2305020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10528)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 24020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10354 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21020  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10628)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11305)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 20020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11677 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 21020  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11092 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11557 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11559 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE location
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:782
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10840 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE depends_on_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:729
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10983) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_category = 31030  AND  c.active = 1 LIMIT 1
0.1 2 /modules/ets_searchbycategory/ets_searchbycategory.php:440
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10352 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10537) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10841 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10377)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10378)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11680 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10536 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11306 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11567)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 10629)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 31010  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE *
FROM `yv6d_order_state` a
WHERE (a.`id_order_state` = 28) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 21030  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE c.id_category, cl.name
FROM `yv6d_category` c
LEFT JOIN `yv6d_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 3
WHERE c.id_parent = 17070  AND  c.active = 1
0.1 1 /modules/ets_searchbycategory/ets_searchbycategory.php:470
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `yv6d_product` p
INNER JOIN `yv6d_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11307)
0.1 1 /classes/Product.php:3342
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10450 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10529 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10525) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10536) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE id_shop
FROM `yv6d_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1588
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11340 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11561 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11617 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11350 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10908 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11668 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE location
FROM `yv6d_stock_available`
WHERE (id_product = 8169) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:782
SELECT SQL_NO_CACHE out_of_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:754
SELECT SQL_NO_CACHE * FROM yv6d_whatsapp WHERE id_whatsapp = 1 LIMIT 1
0.1 1 /modules/whatsapp/whatsapp.php:175
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10934) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11094 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11308 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE *
FROM `yv6d_order_state_lang`
WHERE `id_order_state` = 28
0.1 3 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `yv6d_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 603010 LIMIT 1
0.1 1 /classes/Category.php:1322
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11391 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11561) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10622) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 701080 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10525 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11572 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE *
FROM `yv6d_tax_lang`
WHERE `id_tax` = 1
0.1 3 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `yv6d_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 701080 LIMIT 1
0.1 1 /classes/Category.php:1322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11568) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 8169 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10686) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11615 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10622 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10538 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10686 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10982 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10379 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10685 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11667 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10687) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `yv6d_country_lang`
WHERE `id_country` = 44
0.1 3 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10378 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11565 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11674) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 11010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10684 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10867 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11677) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `yv6d_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 11010 LIMIT 1
0.1 1 /classes/Category.php:1322
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11305 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10527 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10934 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10687 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE * FROM yv6d_whatsapp WHERE id_whatsapp = 1 LIMIT 1
0.1 1 /modules/whatsapp/whatsapp.php:182
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11697 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE value FROM `yv6d_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.1 1 /classes/shop/Shop.php:1160
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10867) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11350) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10983 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10836 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10526 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE data
FROM `yv6d_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.1 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `name` FROM `yv6d_supplier` WHERE `id_supplier` = 37 LIMIT 1
0.1 0 /classes/Supplier.php:243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10626) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10624 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10531) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10377) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10840 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10623 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10530 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11572) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11572 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 11010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10628) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11571 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10625) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10377 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE * FROM `yv6d_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.1 1 /classes/module/Module.php:2188
SELECT SQL_NO_CACHE `data` FROM `yv6d_mpar_cache`
WHERE `cache_id` = 'mp_me_98bd3c42b91248554d0389858a3b5eac' LIMIT 1
0.1 1 /modules/mpar/mercadopago_gateway.php:4558
SELECT SQL_NO_CACHE *
FROM `yv6d_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11675 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11307 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10533 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11674 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `yv6d_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 605010 LIMIT 1
0.1 1 /classes/Category.php:1322
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10537 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10301 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10841) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11556 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11305) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE *
FROM `yv6d_tax` a
WHERE (a.`id_tax` = 2) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10836) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10624) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11568 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
DELETE FROM `yv6d_mpar_cache`
WHERE ttl < 1755899645
0.1 1 /modules/mpar/mercadopago_gateway.php:4556
SELECT SQL_NO_CACHE id_shop
FROM `yv6d_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1588
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10629 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE out_of_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:754
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11569) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11618 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10533) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10531 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11307) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11567 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 9020 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE *
FROM `yv6d_tax_lang`
WHERE `id_tax` = 2
0.1 3 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10623) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10530) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11339 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10629) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10626 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10538 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11571 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11570 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 11570) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11567 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 110 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10686 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10378) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10627 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10628 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `yv6d_stock_available`
WHERE (id_product = 10627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_image_type`
FROM `yv6d_image_type`
WHERE `name` = 'home'
0.1 1 /classes/ImageType.php:131
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10624 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10353 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 11569 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10535 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE *
FROM `yv6d_order_state` a
WHERE (a.`id_order_state` = 29) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11674 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10685 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10352 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE 1 FROM `yv6d_specific_price` WHERE id_product = 10625 LIMIT 1
0.1 1 /classes/SpecificPrice.php:416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10531 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10536 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE depends_on_stock
FROM `yv6d_stock_available`
WHERE (id_product = 8534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:729
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11680 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE * FROM yv6d_whatsapp WHERE id_whatsapp = 1 LIMIT 1
0.1 1 /modules/whatsapp/whatsapp.php:146
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10687 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10843 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10377 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11673 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11560 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11677 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 11010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE *
FROM `yv6d_order_state_lang`
WHERE `id_order_state` = 29
0.1 3 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `yv6d_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 9020 LIMIT 1
0.1 1 /classes/Category.php:1322
SELECT SQL_NO_CACHE `id_module` FROM `yv6d_module` WHERE `name` = "mpar" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10841 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10934 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10532 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11569 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11350 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11568 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 603010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE location
FROM `yv6d_stock_available`
WHERE (id_product = 8534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:782
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10528 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10867 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11556 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE name FROM yv6d_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 605010 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10534 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10625 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10622 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10623 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11561 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10628 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11570 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10629 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11305 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10836 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 11307 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10378 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10529 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10533 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10627 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10353 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `yv6d_product_shop`
WHERE `id_product` = 10626 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620

Doubles

776
SELECT c.id_category, cl.name
                FROM `yvXXd_category` c
                LEFT JOIN `yvXXd_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = XX
                WHERE c.id_category = XX  AND  c.active = XX LIMIT XX
776
SELECT c.id_category, cl.name
                FROM `yvXXd_category` c
                LEFT JOIN `yvXXd_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = XX
                WHERE c.id_parent = XX  AND  c.active = XX
349
SELECT *
FROM `yvXXd_category` a
LEFT JOIN `yvXXd_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `yvXXd_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
328
            SELECT c.*, cl.name,cl.link_rewrite
            FROM `yvXXd_category` c
            INNER JOIN `yvXXd_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=XX)
            LEFT JOIN `yvXXd_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=XX
            WHERE c.active=XX AND  c.id_parent=XX AND c.id_category!=XX
            GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC 
        
106
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 yvXXd_product p
                LEFT JOIN yvXXd_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                LEFT JOIN yvXXd_stock_available sa
			        ON sa.id_product = p.id_product 
			        AND sa.id_shop = XX
			    WHERE p.id_product = XX
106
            SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `yvXXd_product_attribute` pa
             INNER JOIN yvXXd_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `yvXXd_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `yvXXd_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `yvXXd_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `yvXXd_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`
            
            ORDER BY a.`position` ASC;
106
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `yvXXd_image` i
             INNER JOIN yvXXd_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `yvXXd_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
105
SELECT XX FROM `yvXXd_specific_price` WHERE id_product = XX LIMIT XX
104
SELECT *
FROM `yvXXd_product` a
LEFT JOIN `yvXXd_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `yvXXd_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
104
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 `yvXXd_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 `yvXXd_cart_product` cp JOIN `yvXXd_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `yvXXd_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
104
                            SELECT `id_tax_rules_group`
                            FROM `yvXXd_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
104
SELECT SUM(quantity)
FROM `yvXXd_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
104
                SELECT name, value, pf.id_feature, f.position
                FROM yvXXd_feature_product pf
                LEFT JOIN yvXXd_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN yvXXd_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN yvXXd_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN yvXXd_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
104
SELECT name FROM yvXXd_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
104
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`eanXX`, pa.`isbn`,pa.`upc`
            FROM `yvXXd_attribute` a
            LEFT JOIN `yvXXd_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `yvXXd_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `yvXXd_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN yvXXd_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 `yvXXd_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
104
SELECT product_shop.`price`, product_shop.`ecotax`,
XX as id_product_attribute
FROM `yvXXd_product` p
INNER JOIN `yvXXd_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
67
            SELECT b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
            FROM `yvXXd_ets_mm_block` b
            LEFT JOIN `yvXXd_ets_mm_block_lang` bl
            ON b.id_block=bl.id_block AND bl.id_lang=XX
            WHERE XX  AND b.id_column=XX 
            ORDER BY b.sort_order asc,bl.title asc
        
47
			SELECT `id_image_type`
			FROM `yvXXd_image_type`
			WHERE `name` = 'home'
12
            SELECT *
            FROM `yvXXd_ets_mm_column`
            WHERE XX  AND id_tab=XX
            ORDER BY sort_order asc
        
10
			SELECT `id_country`
			FROM `yvXXd_country`
			WHERE `iso_code` = 'AR' LIMIT XX
8
SELECT out_of_stock
FROM `yvXXd_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
7
			SELECT cl.`link_rewrite`
			FROM `yvXXd_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
6
SELECT `id_module` FROM `yvXXd_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
5
				SELECT tr.*
				FROM `yvXXd_tax_rule` tr
				JOIN `yvXXd_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
4
SELECT depends_on_stock
FROM `yvXXd_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
4
SELECT location
FROM `yvXXd_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
4
            SELECT p.id_product
            FROM `yvXXd_product` p
             INNER JOIN yvXXd_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX)
            WHERE p.id_product = XX
            AND DATEDIFF(
                product_shop.`date_add`,
                DATE_SUB(
                    "XX-XX-XX XX:XX:XX",
                    INTERVAL XX DAY
                )
            ) > XX
        
4
        SELECT t.`id_lang`, t.`name`
        FROM yvXXd_tag t
        LEFT JOIN yvXXd_product_tag pt ON (pt.id_tag = t.id_tag)
        WHERE pt.`id_product`=XX
3
SELECT * FROM yvXXd_whatsapp WHERE id_whatsapp = XX LIMIT XX
3
            SELECT c.*, cl.name,cl.link_rewrite
            FROM `yvXXd_category` c
            INNER JOIN `yvXXd_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=XX)
            LEFT JOIN `yvXXd_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=XX
            
            WHERE c.active=XX 
            AND  c.id_category IN(XX,XX)
            
            GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC 
        
2
            SELECT *
            FROM `yvXXd_ets_mm_column`
            WHERE XX  AND id_menu=XX
            ORDER BY sort_order asc
        
2
SELECT id_lang FROM `yvXXd_lang` WHERE is_rtl=XX AND active=XX LIMIT XX
2
SELECT *
							FROM `yvXXd_tax_lang`
							WHERE `id_tax` = XX
2
            SELECT c.*, cl.name,cl.link_rewrite
            FROM `yvXXd_category` c
            INNER JOIN `yvXXd_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=XX)
            LEFT JOIN `yvXXd_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=XX
            
            WHERE c.active=XX 
            AND  c.id_category IN(XX,XX,XX,XX,XX,XX,XX)
            
            GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC 
        
2
            SELECT c.*, cl.name,cl.link_rewrite
            FROM `yvXXd_category` c
            INNER JOIN `yvXXd_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=XX)
            LEFT JOIN `yvXXd_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=XX
            
            WHERE c.active=XX 
            AND  c.id_category IN(XX,XX,XX,XX,XX,XX,XX,XX,XX)
            
            GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC 
        
2
SELECT *
FROM `yvXXd_tax` a
WHERE (a.`id_tax` = XX) LIMIT XX
2
            SELECT c.*, cl.name,cl.link_rewrite
            FROM `yvXXd_category` c
            INNER JOIN `yvXXd_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=XX)
            LEFT JOIN `yvXXd_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=XX
            
            WHERE c.active=XX 
            AND  c.id_category IN(XX,XX,XX,XX,XX,XX,XX,XX,XX,XX,XX)
            
            GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC 
        
2
            SELECT c.*, cl.name,cl.link_rewrite
            FROM `yvXXd_category` c
            INNER JOIN `yvXXd_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=XX)
            LEFT JOIN `yvXXd_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=XX
            
            WHERE c.active=XX 
            AND  c.id_category IN(XX,XX,XX,XX,XX,XX,XX,XX,XX,XX)
            
            GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC 
        
2
            SELECT c.*, cl.name,cl.link_rewrite
            FROM `yvXXd_category` c
            INNER JOIN `yvXXd_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=XX)
            LEFT JOIN `yvXXd_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=XX
            
            WHERE c.active=XX 
            AND  c.id_category IN(XX,XX,XX)
            
            GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC 
        
2
				SELECT `name`
				FROM `yvXXd_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
2
			SELECT `name` FROM `yvXXd_supplier` WHERE `id_supplier` = XX LIMIT XX
2
SELECT *
							FROM `yvXXd_order_state_lang`
							WHERE `id_order_state` = XX
2
SELECT *
FROM `yvXXd_order_state` a
WHERE (a.`id_order_state` = XX) LIMIT XX
2
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `yvXXd_module` m
                LEFT JOIN `yvXXd_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2
SELECT * FROM `yvXXd_hook_alias`
2
SELECT image_shop.`id_image`
                    FROM `yvXXd_image` i
                     INNER JOIN yvXXd_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

Tables stress

2362 category_lang
2252 category
697 category_shop
427 product
320 product_shop
229 stock_available
212 product_attribute
212 product_attribute_combination
211 product_lang
210 cart_product
210 product_attribute_shop
210 attribute_lang
210 attribute
109 image_shop
108 image
107 image_lang
106 attribute_group
105 specific_price
104 pack
104 feature_product
104 feature_value_lang
104 feature_lang
104 feature
104 feature_shop
104 attribute_group_lang
67 ets_mm_block
67 ets_mm_block_lang
50 image_type
14 ets_mm_column
13 country
12 module
10 module_shop
5 tax_rule
5 tax_rules_group
5 hook
5 lang
4 category_product
4 manufacturer
4 tag
4 product_tag
4 shop
4 shop_url
4 lang_shop
3 hook_module
3 hook_alias
3 whatsapp
3 currency_shop
2 tax
2 country_shop
2 order_state
2 mpar
2 mpar_cache
2 country_lang
2 currency
2 tax_lang
2 order_state_lang
2 group_shop
2 supplier
2 product_sale
2 category_group
2 configuration
2 shop_group
1 ets_mm_menu_lang
1 manufacturer_shop
1 ets_mm_tab
1 configuration_lang
1 contentbox
1 connections
1 ets_mm_tab_lang
1 contentbox_files
1 ets_mm_menu_shop
1 ets_mm_menu
1 module_currency
1 meta
1 meta_lang
1 hook_module_exceptions
1 group
1 group_lang
1 layered_filter_block
1 customization
1 layered_category
1 customized_data
1 address_format
1 state
1 required_field
1 ganalytics_data

ObjectModel instances

NameInstancesSource
Category 360 /controllers/front/listing/CategoryController.php [85]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/controllers/front/listing/CategoryController.php [201]
/classes/Meta.php [379]
/classes/Link.php [382]
/classes/PrestaShopCollection.php [375]
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php [116]
/modules/ps_facetedsearch/src/Product/Search.php [101]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/classes/Link.php [382]
/modules/ps_categorytree/ps_categorytree.php [338]
Product 206 /src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/modules/ets_megamenu/ets_megamenu.php [2086]
/classes/Link.php [104]
/src/Adapter/Image/ImageRetriever.php [63]
/modules/ets_megamenu/ets_megamenu.php [2086]
/classes/Link.php [104]
/src/Adapter/Image/ImageRetriever.php [63]
/modules/ets_megamenu/ets_megamenu.php [2086]
/classes/Link.php [104]
/src/Adapter/Image/ImageRetriever.php [63]
/modules/ets_megamenu/ets_megamenu.php [2086]
/classes/Link.php [104]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [63]
/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 104 /classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
/classes/Product.php [4882]
Address 18 /modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/modules/mpar/mercadopago_gateway.php [3528]
/classes/shop/Shop.php [466]
/classes/Product.php [3184]
/classes/Product.php [3285]
/classes/Product.php [4904]
/classes/Product.php [565]
/classes/Product.php [565]
/classes/Product.php [565]
/classes/Product.php [565]
State 8 /classes/AddressFormat.php [353]
/classes/controller/FrontController.php [1619]
/classes/AddressFormat.php [353]
/modules/ps_contactinfo/ps_contactinfo.php [94]
/modules/ps_contactinfo/ps_contactinfo.php [104]
/classes/AddressFormat.php [353]
/modules/ps_contactinfo/ps_contactinfo.php [94]
/modules/ps_contactinfo/ps_contactinfo.php [104]
Country 7 /config/config.inc.php [141]
/classes/AddressFormat.php [353]
/classes/controller/FrontController.php [1620]
/classes/AddressFormat.php [353]
/modules/ps_contactinfo/ps_contactinfo.php [105]
/classes/AddressFormat.php [353]
/modules/ps_contactinfo/ps_contactinfo.php [105]
Group 5 /classes/Cart.php [244]
/modules/ets_megamenu/ets_megamenu.php [2083]
/modules/ets_megamenu/ets_megamenu.php [2083]
/modules/ets_megamenu/ets_megamenu.php [2083]
/modules/ets_megamenu/ets_megamenu.php [2083]
Tax 4 /classes/tax/TaxRulesTaxManager.php [115]
/classes/tax/TaxRulesTaxManager.php [115]
/classes/tax/TaxRulesTaxManager.php [115]
/classes/tax/TaxRulesTaxManager.php [115]
AddressFormat 3 /classes/controller/FrontController.php [1614]
/modules/ps_contactinfo/ps_contactinfo.php [91]
/modules/ps_contactinfo/ps_contactinfo.php [91]
Currency 3 /classes/Tools.php [682]
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php [49]
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php [49]
OrderState 2 /modules/mpar/mercadopago_gateway.php [430]
/modules/mpar/mercadopago_gateway.php [362]
Language 2 /config/config.inc.php [194]
/classes/Tools.php [561]
Shop 2 /config/config.inc.php [119]
/modules/mpar/mercadopago_gateway.php [75]
Cart 1 /classes/controller/FrontController.php [409]
Customer 1 /config/config.inc.php [220]
Gender 1 /classes/controller/FrontController.php [1581]
Risk 1 /classes/controller/FrontController.php [1584]
ShopGroup 1 /classes/shop/Shop.php [550]

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/ClassLoader.php
8/vendor/composer/include_paths.php
9/vendor/composer/autoload_static.php
10/vendor/symfony/polyfill-ctype/bootstrap.php
11/vendor/react/promise/src/functions_include.php
12/vendor/react/promise/src/functions.php
13/vendor/swiftmailer/swiftmailer/lib/swift_required.php
14/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
15/vendor/paragonie/random_compat/lib/random.php
16/vendor/icanboogie/common/bootstrap.php
17/vendor/icanboogie/common/lib/helpers.php
18/vendor/symfony/polyfill-php70/bootstrap.php
19/vendor/symfony/polyfill-php56/bootstrap.php
20/vendor/symfony/polyfill-mbstring/bootstrap.php
21/vendor/symfony/polyfill-intl-icu/bootstrap.php
22/vendor/symfony/polyfill-apcu/bootstrap.php
23/vendor/smarty/smarty/libs/bootstrap.php
24/vendor/smarty/smarty/libs/Autoloader.php
25/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
26/vendor/ircmaxell/password-compat/lib/password.php
27/vendor/jakeasmith/http_build_url/src/http_build_url.php
28/app/AppKernel.php
29/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
30/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
31/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
32/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
33/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
34/config/alias.php
35/classes/PrestaShopAutoload.php
36/var/cache/prod/class_index.php
37/config/bootstrap.php
38/src/Core/ContainerBuilder.php
39/src/Core/Foundation/IoC/Container.php
40/src/Adapter/ServiceLocator.php
41/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
42/var/cache/prod/appParameters.php
43/classes/controller/Controller.php
44/classes/ObjectModel.php
45/src/Core/Foundation/Database/EntityInterface.php
46/classes/db/Db.php
47/classes/Tools.php
48/classes/Context.php
49/classes/shop/Shop.php
50/classes/db/DbPDO.php
51/classes/Configuration.php
52/classes/Validate.php
53/classes/cache/Cache.php
54/src/Adapter/EntityMapper.php
55/classes/db/DbQuery.php
56/src/Core/Addon/Theme/ThemeManagerBuilder.php
57/src/Adapter/Configuration.php
58/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
59/src/Core/ConfigurationInterface.php
60/src/Core/Addon/Theme/ThemeRepository.php
61/src/Core/Addon/AddonRepositoryInterface.php
62/src/Core/Addon/Theme/Theme.php
63/src/Core/Addon/AddonInterface.php
64/vendor/shudrum/array-finder/ArrayFinder.php
65/config/defines_uri.inc.php
66/classes/Language.php
67/classes/Country.php
68/classes/PrestaShopCollection.php
69/classes/shop/ShopGroup.php
70/classes/Cookie.php
71/classes/PhpEncryption.php
72/vendor/defuse/php-encryption/src/Core.php
73/classes/PhpEncryptionEngine.php
74/vendor/defuse/php-encryption/src/Key.php
75/vendor/defuse/php-encryption/src/Encoding.php
76/vendor/defuse/php-encryption/src/Crypto.php
77/vendor/defuse/php-encryption/src/KeyOrPassword.php
78/vendor/defuse/php-encryption/src/RuntimeTests.php
79/vendor/defuse/php-encryption/src/DerivedKeys.php
80/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
81/vendor/defuse/php-encryption/src/Exception/CryptoException.php
82/config/smarty.config.inc.php
83/vendor/smarty/smarty/libs/Smarty.class.php
84/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
85/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
86/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
87/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
88/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
89/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
90/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
91/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
92/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
93/config/smartyfront.config.inc.php
94/classes/Smarty/SmartyResourceModule.php
95/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
96/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
97/classes/Smarty/SmartyResourceParent.php
98/classes/Smarty/SmartyLazyRegister.php
99/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
100/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
101/classes/Customer.php
102/classes/Group.php
103/classes/Link.php
104/classes/shop/ShopUrl.php
105/classes/Dispatcher.php
106/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
107/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
108/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
109/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
110/classes/Hook.php
111/override/classes/Hook.php
112/src/Adapter/SymfonyContainer.php
113/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
114/config/db_slave_server.inc.php
115/classes/module/Module.php
116/src/Core/Module/ModuleInterface.php
117/modules/mpar/mpar.php
118/classes/PaymentModule.php
119/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
120/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
121/classes/Translate.php
122/modules/mpar/translations/es.php
123/src/PrestaShopBundle/Translation/TranslatorComponent.php
124/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
125/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
126/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
127/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
128/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
129/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
130/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
131/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
132/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
133/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
134/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
135/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
136/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
137/var/cache/prod/translations/catalogue.es-ES.NXhscRe.php
138/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
139/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
140/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
141/classes/Currency.php
142/modules/mpar/mercadopago_gateway.php
143/modules/mpar/lib/mercadopagogeneric.php
144/modules/mpar/lib/mpmutex.php
145/modules/mpar/data-mp-countries.php
146/classes/order/OrderState.php
147/controllers/front/listing/CategoryController.php
148/classes/controller/ProductListingFrontController.php
149/classes/controller/ProductPresentingFrontController.php
150/classes/controller/FrontController.php
151/override/controllers/front/CategoryController.php
152/src/Adapter/Presenter/Object/ObjectPresenter.php
153/src/Adapter/Presenter/PresenterInterface.php
154/src/Adapter/Presenter/Cart/CartPresenter.php
155/src/Adapter/Product/PriceFormatter.php
156/src/Adapter/Image/ImageRetriever.php
157/classes/tax/TaxConfiguration.php
158/classes/Smarty/TemplateFinder.php
159/classes/assets/StylesheetManager.php
160/classes/assets/AbstractAssetManager.php
161/src/Adapter/Assets/AssetUrlGeneratorTrait.php
162/classes/assets/JavascriptManager.php
163/classes/assets/CccReducer.php
164/classes/Category.php
165/src/Adapter/ContainerBuilder.php
166/var/cache/prod/FrontContainer.php
167/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
168/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
169/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
170/vendor/psr/container/src/ContainerInterface.php
171/src/Core/Cldr/Repository.php
172/vendor/icanboogie/cldr/lib/RunTimeProvider.php
173/vendor/icanboogie/cldr/lib/ProviderChainTrait.php
174/vendor/icanboogie/cldr/lib/ProviderInterface.php
175/vendor/icanboogie/cldr/lib/CacheInterface.php
176/vendor/icanboogie/cldr/lib/FileProvider.php
177/vendor/icanboogie/cldr/lib/WebProvider.php
178/vendor/icanboogie/cldr/lib/Repository.php
179/vendor/icanboogie/cldr/lib/AccessorTrait.php
180/vendor/icanboogie/cldr/lib/LocaleCollection.php
181/vendor/icanboogie/cldr/lib/RepositoryPropertyTrait.php
182/vendor/icanboogie/cldr/lib/CollectionTrait.php
183/vendor/icanboogie/cldr/lib/Locale.php
184/vendor/icanboogie/cldr/lib/CodePropertyTrait.php
185/vendor/icanboogie/cldr/lib/Supplemental.php
186/vendor/icanboogie/cldr/lib/Currency.php
187/vendor/icanboogie/cldr/lib/LocalizedCurrency.php
188/vendor/icanboogie/cldr/lib/LocalizedObjectWithFormatter.php
189/vendor/icanboogie/cldr/lib/LocalizedObject.php
190/vendor/icanboogie/cldr/lib/LocalePropertyTrait.php
191/classes/Cart.php
192/override/classes/Cart.php
193/src/Adapter/AddressFactory.php
194/classes/CartRule.php
195/classes/Product.php
196/classes/Pack.php
197/classes/webservice/WebserviceRequest.php
198/classes/ImageType.php
199/modules/ps_socialfollow/ps_socialfollow.php
200/src/Core/Module/WidgetInterface.php
201/modules/productlistview/productlistview.php
202/classes/ProductDownload.php
203/classes/tax/Tax.php
204/src/Core/Cart/Calculator.php
205/src/Core/Cart/CartRowCollection.php
206/src/Core/Cart/Fees.php
207/src/Core/Cart/CartRuleCollection.php
208/src/Adapter/Product/PriceCalculator.php
209/classes/order/Order.php
210/src/Core/Cart/CartRow.php
211/src/Core/Cart/AmountImmutable.php
212/classes/Address.php
213/src/Core/Cart/CartRuleCalculator.php
214/classes/Combination.php
215/vendor/icanboogie/cldr/lib/Numbers.php
216/vendor/icanboogie/cldr/lib/CurrencyFormatter.php
217/vendor/icanboogie/cldr/lib/NumberFormatter.php
218/vendor/icanboogie/cldr/lib/NumberPattern.php
219/classes/Gender.php
220/classes/Risk.php
221/classes/Meta.php
222/classes/AddressFormat.php
223/classes/State.php
224/src/Core/Addon/Module/ModuleManagerBuilder.php
225/app/config/config.php
226/vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
227/vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
228/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
229/vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
230/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
231/vendor/guzzlehttp/guzzle/src/Client.php
232/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
233/vendor/guzzlehttp/guzzle/src/ClientInterface.php
234/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
235/vendor/guzzlehttp/guzzle/src/Url.php
236/vendor/guzzlehttp/guzzle/src/Utils.php
237/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
238/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
239/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
240/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
241/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
242/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
243/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
244/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
245/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
246/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
247/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
248/vendor/guzzlehttp/guzzle/src/RequestFsm.php
249/src/Adapter/Tools.php
250/app/config/parameters.php
251/src/Adapter/Module/ModuleZipManager.php
252/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
253/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
254/src/Core/Hook/HookDispatcherInterface.php
255/src/Adapter/Addons/AddonsDataProvider.php
256/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
257/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
258/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
259/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
260/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
261/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
262/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
263/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
264/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
265/src/Adapter/LegacyLogger.php
266/vendor/psr/log/Psr/Log/LoggerInterface.php
267/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
268/src/Adapter/LegacyContext.php
269/src/Adapter/Module/ModuleDataProvider.php
270/src/Adapter/Module/AdminModuleDataProvider.php
271/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
272/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
273/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
274/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
275/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
276/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
277/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
278/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
279/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
280/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
281/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
282/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
283/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
284/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
285/src/Adapter/Module/ModuleDataUpdater.php
286/src/Core/Addon/Module/ModuleManager.php
287/src/Core/Addon/AddonManagerInterface.php
288/src/Core/Addon/Module/ModuleRepository.php
289/src/Core/Addon/Module/ModuleRepositoryInterface.php
290/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
291/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
292/src/Adapter/Cache/CacheClearer.php
293/classes/Media.php
294/src/Core/Filter/FrontEndObject/MainFilter.php
295/src/Core/Filter/FilterInterface.php
296/src/Core/Filter/FrontEndObject/CartFilter.php
297/src/Core/Filter/HashMapWhitelistFilter.php
298/src/Core/Filter/CollectionFilter.php
299/src/Core/Filter/FrontEndObject/ProductFilter.php
300/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
301/src/Core/Filter/FrontEndObject/CustomerFilter.php
302/src/Core/Filter/FrontEndObject/ShopFilter.php
303/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
304/modules/ps_imageslider/ps_imageslider.php
305/modules/ps_imageslider/vendor/autoload.php
306/modules/ps_imageslider/vendor/composer/autoload_real.php
307/modules/ps_imageslider/vendor/composer/autoload_static.php
308/modules/ps_imageslider/Ps_HomeSlide.php
309/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
310/var/cache/prod/smarty/compile/ca/10/14/ca1014f3e109861a4ea53f11c79b28409a40e851_2.file.cronjob.tpl.php
311/modules/contentbox/contentbox.php
312/modules/contentbox/translations/es.php
313/modules/colorchange/colorchange.php
314/modules/colorchange/es.php
315/var/cache/prod/smarty/compile/c0/40/a5/c040a5545f1acfc920dcb6bfb6eecdaaf6cd8cd9_2.file.header.tpl.php
316/modules/hiaddtocartbutton/hiaddtocartbutton.php
317/modules/hiaddtocartbutton/classes/HiPrestaModule.php
318/modules/hiaddtocartbutton/translations/es.php
319/var/cache/prod/smarty/compile/86/00/0b/86000b8e6dd4935c8f382b769ee32a0d9e9385c5_2.file.header.tpl.php
320/modules/whatsapp/whatsapp.php
321/modules/whatsapp/translations/es.php
322/modules/googletag/googletag.php
323/var/cache/prod/smarty/compile/36/88/35/368835421de78a03e2a684f751994dedff49824e_2.file.googletag_header.tpl.php
324/modules/ps_emailalerts/ps_emailalerts.php
325/modules/ps_emailalerts/vendor/autoload.php
326/modules/ps_emailalerts/vendor/composer/autoload_real.php
327/modules/ps_emailalerts/vendor/composer/autoload_static.php
328/modules/ps_emailalerts/MailAlert.php
329/modules/homecategoriez/homecategoriez.php
330/modules/homecategoriez/translations/es.php
331/modules/ps_shoppingcart/ps_shoppingcart.php
332/modules/ets_megamenu/ets_megamenu.php
333/modules/ets_megamenu/classes/MM_Obj.php
334/modules/ets_megamenu/classes/MM_Menu.php
335/modules/ets_megamenu/classes/MM_Column.php
336/modules/ets_megamenu/classes/MM_Block.php
337/modules/ets_megamenu/classes/MM_Config.php
338/modules/ets_megamenu/classes/MM_Cache.php
339/modules/ets_megamenu/classes/MM_Tab.php
340/modules/ets_megamenu/classes/MM_Products.php
341/modules/ets_megamenu/classes/Ets_megamenu_defines.php
342/modules/ets_megamenu/classes/MM_ImportExport.php
343/modules/ets_megamenu/translations/es.php
344/modules/ps_searchbar/ps_searchbar.php
345/modules/ps_customersignin/ps_customersignin.php
346/var/cache/prod/smarty/compile/e5/59/30/e559302c5120003e04973f6614296ee43f4ce275_2.file.header.tpl.php
347/modules/ets_searchbycategory/ets_searchbycategory.php
348/modules/ets_searchbycategory/classes/ETS_Defines.php
349/modules/ets_searchbycategory/translations/es.php
350/var/cache/prod/smarty/compile/09/b9/2f/09b92f5438bd74c6be1aa83e2d55ecfb375c66b0_2.file.head.tpl.php
351/modules/ybc_productimagehover/ybc_productimagehover.php
352/modules/ybc_productimagehover/translations/es.php
353/var/cache/prod/smarty/compile/cf/36/2e/cf362e36efe5ee2d92d0c9efdf7dde2330b17bc6_2.file.renderJs.tpl.php
354/vendor/smarty/smarty/libs/plugins/modifier.escape.php
355/modules/ph_recommendbycategories/ph_recommendbycategories.php
356/modules/ph_recommendbycategories/classes/PhRbcDefine.php
357/modules/ph_recommendbycategories/translations/es.php
358/modules/ps_googleanalytics/ps_googleanalytics.php
359/modules/ps_googleanalytics/vendor/autoload.php
360/modules/ps_googleanalytics/vendor/composer/autoload_real.php
361/modules/ps_googleanalytics/vendor/composer/autoload_static.php
362/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
363/modules/ps_googleanalytics/classes/Hook/HookInterface.php
364/var/cache/prod/smarty/compile/24/f7/e5/24f7e5fd48423a5220d74dca09e056984dcba2a3_2.file.ps_googleanalytics.tpl.php
365/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php
366/modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
367/modules/ps_featuredproducts/ps_featuredproducts.php
368/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
369/modules/ps_googleanalytics/classes/Wrapper/WrapperInterface.php
370/classes/stock/StockAvailable.php
371/modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
372/var/cache/prod/smarty/compile/ac/19/c1/ac19c1694ab2e979bf7f6a30ef205bf0d01d6fc5_2.file.ga_tag.tpl.php
373/modules/ocaepak/ocaepak.php
374/classes/module/CarrierModule.php
375/modules/ocaepak/classes/OcaCarrierTools.php
376/modules/ocaepak/classes/OcaEpakOperative.php
377/modules/ocaepak/classes/OcaEpakOrder.php
378/modules/ocaepak/classes/OcaEpakQuote.php
379/modules/ocaepak/classes/OcaEpakRelay.php
380/modules/ocaepak/classes/OcaEpakBranches.php
381/modules/ocaepak/translations/es.php
382/src/Core/Product/Search/ProductSearchContext.php
383/src/Core/Product/Search/ProductSearchQuery.php
384/src/Core/Product/Search/SortOrder.php
385/modules/ps_facetedsearch/ps_facetedsearch.php
386/modules/ps_facetedsearch/vendor/autoload.php
387/modules/ps_facetedsearch/vendor/composer/autoload_real.php
388/modules/ps_facetedsearch/vendor/composer/autoload_static.php
389/modules/ps_facetedsearch/src/HookDispatcher.php
390/modules/ps_facetedsearch/src/Hook/Attribute.php
391/modules/ps_facetedsearch/src/Hook/AbstractHook.php
392/modules/ps_facetedsearch/src/Hook/AttributeGroup.php
393/modules/ps_facetedsearch/src/Hook/Category.php
394/modules/ps_facetedsearch/src/Hook/Design.php
395/modules/ps_facetedsearch/src/Hook/Feature.php
396/modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
397/modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
398/modules/ps_facetedsearch/src/Hook/FeatureValue.php
399/modules/ps_facetedsearch/src/Hook/Product.php
400/modules/ps_facetedsearch/src/Hook/ProductSearch.php
401/modules/ps_facetedsearch/src/Hook/SpecificPrice.php
402/modules/ps_facetedsearch/src/URLSerializer.php
403/modules/ps_facetedsearch/src/Filters/DataAccessor.php
404/modules/ps_facetedsearch/src/Product/SearchProvider.php
405/src/Core/Product/Search/FacetsRendererInterface.php
406/src/Core/Product/Search/ProductSearchProviderInterface.php
407/modules/ps_facetedsearch/src/Filters/Converter.php
408/modules/ps_facetedsearch/src/Product/SearchFactory.php
409/src/Core/Product/Search/ProductSearchResult.php
410/modules/ps_facetedsearch/src/Product/Search.php
411/modules/ps_facetedsearch/src/Adapter/MySQL.php
412/modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
413/modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
414/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
415/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
416/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
417/modules/ps_facetedsearch/src/Filters/Products.php
418/modules/ps_facetedsearch/src/Filters/Block.php
419/src/Core/Product/Search/FacetCollection.php
420/classes/ProductAssembler.php
421/classes/SpecificPrice.php
422/classes/tax/TaxManagerFactory.php
423/classes/tax/TaxRulesTaxManager.php
424/classes/tax/TaxManagerInterface.php
425/classes/tax/TaxCalculator.php
426/classes/GroupReduction.php
427/classes/Feature.php
428/classes/ProductPresenterFactory.php
429/src/Adapter/Presenter/Product/ProductListingPresenter.php
430/src/Adapter/Presenter/Product/ProductPresenter.php
431/src/Adapter/Product/ProductColorsRetriever.php
432/src/Core/Product/ProductPresentationSettings.php
433/src/Adapter/Presenter/Product/ProductListingLazyArray.php
434/src/Adapter/Presenter/Product/ProductLazyArray.php
435/src/Adapter/Presenter/AbstractLazyArray.php
436/classes/Image.php
437/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
438/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
439/classes/ImageManager.php
440/var/cache/prod/smarty/compile/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
441/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
442/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
443/src/Core/Product/Search/Pagination.php
444/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/c3/df/a2/c3dfa2dc58b18f2c83d55213f3ec46b4e47aa75a_2.file.category.tpl.php
445/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/83/ed/3183edc31422b3496ec0ffebef2ff48af3aa93ba_2.file.product-list.tpl.php
446/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/51/ba/20/51ba208f0c9ec684a5054e636f6947e41c4184f9_2.file.layout-left-column.tpl.php
447/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/30/40/5b/30405bf552c7bc8d013e6cbafe4bc09bdb528fa7_2.file.layout-both-columns.tpl.php
448/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/72/a1/fc/72a1fc4552853cc1ce0f4c2f452e477d11d00891_2.file.head.tpl.php
449/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
450/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/a8/9b/89/a89b89652a58f1a41bb43ce35ac31beb9527097b_2.file.stylesheets.tpl.php
451/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/ba/4c/ef/ba4ceff6f975aa4279f57f06b710224925a8257e_2.file.javascript.tpl.php
452/var/cache/prod/smarty/compile/27/8f/5a/278f5ab47a95dc6a63d9e7df411b39c8468bb3d7_2.file.googletag_body.tpl.php
453/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4f/9d/49/4f9d49f2d1b4cea2fed4576a227e337f5ee097d3_2.file.product-activation.tpl.php
454/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/ed/31/75/ed3175b54c6c3e8a86d0032ab7e15cb4ddfade36_2.file.header.tpl.php
455/modules/ps_contactinfo/ps_contactinfo.php
456/var/cache/prod/smarty/compile/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.pscontactinfonav.tpl.php
457/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
458/var/cache/prod/smarty/compile/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
459/var/cache/prod/smarty/compile/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.pscustomersigninpscustome.php
460/modules/pagesnotfound/pagesnotfound.php
461/var/cache/prod/smarty/compile/b4/f1/ae/b4f1ae53f8a046e9af34107f8ab70bf1cdd0394c_2.file.option.tpl.php
462/var/cache/prod/smarty/compile/e8/6c/c5/e86cc56f911f396cfa5447c8c30e5b5c34623dce_2.file.dropdown.tpl.php
463/var/cache/prod/smarty/compile/b2/42/76/b24276c9e63086cfd8a1fe47f03799b491226ea3_2.file.blocksearch-top.tpl.php
464/var/cache/prod/smarty/compile/aa/c3/a6/aac3a61c2a0686c53d328c45ff5175aed98a714c_2.file.menu-html.tpl.php
465/var/cache/prod/smarty/compile/b4/82/5d/b4825d75ff9e97ef1b693178151e8ec17c9873dc_2.file.categories-tree.tpl.php
466/var/cache/prod/smarty/compile/10/73/70/10737028d97c9d10d5ac2a3ace26e6c90715644a_2.file.product-list-17.tpl.php
467/var/cache/prod/smarty/compile/87/cc/e2/87cce2d5ecc9f3320f3ac751666a606cdf5cb747_2.file.block.tpl.php
468/classes/Manufacturer.php
469/classes/Supplier.php
470/classes/Tag.php
471/src/Core/Product/ProductListingPresenter.php
472/var/cache/prod/smarty/compile/b1/b9/53/b1b95386b2cb181e9c424d876835bc6734710c7f_2.file.addtocartbutton.tpl.php
473/var/cache/prod/smarty/compile/4b/7a/80/4b7a80a45ef345e77e9469e11929ac4360daec1f_2.file.custom_menu.tpl.php
474/var/cache/prod/smarty/compile/71/5d/d6/715dd600efc97ea8aca3352aa6c6794242689c9f_2.file.megamenu.tpl.php
475/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4b/5a/17/4b5a17202ce798f27db4447390fdd9309c51bbd5_2.file.notifications.tpl.php
476/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/97/c6/f5/97c6f509bbf6258aed0e038e421b04aed692156a_2.file.breadcrumb.tpl.php
477/modules/ps_categorytree/ps_categorytree.php
478/var/cache/prod/smarty/compile/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php
479/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
480/modules/ps_brandlist/ps_brandlist.php
481/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
482/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
483/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
484/var/cache/prod/smarty/cache/ps_brandlist/1/44/8a/f7/1f/8af71f8c13c8feb87f5fe1cc0c28c9006785b7bf.psbrandlistviewstemplates.php
485/var/cache/prod/smarty/compile/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
486/modules/pscartbanner/pscartbanner.php
487/modules/pscartbanner/translations/es.php
488/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/31/8d/f6/318df6874e97586a007c6c97fd864d2d8cfcded4_2.file.category-header.tpl.php
489/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/e2/9e/5f/e29e5f4c03b2463bbc8e92e7c56ed36799655c93_2.file.products-top.tpl.php
490/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/9e/10/8b/9e108b4462599a7776b033660fc0ddfd3b8a12f0_2.file.sort-orders.tpl.php
491/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/79/66/50/796650ef66f0d87c7988abf900bdb4ba1ff0f5e0_2.file.products.tpl.php
492/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/4d/76/f8/4d76f8a263e5497f49fdcdd85364d2a0c36dbf3c_2.file.product.tpl.php
493/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/c9/75/15/c97515dacb8212cc550bebeeb2d684eca915c3c9_2.file.pagination.tpl.php
494/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/8c/a8/9e/8ca89e241b96b89aa1279c306668b2eedac77893_2.file.products-bottom.tpl.php
495/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/44/c9/93/44c9933b27dc7177b6b767917eaf6be485b4b62c_2.file.footer.tpl.php
496/var/cache/prod/smarty/cache/ps_socialfollow/1/44/fb/75/41/fb7541725d9e0615012c2c49b99f3bbe02e9a5e3.pssocialfollowpssocialfol.php
497/modules/ps_linklist/ps_linklist.php
498/modules/ps_linklist/vendor/autoload.php
499/modules/ps_linklist/vendor/composer/autoload_real.php
500/modules/ps_linklist/vendor/composer/autoload_static.php
501/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
502/modules/ps_linklist/src/LegacyLinkBlockRepository.php
503/var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/44/74/8b/58/748b58c319cc7a17411224031571e61175cd422e.pslinklistviewstemplatesh.php
504/modules/ps_customeraccountlinks/ps_customeraccountlinks.php
505/var/cache/prod/smarty/cache/ps_customeraccountlinks/1/44/45/55/56/4555565562a1858369fe0d4567ed68d56744fe11.pscustomeraccountlinkspsc.php
506/var/cache/prod/smarty/compile/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.pscontactinfopscontactinf.php
507/var/cache/prod/smarty/compile/f3/fd/f5/f3fdf5f345a2bb405721e21059c2300d717e08f9_2.file.template.tpl.php
508/var/cache/prod/smarty/compile/90/85/5b/90855bab8e3f1b08c2d42755bb8d9001e9d60ec7_2.file.footer.tpl.php
509/modules/statsdata/statsdata.php
510/classes/Connection.php
511/classes/ConnectionsSource.php
512/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php
513/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
514/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php