Portes Grátis em encomendas a partir de 100€ (PT Continental)
×

Carpinteiro

Nesta categoria irá encontrar a nossa seleção de uniformes para carpinteiro.
Desde calças multi-bolsos a fatos de macaco ou jardineiras, dispomos de uma vasta gama de modelos e cores para que possa escolher a peça que melhor se adapta ao seu gosto. 

Carpinteiro

Filtrar por

Produto

Produto

Género

Género

Marca

Marca

Gama

Gama

Modo de aperto

Modo de aperto

Manga

Manga

Tipo de Casaco

Tipo de Casaco

Outros

Outros

Tamanho

Tamanho

Cor

Cor

Filtros ativos

  • Tamanho: L
  • Cor: Azul escuro/Laranja
  • Cor: Azul escuro matizado
  • Cor: Preto/Branco
Created by Dotec: Web & E-commerce
Load Time3054 ms - You'd better run your shop on a toaster
Querying Time741 ms
Queries506
Memory Peak Usage26.5 Mb
Included Files613 files - 8.86 Mb
PrestaShop Cache- Mb
Global vars0.75 Mb
PrestaShop Version1.7.2.4
PHP Version7.1.33-41+0~20210923.59+debian10~1.gbpbabd8a (OK)
MySQL Version10.3.31-MariaDB-0+deb10u1 (OK)
Memory Limit512M
Max Execution Time60s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 107 ms 107 ms 10.45 Mb 17.67 Mb
__construct 0 ms 107 ms - Mb 17.67 Mb
init 1399 ms 1506 ms 9.19 Mb 21.84 Mb
checkAccess 0 ms 1506 ms - Mb 21.84 Mb
setMedia 1 ms 1507 ms 0.06 Mb 21.84 Mb
postProcess 0 ms 1507 ms - Mb 21.84 Mb
initHeader 0 ms 1507 ms - Mb 21.84 Mb
initContent 1452 ms 2959 ms 3.83 Mb 23.66 Mb
initFooter 0 ms 2959 ms - Mb 23.66 Mb
display 94 ms 3054 ms 1.99 Mb 26.49 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 506 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE pac.id_attribute, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute=35)) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN new_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=19)) AND ((pac_1.id_attribute=35)) GROUP BY pac.id_attribute
352.3 269022 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE pac.id_attribute, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE ((pac.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN new_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=3)) AND ((pac_1.id_attribute IN (948, 1391, 470))) GROUP BY pac.id_attribute
41.2 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
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 `new_configuration` c
LEFT JOIN `new_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
31.6 14486 /classes/Configuration.php:157
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2704
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
9.4 52 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=40)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
8.4 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2013
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
8.2 52 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=41)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
7.6 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2016
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
7.6 52 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2011
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
7.4 52 /classes/ProductAssembler.php:91
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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470)))
7.3 18174 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 744
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
7.2 121 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2012
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
7.1 45 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2392
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
7 39 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2010
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
6.9 45 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=43)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
5.7 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 1311
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
5.7 34 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE p.id_manufacturer, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) GROUP BY p.id_manufacturer
5.2 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `new_attribute_group` ag INNER JOIN `new_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `new_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN new_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN new_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `new_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 19 ORDER BY agl.`name` ASC, a.`position` ASC
4.7 422 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2391
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
4.5 39 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21718, 21719, 21720, 21721, 21722, 21723, 21724, 21726, 21727, 21728, 21730, 21732, 21733, 21734, 21735, 21736, 21737, 21738, 21740, 21741, 21742, 21744, 21746, 21747, 21748, 21749, 21750, 21751, 21752, 21754, 21755, 21756, 21758, 21760, 21761, 21762, 21763, 21764, 21765, 21766, 21768, 21769, 21770, 21772, 21774, 21775, 21776, 21777, 21778, 21779, 21780, 21782, 21783, 21784, 21786, 21788, 21789, 21790, 21791, 21792, 21793, 21794, 21796, 21797, 21798, 21800, 61485, 61486, 61487, 61488, 61489, 61490, 65895, 65896, 65897, 65898, 65899, 65900, 65902, 65903, 65904, 65905, 65906, 65907, 65909, 65910, 65911, 65912, 65913, 65914, 69835, 69836, 69837, 69838, 69839, 69840, 89459, 89460, 89461, 89462, 89463, 89464, 89465, 89466, 89469, 89470, 89471, 89472, 89473, 89474, 89475, 89476, 89477, 89478, 89479, 89480, 89483, 89484, 89485, 89486, 89487, 89488, 89489, 89490, 89491, 89492, 89493, 89494, 89495, 89496, 89497, 89498, 89499, 89500, 89501, 89502, 89503, 89504, 89505, 89506, 89507, 89508, 89509, 89510, 89511, 89512, 89513, 89514, 89515, 89516, 89517, 89518, 89519, 89520, 89521, 89522, 89523, 89524, 89525, 89526, 89527, 89528, 89529, 89530, 89531, 89532, 89533, 89534, 89535, 89536, 89537, 89538, 89539, 89540, 89541, 89542, 89543, 89544, 89545, 89546, 89547, 89548, 89549, 89550, 89551, 89552, 89553, 89554, 89555, 89556, 89557, 89558, 89559, 89560, 89561, 89562, 89563, 89564, 89565, 89566, 89567, 89568, 89569, 89570, 89571, 89572, 89573, 89574, 89575, 89576, 89577, 89578, 89579, 89580, 89581, 89582, 89583, 89584, 89585, 89586, 89587, 89588, 89589, 89590, 89591, 89592, 89593, 89594, 89595, 89596, 89597, 89598, 89599, 89600, 89601, 89602, 89674, 89675, 93626, 93627) AND il.`id_lang` = 1 ORDER by i.`position`
4.5 768 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `new_attribute_group` ag INNER JOIN `new_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `new_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN new_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN new_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `new_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 19 ORDER BY agl.`name` ASC, a.`position` ASC
4.4 422 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `new_attribute_group` ag INNER JOIN `new_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `new_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN new_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN new_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `new_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC
4.2 348 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_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 0, 36
3.9 1465803 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=42)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
3.7 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 1312
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
3.7 34 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=45)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
3 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=54)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
2.7 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (102648, 102649, 102650, 102651, 102652, 102653, 102654, 102655, 102656, 102657, 102658, 102659, 102660, 102661, 102662, 102663, 102664, 102665, 102666, 102667, 102668, 102669, 102670, 102671, 102672, 102673, 102674, 102675, 102676, 102677, 102678, 102679, 102680, 102681, 102682, 102683, 102684, 102685, 102686, 102687, 102688, 102689, 102690, 102691, 102692, 102693, 102694, 102695, 102696, 102697, 102698, 102699, 102700, 102701, 102702, 102703, 102704, 102705, 102706, 102707, 102708, 102709, 102710, 102711, 102712, 102713, 102714, 102715, 102716, 102717, 102718, 102719, 102720, 102721, 102722, 102723, 102724, 102725, 102726, 102727, 102728, 102729, 102730, 102731, 102732, 102733, 102734, 102735, 102736, 102737, 102738, 102739, 102740, 102741, 102742, 102743, 102744, 102745, 102746, 102747, 102748, 102749, 102750, 102751, 102752) AND il.`id_lang` = 1 ORDER by i.`position`
2.6 491 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE pac.id_attribute, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN new_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=6)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY pac.id_attribute
2.5 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=47)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
2.4 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM new_product p
INNER JOIN new_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
AND p.id_product = 2014
LEFT JOIN new_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
2.4 36 /classes/ProductAssembler.php:91
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `new_attribute_group` ag INNER JOIN `new_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `new_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN new_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN new_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `new_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC
2.4 185 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (68837, 68838, 68839, 68840, 68841, 68842, 68843, 68844, 68845, 68846, 68847, 68848, 68849, 68850, 68851, 68852, 68853, 68854, 68855, 68856, 68857, 68858, 68859, 68860, 68861, 68862, 68863, 68864, 68865, 68866, 68867, 68868, 68869, 68870, 68871, 68872, 68873, 68874, 68875, 68876, 68877, 68878, 68879, 68880, 68881, 68882, 68883, 68884, 68885, 68886, 68887, 68888, 68889, 68890, 68891, 68892, 68893, 68894, 68895, 68896, 68897, 68898, 68899, 68900, 68901, 68902, 68903, 68904, 68905, 68906, 68907, 68908, 68909, 68910, 68911, 68912, 68913, 68914, 68915, 68916, 68917, 68918, 68919, 68920, 102190, 102191, 102192, 102193, 102194, 102195, 102196, 102197, 102198, 102199, 102200, 102201, 102202, 102203, 102204, 102205, 102206, 102207, 102208, 102209, 102210) AND il.`id_lang` = 1 ORDER by i.`position`
2 315 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=46)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
2 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
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 `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.9 240 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (68669, 68670, 68671, 68672, 68673, 68674, 68675, 68676, 68677, 68678, 68679, 68680, 68681, 68682, 68683, 68684, 68685, 68686, 68687, 68688, 68689, 68690, 68691, 68692, 68693, 68694, 68695, 68696, 68697, 68698, 68699, 68700, 68701, 68702, 68703, 68704, 68705, 68706, 68707, 68708, 68709, 68710, 68711, 68712, 68713, 68714, 68715, 68716, 68717, 68718, 68719, 68720, 68721, 68722, 68723, 68724, 68725, 68726, 68727, 68728, 68729, 68730, 68731, 68732, 68733, 68734, 68735, 68736, 68737, 68738, 68739, 68740, 68741, 68742, 68743, 68744, 68745, 68746, 68747, 68748, 68749, 68750, 68751, 68752, 102247, 102248, 102249, 102250, 102251, 102252, 102253, 102254, 102255, 102256, 102257, 102258, 102259, 102260, 102261, 102262, 102263, 102264, 102265, 102266, 102267) AND il.`id_lang` = 1 ORDER by i.`position`
1.7 315 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=50)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
1.7 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (78387, 78388, 78389, 78390, 78391, 78392, 78393, 78394, 78395, 78396, 78397, 78398, 78399, 78400, 78401, 78402, 78403, 78404, 78405, 78406, 78407, 78408, 78409, 78410, 78411, 78412, 78413, 78414, 78415, 78416, 78417, 78418, 78419, 78420, 78421, 78422, 78423, 78424, 78425, 78426, 78427, 78428, 78429, 78430, 78431, 78432, 78433, 78434, 78435, 78436, 78437, 78438, 78439, 78440, 78441, 78442, 78443, 78444, 78445, 78446, 78447, 78448, 78449, 78450, 78451) AND il.`id_lang` = 1 ORDER by i.`position`
1.6 260 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (68585, 68586, 68587, 68588, 68589, 68590, 68591, 68592, 68593, 68594, 68595, 68596, 68597, 68598, 68599, 68600, 68601, 68602, 68603, 68604, 68605, 68606, 68607, 68608, 68609, 68610, 68611, 68612, 68613, 68614, 68615, 68616, 68617, 68618, 68619, 68620, 68621, 68622, 68623, 68624, 68625, 68626, 68627, 68628, 68629, 68630, 68631, 68632, 68633, 68634, 68635, 68636, 68637, 68638, 68639, 68640, 68641, 68642, 68643, 68644, 68645, 68646, 68647, 68648, 68649, 68650, 68651, 68652, 68653, 68654, 68655, 68656, 102229, 102230, 102231, 102232, 102233, 102234, 102235, 102236, 102237, 102238, 102239, 102240, 102241, 102242, 102243, 102244, 102245, 102246) AND il.`id_lang` = 1 ORDER by i.`position`
1.6 339 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (68764, 68765, 68766, 68767, 68768, 68769, 68770, 68771, 68772, 68773, 68774, 68775, 68776, 68777, 68778, 68779, 68780, 68781, 68782, 68783, 68784, 68785, 68786, 68787, 68788, 68789, 68790, 68791, 68792, 68793, 68794, 68795, 68796, 68797, 68798, 68799, 68800, 68801, 68802, 68803, 68804, 68805, 68806, 68807, 68808, 68809, 68810, 68811, 68812, 68813, 68814, 68815, 68816, 68817, 68818, 68819, 68820, 68821, 68822, 68823, 68824, 68825, 68826, 68827, 68828, 68829, 68830, 68831, 68832, 68833, 68834, 68835, 102211, 102212, 102213, 102214, 102215, 102216, 102217, 102218, 102219, 102220, 102221, 102222, 102223, 102224, 102225, 102226, 102227, 102228) AND il.`id_lang` = 1 ORDER by i.`position`
1.6 455 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_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 new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute=35)) AND ((pac_1.id_attribute IN (948, 1391, 470))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=62 AND c.nright<=63 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=49)) AND ((pac_1.id_attribute=35)) AND ((pac_2.id_attribute IN (948, 1391, 470))) GROUP BY fp.id_feature_value
1.6 18174 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `new_attribute_group` ag INNER JOIN `new_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `new_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN new_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN new_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `new_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC
1.5 185 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
(SELECT SQL_NO_CACHE * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND cr.date_from < "2024-05-29 04:34:01"
AND cr.date_to > "2024-05-29 04:34:01"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" ORDER BY cr.`priority` ASC, cr.`id_cart_rule` ASC) UNION (SELECT * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND cr.date_from < "2024-05-29 04:34:01"
AND cr.date_to > "2024-05-29 04:34:01"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
1.4 1 /classes/CartRule.php:349
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (87123, 87124, 87125, 87126, 87127, 87128, 87129, 87130, 87131, 87132, 87133, 87134, 87135, 87136, 87137, 87138, 87139, 87140, 87141, 87142, 87143, 87144, 87145, 87146, 87147, 87148, 87149, 87150, 87151, 87152, 87153, 87154, 87155, 87156, 87157, 87158, 87159, 87160, 87161, 87162, 87163, 87164, 87165, 87166, 87167, 87168, 87169, 87170, 87171, 87172, 87173, 87174, 87175, 87176, 87177, 87178, 87179, 87180, 87181, 87182, 87183, 87184, 87185, 87186, 87187, 87188, 87189, 87190, 87191, 87192, 87193, 87194, 87195, 87196, 87197, 87198, 87199, 87200) AND il.`id_lang` = 1 ORDER by i.`position`
1.4 288 Yes /classes/Product.php:2237
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 `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2704) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.4 105 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `new_module` m
INNER JOIN new_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 `new_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `new_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `new_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `new_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.4 130 Yes Yes /classes/Hook.php:629
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (74992, 74993, 74994, 74995, 74996, 74997, 74998, 74999, 75000, 75001, 75002, 75003, 75004, 75005, 75006, 75007, 75008, 75009, 75010, 75011, 75012, 75013, 75014, 75015, 75016, 75017, 75018, 75019, 75020, 75021, 75022, 75023, 75024, 75025, 75026, 75027, 75028, 75029, 75030, 75031, 75032, 75033, 75034, 75035, 75036, 75037, 75038, 75039, 75040, 75041, 75042, 75043, 75044, 75045, 75046, 75047, 75048, 75049, 75050, 75051, 96160, 96161, 96162, 96163, 96164) AND il.`id_lang` = 1 ORDER by i.`position`
1.4 262 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (69018, 69019, 69020, 69021, 69022, 69023, 69024, 69025, 69026, 69027, 69028, 69029, 69030, 69031, 69032, 69033, 69034, 69035, 69036, 69037, 69038, 69039, 69040, 69041, 69042, 69043, 69044, 69045, 69046, 69047, 69048, 69049, 69050, 69051, 69052, 69053, 69054, 69055, 69056, 69057, 69058, 69059, 69060, 69061, 69062, 69063, 69064, 69065, 69066, 69067, 69068, 69069, 69070, 69071, 69072, 69073, 69074, 69075, 69076, 69077, 69078, 69079, 69080, 69081, 69082, 69083, 69084, 69085, 69086, 69087, 69088, 69089, 69090, 69091, 69092, 69093, 69094, 69095, 69096, 69097, 69098, 69099, 69100, 69101, 102268, 102269, 102270, 102271, 102272, 102273, 102274, 102275, 102276, 102277, 102278, 102279, 102280, 102281, 102282, 102283, 102284, 102285, 102286, 102287, 102288) AND il.`id_lang` = 1 ORDER by i.`position`
1.3 287 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (87201, 87202, 87203, 87204, 87205, 87206, 87207, 87208, 87209, 87210, 87211, 87212, 87213, 87214, 87215, 87216, 87217, 87218, 87219, 87220, 87221, 87222, 87223, 87224, 87225, 87226, 87227, 87228, 87229, 87230, 87231, 87232, 87233, 87234, 87235, 87236, 87237, 87238, 87239, 87240, 87241, 87242, 87243, 87244, 87245, 87246, 87247, 87248, 87249, 87250, 87251, 87252, 87253, 87254, 87255, 87256, 87257, 87258, 87259, 87260, 87261, 87262, 87263, 87264, 87265, 87266, 87267, 87268, 87269, 87270, 87271, 87272, 87273, 87274, 87275, 87276, 87277, 87278) AND il.`id_lang` = 1 ORDER by i.`position`
1.3 306 Yes /classes/Product.php:2237
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 `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2012) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.3 90 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2011) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.2 105 Yes Yes /classes/Product.php:3517
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 `new_hook_module` hm
STRAIGHT_JOIN `new_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `new_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.2 370 /classes/Hook.php:373
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 `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.2 72 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2013) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.1 105 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_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("2024-05-29 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `new_category_product` cp
LEFT JOIN `new_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN new_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `new_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN new_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 `new_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `new_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `new_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 `new_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `new_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 575 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10
1.1 157 /classes/Category.php:958
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_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("2024-05-29 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `new_category_product` cp
LEFT JOIN `new_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN new_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `new_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN new_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 `new_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `new_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `new_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 `new_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `new_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 1 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,8
1.1 29 /classes/Category.php:958
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 `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2392) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.1 78 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2016) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.1 105 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1312) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.1 65 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `new_product_attribute_image` pai
LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (68932, 68933, 68934, 68935, 68936, 68937, 68938, 68939, 68941, 68943, 68944, 68945, 68946, 68947, 68948, 68949, 68950, 68951, 68953, 68955, 68956, 68957, 68958, 68959, 68960, 68961, 68962, 68963, 68965, 68967, 68968, 68969, 68970, 68971, 68972, 68973, 68974, 68975, 68977, 68979, 68980, 68981, 68982, 68983, 68984, 68985, 68986, 68987, 68989, 68991, 68992, 68993, 68994, 68995, 68996, 68997, 68998, 68999, 69001, 69003, 69006, 69007, 69008, 69009, 69010, 69011, 69012, 69013, 69014, 69015, 69016, 69017) AND il.`id_lang` = 1 ORDER by i.`position`
1 216 Yes /classes/Product.php:2237
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `new_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `new_hook_alias` ha
INNER JOIN `new_hook` h ON ha.name = h.name
1 0 /classes/Hook.php:185
(SELECT SQL_NO_CACHE * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND cr.date_from < "2024-05-29 04:34:00"
AND cr.date_to > "2024-05-29 04:34:00"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" ORDER BY cr.`priority` ASC, cr.`id_cart_rule` ASC) UNION (SELECT * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND cr.date_from < "2024-05-29 04:34:00"
AND cr.date_to > "2024-05-29 04:34:00"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
1 1 /classes/CartRule.php:349
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 `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2391) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1 78 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2010) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1 90 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `new_product_attribute` pa
INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `new_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1311) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1 65 Yes Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
1 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
(SELECT SQL_NO_CACHE * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND cr.date_from < "2024-05-29 04:34:01"
AND cr.date_to > "2024-05-29 04:34:01"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" ORDER BY cr.`priority` ASC, cr.`id_cart_rule` ASC) UNION (SELECT * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND cr.date_from < "2024-05-29 04:34:01"
AND cr.date_to > "2024-05-29 04:34:01"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.9 1 /classes/CartRule.php:349
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.9 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
(SELECT SQL_NO_CACHE * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND cr.date_from < "2024-05-29 04:34:00"
AND cr.date_to > "2024-05-29 04:34:00"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" ORDER BY cr.`priority` ASC, cr.`id_cart_rule` ASC) UNION (SELECT * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND cr.date_from < "2024-05-29 04:34:00"
AND cr.date_to > "2024-05-29 04:34:00"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.9 1 /classes/CartRule.php:349
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 241
0.9 3 /classes/CartRule.php:369
(SELECT SQL_NO_CACHE * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND cr.date_from < "2024-05-29 04:34:00"
AND cr.date_to > "2024-05-29 04:34:00"
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 ORDER BY cr.`priority` ASC, cr.`id_cart_rule` ASC) UNION (SELECT * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND cr.date_from < "2024-05-29 04:34:00"
AND cr.date_to > "2024-05-29 04:34:00"
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1)
0.9 1 /classes/CartRule.php:349
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.9 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
(SELECT SQL_NO_CACHE * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND cr.date_from < "2024-05-29 04:34:00"
AND cr.date_to > "2024-05-29 04:34:00"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" ORDER BY cr.`priority` ASC, cr.`id_cart_rule` ASC) UNION (SELECT * FROM `new_cart_rule` cr
LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND cr.date_from < "2024-05-29 04:34:00"
AND cr.date_to > "2024-05-29 04:34:00"
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.8 1 /classes/CartRule.php:349
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2392)
0.8 78 /classes/Product.php:3041
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.8 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.8 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.8 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 744)
0.8 240 /classes/Product.php:3041
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.7 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.7 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE b.`id_cdzblock` as id_cdzblock, b.`identifier_block`, b.`id_hook`, b.`active`, bl.`title`, bl.`content`
FROM new_cdzblock b
LEFT JOIN new_cdzblock_shop bs ON (b.id_cdzblock = bs.id_cdzblock)
LEFT JOIN new_cdzblock_lang bl ON (b.id_cdzblock = bl.id_cdzblock)
WHERE ( (b.used_for_all = 0 AND bs.id_shop = 1) OR (b.used_for_all = 1))
AND b.theme = "codazon-fastestplus-fashion" 
AND bl.id_lang = 1 AND b.`active` = 1 AND b.`id_hook` = 26 
GROUP BY b.`id_cdzblock`
ORDER BY b.position ASC
0.7 16 Yes Yes /modules/codazoncmsblock/codazoncmsblock.php:300
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.7 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `new_attribute_group` ag  INNER JOIN new_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `new_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `new_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.7 16 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.7 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
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 `new_category` c
INNER JOIN new_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `new_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `new_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 575
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:821
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.7 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 744
ORDER BY `position`
0.7 96 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.7 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.6 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE b.`id_cdzblock` as id_cdzblock, b.`identifier_block`, b.`id_hook`, b.`active`, bl.`title`, bl.`content`
FROM new_cdzblock b
LEFT JOIN new_cdzblock_shop bs ON (b.id_cdzblock = bs.id_cdzblock)
LEFT JOIN new_cdzblock_lang bl ON (b.id_cdzblock = bl.id_cdzblock)
WHERE ( (b.used_for_all = 0 AND bs.id_shop = 1) OR (b.used_for_all = 1))
AND b.theme = "codazon-fastestplus-fashion" 
AND bl.id_lang = 1 AND b.`active` = 1 AND b.`id_hook` = 219 
GROUP BY b.`id_cdzblock`
ORDER BY b.position ASC
0.6 16 Yes Yes /modules/codazoncmsblock/codazoncmsblock.php:300
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `new_category` c
INNER JOIN `new_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `new_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` <= 7
AND nleft >= 62 AND nright <= 63
AND c.id_category IN (
SELECT id_category
FROM `new_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
0.6 125 Yes /modules/ps_categorytree/ps_categorytree.php:117
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `new_manufacturer` m INNER JOIN new_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `new_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.6 26 Yes /classes/Manufacturer.php:206
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `new_feature_value` v LEFT JOIN `new_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 41 ORDER BY vl.`value` ASC
0.6 39 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2704
ORDER BY `position`
0.6 73 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.6 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `new_meta` m
LEFT JOIN `new_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.6 44 Yes /classes/Dispatcher.php:469
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2080)
0.6 80 /classes/Product.php:3041
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2012
ORDER BY `position`
0.6 76 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.6 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.6 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.6 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.5 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2010
ORDER BY `position`
0.5 57 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2081
ORDER BY f.position ASC, pf.id_feature_value ASC
0.5 15 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2013)
0.5 105 /classes/Product.php:3041
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.5 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1311
ORDER BY `position`
0.5 41 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2091
ORDER BY f.position ASC, pf.id_feature_value ASC
0.5 15 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1312
ORDER BY `position`
0.5 41 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2010)
0.5 90 /classes/Product.php:3041
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1312)
0.5 65 /classes/Product.php:3041
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2529
ORDER BY f.position ASC, pf.id_feature_value ASC
0.5 16 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2081)
0.5 70 /classes/Product.php:3041
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.5 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2092
ORDER BY f.position ASC, pf.id_feature_value ASC
0.5 14 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2012)
0.5 90 /classes/Product.php:3041
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2392
ORDER BY f.position ASC, pf.id_feature_value ASC
0.5 14 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2529)
0.5 54 /classes/Product.php:3041
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2530
ORDER BY f.position ASC, pf.id_feature_value ASC
0.5 16 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2016
ORDER BY `position`
0.5 41 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2089)
0.5 80 /classes/Product.php:3041
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2014
ORDER BY `position`
0.5 48 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2091)
0.5 72 /classes/Product.php:3041
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2011)
0.5 105 /classes/Product.php:3041
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2013
ORDER BY `position`
0.5 45 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2704)
0.5 105 /classes/Product.php:3041
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2089
ORDER BY f.position ASC, pf.id_feature_value ASC
0.5 14 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2086)
0.5 80 /classes/Product.php:3041
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2016)
0.5 105 /classes/Product.php:3041
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2092)
0.4 72 /classes/Product.php:3041
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2010
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 14 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2011
ORDER BY `position`
0.4 45 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2081) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `new_feature_value` v LEFT JOIN `new_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 45 ORDER BY vl.`value` ASC
0.4 27 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2529) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 744
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 12 Yes /classes/Product.php:4665
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 `new_codazon_theme_configuration` c
LEFT JOIN `new_codazon_theme_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) WHERE c.`theme` = 'codazon-fastestplus-fashion'
0.4 136 /modules/codazonthemeframework/classes/ThemeConfiguration.php:156
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2013
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 11 Yes /classes/Product.php:4665
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2080
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.4 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2014)
0.4 72 /classes/Product.php:3041
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2080
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 14 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2011
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 11 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2391
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 14 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE b.`id_cdzblock` as id_cdzblock, b.`identifier_block`, b.`id_hook`, b.`active`, bl.`title`, bl.`content`
FROM new_cdzblock b
LEFT JOIN new_cdzblock_shop bs ON (b.id_cdzblock = bs.id_cdzblock)
LEFT JOIN new_cdzblock_lang bl ON (b.id_cdzblock = bl.id_cdzblock)
WHERE ( (b.used_for_all = 0 AND bs.id_shop = 1) OR (b.used_for_all = 1))
AND b.theme = "codazon-fastestplus-fashion" 
AND bl.id_lang = 1 AND b.`active` = 1 AND b.`id_hook` = 226 
GROUP BY b.`id_cdzblock`
ORDER BY b.position ASC
0.4 16 Yes Yes /modules/codazoncmsblock/codazoncmsblock.php:300
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2089) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1311)
0.4 65 /classes/Product.php:3041
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2391) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `new_feature_value` v LEFT JOIN `new_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 42 ORDER BY vl.`value` ASC
0.4 16 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2392
ORDER BY `position`
0.4 51 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `new_image` i
INNER JOIN new_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2391
ORDER BY `position`
0.4 48 Yes /classes/Product.php:2779
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2392) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2086) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `new_module` m
LEFT JOIN `new_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.4 75 /classes/module/Module.php:296
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2012) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `new_category` a0
LEFT JOIN `new_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 62) AND (a0.`nright` > 63) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
0.4 125 Yes /classes/PrestaShopCollection.php:358
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2016
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 11 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2391)
0.4 78 /classes/Product.php:3041
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2086
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 12 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2012
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 12 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `new_feature_value` v LEFT JOIN `new_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 40 ORDER BY vl.`value` ASC
0.4 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2080) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2704
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 12 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2010) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `new_module` m
LEFT JOIN `new_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.4 75 /classes/module/Module.php:296
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2530)
0.4 54 /classes/Product.php:3041
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2016) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1311
ORDER BY f.position ASC, pf.id_feature_value ASC
0.4 12 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2091) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM new_layered_category
WHERE id_category = 575
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.4 14 Yes Yes /modules/ps_facetedsearch/src/Filters/Converter.php:247
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2085)
0.4 70 /classes/Product.php:3041
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2530) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2090)
0.3 70 /classes/Product.php:3041
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2092
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2085) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1311) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `new_feature_value` v LEFT JOIN `new_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 43 ORDER BY vl.`value` ASC
0.3 5 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2014
ORDER BY f.position ASC, pf.id_feature_value ASC
0.3 12 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2092) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2090
ORDER BY f.position ASC, pf.id_feature_value ASC
0.3 14 Yes /classes/Product.php:4665
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2011
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1312
ORDER BY f.position ASC, pf.id_feature_value ASC
0.3 12 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2016
0.3 1 /src/Adapter/Database.php:41
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2085
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `new_feature_value` v LEFT JOIN `new_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 47 ORDER BY vl.`value` ASC
0.3 10 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 744
0.3 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `new_module` m
LEFT JOIN `new_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.3 75 /classes/module/Module.php:296
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 1312
0.3 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE name, value, pf.id_feature, fvl.id_feature_value
FROM new_feature_product pf
LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN new_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2085
ORDER BY f.position ASC, pf.id_feature_value ASC
0.3 13 Yes /classes/Product.php:4665
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1312) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2091
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2011) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2089
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2081
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2013) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2704) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 744
0.3 240 /classes/Product.php:2219
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2010
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `new_module` m
LEFT JOIN `new_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.3 75 /classes/module/Module.php:296
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2016
0.3 1 /src/Adapter/Database.php:41
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2012
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 744) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1311
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2529
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 2010
AND `required` = 1
0.3 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE *
FROM `new_category` a
LEFT JOIN `new_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `new_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.3 0 /src/Adapter/EntityMapper.php:67
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2016
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
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 new_shop_group gs
LEFT JOIN new_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN new_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.3 1 Yes /classes/shop/Shop.php:706
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2013
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `new_lang` l
LEFT JOIN `new_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.3 2 /classes/Language.php:810
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2010
0.3 90 /classes/Product.php:2219
SELECT SQL_NO_CACHE item.`id_g_megamenus` FROM `new_g_megamenus` item
LEFT JOIN  `new_g_megamenus_shop` itemshop 
ON item.`id_g_megamenus` = itemshop.`id_g_megamenus`
WHERE FIND_IN_SET("CAT575", item.pages) AND itemshop.id_shop = 1 AND item.`active` = 1
GROUP BY item.`id_g_megamenus` ASC
0.3 2 Yes /modules/g_megamenu/classes/gmegamenusModel.php:109
SELECT SQL_NO_CACHE *
FROM `new_category` a
LEFT JOIN `new_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `new_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 575) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 1311
0.3 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2011
0.3 105 /classes/Product.php:2219
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2010
0.3 1 /src/Adapter/Database.php:41
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 744
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE *
FROM `new_category` a0
LEFT JOIN `new_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 62) AND (a0.`nright` > 63) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
0.3 125 Yes /classes/PrestaShopCollection.php:358
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `new_feature_value` v LEFT JOIN `new_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `new_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 46 ORDER BY vl.`value` ASC
0.3 10 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 744
0.3 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2013
0.3 105 /classes/Product.php:2219
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2014) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2014
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE tr.*
FROM `new_tax_rule` tr
JOIN `new_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 15
AND tr.`id_tax_rules_group` = 10
AND tr.`id_state` IN (0, 313)
AND ('1600-531' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1600-531')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.3 2 /classes/tax/TaxRulesTaxManager.php:120
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 2085
AND `required` = 1
0.3 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2013
0.3 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2010
0.3 1 /src/Adapter/Database.php:41
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1312
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2704
0.3 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 744
AND `required` = 1
0.3 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE *
FROM `new_category` a
LEFT JOIN `new_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `new_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE COUNT(*)
FROM `new_hook_module` hm
LEFT JOIN `new_hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'actionCartSave' AND hm.`id_module` = 219 LIMIT 1
0.3 1 /classes/module/Module.php:2168
SELECT SQL_NO_CACHE tr.*
FROM `new_tax_rule` tr
JOIN `new_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 15
AND tr.`id_tax_rules_group` = 10
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.3 1 /classes/tax/TaxRulesTaxManager.php:120
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 744
0.3 1 /src/Adapter/Database.php:41
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2704
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.3 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM new_layered_category WHERE id_category = 575 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC
0.2 14 Yes Yes /modules/ps_facetedsearch/src/Filters/Block.php:108
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2010
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE *
FROM `new_category` a
LEFT JOIN `new_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `new_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 575) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `new_module` m
LEFT JOIN `new_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.2 75 /classes/module/Module.php:296
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2391
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2391
0.2 1 /src/Adapter/Database.php:41
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2391
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.2 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2016
0.2 105 /classes/Product.php:2219
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2013
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 1311
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 1311
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 648 LIMIT 1
0.2 1 /classes/Product.php:4384
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2090
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.2 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE COUNT(*)
FROM `new_hook_module` hm
LEFT JOIN `new_hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'actionObjectProductInCartDeleteBefore' AND hm.`id_module` = 219 LIMIT 1
0.2 1 /classes/module/Module.php:2168
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2704
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2012
0.2 90 /classes/Product.php:2219
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2016
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM new_shop_url su
LEFT JOIN new_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.cfardas.pt' OR su.domain_ssl = 'www.cfardas.pt')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.2 1 Yes /classes/shop/Shop.php:344
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM new_shop s
LEFT JOIN new_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.2 1 /classes/shop/Shop.php:203
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2392
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2013
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM `new_hook_alias`
0.2 88 /classes/Hook.php:248
SELECT SQL_NO_CACHE value FROM `new_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.2 1 /classes/shop/Shop.php:1133
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2014
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 1312
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2012
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2011
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2704
0.2 105 /classes/Product.php:2219
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2014
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2012 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `new_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2090) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
UPDATE `new_configuration` SET `value` = '1',`date_upd` = '2024-05-29 04:34:00' WHERE `name` = 'IFTHENPAY_MBWAY_PAYMENT_INVITE' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1
0.2 1 /classes/Configuration.php:461
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2016) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 1311
0.2 65 /classes/Product.php:2219
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2086
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.2 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2392
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2010 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE *
FROM `new_g_megamenus` a
LEFT JOIN `new_g_megamenus_lang` `b` ON a.`id_g_megamenus` = b.`id_g_megamenus` AND b.`id_lang` = 1
LEFT JOIN `new_g_megamenus_shop` `c` ON a.`id_g_megamenus` = c.`id_g_megamenus` AND c.`id_shop` = 1
WHERE (a.`id_g_megamenus` = 2) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2086 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2011 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2080 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 1312
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE mc.*
FROM `new_module_currency` mc
WHERE (mc.`id_module` = 155) AND (mc.`id_shop` = 1)
0.2 1 /classes/Currency.php:388
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2011
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 648 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 2529
AND `required` = 1
0.2 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 1312
AND `required` = 1
0.2 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2081 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2530
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.2 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE *
FROM `new_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE `name`
FROM `new_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.2 1 /classes/Manufacturer.php:310
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 `new_attribute` a
LEFT JOIN `new_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `new_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `new_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN new_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `new_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2392
AND pac.`id_product_attribute` = 0
AND agl.`id_lang` = 1
0.2 0 /classes/Product.php:5804
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2081) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE *
FROM `new_group_lang`
WHERE `id_group` = 1
0.2 2 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE COUNT(*)
FROM `new_hook_module` hm
LEFT JOIN `new_hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'displayHome' AND hm.`id_module` = 111 LIMIT 1
0.2 1 /classes/module/Module.php:2168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2391) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2016 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 119
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2704
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE COUNT(*)
FROM `new_hook_module` hm
LEFT JOIN `new_hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'actionAdminControllerSetMedia' AND hm.`id_module` = 219 LIMIT 1
0.2 1 /classes/module/Module.php:2168
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2013 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2011 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 1311 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2012) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 1311
AND `required` = 1
0.2 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2012 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 118
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 2012
AND `required` = 1
0.2 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2012 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 2016
AND `required` = 1
0.2 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE COUNT(*)
FROM `new_hook_module` hm
LEFT JOIN `new_hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'actionValidateOrder' AND hm.`id_module` = 219 LIMIT 1
0.2 1 /classes/module/Module.php:2168
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2016 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2391
0.2 78 /classes/Product.php:2219
SELECT SQL_NO_CACHE *
FROM `new_group` a
LEFT JOIN `new_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:67
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2392
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2391 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `new_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 643 LIMIT 1
0.2 1 /classes/Category.php:1269
SELECT SQL_NO_CACHE *
FROM `new_lang` a
LEFT JOIN `new_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2529 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `new_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 654 LIMIT 1
0.2 1 /classes/Category.php:1269
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2016 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE *
FROM `new_cms` a
LEFT JOIN `new_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `new_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE mc.*
FROM `new_module_currency` mc
WHERE (mc.`id_module` = 142) AND (mc.`id_shop` = 1)
0.2 1 /classes/Currency.php:388
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2391
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2012
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2080) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 654 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2011
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2014
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2080 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 2089
AND `required` = 1
0.2 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 2090
AND `required` = 1
0.2 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 240
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 1311 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `new_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 648 LIMIT 1
0.2 1 /classes/Category.php:1269
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 120
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2392
0.2 78 /classes/Product.php:2219
SELECT SQL_NO_CACHE * FROM new_djseor WHERE (old="https://www.cfardas.pt/pt/575-carpinteiro-vestuario-profissional?q=Tamanho-L%2Fcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" OR old="/pt/575-carpinteiro-vestuario-profissional?q=Tamanho-L%2Fcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" OR old="https://www.cfardas.pt/pt/575-carpinteiro-vestuario-profissional?q=Tamanho-L%2Fcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" ) AND active=1 AND id_shop="1"
0.2 19 /modules/djseoredirect/djseoredirect.php:276
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 652 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 119
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 649 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2011 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 643 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 238
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 239
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE item.`id_g_megamenus` FROM `new_g_megamenus` item
LEFT JOIN  `new_g_megamenus_shop` itemshop 
ON item.`id_g_megamenus` = itemshop.`id_g_megamenus`
WHERE FIND_IN_SET("all_page", item.pages) AND itemshop.id_shop = 1 AND item.`active` = 1
GROUP BY item.`id_g_megamenus` ASC
0.2 2 Yes /modules/g_megamenu/classes/gmegamenusModel.php:109
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `new_currency` c
LEFT JOIN new_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.2 2 /classes/Currency.php:603
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2013) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE *
FROM `new_cms` a
LEFT JOIN `new_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `new_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE * FROM `new_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.2 7 Yes /classes/ImageType.php:108
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 654 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE *
FROM `new_currency` a
LEFT JOIN `new_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE *
FROM `new_country` a
LEFT JOIN `new_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `new_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 15) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 1312 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE * FROM new_klarna_osm_configurations WHERE id_country = 15 AND active = 1 AND id_shop = 1 LIMIT 1
0.2 1 /modules/klarnapaymentsofficial/classes/KlarnaOsmConfiguration.php:112
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2530) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 120
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 643 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE * FROM new_product WHERE id_product = 2012
0.2 1 /src/Adapter/Database.php:41
SELECT SQL_NO_CACHE * FROM new_klarna_osm_configurations WHERE id_country = 15 AND active = 1 AND id_shop = 1 LIMIT 1
0.2 1 /modules/klarnapaymentsofficial/classes/KlarnaOsmConfiguration.php:112
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2086 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 1311) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 1312 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE *
FROM `new_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2392) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 0 LIMIT 1
0.2 1 /classes/SpecificPrice.php:397
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 1311 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2014 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE `name`
FROM `new_manufacturer`
WHERE `id_manufacturer` = 35
AND `active` = 1 LIMIT 1
0.2 1 /classes/Manufacturer.php:310
SELECT SQL_NO_CACHE *
FROM `new_category` a
LEFT JOIN `new_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 575) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE id_shop
FROM `new_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1509
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2391 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2010 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2092) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 119
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 648 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2090 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE * FROM new_djseor WHERE (old="https://www.cfardas.pt/pt/575-carpinteiro-vestuario-profissional?q=Tamanho-L%2Fcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" OR old="/pt/575-carpinteiro-vestuario-profissional?q=Tamanho-L%2Fcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" OR old="https://www.cfardas.pt/pt/575-carpinteiro-vestuario-profissional?q=Tamanho-L%2Fcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" ) AND active=1 AND id_shop="1"
0.2 19 /modules/djseoredirect/djseoredirect.php:276
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 643 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2081 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE id_shop
FROM `new_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1509
SELECT SQL_NO_CACHE * FROM `new_image_type`
0.2 7 /classes/ImageType.php:144
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2091 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 648 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 649 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2092 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 2014
0.2 72 /classes/Product.php:2219
SELECT SQL_NO_CACHE `id_module` FROM `new_module` WHERE `name` = "ps_featuredproducts" LIMIT 1
0.2 1 /classes/module/Module.php:2597
SELECT SQL_NO_CACHE * FROM new_klarna_osm_configurations WHERE id_country = 15 AND active = 1 AND id_shop = 1 LIMIT 1
0.2 1 /modules/klarnapaymentsofficial/classes/KlarnaOsmConfiguration.php:112
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 240
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `new_lang` l
JOIN new_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:957
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `new_product_attribute`
WHERE `id_product` = 1312
0.2 65 /classes/Product.php:2219
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2529 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE COUNT(*)
FROM `new_hook_module` hm
LEFT JOIN `new_hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'getEmailTemplateVars' AND hm.`id_module` = 224 LIMIT 1
0.2 1 /classes/module/Module.php:2168
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2010 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 1312) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE ctg.`id_group`
FROM new_category_group ctg
WHERE ctg.`id_category` = 1 AND ctg.`id_group` = 1 LIMIT 1
0.2 1 /classes/Category.php:1587
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2013 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2013 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 652 LIMIT 1
0.2 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 120
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2089 LIMIT 1
0.2 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 118
0.2 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE * FROM `new_hook_alias`
0.1 88 /classes/Hook.php:225
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2392 LIMIT 1
0.1 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 238
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 118
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 239
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2080 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2086 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2391 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2091) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2085 LIMIT 1
0.1 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `new_customization_field`
WHERE `id_product` = 2013
AND `required` = 1
0.1 1 /classes/Product.php:5087
SELECT SQL_NO_CACHE domain, domain_ssl
FROM new_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/shop/ShopUrl.php:169
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2392 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2530 LIMIT 1
0.1 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2092 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE COUNT(*) FROM `new_orders` o
LEFT JOIN new_order_cart_rule ocr ON (ocr.id_order = o.id_order)
WHERE o.id_customer = 0
AND ocr.id_cart_rule = 120 LIMIT 1
0.1 1 /classes/order/Order.php:798
SELECT SQL_NO_CACHE *
FROM `new_category_lang`
WHERE `id_category` = 575 AND `id_shop` = 1
0.1 2 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE *
FROM `new_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 649 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE tr.*
FROM `new_tax_rule` tr
JOIN `new_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 15
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 313)
AND ('1600-531' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1600-531')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.1 0 /classes/tax/TaxRulesTaxManager.php:120
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2392 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 1312 LIMIT 1
0.1 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 643 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2014 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2090) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 744 LIMIT 1
0.1 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE `iso_code`
FROM `new_country`
WHERE `id_country` = 15 LIMIT 1
0.1 1 /classes/Country.php:271
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 241
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2089 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 239
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_shop
FROM `new_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1509
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2529 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2085 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 238
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2092 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE *
FROM `new_tax_lang`
WHERE `id_tax` = 1
0.1 2 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 652 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2014 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 648 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 241
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `id_module` FROM `new_module` WHERE `name` = "djseoredirect" LIMIT 1
0.1 1 /classes/module/Module.php:2597
SELECT SQL_NO_CACHE 1 FROM `new_specific_price` WHERE id_product = 2704 LIMIT 1
0.1 1 /classes/SpecificPrice.php:406
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM new_required_field
0.1 1 /classes/ObjectModel.php:1406
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2081 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 240
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2089) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2530 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE `id_lang` FROM `new_lang` WHERE `iso_code` = 'pt' LIMIT 1
0.1 2 /classes/Language.php:674
SELECT SQL_NO_CACHE `name`
FROM `new_manufacturer`
WHERE `id_manufacturer` = 20
AND `active` = 1 LIMIT 1
0.1 1 /classes/Manufacturer.php:310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2704) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2530 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2091 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 648 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2091 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE COUNT(*) FROM `new_orders` o
LEFT JOIN new_order_cart_rule ocr ON (ocr.id_order = o.id_order)
WHERE o.id_customer = 0
AND ocr.id_cart_rule = 119 LIMIT 1
0.1 1 /classes/order/Order.php:798
SELECT SQL_NO_CACHE *
FROM `new_country` a
LEFT JOIN `new_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 15) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE COUNT(*) FROM `new_orders` o
LEFT JOIN new_order_cart_rule ocr ON (ocr.id_order = o.id_order)
WHERE o.id_customer = 0
AND ocr.id_cart_rule = 240 LIMIT 1
0.1 1 /classes/order/Order.php:798
SELECT SQL_NO_CACHE ctg.`id_group`
FROM new_category_group ctg
WHERE ctg.`id_category` = 575 AND ctg.`id_group` = 1 LIMIT 1
0.1 1 /classes/Category.php:1587
SELECT SQL_NO_CACHE `name`, `meta_title`, `meta_description`, `meta_keywords`, `description`
FROM `new_category_lang` cl
WHERE cl.`id_lang` = 1
AND cl.`id_category` = 575 AND cl.id_shop = 1 LIMIT 1
0.1 1 /classes/Meta.php:387
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 120
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE COUNT(*) FROM `new_orders` o
LEFT JOIN new_order_cart_rule ocr ON (ocr.id_order = o.id_order)
WHERE o.id_customer = 0
AND ocr.id_cart_rule = 238 LIMIT 1
0.1 1 /classes/order/Order.php:798
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `new_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 652 LIMIT 1
0.1 1 /classes/Category.php:1269
SELECT SQL_NO_CACHE data
FROM `new_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 COUNT(*) FROM `new_orders` o
LEFT JOIN new_order_cart_rule ocr ON (ocr.id_order = o.id_order)
WHERE o.id_customer = 0
AND ocr.id_cart_rule = 118 LIMIT 1
0.1 1 /classes/order/Order.php:798
SELECT SQL_NO_CACHE `name`
FROM `new_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1
0.1 1 /classes/Manufacturer.php:310
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `new_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 649 LIMIT 1
0.1 1 /classes/Category.php:1269
SELECT SQL_NO_CACHE COUNT(*) FROM `new_orders` o
LEFT JOIN new_order_cart_rule ocr ON (ocr.id_order = o.id_order)
WHERE o.id_customer = 0
AND ocr.id_cart_rule = 239 LIMIT 1
0.1 1 /classes/order/Order.php:798
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2090 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE COUNT(*) FROM `new_orders` o
LEFT JOIN new_order_cart_rule ocr ON (ocr.id_order = o.id_order)
WHERE o.id_customer = 0
AND ocr.id_cart_rule = 241 LIMIT 1
0.1 1 /classes/order/Order.php:798
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2090 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = 2014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:380
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 654 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2704 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE *
FROM `new_state` a
WHERE (a.`id_state` = 313) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:67
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 643 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 2089 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 241
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 649 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 119
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 238
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE *
FROM `new_country_lang`
WHERE `id_country` = 15
0.1 2 /src/Adapter/EntityMapper.php:74
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 118
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `id_module` FROM `new_module_shop` WHERE `id_module` = 227 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2149
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2704 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE name FROM new_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 648 LIMIT 1
0.1 1 /classes/Product.php:4384
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `new_product_shop`
WHERE `id_product` = 744 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5299
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 120
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `id_module` FROM `new_module` WHERE `name` = "lgcookieslaw" LIMIT 1
0.1 1 /classes/module/Module.php:2597
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 241
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `reduction`
FROM `new_group`
WHERE `id_group` = 1 LIMIT 1
0.1 1 /classes/Group.php:150
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 2085 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_module` FROM `new_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.1 1 /classes/module/Module.php:2597
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 239
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 240
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE format
FROM `new_address_format`
WHERE `id_country` = 15 LIMIT 1
0.1 1 /classes/AddressFormat.php:617
SELECT SQL_NO_CACHE * FROM `new_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.1 1 /classes/module/Module.php:2064
SELECT SQL_NO_CACHE `id_module` FROM `new_module_shop` WHERE `id_module` = 117 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2149
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 119
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 118
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE `reduction`
FROM `new_product_group_reduction_cache`
WHERE `id_product` = 744 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 240
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 238
0.1 3 /classes/CartRule.php:369
SELECT SQL_NO_CACHE id_group FROM new_cart_rule_group WHERE id_cart_rule = 239
0.1 3 /classes/CartRule.php:369

Doubles

36
SELECT * FROM new_product WHERE id_product = XX
35
SELECT id_group FROM new_cart_rule_group WHERE id_cart_rule = XX
23
SELECT XX FROM `new_specific_price` WHERE id_product = XX LIMIT XX
22
SELECT name FROM new_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
22
SELECT *
FROM `new_product` a
LEFT JOIN `new_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `new_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
22
			SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`eanXX`, pa.`isbn`,pa.`upc`
			FROM `new_attribute` a
			LEFT JOIN `new_attribute_lang` al
				ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
			LEFT JOIN `new_product_attribute_combination` pac
				ON (pac.`id_attribute` = a.`id_attribute`)
			LEFT JOIN `new_product_attribute` pa
				ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
			 INNER JOIN new_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 `new_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
22
				SELECT name, value, pf.id_feature, fvl.id_feature_value
				FROM new_feature_product pf
				LEFT JOIN new_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
				LEFT JOIN new_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
				LEFT JOIN new_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
				 INNER JOIN new_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, pf.id_feature_value ASC
22
SELECT SUM(quantity)
FROM `new_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
22
			SELECT `reduction`
			FROM `new_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
22
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `new_product` p
INNER JOIN `new_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `new_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
22
							SELECT `id_tax_rules_group`
							FROM `new_product_shop`
							WHERE `id_product` = XX AND id_shop=XX LIMIT XX
20
SELECT DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `new_feature` f  INNER JOIN new_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX) LEFT JOIN `new_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = XX) LEFT JOIN `new_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `new_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = XX) ORDER BY f.`position` ASC
12
SELECT `id_product_attribute`
			FROM `new_product_attribute`
			WHERE `id_product` = XX
12
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 new_product p
                INNER JOIN new_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                    AND p.id_product = XX
                LEFT JOIN new_stock_available sa
			        ON sa.id_product = p.id_product 
			        AND sa.id_shop = XX
12
			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 `new_product_attribute` pa
			 INNER JOIN new_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 `new_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
			JOIN `new_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
			JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
			JOIN `new_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;
12
			SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
			FROM `new_image` i
			 INNER JOIN new_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
			LEFT JOIN `new_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
			WHERE i.`id_product` = XX
			ORDER BY `position`
11
			SELECT `id_customization_field`, `type`
			FROM `new_customization_field`
			WHERE `id_product` = XX
			AND `required` = XX
10
SELECT fp.id_feature, fp.id_feature_value, 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 new_product p LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN new_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN new_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN new_category_product cp ON (p.id_product = cp.id_product) INNER JOIN new_category c ON (cp.id_category = c.id_category AND c.active=XX) INNER JOIN new_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) LEFT JOIN new_product_attribute_combination pac_XX ON (pa.id_product_attribute = pac_XX.id_product_attribute) WHERE ((pac.id_attribute=XX)) AND ((pac_XX.id_attribute IN (XX, XX, XX))) AND p.visibility IN ('both', 'catalog') AND c.nleft>=XX AND c.nright<=XX AND ps.id_shop='XX' GROUP BY p.id_product) p INNER JOIN new_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN new_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN new_product_attribute_combination pac_XX ON (pa.id_product_attribute = pac_XX.id_product_attribute) LEFT JOIN new_product_attribute_combination pac_XX ON (pa.id_product_attribute = pac_XX.id_product_attribute) WHERE ((fp.id_feature=XX)) AND ((pac_XX.id_attribute=XX)) AND ((pac_XX.id_attribute IN (XX, XX, XX))) GROUP BY fp.id_feature_value
7
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `new_feature_value` v LEFT JOIN `new_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `new_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
7
            SELECT COUNT(*) FROM `new_orders` o
            LEFT JOIN new_order_cart_rule ocr ON (ocr.id_order = o.id_order)
            WHERE o.id_customer = XX
            AND ocr.id_cart_rule = XX LIMIT XX
5
(SELECT SQL_NO_CACHE * FROM `new_cart_rule` cr
				LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = XX) WHERE cr.`id_customer` = XX  AND cr.date_from < "XX-XX-XX XX:XX:XX"
				AND cr.date_to > "XX-XX-XX XX:XX:XX"
				AND cr.`active` = XX
				AND cr.`quantity` > XX AND highlight = XX AND code NOT LIKE "BO_ORDER_%" ORDER BY cr.`priority` ASC, cr.`id_cart_rule` ASC) UNION (SELECT * FROM `new_cart_rule` cr
				LEFT JOIN `new_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = XX) WHERE cr.`group_restriction` = XX  AND cr.date_from < "XX-XX-XX XX:XX:XX"
				AND cr.date_to > "XX-XX-XX XX:XX:XX"
				AND cr.`active` = XX
				AND cr.`quantity` > XX AND highlight = XX AND code NOT LIKE "BO_ORDER_%")
5
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `new_module` m
                LEFT JOIN `new_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
5
			SELECT cl.`link_rewrite`
			FROM `new_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
5
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `new_attribute_group` ag INNER JOIN `new_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `new_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `new_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN new_attribute_group_shop attribute_group_shop
        ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX)  INNER JOIN new_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `new_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
4
				SELECT `name`
				FROM `new_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
4
SELECT *
FROM `new_category` a
LEFT JOIN `new_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `new_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
4
			SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
			FROM `new_product_attribute_image` pai
			LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
			LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
			WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
3
SELECT * FROM new_klarna_osm_configurations WHERE id_country = XX AND active = XX AND id_shop = XX LIMIT XX
3
SELECT b.`id_cdzblock` as id_cdzblock, b.`identifier_block`, b.`id_hook`, b.`active`, bl.`title`, bl.`content`
            FROM new_cdzblock b
            LEFT JOIN new_cdzblock_shop bs ON (b.id_cdzblock = bs.id_cdzblock)
            LEFT JOIN new_cdzblock_lang bl ON (b.id_cdzblock = bl.id_cdzblock)
            WHERE ( (b.used_for_all = XX AND bs.id_shop = XX) OR (b.used_for_all = XX))
			AND b.theme = "codazon-fastestplus-fashion" 
            AND bl.id_lang = XX AND b.`active` = XX AND b.`id_hook` = XX 
			GROUP BY b.`id_cdzblock`
            ORDER BY b.position ASC
2
			SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
			FROM `new_product_attribute_image` pai
			LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
			LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
			WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
2
			SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
			FROM `new_product_attribute_image` pai
			LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
			LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
			WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
2
			SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
			FROM `new_product_attribute_image` pai
			LEFT JOIN `new_image_lang` il ON (il.`id_image` = pai.`id_image`)
			LEFT JOIN `new_image` i ON (i.`id_image` = pai.`id_image`)
			WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
2
				SELECT tr.*
				FROM `new_tax_rule` tr
				JOIN `new_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-XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX-XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2
SELECT *
FROM `new_cms` a
LEFT JOIN `new_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = XX
LEFT JOIN `new_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) AND (b.`id_shop` = XX) LIMIT XX
2
				SELECT ctg.`id_group`
				FROM new_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
2
SELECT * FROM `new_hook_alias`
2
SELECT * FROM new_djseor WHERE (old="https://www.cfardas.pt/pt/XX-carpinteiro-vestuario-profissional?q=Tamanho-L%XXFcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" OR old="/pt/XX-carpinteiro-vestuario-profissional?q=Tamanho-L%XXFcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" OR old="https://www.cfardas.pt/pt/XX-carpinteiro-vestuario-profissional?q=Tamanho-L%XXFcorprincipal-corazulescuromatizado-corpretobranco-corazulescurolaranja" ) AND active=XX AND id_shop="XX"
2
SELECT p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, XX) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, XX) AS id_product_attribute,
					product_attribute_shop.minimal_quantity AS product_attribute_minimal_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("XX-XX-XX XX:XX:XX",
					INTERVAL XX DAY)) > XX AS new, product_shop.price AS orderprice
				FROM `new_category_product` cp
				LEFT JOIN `new_product` p
					ON p.`id_product` = cp.`id_product`
				 INNER JOIN new_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) LEFT JOIN `new_product_attribute_shop` product_attribute_shop
				ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = XX AND product_attribute_shop.id_shop=XX)
				 LEFT JOIN new_stock_available stock
			ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = XX AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
				LEFT JOIN `new_category_lang` cl
					ON (product_shop.`id_category_default` = cl.`id_category`
					AND cl.`id_lang` = XX AND cl.id_shop = XX )
				LEFT JOIN `new_product_lang` pl
					ON (p.`id_product` = pl.`id_product`
					AND pl.`id_lang` = XX AND pl.id_shop = XX )
				LEFT JOIN `new_image_shop` image_shop
					ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=XX AND image_shop.id_shop=XX)
				LEFT JOIN `new_image_lang` il
					ON (image_shop.`id_image` = il.`id_image`
					AND il.`id_lang` = XX)
				LEFT JOIN `new_manufacturer` m
					ON m.`id_manufacturer` = p.`id_manufacturer`
				WHERE product_shop.`id_shop` = XX
					AND cp.`id_category` = XX AND product_shop.`active` = XX AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
			LIMIT XX,XX
2
SELECT *
FROM `new_category` aXX
LEFT JOIN `new_category_lang` `aXX` ON (aXX.`id_category` = aXX.`id_category`)
WHERE (aXX.`nleft` < XX) AND (aXX.`nright` > XX) AND (aXX.`id_lang` = XX)
ORDER BY aXX.`nleft` asc
2
SELECT `id_module` FROM `new_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
2
SELECT mc.*
FROM `new_module_currency` mc
WHERE (mc.`id_module` = XX) AND (mc.`id_shop` = XX)

Tables stress

110 product
95 product_attribute_combination
84 product_shop
77 product_attribute
58 product_attribute_shop
52 stock_available
42 feature
42 attribute
42 feature_lang
42 feature_shop
39 attribute_lang
39 category_lang
36 product_lang
35 cart_rule_group
32 feature_product
29 feature_value_lang
28 attribute_group_lang
26 image_lang
25 category
24 image
23 specific_price
22 product_group_reduction_cache
20 layered_indexable_feature
20 layered_indexable_feature_lang_value
19 category_product
18 attribute_group
16 product_sale
14 image_shop
12 cart_rule
12 product_attribute_image
12 cart_rule_lang
11 customization_field
11 module
10 hook
9 module_shop
8 hook_module
7 order_cart_rule
7 feature_value
7 orders
7 layered_indexable_feature_value_lang_value
7 category_shop
7 manufacturer
6 attribute_group_shop
5 attribute_shop
5 layered_indexable_attribute_lang_value
4 shop
4 shop_url
4 lang
4 category_group
4 lang_shop
3 tax_rules_group
3 cdzblock_lang
3 g_megamenus
3 cdzblock
3 tax_rule
3 cdzblock_shop
3 country
3 klarna_osm_configurations
3 hook_alias
3 currency_shop
3 g_megamenus_shop
2 country_lang
2 module_currency
2 country_shop
2 configuration
2 shop_group
2 image_type
2 djseor
2 cms
2 cms_lang
2 currency
2 group
2 group_shop
2 cms_shop
2 layered_category
1 g_megamenus_lang
1 codazon_theme_configuration
1 codazon_theme_configuration_lang
1 layered_indexable_attribute_group_lang_value
1 required_field
1 state
1 address_format
1 configuration_lang
1 layered_indexable_attribute_group
1 module_group
1 meta
1 tax_lang
1 tax
1 meta_lang
1 hook_module_exceptions
1 manufacturer_lang
1 manufacturer_shop
1 group_lang
1 ganalytics_data

ObjectModel instances

NameInstancesSource
Product 94 /classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Adapter/Image/ImageRetriever.php [52]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/classes/Link.php [98]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
/src/Core/Foundation/Database/EntityRepository.php [141]
Combination 22 /classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
/classes/Product.php [4596]
Category 17 /modules/djseoredirect/djseoredirect.php [323]
/controllers/front/listing/CategoryController.php [67]
/modules/djseoredirect/djseoredirect.php [323]
/modules/ps_facetedsearch/src/Product/Search.php [101]
/classes/PrestaShopCollection.php [360]
/classes/PrestaShopCollection.php [360]
/classes/PrestaShopCollection.php [360]
/classes/Link.php [371]
/classes/Link.php [371]
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php [116]
/classes/PrestaShopCollection.php [360]
/classes/PrestaShopCollection.php [360]
/classes/PrestaShopCollection.php [360]
/classes/Link.php [371]
/classes/Link.php [371]
/modules/ps_categorytree/ps_categorytree.php [288]
/modules/ps_categorytree/ps_categorytree.php [291]
Country 9 /config/config.inc.php [147]
/classes/controller/FrontController.php [355]
/classes/AddressFormat.php [354]
/classes/controller/FrontController.php [1646]
/modules/paypal/paypal.php [335]
/classes/AddressFormat.php [354]
/modules/ps_contactinfo/ps_contactinfo.php [99]
/classes/AddressFormat.php [354]
/modules/ps_contactinfo/ps_contactinfo.php [99]
State 6 /classes/AddressFormat.php [354]
/classes/controller/FrontController.php [1645]
/classes/AddressFormat.php [354]
/modules/ps_contactinfo/ps_contactinfo.php [98]
/classes/AddressFormat.php [354]
/modules/ps_contactinfo/ps_contactinfo.php [98]
Address 4 /classes/Product.php [2903]
/classes/Product.php [2984]
/classes/Product.php [4617]
/classes/shop/Shop.php [479]
AddressFormat 3 /classes/controller/FrontController.php [1640]
/modules/ps_contactinfo/ps_contactinfo.php [93]
/modules/ps_contactinfo/ps_contactinfo.php [93]
Currency 3 /classes/Tools.php [583]
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php [49]
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php [49]
ThemeConfiguration 2 /modules/codazonthemeframework/codazonthemeframework.php [205]
/modules/codazonthemeframework/codazonthemeframework.php [228]
Tax 2 /classes/tax/TaxRulesTaxManager.php [127]
/classes/tax/TaxRulesTaxManager.php [127]
CMS 2 /classes/Link.php [522]
/classes/Link.php [522]
Language 2 /config/config.inc.php [200]
/classes/Tools.php [465]
Group 1 /classes/Cart.php [214]
Cart 1 /classes/controller/FrontController.php [425]
Customer 1 /config/config.inc.php [234]
Gender 1 /classes/controller/FrontController.php [1607]
Risk 1 /classes/controller/FrontController.php [1610]
ShopGroup 1 /classes/shop/Shop.php [561]
GmegamenusModel 1 /modules/g_megamenu/g_megamenu.php [1221]
Shop 1 /config/config.inc.php [121]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines_custom.inc.php
4/config/defines.inc.php
5/config/autoload.php
6/config/alias.php
7/classes/PrestaShopAutoload.php
8/app/cache/dev/class_index.php
9/app/autoload.php
10/vendor/autoload.php
11/vendor/composer/autoload_real.php
12/vendor/composer/ClassLoader.php
13/vendor/composer/include_paths.php
14/vendor/composer/autoload_static.php
15/vendor/react/promise/src/functions_include.php
16/vendor/react/promise/src/functions.php
17/vendor/swiftmailer/swiftmailer/lib/swift_required.php
18/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
19/vendor/paragonie/random_compat/lib/random.php
20/vendor/icanboogie/common/bootstrap.php
21/vendor/icanboogie/common/lib/helpers.php
22/vendor/ircmaxell/password-compat/lib/password.php
23/vendor/symfony/polyfill-php70/bootstrap.php
24/vendor/symfony/polyfill-php56/bootstrap.php
25/vendor/symfony/polyfill-php55/bootstrap.php
26/vendor/symfony/polyfill-php54/bootstrap.php
27/vendor/symfony/polyfill-mbstring/bootstrap.php
28/vendor/symfony/polyfill-intl-icu/bootstrap.php
29/vendor/symfony/polyfill-apcu/bootstrap.php
30/vendor/jakeasmith/http_build_url/src/http_build_url.php
31/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
32/config/settings.inc.php
33/config/bootstrap.php
34/src/Core/ContainerBuilder.php
35/src/Core/Foundation/IoC/Container.php
36/src/Adapter/ServiceLocator.php
37/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
38/app/cache/dev/appParameters.php
39/classes/controller/Controller.php
40/classes/ObjectModel.php
41/src/Core/Foundation/Database/EntityInterface.php
42/classes/db/Db.php
43/classes/Tools.php
44/classes/Context.php
45/classes/shop/Shop.php
46/classes/db/DbPDO.php
47/classes/Configuration.php
48/classes/Validate.php
49/classes/cache/Cache.php
50/src/Adapter/EntityMapper.php
51/classes/db/DbQuery.php
52/src/Core/Addon/Theme/ThemeManagerBuilder.php
53/src/Adapter/Configuration.php
54/src/Core/ConfigurationInterface.php
55/src/Core/Addon/Theme/ThemeRepository.php
56/src/Core/Addon/AddonRepositoryInterface.php
57/vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
58/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
59/vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
60/src/Core/Addon/Theme/Theme.php
61/src/Core/Addon/AddonInterface.php
62/vendor/shudrum/array-finder/ArrayFinder.php
63/config/defines_uri.inc.php
64/classes/Language.php
65/classes/Country.php
66/classes/PrestaShopCollection.php
67/classes/shop/ShopGroup.php
68/classes/Cookie.php
69/classes/PhpEncryption.php
70/vendor/defuse/php-encryption/src/Core.php
71/classes/PhpEncryptionEngine.php
72/vendor/defuse/php-encryption/src/Key.php
73/vendor/defuse/php-encryption/src/Encoding.php
74/config/smarty.config.inc.php
75/classes/Smarty/SmartyDev.php
76/vendor/prestashop/smarty/Smarty.class.php
77/vendor/prestashop/smarty/sysplugins/smarty_internal_data.php
78/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php
79/vendor/prestashop/smarty/sysplugins/smarty_internal_template.php
80/vendor/prestashop/smarty/sysplugins/smarty_resource.php
81/vendor/prestashop/smarty/sysplugins/smarty_internal_resource_file.php
82/vendor/prestashop/smarty/sysplugins/smarty_cacheresource.php
83/vendor/prestashop/smarty/sysplugins/smarty_internal_cacheresource_file.php
84/config/smartyfront.config.inc.php
85/classes/Smarty/SmartyResourceModule.php
86/vendor/prestashop/smarty/sysplugins/smarty_resource_custom.php
87/classes/Smarty/SmartyResourceParent.php
88/classes/Smarty/SmartyLazyRegister.php
89/vendor/prestashop/smarty/plugins/modifier.truncate.php
90/classes/Customer.php
91/classes/Group.php
92/classes/Link.php
93/classes/shop/ShopUrl.php
94/classes/Dispatcher.php
95/classes/Hook.php
96/override/classes/Hook.php
97/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
98/config/db_slave_server.inc.php
99/classes/module/Module.php
100/modules/lgcookieslaw/lgcookieslaw.php
101/modules/lgcookieslaw/config/config.inc.php
102/modules/lgcookieslaw/vendor/autoload.php
103/modules/lgcookieslaw/vendor/composer/autoload_real.php
104/modules/lgcookieslaw/vendor/composer/autoload_static.php
105/src/PrestaShopBundle/Translation/TranslatorComponent.php
106/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
107/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
108/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
109/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
110/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
111/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
112/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
113/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
114/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
115/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
116/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
117/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
118/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/BCResourceInterfaceChecker.php
119/app/cache/dev/translations/catalogue.pt-PT.8739602554c7f3241958e3cc9b57fdecb474d508.php
120/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
121/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
122/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
123/classes/Translate.php
124/modules/lgcookieslaw/translations/pt.php
125/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php
126/modules/codazonwishlist/codazonwishlist.php
127/src/Core/Module/WidgetInterface.php
128/modules/codazonwishlist/translations/pt.php
129/modules/advancedreturns/advancedreturns.php
130/modules/advancedreturns/vendor/autoload.php
131/modules/advancedreturns/vendor/composer/autoload_real.php
132/modules/advancedreturns/vendor/composer/autoload_static.php
133/modules/advancedreturns/translations/pt.php
134/modules/advancedreturns/src/Constants/ARConstants.php
135/modules/djseoredirect/djseoredirect.php
136/modules/djseoredirect/models/djSeoRedirectList.php
137/modules/djseoredirect/translations/pt.php
138/classes/Category.php
139/controllers/front/listing/CategoryController.php
140/classes/controller/ProductListingFrontController.php
141/classes/controller/ProductPresentingFrontController.php
142/classes/controller/FrontController.php
143/override/classes/controller/FrontController.php
144/src/Adapter/ObjectPresenter.php
145/src/Core/Foundation/Templating/PresenterInterface.php
146/src/Adapter/Cart/CartPresenter.php
147/src/Adapter/Product/PriceFormatter.php
148/src/Adapter/Image/ImageRetriever.php
149/classes/tax/TaxConfiguration.php
150/classes/Smarty/TemplateFinder.php
151/classes/assets/StylesheetManager.php
152/classes/assets/AbstractAssetManager.php
153/src/Adapter/Assets/AssetUrlGeneratorTrait.php
154/classes/assets/JavascriptManager.php
155/classes/assets/CccReducer.php
156/modules/contactcustomer/contactcustomer.php
157/modules/contactcustomer/translations/pt.php
158/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php
159/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
160/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php
161/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
162/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
163/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
164/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
165/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
166/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
167/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
168/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
169/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
170/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
171/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
172/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
173/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
174/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
175/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
176/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php
177/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php
178/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
179/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
180/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php
181/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
182/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
183/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
184/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
185/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
186/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
187/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
188/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
189/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
190/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
191/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
192/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
193/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
194/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
195/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
196/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php
197/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
198/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
199/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
200/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
201/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php
202/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
203/classes/Media.php
204/vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php
205/vendor/symfony/symfony/src/Symfony/Component/Debug/ExceptionHandler.php
206/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php
207/vendor/psr/log/Psr/Log/LogLevel.php
208/vendor/symfony/symfony/src/Symfony/Component/Debug/BufferingLogger.php
209/vendor/psr/log/Psr/Log/AbstractLogger.php
210/vendor/psr/log/Psr/Log/LoggerInterface.php
211/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php
212/classes/Currency.php
213/src/Core/Cldr/Repository.php
214/vendor/icanboogie/cldr/lib/RunTimeProvider.php
215/vendor/icanboogie/cldr/lib/ProviderChainTrait.php
216/vendor/icanboogie/cldr/lib/ProviderInterface.php
217/vendor/icanboogie/cldr/lib/CacheInterface.php
218/vendor/icanboogie/cldr/lib/FileProvider.php
219/vendor/icanboogie/cldr/lib/WebProvider.php
220/vendor/icanboogie/cldr/lib/Repository.php
221/vendor/icanboogie/cldr/lib/AccessorTrait.php
222/vendor/icanboogie/cldr/lib/LocaleCollection.php
223/vendor/icanboogie/cldr/lib/RepositoryPropertyTrait.php
224/vendor/icanboogie/cldr/lib/CollectionTrait.php
225/vendor/icanboogie/cldr/lib/Locale.php
226/vendor/icanboogie/cldr/lib/CodePropertyTrait.php
227/vendor/icanboogie/cldr/lib/Supplemental.php
228/vendor/icanboogie/cldr/lib/Currency.php
229/vendor/icanboogie/cldr/lib/LocalizedCurrency.php
230/vendor/icanboogie/cldr/lib/LocalizedObjectWithFormatter.php
231/vendor/icanboogie/cldr/lib/LocalizedObject.php
232/vendor/icanboogie/cldr/lib/LocalePropertyTrait.php
233/classes/Cart.php
234/src/Adapter/AddressFactory.php
235/classes/CartRule.php
236/classes/Product.php
237/classes/webservice/WebserviceRequest.php
238/src/Core/Product/Search/ProductSearchContext.php
239/src/Core/Product/Search/ProductSearchQuery.php
240/src/Core/Product/Search/SortOrder.php
241/modules/ps_facetedsearch/ps_facetedsearch.php
242/modules/ps_facetedsearch/vendor/autoload.php
243/modules/ps_facetedsearch/vendor/composer/autoload_real.php
244/modules/ps_facetedsearch/vendor/composer/autoload_static.php
245/modules/ps_facetedsearch/src/HookDispatcher.php
246/modules/ps_facetedsearch/src/Hook/Attribute.php
247/modules/ps_facetedsearch/src/Hook/AbstractHook.php
248/modules/ps_facetedsearch/src/Hook/AttributeGroup.php
249/modules/ps_facetedsearch/src/Hook/Category.php
250/modules/ps_facetedsearch/src/Hook/Design.php
251/modules/ps_facetedsearch/src/Hook/Feature.php
252/modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
253/modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
254/modules/ps_facetedsearch/src/Hook/FeatureValue.php
255/modules/ps_facetedsearch/src/Hook/Product.php
256/modules/ps_facetedsearch/src/Hook/ProductSearch.php
257/modules/ps_facetedsearch/src/Hook/SpecificPrice.php
258/modules/ps_facetedsearch/src/URLSerializer.php
259/modules/ps_facetedsearch/src/Filters/DataAccessor.php
260/modules/ps_facetedsearch/src/Product/SearchProvider.php
261/src/Core/Product/Search/FacetsRendererInterface.php
262/src/Core/Product/Search/ProductSearchProviderInterface.php
263/modules/ps_facetedsearch/src/Filters/Converter.php
264/modules/ps_facetedsearch/src/Product/SearchFactory.php
265/src/Core/Product/Search/ProductSearchResult.php
266/classes/Combination.php
267/override/classes/Combination.php
268/modules/ps_facetedsearch/src/Product/Search.php
269/modules/ps_facetedsearch/src/Adapter/MySQL.php
270/modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
271/modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
272/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
273/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
274/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
275/modules/ps_facetedsearch/src/Filters/Products.php
276/classes/stock/StockAvailable.php
277/override/classes/stock/StockAvailable.php
278/modules/ps_facetedsearch/src/Filters/Block.php
279/classes/Manufacturer.php
280/src/Core/Product/Search/Facet.php
281/src/Core/Product/Search/Filter.php
282/src/Core/Product/Search/FacetCollection.php
283/classes/ProductAssembler.php
284/classes/tax/Tax.php
285/classes/Address.php
286/classes/SpecificPrice.php
287/classes/tax/TaxManagerFactory.php
288/classes/tax/TaxRulesTaxManager.php
289/classes/tax/TaxManagerInterface.php
290/classes/tax/TaxCalculator.php
291/classes/GroupReduction.php
292/classes/Feature.php
293/classes/ProductPresenterFactory.php
294/src/Core/Product/ProductListingPresenter.php
295/src/Core/Product/ProductPresenter.php
296/src/Adapter/Product/ProductColorsRetriever.php
297/src/Core/Product/ProductPresentationSettings.php
298/classes/Image.php
299/classes/ImageType.php
300/src/Core/Addon/Module/ModuleManagerBuilder.php
301/app/config/config.php
302/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
303/vendor/guzzlehttp/guzzle/src/Client.php
304/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
305/vendor/guzzlehttp/guzzle/src/ClientInterface.php
306/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
307/vendor/guzzlehttp/guzzle/src/Url.php
308/vendor/guzzlehttp/guzzle/src/Utils.php
309/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
310/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
311/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
312/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
313/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
314/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
315/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
316/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
317/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
318/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
319/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
320/vendor/guzzlehttp/guzzle/src/RequestFsm.php
321/src/Adapter/Tools.php
322/app/config/parameters.php
323/src/Adapter/Module/ModuleZipManager.php
324/src/Adapter/Addons/AddonsDataProvider.php
325/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
326/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
327/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
328/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
329/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
330/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
331/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
332/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
333/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
334/src/Adapter/LegacyContext.php
335/src/Adapter/LegacyLogger.php
336/src/Adapter/Module/AdminModuleDataProvider.php
337/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
338/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
339/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
340/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
341/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
342/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
343/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
344/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
345/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
346/src/Adapter/Module/ModuleDataUpdater.php
347/src/Adapter/Module/ModuleDataProvider.php
348/src/Core/Addon/Module/ModuleManager.php
349/src/Core/Addon/AddonManagerInterface.php
350/src/Core/Addon/Module/ModuleRepository.php
351/src/Core/Addon/Module/ModuleRepositoryInterface.php
352/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
353/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
354/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
355/vendor/icanboogie/cldr/lib/Numbers.php
356/vendor/icanboogie/cldr/lib/CurrencyFormatter.php
357/vendor/icanboogie/cldr/lib/NumberFormatter.php
358/vendor/icanboogie/cldr/lib/NumberPattern.php
359/classes/Customization.php
360/classes/ImageManager.php
361/app/cache/dev/smarty/compile/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f.module.facets.tpl.php
362/app/cache/dev/smarty/compile/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379.module.active-filters.tpl.php
363/src/Core/Product/Search/Pagination.php
364/modules/codazonthemeframework/codazonthemeframework.php
365/modules/codazonthemeframework/translations/pt.php
366/modules/codazonthemeframework/classes/SimpleXmlExtended.php
367/modules/codazonthemeframework/classes/ThemeConfiguration.php
368/modules/codazonthemeframework/classes/ConfigSource/AbstractSelectOptions.php
369/modules/ps_legalcompliance/ps_legalcompliance.php
370/modules/ps_legalcompliance/entities/AeucCMSRoleEmailEntity.php
371/modules/ps_legalcompliance/entities/AeucEmailEntity.php
372/src/Core/Foundation/Database/EntityManager.php
373/src/Core/Foundation/Database/DatabaseInterface.php
374/src/Adapter/Database.php
375/src/Core/Foundation/Filesystem/FileSystem.php
376/src/Core/Email/EmailLister.php
377/modules/pspixel/pspixel.php
378/modules/pspixel/translations/pt.php
379/modules/ps_emailsubscription/ps_emailsubscription.php
380/src/Adapter/Product/PriceCalculator.php
381/classes/ProductDownload.php
382/classes/order/Order.php
383/override/classes/order/Order.php
384/classes/Gender.php
385/classes/Risk.php
386/classes/Meta.php
387/classes/AddressFormat.php
388/classes/State.php
389/modules/djglobalvars/djglobalvars.php
390/modules/djglobalvars/translations/pt.php
391/classes/form/CustomerLoginForm.php
392/classes/form/AbstractForm.php
393/classes/form/FormInterface.php
394/src/Core/Foundation/Templating/RenderableInterface.php
395/classes/form/CustomerLoginFormatter.php
396/classes/form/FormFormatterInterface.php
397/classes/ValidateConstraintTranslator.php
398/src/Core/Foundation/Templating/RenderableProxy.php
399/modules/codazonframework/codazonframework.php
400/modules/codazonframework/translations/pt.php
401/modules/codazonwishlist/classes/CdzWishList.php
402/app/cache/dev/smarty/compile/03/b9/00/03b9006a01fa80628af43f06ac602a20c7c3dd1d.file.wishlist-top-link.tpl.php
403/modules/codazonslideshow/codazonslideshow.php
404/modules/codazonslideshow/translations/pt.php
405/modules/codazonmegamenupro/codazonmegamenupro.php
406/modules/codazonmegamenupro/translations/pt.php
407/modules/codazonflyingcart/codazonflyingcart.php
408/modules/hreflang_on_pages/hreflang_on_pages.php
409/modules/hreflang_on_pages/translations/pt.php
410/app/cache/dev/smarty/compile/bb/00/7a/bb007acf9794d34bebc612ce24a9542952ef14ce.file.hreflang_on_pages.tpl.php
411/modules/ps_searchbar/ps_searchbar.php
412/modules/ps_shoppingcart/ps_shoppingcart.php
413/modules/codazoncmsblock/codazoncmsblock.php
414/modules/codazoncmsblock/classes/CMSBlock.php
415/modules/codazoncmsblock/translations/pt.php
416/modules/codazoncmsblock/Widget.php
417/modules/codazoncmsblock/WidgetGroup.php
418/modules/codazoncmsblock/classes/WidgetHelperForm.php
419/classes/helper/HelperForm.php
420/classes/helper/Helper.php
421/modules/multibanco/multibanco.php
422/override/classes/PaymentModule.php
423/modules/ps_googleanalytics/ps_googleanalytics.php
424/modules/ps_googleanalytics/vendor/autoload.php
425/modules/ps_googleanalytics/vendor/composer/autoload_real.php
426/modules/ps_googleanalytics/vendor/composer/platform_check.php
427/modules/ps_googleanalytics/vendor/composer/autoload_static.php
428/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
429/modules/ps_googleanalytics/classes/Hook/HookInterface.php
430/app/cache/dev/smarty/compile/f6/c5/d3/f6c5d3335ef9d97218c980e534798af65e723120.file.ps_googleanalytics.tpl.php
431/vendor/prestashop/smarty/plugins/modifier.escape.php
432/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php
433/modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
434/modules/ps_featuredproducts/ps_featuredproducts.php
435/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
436/modules/ps_googleanalytics/classes/Wrapper/WrapperInterface.php
437/modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
438/app/cache/dev/smarty/compile/82/c9/ef/82c9ef5008a41191685053c1518477b795278d59.file.ga_tag.tpl.php
439/modules/ifthenpay_mbway/ifthenpay_mbway.php
440/modules/ifthenpay_mbway/translations/pt.php
441/modules/seomanager/seomanager.php
442/modules/seomanager/translations/pt.php
443/app/cache/dev/smarty/compile/e0/62/43/e062437f4049618bc9b683b0587f84c4d5a717c6.file.header.tpl.php
444/modules/ppannouncements/ppannouncements.php
445/modules/ppannouncements/translations/pt.php
446/app/cache/dev/smarty/compile/f4/88/96/f48896ee232b83e0c4e6ba3fc4be6890045f24f1.file.ppannouncment-front.tpl.php
447/vendor/prestashop/smarty/plugins/modifier.date_format.php
448/vendor/prestashop/smarty/plugins/shared.make_timestamp.php
449/modules/paypal/paypal.php
450/modules/paypal/vendor/autoload.php
451/modules/paypal/vendor/composer/autoload_real.php
452/modules/paypal/vendor/composer/autoload_static.php
453/modules/paypal/vendor/symfony/polyfill-php72/bootstrap.php
454/modules/paypal/vendor/symfony/polyfill-php72/Php72.php
455/modules/paypal/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
456/modules/paypal/vendor/ralouphie/getallheaders/src/getallheaders.php
457/modules/paypal/vendor/symfony/polyfill-intl-idn/bootstrap.php
458/modules/paypal/vendor/guzzlehttp/psr7/src/functions_include.php
459/modules/paypal/vendor/guzzlehttp/psr7/src/functions.php
460/modules/paypal/vendor/guzzlehttp/promises/src/functions_include.php
461/modules/paypal/vendor/guzzlehttp/promises/src/functions.php
462/modules/paypal/vendor/guzzlehttp/guzzle/src/functions_include.php
463/modules/paypal/vendor/guzzlehttp/guzzle/src/functions.php
464/modules/paypal/smarty/plugins/modifier.paypalreplace.php
465/modules/paypal/translations/pt.php
466/modules/paypal/pt.php
467/modules/paypal/classes/AbstractMethodPaypal.php
468/modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
469/modules/paypal/classes/MethodEC.php
470/modules/paypal/classes/API/PaypalApiManager.php
471/modules/paypal/classes/API/PaypalApiManagerInterface.php
472/modules/paypal/classes/API/PaypalClient.php
473/modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/ProductionEnvironment.php
474/modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/PayPalEnvironment.php
475/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Environment.php
476/modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/PayPalHttpClient.php
477/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/HttpClient.php
478/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Encoder.php
479/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Json.php
480/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer.php
481/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Text.php
482/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Multipart.php
483/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Form.php
484/modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/AuthorizationInjector.php
485/modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php
486/modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/GzipInjector.php
487/modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/FPTIInstrumentationInjector.php
488/app/cache/dev/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce.module.prefetch.tpl.php
489/app/cache/dev/smarty/compile/61/e2/48/61e2484aa132942cb98c09ee2008624a7bf3dbca.file.header.tpl.php
490/modules/stripe_official/stripe_official.php
491/modules/stripe_official/vendor/autoload.php
492/modules/stripe_official/vendor/composer/autoload_real.php
493/modules/stripe_official/vendor/composer/autoload_static.php
494/modules/stripe_official/translations/pt.php
495/modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
496/modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
497/modules/shiptimize/shiptimize.php
498/modules/shiptimize/includes/prestaShiptimize.php
499/modules/shiptimize/includes/core/shiptimize.php
500/modules/shiptimize/includes/prestaShiptimizeOrder.php
501/modules/shiptimize/includes/core/shiptimize-order.php
502/modules/shiptimize/includes/core/ShiptimizeOptions.php
503/modules/shiptimize/includes/prestaShiptimizeCarrierManager.php
504/modules/shiptimize/includes/core/shiptimize-api-v3.php
505/modules/shiptimize/constants.php
506/modules/shiptimize/translations/pt.php
507/modules/pk_lookbook/pk_lookbook.php
508/modules/pk_lookbook/classes/Pk_LookbookItem.php
509/modules/g_megamenu/g_megamenu.php
510/modules/g_megamenu/classes/gmegamenusModel.php
511/modules/g_megamenu/classes/gmegamenusitemModel.php
512/modules/g_megamenu/controllers/admin/AdminGloboMegamenuController.php
513/classes/controller/ModuleAdminController.php
514/classes/controller/AdminController.php
515/modules/g_megamenu/translations/pt.php
516/modules/dotecwpposts/dotecwpposts.php
517/modules/dotecwpposts/lib/bootstrap.php
518/modules/dotecwpposts/lib/types/module.php
519/modules/dotecwpposts/lib/classes/DTCWPControllerCore.php
520/modules/dotecwpposts/lib/classes/DTCWPInstallCore.php
521/modules/dotecwpposts/models/DTCWPModel.php
522/modules/dotecwpposts/helpers/DTCWPPostsHelper.php
523/modules/dotecwpposts/controllers/front/DTCWPCronController.php
524/modules/dotecwpposts/controllers/admin/DTCWPConfigController.php
525/modules/dotecwpposts/controllers/admin/DTCWPConfigHookController.php
526/modules/dotecwpposts/controllers/front/DTCWPFrontController.php
527/modules/dotecwpposts/translations/pt.php
528/modules/klarnapaymentsofficial/klarnapaymentsofficial.php
529/modules/klarnapaymentsofficial/classes/klarnapaymentsapi.php
530/modules/klarnapaymentsofficial/classes/KlarnaOrderDetailsCommon.php
531/modules/klarnapaymentsofficial/classes/KlarnaOsmConfiguration.php
532/modules/klarnapaymentsofficial/translations/pt.php
533/app/cache/dev/smarty/compile/9a/e6/6a/9ae66af9291e382312743a82dafb63b8ef49000b.file.onsite_messaging_script.tpl.php
534/modules/recentlyviewedproduct/recentlyviewedproduct.php
535/modules/recentlyviewedproduct/translations/pt.php
536/modules/zakeke/zakeke.php
537/modules/zakeke/webservice/WebserviceSpecificManagementZakekeCurrency.php
538/classes/webservice/WebserviceSpecificManagementInterface.php
539/modules/zakeke/classes/ZakekeEnabled.php
540/modules/zakeke/classes/ZakekeConfiguratorEnabled.php
541/modules/zakeke/classes/ZakekeApi.php
542/modules/zakeke/classes/ZakekeItem.php
543/modules/zakeke/classes/ZakekeConfiguratorItem.php
544/modules/zakeke/classes/ZakekePrice.php
545/modules/zakeke/classes/ZakekeCompatibility.php
546/modules/zakeke/classes/ZakekeOrderService.php
547/modules/zakeke/classes/ZakekeDisplayCustomization.php
548/modules/zakeke/classes/ZakekeWebserviceService.php
549/modules/zakeke/classes/ZakekeConnectService.php
550/modules/zakeke/classes/ZakekeEditUrl.php
551/modules/zakeke/translations/pt.php
552/modules/dtc_deliveryestimate/dtc_deliveryestimate.php
553/modules/dtc_deliveryestimate/classes/DtcMultiShipping.php
554/modules/dtc_deliveryestimate/translations/pt.php
555/modules/dtcchatgpt/dtcchatgpt.php
556/modules/dtcchatgpt/translations/pt.php
557/vendor/defuse/php-encryption/src/Crypto.php
558/vendor/defuse/php-encryption/src/KeyOrPassword.php
559/vendor/defuse/php-encryption/src/RuntimeTests.php
560/vendor/defuse/php-encryption/src/DerivedKeys.php
561/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
562/vendor/defuse/php-encryption/src/Exception/CryptoException.php
563/app/cache/dev/smarty/compile/layouts_layout_left_column_tpl/44/0c/16/440c166e4bb067ce8f0777fa6796322f930d509e.file.category.tpl.php
564/modules/ps_languageselector/ps_languageselector.php
565/app/cache/dev/smarty/compile/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf.module.ps_languageselector.tpl.php
566/modules/ps_currencyselector/ps_currencyselector.php
567/modules/ps_customersignin/ps_customersignin.php
568/app/cache/dev/smarty/compile/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c.module.ps_customersignin.tpl.php
569/app/cache/dev/smarty/compile/c3/8f/3e/c38f3eda4236585b14d76ff269409d8963ef3c36.file.mini-login-form.tpl.php
570/classes/form/FormField.php
571/app/cache/dev/smarty/compile/44/c8/a8/44c8a8b61862ffb7bb3156bdd8e47ae2f8d97b34.file.dropdown_content.tpl.php
572/app/cache/dev/smarty/compile/88/7b/ac/887bac184ff437928fd12c632c5404e8586cb065.file.form-fields.tpl.php
573/vendor/prestashop/smarty/plugins/function.html_select_date.php
574/vendor/prestashop/smarty/plugins/shared.escape_special_chars.php
575/app/cache/dev/smarty/compile/ce/76/0a/ce760a54b6d0799906eb2c1bd5ec959831b5e0e4.file.form-errors.tpl.php
576/modules/ps_contactinfo/ps_contactinfo.php
577/app/cache/dev/smarty/compile/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2.module.nav.tpl.php
578/app/cache/dev/smarty/compile/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617.module.ps_searchbar.tpl.php
579/app/cache/dev/smarty/compile/68/4e/f2/684ef25e056a0e66a43f3a763d29900207e3c061.module.ps_searchbar_style_01.tpl.php
580/app/cache/dev/smarty/compile/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880.module.ps_shoppingcart.tpl.php
581/app/cache/dev/smarty/compile/4a/64/ca/4a64ca31b003b7064b297db9b16503e5116f6dd7.file.1_menu.tpl.php
582/app/cache/dev/smarty/compile/56/27/3b/56273bb651d9bdcac37207e8e238b0ab0892ba53.file.menu.tpl.php
583/modules/ps_categorytree/ps_categorytree.php
584/app/cache/dev/smarty/compile/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d.module.ps_categorytree.tpl.php
585/app/cache/dev/smarty/compile/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5.module.ps_facetedsearch.tpl.php
586/src/Core/Foundation/Database/EntityRepository.php
587/src/Adapter/EntityMetaDataRetriever.php
588/src/Core/Foundation/Database/EntityMetaData.php
589/src/Core/Foundation/Database/EntityManager/QueryBuilder.php
590/app/cache/dev/smarty/compile/21/0a/70/210a7040e4a8a62ec56dea245775c7d3986818c4.file.cmsblock.tpl.php
591/modules/ps_linklist/ps_linklist.php
592/modules/ps_linklist/src/LinkBlockRepository.php
593/modules/ps_linklist/src/LinkBlock.php
594/modules/ps_linklist/src/LinkBlockPresenter.php
595/app/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/1/15/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872.linkblock.tpl.php
596/modules/ps_customeraccountlinks/ps_customeraccountlinks.php
597/app/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/1/15/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f.ps_customeraccountlinks.tpl.php
598/app/cache/dev/smarty/compile/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d.module.ps_contactinfo.tpl.php
599/modules/ps_socialfollow/ps_socialfollow.php
600/app/cache/dev/smarty/cache/ps_socialfollow/1/1/1/1/15/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577.ps_socialfollow.tpl.php
601/classes/CMS.php
602/app/cache/dev/smarty/compile/25/cb/cf/25cbcf0bbaddb945cb752a9f06451665cd3e1dbf.module.footer-cart.tpl.php
603/modules/codazonflyingcart/translations/pt.php
604/app/cache/dev/smarty/compile/e8/95/a5/e895a59c81d824b50126cfa76c48122d443716df.file.displayBeforeClosingTag.tpl.php
605/app/cache/dev/smarty/compile/fc/fc/9f/fcfc9f256087a0e574d9237a75a263945dff3409.file.wishlist-modal.tpl.php
606/app/cache/dev/smarty/compile/4c/0a/c6/4c0ac6aac5e0d696f1af878ccc35001a33709567.file.form-fields.tpl.php
607/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php
608/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
609/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php