Home

Visualizzati 1-24 su 171 articoli

Questo sito utilizza i cookie per offrire i propri servizi e analizzare il traffico.

Load Time 1846 ms
Querying Time 605 ms
Queries 1371
Memory Peak Usage 61.7 Mb
Included Files 1328 files - 14.53 Mb
PrestaShop Cache - Mb
Global vars 0.52 Mb
PrestaShop Version 8.2.5
PHP Version 8.4.12
MySQL Version 8.0.45-0ubuntu0.24.04.1
Memory Limit 2G
Max Execution Time 300s
Smarty Cache disabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 1379 ms 1379 ms 30.45 Mb 30.6 Mb
__construct 0.018 ms 1379 ms - Mb 30.6 Mb
init 8.962 ms 1388 ms 0.70 Mb 31.2 Mb
checkAccess 0.002 ms 1388 ms - Mb 31.2 Mb
setMedia 1.077 ms 1389 ms 0.10 Mb 31.3 Mb
postProcess 0.001 ms 1389 ms - Mb 31.3 Mb
initHeader 0.002 ms 1389 ms - Mb 31.3 Mb
initContent 234.652 ms 1624 ms 7.32 Mb 38.7 Mb
initFooter 0.002 ms 1624 ms - Mb 38.7 Mb
display 222.456 ms 1846 ms 22.17 Mb 61.7 Mb
Hook Time Memory Usage
displayMainMenu 92.205 ms 14.31 Mb
DisplayProductCampagains 38.960 ms 1.44 Mb
displayProductListReviews 23.643 ms 1.08 Mb
ActionDispatcherBefore 20.480 ms 0.07 Mb
FilterProductSearch 10.978 ms 0.32 Mb
DisplayHeader 5.977 ms 0.33 Mb
displayFooter 5.627 ms 0.57 Mb
DisplayProductPriceBlock 4.455 ms 0.08 Mb
displayLeftColumn 3.222 ms 0.58 Mb
displayNav1 2.539 ms 0.37 Mb
Header 0.995 ms 0.02 Mb
displayVerticalMenu 0.703 ms 0.08 Mb
renderWidget 0.661 ms 0.06 Mb
displayBeforeBodyClosingTag 0.651 ms 0.04 Mb
displayCategoryElementor 0.455 ms 0.07 Mb
ProductSearchProvider 0.415 ms 0.03 Mb
displayNav2 0.411 ms 0.06 Mb
DisplayLeftColumn 0.265 ms 0.11 Mb
ModuleRoutes 0.247 ms 0.01 Mb
IsJustElementor 0.194 ms 0.01 Mb
ActionFrontControllerSetMedia 0.175 ms 0.01 Mb
OverrideLayoutTemplate 0.066 ms - Mb
ActionDispatcher 0.007 ms - Mb
ActionProductSearchAfter 0.006 ms - Mb
ActionFrontControllerSetVariables 0.005 ms - Mb
DisplayOverrideTemplate 0.003 ms - Mb
26 hook(s) 213.345 ms 19.67 Mb
Module Time Memory Usage
ets_seo 1308 ms 26.00 Mb
ph_simpleblog 2.005 ms 0.15 Mb
alma 6.315 ms 0.19 Mb
smartblog 1.509 ms 0.08 Mb
iqitthemeeditor 0.705 ms 0.11 Mb
ps_emailsubscription 1.064 ms 0.14 Mb
ps_emailalerts 0.207 ms 0.01 Mb
iqitproductvariants 0.120 ms 0.01 Mb
revsliderprestashop 1.732 ms 0.05 Mb
splittypay 0.222 ms 0.01 Mb
ps_shoppingcart 0.138 ms 0.01 Mb
productcomments 15.088 ms 0.17 Mb
trustpilot 11.996 ms 0.42 Mb
psxmarketingwithgoogle 1.425 ms 0.08 Mb
ets_recaptcha_free 0.160 ms 0.01 Mb
paypal 2.164 ms 0.16 Mb
iqitcontactpage 0.947 ms 0.08 Mb
iqitcookielaw 0.864 ms 0.05 Mb
iqitcountdown 0.183 ms 0.01 Mb
iqitelementor 1.343 ms 0.16 Mb
iqitfreedeliverycount 0.102 ms 0.01 Mb
iqitmegamenu 94.018 ms 14.41 Mb
iqitreviews 8.997 ms 0.95 Mb
iqitextendedproduct 0.211 ms 0.07 Mb
iqitsociallogin 0.091 ms 0.01 Mb
ps_facetedsearch 1.406 ms 0.17 Mb
iqitlinksmanager 6.947 ms 0.81 Mb
ps_languageselector 0.360 ms 0.03 Mb
ps_currencyselector 0.284 ms 0.05 Mb
iqitsearch 0.798 ms 0.07 Mb
ps_customersignin 0.099 ms 0.01 Mb
iqitproductflags 39.277 ms 1.54 Mb
ps_categorytree 3.371 ms 0.65 Mb
33 module(s) 1512 ms 46.66 Mb

Stopwatch SQL - 1371 queries

# Query Time (ms) Rows Filesort Group By Location
411
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, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (71, 67, 66, 1, 28, 35, 19) AND c.nleft>=2 AND c.nright<=277 GROUP BY p.id_product) p WHERE ((p.on_sale=1))
27.160 ms 4310 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
873
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 428 AND `id_shop` = 1
20.174 ms 1 /src/Adapter/EntityMapper.php:79
415
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, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=277 GROUP BY p.id_product) p GROUP BY p.id_manufacturer
17.063 ms 12930 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
408
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, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (71, 67, 66, 1, 28, 35, 19) AND c.nleft>=2 AND c.nright<=277 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)))
14.151 ms 86200 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
13.930 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
13.574 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
12.084 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
32
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
11.379 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1267
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (316) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
10.421 ms 1 Yes Yes /classes/Product.php:4513
410
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, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (71, 67, 66, 1, 28, 35, 19) AND c.nleft>=2 AND c.nright<=277 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) WHERE ((sa.quantity>0))
8.614 ms 43100 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
6.348 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
412
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, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (71, 67, 66, 1, 28, 35, 19) AND c.nleft>=2 AND c.nright<=277 GROUP BY p.id_product) p WHERE p.date_add>'2025-09-16 00:00:00'
6.289 ms 4310 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
413
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, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (71, 67, 66, 1, 28, 35, 19) AND c.nleft>=2 AND c.nright<=277 GROUP BY p.id_product) p LEFT JOIN ps_specific_price sp ON (
sp.id_product = p.id_product AND 
sp.id_shop IN (0, 1) AND 
sp.id_currency IN (0, 1) AND 
sp.id_country IN (0, 10) AND 
sp.id_group IN (0, 1) AND 
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND 
(sp.from = '0000-00-00 00:00:00' OR '2026-05-23 12:00:42' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2026-05-23 12:00:42' <= sp.to) 
) WHERE ((sp.reduction>0))
6.146 ms 68960 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.641 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
24
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.578 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
409
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, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (71, 67, 66, 1, 28, 35, 19) AND c.nleft>=2 AND c.nright<=277 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0))
5.414 ms 43100 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
5.406 ms 3204 /classes/Configuration.php:180
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.127 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.090 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.402 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
416
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 10) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (71, 67, 66, 1, 28, 35, 19) AND c.nleft>=2 AND c.nright<=277
4.101 ms 431 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.067 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
406
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (71, 67, 66, 1, 28, 35, 19) AND c.nleft>=2 AND c.nright<=277 GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add ASC, p.id_product DESC
3.936 ms 4310 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.836 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.716 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.521 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.420 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.365 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.338 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.300 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.219 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.213 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.200 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.181 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.174 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.131 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.099 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.037 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
429
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.966 ms 704 /classes/Hook.php:455
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.931 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.929 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.927 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.912 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.866 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
29
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.835 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
417
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("9fbc2b70ecec691149b7cf2711366733", "a:1:{s:7:\"filters\";a:4:{i:0;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilità\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:12:\"In magazzino\";s:3:\"nbr\";i:141;}i:0;a:2:{s:4:\"name\";s:15:\"Non disponibile\";s:3:\"nbr\";i:44;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:9:\"Selezioni\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:8:\"In saldo\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:14:\"Nuovo prodotto\";s:3:\"nbr\";i:98;}s:8:\"discount\";a:2:{s:4:\"name\";s:8:\"Scontato\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:67:{i:1;a:3:{s:4:\"name\";s:8:\"OSCULATI\";s:3:\"nbr\";s:3:\"137\";s:7:\"checked\";b:1;}i:3;a:2:{s:4:\"name\";s:4:\"TREM\";s:3:\"nbr\";s:2:\"20\";}i:5;a:2:{s:4:\"name\";s:5:\"BOERO\";s:3:\"nbr\";s:1:\"3\";}i:6;a:2:{s:4:\"name\";s:8:\"LOWRANCE\";s:3:\"nbr\";s:1:\"4\";}i:7;a:2:{s:4:\"name\";s:6:\"Flojet\";s:3:\"nbr\";s:1:\"1\";}i:10;a:2:{s:4:\"name\";s:6:\"MAJONI\";s:3:\"nbr\";s:1:\"3\";}i:13;a:2:{s:4:\"name\";s:9:\"ULTRAFLEX\";s:3:\"nbr\";s:1:\"2\";}i:14;a:2:{s:4:\"name\";s:6:\"GARMIN\";s:3:\"nbr\";s:1:\"1\";}i:15;a:2:{s:4:\"name\";s:6:\"HEMPEL\";s:3:\"nbr\";s:1:\"3\";}i:16;a:2:{s:4:\"name\";s:25:\"International Yacht Paint\";s:3:\"nbr\";s:1:\"5\";}i:17;a:2:{s:4:\"name\";s:6:\"Carson\";s:3:\"nbr\";s:1:\"1\";}i:19;a:3:{s:4:\"name\";s:9:\"Tubertini\";s:3:\"nbr\";s:2:\"14\";s:7:\"checked\";b:1;}i:20;a:2:{s:4:\"name\";s:25:\"Yo-zuri - Duel - Hardcore\";s:3:\"nbr\";s:1:\"1\";}i:21;a:2:{s:4:\"name\";s:7:\"Olympus\";s:3:\"nbr\";s:1:\"1\";}i:22;a:2:{s:4:\"name\";s:5:\"Ghost\";s:3:\"nbr\";s:1:\"1\";}i:24;a:2:{s:4:\"name\";s:6:\"Mustad\";s:3:\"nbr\";s:2:\"14\";}i:28;a:3:{s:4:\"name\";s:9:\"Power Pro\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:32;a:2:{s:4:\"name\";s:3:\"JLC\";s:3:\"nbr\";s:2:\"25\";}i:33;a:2:{s:4:\"name\";s:5:\"C-MAP\";s:3:\"nbr\";s:1:\"3\";}i:34;a:2:{s:4:\"name\";s:4:\"TICA\";s:3:\"nbr\";s:1:\"7\";}i:35;a:3:{s:4:\"name\";s:6:\"RAPALA\";s:3:\"nbr\";s:1:\"2\";s:7:\"checked\";b:1;}i:36;a:2:{s:4:\"name\";s:5:\"DAIWA\";s:3:\"nbr\";s:2:\"10\";}i:37;a:2:{s:4:\"name\";s:5:\"Okuma\";s:3:\"nbr\";s:1:\"4\";}i:38;a:2:{s:4:\"name\";s:11:\"Black Shark\";s:3:\"nbr\";s:1:\"2\";}i:39;a:2:{s:4:\"name\";s:3:\"VMC\";s:3:\"nbr\";s:1:\"2\";}i:40;a:2:{s:4:\"name\";s:5:\"DECOY\";s:3:\"nbr\";s:1:\"4\";}i:41;a:2:{s:4:\"name\";s:3:\"BKK\";s:3:\"nbr\";s:2:\"10\";}i:42;a:2:{s:4:\"name\";s:7:\"HASWING\";s:3:\"nbr\";s:1:\"2\";}i:43;a:2:{s:4:\"name\";s:4:\"ICOM\";s:3:\"nbr\";s:1:\"1\";}i:44;a:2:{s:4:\"name\";s:16:\"STANDARD HORIZON\";s:3:\"nbr\";s:1:\"1\";}i:45;a:2:{s:4:\"name\";s:9:\"YAMASHITA\";s:3:\"nbr\";s:1:\"7\";}i:46;a:2:{s:4:\"name\";s:3:\"DTD\";s:3:\"nbr\";s:1:\"6\";}i:47;a:2:{s:4:\"name\";s:6:\"JATSUI\";s:3:\"nbr\";s:1:\"8\";}i:50;a:2:{s:4:\"name\";s:3:\"TMC\";s:3:\"nbr\";s:1:\"1\";}i:51;a:2:{s:4:\"name\";s:10:\"SM NAUTICA\";s:3:\"nbr\";s:1:\"9\";}i:52;a:2:{s:4:\"name\";s:6:\"SEAFLO\";s:3:\"nbr\";s:1:\"3\";}i:53;a:2:{s:4:\"name\";s:4:\"HOWK\";s:3:\"nbr\";s:1:\"1\";}i:54;a:2:{s:4:\"name\";s:3:\"NGK\";s:3:\"nbr\";s:1:\"3\";}i:55;a:2:{s:4:\"name\";s:8:\"CHAMPION\";s:3:\"nbr\";s:1:\"1\";}i:56;a:2:{s:4:\"name\";s:5:\"MOTUL\";s:3:\"nbr\";s:1:\"6\";}i:57;a:2:{s:4:\"name\";s:7:\"SUNLINE\";s:3:\"nbr\";s:1:\"3\";}i:58;a:2:{s:4:\"name\";s:9:\"CAPTAIN J\";s:3:\"nbr\";s:1:\"5\";}i:59;a:2:{s:4:\"name\";s:11:\"Quicksilver\";s:3:\"nbr\";s:1:\"3\";}i:60;a:2:{s:4:\"name\";s:6:\"COLMIC\";s:3:\"nbr\";s:1:\"3\";}i:61;a:2:{s:4:\"name\";s:3:\"M&W\";s:3:\"nbr\";s:1:\"1\";}i:63;a:2:{s:4:\"name\";s:12:\"WHITE MONKEY\";s:3:\"nbr\";s:1:\"2\";}i:65;a:2:{s:4:\"name\";s:5:\"BULOX\";s:3:\"nbr\";s:1:\"1\";}i:66;a:3:{s:4:\"name\";s:3:\"FLY\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:67;a:3:{s:4:\"name\";s:6:\"FALCON\";s:3:\"nbr\";s:2:\"13\";s:7:\"checked\";b:1;}i:68;a:2:{s:4:\"name\";s:6:\"NOMURA\";s:3:\"nbr\";s:1:\"4\";}i:69;a:2:{s:4:\"name\";s:11:\"KALI KUNNAN\";s:3:\"nbr\";s:1:\"5\";}i:70;a:2:{s:4:\"name\";s:5:\"PALMS\";s:3:\"nbr\";s:1:\"2\";}i:71;a:3:{s:4:\"name\";s:6:\"CRAZEE\";s:3:\"nbr\";s:1:\"3\";s:7:\"checked\";b:1;}i:72;a:2:{s:4:\"name\";s:6:\"GT-BIO\";s:3:\"nbr\";s:1:\"1\";}i:73;a:2:{s:4:\"name\";s:11:\"MARIA JAPAN\";s:3:\"nbr\";s:1:\"1\";}i:74;a:2:{s:4:\"name\";s:5:\"IOSSO\";s:3:\"nbr\";s:2:\"10\";}i:75;a:2:{s:4:\"name\";s:11:\"BLUE MARINE\";s:3:\"nbr\";s:1:\"1\";}i:76;a:2:{s:4:\"name\";s:4:\"PROX\";s:3:\"nbr\";s:1:\"1\";}i:77;a:2:{s:4:\"name\";s:9:\"WAX Japan\";s:3:\"nbr\";s:1:\"3\";}i:78;a:2:{s:4:\"name\";s:5:\"Xzoga\";s:3:\"nbr\";s:1:\"2\";}i:79;a:2:{s:4:\"name\";s:17:\"Fratelli Zucchini\";s:3:\"nbr\";s:1:\"2\";}i:80;a:2:{s:4:\"name\";s:19:\"Marlin Yacht Paints\";s:3:\"nbr\";s:1:\"2\";}i:81;a:2:{s:4:\"name\";s:10:\"OCEANSOUTH\";s:3:\"nbr\";s:1:\"1\";}i:83;a:2:{s:4:\"name\";s:3:\"CFG\";s:3:\"nbr\";s:1:\"1\";}i:84;a:2:{s:4:\"name\";s:8:\"EUROMECI\";s:3:\"nbr\";s:1:\"4\";}i:85;a:2:{s:4:\"name\";s:13:\"MARTYR ANODES\";s:3:\"nbr\";s:1:\"2\";}i:86;a:2:{s:4:\"name\";s:6:\"RECMAR\";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Prezzo\";s:3:\"max\";d:209;s:3:\"min\";d:0;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:171;s:5:\"value\";N;}}}")
2.833 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:209
26
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.771 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.742 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.728 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.698 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.657 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.636 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.615 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.613 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.560 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.550 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1325
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 352
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
2.544 ms 21 Yes Yes /classes/Product.php:2731
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.539 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.534 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.501 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.447 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.427 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.415 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.387 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.377 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.365 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.314 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
428
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.304 ms 0 /classes/Hook.php:1348
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.210 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.180 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.111 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.867 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.856 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
13
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1.845 ms 127 /classes/module/Module.php:341
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.835 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.789 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.779 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.751 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.742 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
1.699 ms 1 /src/Adapter/EntityMapper.php:71
418
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-23 00:00:00',
INTERVAL 250 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (315,316,318,324,330,333,334,337,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,357)
1.614 ms 24 /classes/ProductAssembler.php:95
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.579 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
414
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_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
1.577 ms 83 Yes /classes/Manufacturer.php:201
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.572 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
20
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.538 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.525 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.476 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.441 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.439 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
1.409 ms 1 /classes/shop/ShopUrl.php:178
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
1.398 ms 1 /src/Adapter/EntityMapper.php:71
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.353 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
400
SELECT SQL_NO_CACHE * 
FROM `ps_ets_seo_category` 
WHERE id_category = 2 AND id_shop = 1 AND id_lang = 1 LIMIT 1
1.306 ms 1 /modules/ets_seo/classes/EtsSeoCategory.php:230
353
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_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 `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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.305 ms 1860 Yes Yes /classes/Hook.php:1289
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.283 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
1.238 ms 1 /classes/Language.php:1080
419
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 315
AND image_shop.`cover` = 1 LIMIT 1
1.169 ms 1 /classes/Product.php:3570
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.159 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.106 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.090 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.059 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.053 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1345
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
1.019 ms 135 Yes Yes /classes/Category.php:785
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.917 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
821
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 403 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.906 ms 135 Yes Yes /classes/Category.php:785
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.822 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.762 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
6
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.744 ms 1 /src/Adapter/EntityMapper.php:71
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.721 ms 1 /src/Adapter/EntityMapper.php:71
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.716 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
747
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 337 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.695 ms 1 Yes Yes /classes/Product.php:2815
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.684 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
748
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 339 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.664 ms 1 Yes Yes /classes/Product.php:2815
424
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.659 ms 1 /classes/SpecificPrice.php:426
1354
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
0.625 ms 1 /src/Adapter/EntityMapper.php:71
403
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_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.589 ms 83 Yes /classes/Manufacturer.php:201
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.584 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1019
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 315 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.584 ms 135 Yes Yes /classes/Category.php:785
1028
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 376 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.580 ms 135 Yes Yes /classes/Category.php:785
1018
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 309 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.577 ms 135 Yes Yes /classes/Category.php:785
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.569 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.568 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.568 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1338
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (357) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.558 ms 1 Yes Yes /classes/Product.php:4513
427
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 315 AND id_shop=1 LIMIT 1
0.550 ms 1 /classes/Product.php:6884
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.548 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
807
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 363 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.544 ms 135 Yes Yes /classes/Category.php:785
407
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="9fbc2b70ecec691149b7cf2711366733" LIMIT 1
0.538 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
438
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 315
ORDER BY f.position ASC
0.537 ms 1 Yes /classes/Product.php:6024
349
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_edition_basic" LIMIT 1
0.534 ms 0 /classes/module/Module.php:2664
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.530 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.527 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.526 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
448
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 316 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 316 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.524 ms 0 /classes/Cart.php:1430
437
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 315 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 315 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.523 ms 0 /classes/Cart.php:1430
1023
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 342 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.517 ms 135 Yes Yes /classes/Category.php:785
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.514 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.514 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.509 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
464
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 324) AND (b.`id_shop` = 1) LIMIT 1
0.509 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.506 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.500 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1350
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM ps_iqit_link_block cb
INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 45
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.500 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.498 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
352
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.498 ms 1085 /classes/Hook.php:1388
520
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 339
ORDER BY f.position ASC
0.498 ms 1 Yes /classes/Product.php:6024
1024
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 349 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.498 ms 135 Yes Yes /classes/Category.php:785
1025
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 366 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.495 ms 135 Yes Yes /classes/Category.php:785
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.485 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.478 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.473 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.471 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
459
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 318 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 318 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.469 ms 0 /classes/Cart.php:1430
422
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 315) AND (b.`id_shop` = 1) LIMIT 1
0.468 ms 1 /src/Adapter/EntityMapper.php:71
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.467 ms 1 /classes/ObjectModel.php:1727
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.464 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.453 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1026
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 373 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.452 ms 135 Yes Yes /classes/Category.php:785
1027
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 407 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.451 ms 135 Yes Yes /classes/Category.php:785
25
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.448 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1021
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 335 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.447 ms 135 Yes Yes /classes/Category.php:785
1020
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 330 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.444 ms 135 Yes Yes /classes/Category.php:785
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.442 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.440 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
34
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.432 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
423
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.430 ms 1 /classes/Manufacturer.php:312
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.429 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
760
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 352 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.427 ms 21 Yes Yes /classes/Product.php:2815
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.425 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
355
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.422 ms 1085 /classes/Hook.php:1348
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.419 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.415 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.412 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
359
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.409 ms 127 /classes/module/Module.php:341
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.404 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1022
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 334 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.404 ms 135 Yes Yes /classes/Category.php:785
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.400 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.399 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.397 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.394 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.393 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.392 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.391 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.389 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
22
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.385 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.385 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.382 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
360
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.382 ms 73 Yes /classes/Dispatcher.php:654
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.378 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.378 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.377 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.374 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
21
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.374 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
386
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.372 ms 3 Yes Yes /classes/Category.php:916
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.371 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.370 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.370 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
740
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 315 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.370 ms 1 Yes Yes /classes/Product.php:2815
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.364 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.363 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.362 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
472
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 330
AND image_shop.`cover` = 1 LIMIT 1
0.360 ms 1 /classes/Product.php:3570
529
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 340 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 340 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.359 ms 0 /classes/Cart.php:1430
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.359 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.358 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.358 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.358 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
501
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 334
ORDER BY f.position ASC
0.357 ms 1 Yes /classes/Product.php:6024
460
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 318
ORDER BY f.position ASC
0.354 ms 1 Yes /classes/Product.php:6024
17
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.353 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.348 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.347 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.346 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.346 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.346 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.345 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.343 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.342 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.342 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.340 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.340 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.339 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.339 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.338 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.337 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.337 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.336 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.335 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.335 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
752
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 343 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.335 ms 1 Yes Yes /classes/Product.php:2815
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.334 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.334 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.334 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
19
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.333 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.333 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.332 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.332 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.331 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
430
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 217)
AND ('96100' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '96100')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.331 ms 2 Yes /classes/tax/TaxRulesTaxManager.php:100
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.330 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.330 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.330 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.329 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
364
SELECT SQL_NO_CACHE `type`, `target` FROM `ps_ets_seo_redirect` WHERE `url` = 'home?q=Marca-CRAZEE-FALCON-FLY-OSCULATI-Power+Pro-RAPALA-Tubertini' AND active = 1 AND `id_shop`=1 LIMIT 1
0.329 ms 0 /modules/ets_seo/classes/EtsSeoRedirect.php:129
1329
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (352) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.329 ms 21 Yes Yes /classes/Product.php:4513
470
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 324 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 324 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.328 ms 0 /classes/Cart.php:1430
874
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 329) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.327 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.327 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.327 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1264
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (315) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.327 ms 1 Yes Yes /classes/Product.php:4513
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.326 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
567
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 344 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 344 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.325 ms 0 /classes/Cart.php:1430
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.324 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.324 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.323 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.323 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.322 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.322 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.319 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.318 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.318 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
449
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 316
ORDER BY f.position ASC
0.316 ms 1 Yes /classes/Product.php:6024
1326
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.315 ms 21 /classes/Product.php:2746
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.314 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.313 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.310 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
500
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 334 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.310 ms 0 /classes/Cart.php:1430
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.308 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.307 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.305 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.305 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
426
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 315)
0.305 ms 1 /classes/Product.php:3860
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.304 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.303 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.301 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.300 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.300 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.298 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.298 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.298 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.297 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
491
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 333 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 333 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.297 ms 0 /classes/Cart.php:1430
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.296 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.295 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.294 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.293 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
753
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 344 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.291 ms 1 Yes Yes /classes/Product.php:2815
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.290 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.289 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.289 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.288 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.288 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.287 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.287 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.287 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.287 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
576
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 345 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 345 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.286 ms 0 /classes/Cart.php:1430
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.285 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
371
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.285 ms 127 /classes/module/Module.php:341
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.284 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.283 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
741
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 316 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.283 ms 1 Yes Yes /classes/Product.php:2815
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.281 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.281 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.280 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.279 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.279 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
480
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 330 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 330 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.278 ms 0 /classes/Cart.php:1430
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.277 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.276 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.276 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
492
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 333
ORDER BY f.position ASC
0.275 ms 1 Yes /classes/Product.php:6024
595
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 347 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 347 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.275 ms 0 /classes/Cart.php:1430
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.274 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.274 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.274 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
750
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 341 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.274 ms 1 Yes Yes /classes/Product.php:2815
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.273 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.273 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.272 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
751
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 342 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.271 ms 1 Yes Yes /classes/Product.php:2815
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.270 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.269 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1288
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (339) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.269 ms 1 Yes Yes /classes/Product.php:4513
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.268 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.267 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.267 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
28
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.266 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.266 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
805
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM ps_iqitmegamenu_tabs_shop hs
LEFT JOIN ps_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN ps_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position
0.266 ms 6 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:166
23
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.265 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1270
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (318) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.263 ms 1 Yes Yes /classes/Product.php:4513
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.262 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
749
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 340 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.262 ms 1 Yes Yes /classes/Product.php:2815
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.261 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.260 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1315
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (348) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.258 ms 1 Yes Yes /classes/Product.php:4513
1332
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (353) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.257 ms 1 Yes Yes /classes/Product.php:4513
1335
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (354) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.257 ms 1 Yes Yes /classes/Product.php:4513
683
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 330) AND (b.`id_shop` = 1) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.255 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1276
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (330) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.255 ms 1 Yes Yes /classes/Product.php:4513
11
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_seo" LIMIT 1
0.255 ms 1 /classes/module/Module.php:2664
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.254 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.254 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.253 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
14
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.253 ms 127 /src/Adapter/Module/Repository/ModuleRepository.php:99
481
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 330
ORDER BY f.position ASC
0.253 ms 1 Yes /classes/Product.php:6024
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.252 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1273
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (324) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.252 ms 1 Yes Yes /classes/Product.php:4513
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
439
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.251 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:100
444
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 316)
0.251 ms 1 /classes/Product.php:3860
670
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 357 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 357 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.251 ms 0 /classes/Cart.php:1430
1300
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (343) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.250 ms 1 Yes Yes /classes/Product.php:4513
759
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 350 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.249 ms 1 Yes Yes /classes/Product.php:2815
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.248 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.248 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.247 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
754
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 345 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.247 ms 1 Yes Yes /classes/Product.php:2815
452
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 308 LIMIT 1
0.246 ms 1 /classes/Product.php:5670
676
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 316) AND (b.`id_shop` = 1) LIMIT 1
0.246 ms 1 /src/Adapter/EntityMapper.php:71
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.246 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.245 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1285
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (337) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.245 ms 1 Yes Yes /classes/Product.php:4513
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.244 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1282
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (334) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.244 ms 1 Yes Yes /classes/Product.php:4513
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.244 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
755
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 346 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.244 ms 1 Yes Yes /classes/Product.php:2815
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.243 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.243 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.243 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.242 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.241 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
509
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 337 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.241 ms 0 /classes/Cart.php:1430
362
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.240 ms 127 /classes/module/Module.php:341
1309
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (346) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.240 ms 1 Yes Yes /classes/Product.php:4513
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.239 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1297
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (342) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.239 ms 1 Yes Yes /classes/Product.php:4513
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.239 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1291
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (340) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.238 ms 1 Yes Yes /classes/Product.php:4513
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
635
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 352 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 352 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.238 ms 0 /classes/Cart.php:1430
745
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 333 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.236 ms 1 Yes Yes /classes/Product.php:2815
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.235 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.235 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
742
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 318 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.235 ms 1 Yes Yes /classes/Product.php:2815
1303
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (344) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.235 ms 1 Yes Yes /classes/Product.php:4513
1312
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (347) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.235 ms 1 Yes Yes /classes/Product.php:4513
732
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 353) AND (b.`id_shop` = 1) LIMIT 1
0.235 ms 1 /src/Adapter/EntityMapper.php:71
461
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 324
AND image_shop.`cover` = 1 LIMIT 1
0.233 ms 1 /classes/Product.php:3570
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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.233 ms 1 Yes /classes/shop/Shop.php:715
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.233 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
443
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 316 LIMIT 1
0.233 ms 1 /classes/SpecificPrice.php:435
453
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 318) AND (b.`id_shop` = 1) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
1279
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (333) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.232 ms 1 Yes Yes /classes/Product.php:4513
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.231 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.231 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
530
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 340
ORDER BY f.position ASC
0.231 ms 1 Yes /classes/Product.php:6024
1318
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (349) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.231 ms 1 Yes Yes /classes/Product.php:4513
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.231 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
447
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 316) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.230 ms 1 /classes/stock/StockAvailable.php:453
358
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.229 ms 87 /classes/Hook.php:342
549
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 342 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 342 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.228 ms 0 /classes/Cart.php:1430
18
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.227 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.227 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
523
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 340) AND (b.`id_shop` = 1) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
1294
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (341) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.227 ms 1 Yes Yes /classes/Product.php:4513
1336
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 357
0.225 ms 2 /classes/Product.php:3420
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.225 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.225 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.224 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1322
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 352) LIMIT 1
0.224 ms 1 /src/Adapter/EntityMapper.php:71
402
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.223 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
783
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 357 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.222 ms 1 Yes Yes /classes/Product.php:2815
1306
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (345) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.222 ms 1 Yes Yes /classes/Product.php:4513
370
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab`
0.221 ms 229 /classes/Tab.php:357
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.220 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.219 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
781
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 353 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.219 ms 1 Yes Yes /classes/Product.php:2815
1257
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.219 ms 1 Yes /classes/Currency.php:687
1321
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (350) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.219 ms 1 Yes Yes /classes/Product.php:4513
357
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.218 ms 127 /classes/module/Module.php:341
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.217 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.217 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
476
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 330)
0.217 ms 1 /classes/Product.php:3860
785
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.217 ms 1 /classes/Cart.php:4250
788
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.217 ms 1 /classes/Currency.php:1134
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.216 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
640
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 352
AND pac.`id_product_attribute` = 1
AND agl.`id_lang` = 1
0.216 ms 1 /classes/Product.php:7528
1355
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
0.216 ms 1 /src/Adapter/EntityMapper.php:79
30
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.215 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.214 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.214 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
628
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 352) AND (b.`id_shop` = 1) LIMIT 1
0.213 ms 1 /src/Adapter/EntityMapper.php:71
714
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 346) AND (b.`id_shop` = 1) LIMIT 1
0.213 ms 1 /src/Adapter/EntityMapper.php:71
539
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 341 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.212 ms 0 /classes/Cart.php:1430
661
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 354
ORDER BY f.position ASC
0.212 ms 1 Yes /classes/Product.php:6024
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.211 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
758
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 349 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.211 ms 1 Yes Yes /classes/Product.php:2815
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.210 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.209 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
456
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 318 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6884
493
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 334
AND image_shop.`cover` = 1 LIMIT 1
0.209 ms 1 /classes/Product.php:3570
540
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 341
ORDER BY f.position ASC
0.209 ms 1 Yes /classes/Product.php:6024
435
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 217)
AND ('96100' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '96100')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.208 ms 0 /classes/tax/TaxRulesTaxManager.php:100
616
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 349
ORDER BY f.position ASC
0.208 ms 1 Yes /classes/Product.php:6024
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.207 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
711
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 345) AND (b.`id_shop` = 1) LIMIT 1
0.207 ms 1 /src/Adapter/EntityMapper.php:71
756
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 347 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.207 ms 1 Yes Yes /classes/Product.php:2815
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.205 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
615
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 349 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 349 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.204 ms 0 /classes/Cart.php:1430
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.204 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.203 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.203 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
624
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 350 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 350 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.203 ms 0 /classes/Cart.php:1430
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.203 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.202 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.201 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.201 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.201 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.201 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
558
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 343 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 343 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.201 ms 0 /classes/Cart.php:1430
605
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 348 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 348 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.201 ms 0 /classes/Cart.php:1430
660
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 354 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 354 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.201 ms 0 /classes/Cart.php:1430
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.200 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
690
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 334
ORDER BY `position`
0.200 ms 1 Yes /classes/Product.php:3539
744
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 330 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.200 ms 1 Yes Yes /classes/Product.php:2815
801
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.200 ms 1 /classes/Cart.php:1300
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.199 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
672
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 315
ORDER BY `position`
0.199 ms 1 Yes /classes/Product.php:3539
726
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 350) AND (b.`id_shop` = 1) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.198 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.198 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.198 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_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.198 ms 1 /classes/Language.php:1214
794
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1
0.198 ms 1 /src/Adapter/EntityMapper.php:79
731
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21) AND il.`id_lang` = 1 ORDER by i.`position`
0.197 ms 21 Yes /classes/Product.php:2915
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.197 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
702
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 342) AND (b.`id_shop` = 1) LIMIT 1
0.197 ms 1 /src/Adapter/EntityMapper.php:71
720
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 348) AND (b.`id_shop` = 1) LIMIT 1
0.197 ms 1 /src/Adapter/EntityMapper.php:71
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.196 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.196 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.195 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.195 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.smnautica.it' OR su.domain_ssl = 'www.smnautica.it')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.194 ms 1 Yes /classes/shop/Shop.php:1364
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.194 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.194 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
606
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 348
ORDER BY f.position ASC
0.194 ms 1 Yes /classes/Product.php:6024
586
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 346
ORDER BY f.position ASC
0.194 ms 1 Yes /classes/Product.php:6024
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.193 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
519
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 339 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 339 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.193 ms 0 /classes/Cart.php:1430
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.193 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.193 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.193 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
692
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 337) AND (b.`id_shop` = 1) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:71
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.192 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.192 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
577
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 345
ORDER BY f.position ASC
0.192 ms 1 Yes /classes/Product.php:6024
585
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 346 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 346 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.192 ms 0 /classes/Cart.php:1430
471
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 324
ORDER BY f.position ASC
0.192 ms 1 Yes /classes/Product.php:6024
815
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 434 AND `id_shop` = 1
0.191 ms 1 /src/Adapter/EntityMapper.php:79
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.190 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.190 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.190 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
651
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 353 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 353 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.189 ms 0 /classes/Cart.php:1430
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.188 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.188 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
743
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 324 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.188 ms 1 Yes Yes /classes/Product.php:2815
368
SELECT SQL_NO_CACHE cl.`id_category` 
FROM `ps_category_lang` cl 
JOIN `ps_category_shop` cs ON cl.id_category = cs.id_category
WHERE cl.`link_rewrite`='home' AND cl.id_shop=1 AND cs.id_shop=1 AND cl.id_lang=1 LIMIT 1
0.187 ms 1 /modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:389
568
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 344
ORDER BY f.position ASC
0.187 ms 1 Yes /classes/Product.php:6024
715
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 346
ORDER BY `position`
0.187 ms 1 Yes /classes/Product.php:3539
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.186 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.186 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.186 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
372
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_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.186 ms 1 /src/Adapter/EntityMapper.php:71
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.185 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.184 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
525
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 340)
0.184 ms 1 /classes/Product.php:3860
687
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 333
ORDER BY `position`
0.183 ms 1 Yes /classes/Product.php:3539
782
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 354 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.183 ms 1 Yes Yes /classes/Product.php:2815
724
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 349
ORDER BY `position`
0.182 ms 1 Yes /classes/Product.php:3539
1342
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM ps_iqitmegamenu_tabs_shop hs
LEFT JOIN ps_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN ps_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 2 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position
0.182 ms 6 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:166
681
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 324
ORDER BY `position`
0.181 ms 1 Yes /classes/Product.php:3539
607
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 349
AND image_shop.`cover` = 1 LIMIT 1
0.181 ms 1 /classes/Product.php:3570
436
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 315) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:453
746
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 334 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.180 ms 1 Yes Yes /classes/Product.php:2815
793
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1
0.179 ms 1 /src/Adapter/EntityMapper.php:71
450
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 318
AND image_shop.`cover` = 1 LIMIT 1
0.178 ms 1 /classes/Product.php:3570
510
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 337
ORDER BY f.position ASC
0.178 ms 1 Yes /classes/Product.php:6024
735
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 354) AND (b.`id_shop` = 1) LIMIT 1
0.178 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 277) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.177 ms 1 /classes/PrestaShopCollection.php:383
677
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 316
ORDER BY `position`
0.176 ms 1 Yes /classes/Product.php:3539
686
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 333) AND (b.`id_shop` = 1) LIMIT 1
0.176 ms 1 /src/Adapter/EntityMapper.php:71
1258
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 315
0.176 ms 1 /classes/Product.php:3420
695
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 339
ORDER BY `position`
0.174 ms 1 Yes /classes/Product.php:3539
689
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 334) AND (b.`id_shop` = 1) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:71
813
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 436 AND `id_shop` = 1
0.174 ms 1 /src/Adapter/EntityMapper.php:79
814
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 434) LIMIT 1
0.173 ms 1 /src/Adapter/EntityMapper.php:71
550
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 342
ORDER BY f.position ASC
0.172 ms 1 Yes /classes/Product.php:6024
789
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM ps_iqit_link_block cb
INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 903
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.172 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
361
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.171 ms 2 /classes/Meta.php:184
554
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 343)
0.171 ms 1 /classes/Product.php:3860
671
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 357
ORDER BY f.position ASC
0.171 ms 1 Yes /classes/Product.php:6024
637
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND cp.`id_product` = 352 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND p.`id_product_item` = 352 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.171 ms 0 /classes/Cart.php:1430
431
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.170 ms 1 /src/Adapter/EntityMapper.php:71
451
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 308 LIMIT 1
0.169 ms 1 /classes/Category.php:1373
479
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 330) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:453
578
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 346
AND image_shop.`cover` = 1 LIMIT 1
0.169 ms 1 /classes/Product.php:3570
697
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 340
ORDER BY `position`
0.169 ms 1 Yes /classes/Product.php:3539
705
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 343) AND (b.`id_shop` = 1) LIMIT 1
0.169 ms 1 /src/Adapter/EntityMapper.php:71
736
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 354
ORDER BY `position`
0.169 ms 2 Yes /classes/Product.php:3539
513
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 339) AND (b.`id_shop` = 1) LIMIT 1
0.169 ms 1 /src/Adapter/EntityMapper.php:71
691
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 334
0.168 ms 1 /classes/Product.php:2899
1353
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:71
433
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 315 AND `id_group` = 1 LIMIT 1
0.168 ms 0 /classes/GroupReduction.php:153
664
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 357) AND (b.`id_shop` = 1) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:71
757
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 348 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
0.168 ms 1 Yes Yes /classes/Product.php:2815
502
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 337
AND image_shop.`cover` = 1 LIMIT 1
0.167 ms 1 /classes/Product.php:3570
708
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 344) AND (b.`id_shop` = 1) LIMIT 1
0.167 ms 1 /src/Adapter/EntityMapper.php:71
1278
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 333 LIMIT 1
0.167 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
469
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 324) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:453
1268
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 318
0.166 ms 1 /classes/Product.php:3420
363
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.164 ms 2 /classes/Meta.php:184
440
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 316
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
596
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 347
ORDER BY f.position ASC
0.164 ms 1 Yes /classes/Product.php:6024
376
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:71
559
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 343
ORDER BY f.position ASC
0.162 ms 1 Yes /classes/Product.php:6024
15
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "it-IT" LIMIT 1
0.162 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
812
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 436) LIMIT 1
0.162 ms 1 /src/Adapter/EntityMapper.php:71
373
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.161 ms 1 Yes /classes/Currency.php:708
463
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 359 LIMIT 1
0.161 ms 1 /classes/Product.php:5670
653
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 354
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 2 /classes/Product.php:3570
717
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 347) AND (b.`id_shop` = 1) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:71
820
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.160 ms 1 Yes /classes/CMS.php:143
1320
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 350 LIMIT 1
0.160 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1337
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 357 LIMIT 1
0.159 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
497
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 334 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6884
699
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 341) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
1259
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
0.157 ms 1 /classes/module/Module.php:2664
389
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.157 ms 0 /classes/module/Module.php:2664
404
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
524
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 340 LIMIT 1
0.156 ms 1 /classes/SpecificPrice.php:435
811
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 364 AND `id_shop` = 1
0.155 ms 1 /src/Adapter/EntityMapper.php:79
625
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 350
ORDER BY f.position ASC
0.155 ms 1 Yes /classes/Product.php:6024
684
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 330
ORDER BY `position`
0.155 ms 1 Yes /classes/Product.php:3539
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.154 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
587
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 347
AND image_shop.`cover` = 1 LIMIT 1
0.154 ms 1 /classes/Product.php:3570
1184
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 81) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
1305
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 345 LIMIT 1
0.154 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
652
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 353
ORDER BY f.position ASC
0.153 ms 1 Yes /classes/Product.php:6024
1313
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 348
0.153 ms 2 /classes/Product.php:3420
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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.152 ms 1 /classes/shop/Shop.php:214
703
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 342
ORDER BY `position`
0.152 ms 1 Yes /classes/Product.php:3539
641
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
486
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 333 LIMIT 1
0.151 ms 1 /classes/SpecificPrice.php:435
723
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 349) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
727
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 350
ORDER BY `position`
0.151 ms 1 Yes /classes/Product.php:3539
666
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 357)
0.150 ms 1 /classes/Product.php:3860
391
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.150 ms 8 Yes /classes/ImageType.php:109
548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 342) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:453
827
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 304 AND `id_shop` = 1
0.150 ms 1 /src/Adapter/EntityMapper.php:79
993
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 366 AND `id_shop` = 1
0.150 ms 1 /src/Adapter/EntityMapper.php:79
1092
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 41
AND `active` = 1 LIMIT 1
0.150 ms 1 /classes/Manufacturer.php:312
16
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.149 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.149 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.149 ms 165 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
399
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders
0.149 ms 1 /modules/revsliderprestashop/includes/revslider_db.class.php:214
617
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 350
AND image_shop.`cover` = 1 LIMIT 1
0.149 ms 1 /classes/Product.php:3570
1331
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 353 LIMIT 1
0.149 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
804
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1
0.149 ms 1 /classes/Image.php:560
733
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 353
ORDER BY `position`
0.148 ms 1 Yes /classes/Product.php:3539
1064
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 400 AND `id_shop` = 1
0.148 ms 1 /src/Adapter/EntityMapper.php:79
473
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 390 LIMIT 1
0.147 ms 1 /classes/Category.php:1373
1293
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 341 LIMIT 1
0.147 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1364
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.147 ms 2 /classes/Meta.php:184
483
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 333
AND image_shop.`cover` = 1 LIMIT 1
0.147 ms 1 /classes/Product.php:3570
859
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 322 AND `id_shop` = 1
0.147 ms 1 /src/Adapter/EntityMapper.php:79
1334
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 354 LIMIT 1
0.147 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
575
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:453
381
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
1362
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
1281
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 334 LIMIT 1
0.145 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1287
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 339 LIMIT 1
0.145 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
623
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 350) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:453
468
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 324 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:153
521
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 340
AND image_shop.`cover` = 1 LIMIT 1
0.143 ms 1 /classes/Product.php:3570
925
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 343 AND `id_shop` = 1
0.143 ms 1 /src/Adapter/EntityMapper.php:79
639
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 352
ORDER BY f.position ASC
0.142 ms 1 Yes /classes/Product.php:6024
401
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.142 ms 1 /classes/Category.php:2446
541
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 342
AND image_shop.`cover` = 1 LIMIT 1
0.142 ms 1 /classes/Product.php:3570
1265
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 316
0.142 ms 1 /classes/Product.php:3420
1299
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 343 LIMIT 1
0.141 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
631
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 352)
0.140 ms 21 /classes/Product.php:3860
806
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 363) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
978
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 358) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
679
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 318
ORDER BY `position`
0.139 ms 1 Yes /classes/Product.php:3539
858
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 322) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
960
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 349) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
1010
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 373) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
1176
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 56) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
387
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 403) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
458
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 318) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:453
784
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
0.138 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
1215
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 51) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
1223
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 82) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
1099
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 5) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
1154
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 16) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
725
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 349
0.137 ms 1 /classes/Product.php:2899
350
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.136 ms 0 /classes/module/Module.php:2137
729
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 352
ORDER BY `position`
0.136 ms 1 Yes /classes/Product.php:3539
878
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 337) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
1269
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 318 LIMIT 1
0.136 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
482
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.135 ms 0 /classes/tax/TaxRulesTaxManager.php:100
819
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.135 ms 1 Yes /classes/CMS.php:143
1115
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 71) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
1207
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 52) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
761
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 2) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:453
920
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 446) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
1107
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 17) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
1121
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 46) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
1239
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
378
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
487
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 333)
0.134 ms 1 /classes/Product.php:3860
629
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1 LIMIT 1
0.134 ms 1 /classes/Combination.php:560
884
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 339) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
933
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 345 AND `id_shop` = 1
0.134 ms 1 /src/Adapter/EntityMapper.php:79
462
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 359 LIMIT 1
0.133 ms 1 /classes/Category.php:1373
1231
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 50) LIMIT 1
0.133 ms 1 /src/Adapter/EntityMapper.php:71
786
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.133 ms 1 /classes/module/Module.php:2664
630
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 352 LIMIT 1
0.132 ms 1 /classes/SpecificPrice.php:435
674
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.132 ms 1 /classes/FeatureFlag.php:105
892
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 331) LIMIT 1
0.132 ms 1 /src/Adapter/EntityMapper.php:71
1032
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 381 AND `id_shop` = 1
0.132 ms 1 /src/Adapter/EntityMapper.php:79
1169
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 73
AND `active` = 1 LIMIT 1
0.131 ms 1 /classes/Manufacturer.php:312
1295
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 342
0.131 ms 2 /classes/Product.php:3420
1346
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.131 ms 1 /classes/Category.php:2239
875
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 329 AND `id_shop` = 1
0.131 ms 1 /src/Adapter/EntityMapper.php:79
1088
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 438 AND `id_shop` = 1
0.130 ms 1 /src/Adapter/EntityMapper.php:79
1056
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 409 AND `id_shop` = 1
0.130 ms 1 /src/Adapter/EntityMapper.php:79
1261
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1
0.130 ms 1 /classes/module/Module.php:2664
1356
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
852
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 314) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
421
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 361 LIMIT 1
0.129 ms 1 /classes/Product.php:5670
709
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 344
ORDER BY `position`
0.129 ms 1 Yes /classes/Product.php:3539
918
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 321) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
394
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 217) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
712
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 345
ORDER BY `position`
0.128 ms 1 Yes /classes/Product.php:3539
844
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 396) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
868
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 327) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
901
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 315 AND `id_shop` = 1
0.128 ms 1 /src/Adapter/EntityMapper.php:79
956
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 407) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
1055
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 409) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
1198
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 76
AND `active` = 1 LIMIT 1
0.128 ms 1 /classes/Manufacturer.php:312
1289
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 340
0.128 ms 2 /classes/Product.php:3420
1280
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 334
0.128 ms 2 /classes/Product.php:3420
942
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 437) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
961
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 349 AND `id_shop` = 1
0.127 ms 1 /src/Adapter/EntityMapper.php:79
970
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 354) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
1049
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 418) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
1283
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 337
0.127 ms 2 /classes/Product.php:3420
455
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 318)
0.127 ms 1 /classes/Product.php:3860
1081
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 445) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
1277
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 333
0.127 ms 2 /classes/Product.php:3420
515
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 339)
0.126 ms 1 /classes/Product.php:3860
560
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 344
AND image_shop.`cover` = 1 LIMIT 1
0.126 ms 1 /classes/Product.php:3570
721
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 348
ORDER BY `position`
0.126 ms 1 Yes /classes/Product.php:3539
980
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 359) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
1199
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 76) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
1271
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 324
0.126 ms 2 /classes/Product.php:3420
1272
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 324 LIMIT 1
0.126 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1307
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 346
0.126 ms 2 /classes/Product.php:3420
946
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 389) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
816
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 365) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
943
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 437 AND `id_shop` = 1
0.125 ms 1 /src/Adapter/EntityMapper.php:79
534
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 341 LIMIT 1
0.125 ms 1 /classes/SpecificPrice.php:435
1330
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 353
0.125 ms 2 /classes/Product.php:3420
1031
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 381) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
356
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.124 ms 1 /classes/shop/Shop.php:1183
384
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.124 ms 1 /classes/Category.php:2446
792
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 903) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
947
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 389 AND `id_shop` = 1
0.124 ms 1 /src/Adapter/EntityMapper.php:79
1266
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 316 LIMIT 1
0.124 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1301
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 344
0.124 ms 2 /classes/Product.php:3420
693
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 337
ORDER BY `position`
0.123 ms 1 Yes /classes/Product.php:3539
738
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 357
ORDER BY `position`
0.123 ms 1 Yes /classes/Product.php:3539
700
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 341
ORDER BY `position`
0.123 ms 1 Yes /classes/Product.php:3539
369
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.122 ms 1 /classes/module/Module.php:2046
466
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 324)
0.122 ms 1 /classes/Product.php:3860
642
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1
0.122 ms 1 /src/Adapter/EntityMapper.php:79
646
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 353 LIMIT 1
0.122 ms 1 /classes/SpecificPrice.php:435
836
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 308) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
1073
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 441) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
514
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 339 LIMIT 1
0.122 ms 1 /classes/SpecificPrice.php:435
535
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 341)
0.121 ms 1 /classes/Product.php:3860
795
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.121 ms 1 /classes/module/Module.php:2664
879
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 337 AND `id_shop` = 1
0.121 ms 1 /src/Adapter/EntityMapper.php:79
604
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 348) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.121 ms 1 /classes/stock/StockAvailable.php:453
910
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 317) LIMIT 1
0.121 ms 1 /src/Adapter/EntityMapper.php:71
1160
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 32) LIMIT 1
0.120 ms 1 /src/Adapter/EntityMapper.php:71
425
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 315 LIMIT 1
0.120 ms 1 /classes/SpecificPrice.php:435
499
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 334) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:453
822
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 403) LIMIT 1
0.119 ms 1 /src/Adapter/EntityMapper.php:71
880
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 336) LIMIT 1
0.119 ms 1 /src/Adapter/EntityMapper.php:71
1296
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 342 LIMIT 1
0.119 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1339
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitelementor" LIMIT 1
0.119 ms 1 /classes/module/Module.php:2664
602
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 348 AND id_shop=1 LIMIT 1
0.118 ms 1 /classes/Product.php:6884
644
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 370 LIMIT 1
0.118 ms 1 /classes/Category.php:1373
420
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 361 LIMIT 1
0.118 ms 1 /classes/Category.php:1373
1308
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 346 LIMIT 1
0.118 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1302
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 344 LIMIT 1
0.117 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1317
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 349 LIMIT 1
0.117 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1328
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 352 LIMIT 1
0.117 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1343
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.117 ms 1 /classes/module/Module.php:2664
454
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 318 LIMIT 1
0.116 ms 1 /classes/SpecificPrice.php:435
580
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 346 LIMIT 1
0.116 ms 1 /classes/SpecificPrice.php:435
1284
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 337 LIMIT 1
0.116 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1367
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.116 ms 1 /classes/module/Module.php:2664
1247
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 63
AND `active` = 1 LIMIT 1
0.115 ms 1 /classes/Manufacturer.php:312
1275
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 330 LIMIT 1
0.115 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1363
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.115 ms 1 /src/Adapter/EntityMapper.php:79
465
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 324 LIMIT 1
0.115 ms 1 /classes/SpecificPrice.php:435
531
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 341
AND image_shop.`cover` = 1 LIMIT 1
0.115 ms 1 /classes/Product.php:3570
799
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsearch" LIMIT 1
0.115 ms 1 /classes/module/Module.php:2664
986
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 361) LIMIT 1
0.115 ms 1 /src/Adapter/EntityMapper.php:71
1314
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 348 LIMIT 1
0.115 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
718
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 347
ORDER BY `position`
0.114 ms 1 Yes /classes/Product.php:3539
1366
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 334 AND `id_shop` = 1 LIMIT 1
0.114 ms 1 /classes/module/Module.php:2137
581
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 346)
0.114 ms 1 /classes/Product.php:3860
1002
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 369) LIMIT 1
0.114 ms 1 /src/Adapter/EntityMapper.php:71
647
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 353)
0.113 ms 1 /classes/Product.php:3860
944
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 387) LIMIT 1
0.113 ms 1 /src/Adapter/EntityMapper.php:71
1290
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 340 LIMIT 1
0.113 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1311
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 347 LIMIT 1
0.113 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1093
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 41) LIMIT 1
0.111 ms 1 /src/Adapter/EntityMapper.php:71
1138
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 22
AND `active` = 1 LIMIT 1
0.111 ms 1 /classes/Manufacturer.php:312
1161
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 69
AND `active` = 1 LIMIT 1
0.111 ms 1 /classes/Manufacturer.php:312
1333
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 354
0.111 ms 2 /classes/Product.php:3420
1369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcookielaw" LIMIT 1
0.111 ms 1 /classes/module/Module.php:2664
477
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 330 AND id_shop=1 LIMIT 1
0.111 ms 1 /classes/Product.php:6884
706
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 343
ORDER BY `position`
0.111 ms 1 Yes /classes/Product.php:3539
1130
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1
0.111 ms 1 /classes/Manufacturer.php:312
1146
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 31
AND `active` = 1 LIMIT 1
0.111 ms 1 /classes/Manufacturer.php:312
1171
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 80
AND `active` = 1 LIMIT 1
0.111 ms 1 /classes/Manufacturer.php:312
808
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 363) LIMIT 1
0.110 ms 1 /src/Adapter/EntityMapper.php:71
1192
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 70
AND `active` = 1 LIMIT 1
0.110 ms 1 /classes/Manufacturer.php:312
1323
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 352 AND `id_shop` = 1
0.110 ms 1 /src/Adapter/EntityMapper.php:79
779
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 20) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.110 ms 1 /classes/stock/StockAvailable.php:453
1256
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 20) LIMIT 1
0.109 ms 1 /src/Adapter/EntityMapper.php:71
467
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 324 AND id_shop=1 LIMIT 1
0.108 ms 1 /classes/Product.php:6884
563
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 344)
0.108 ms 1 /classes/Product.php:3860
707
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 343
0.108 ms 1 /classes/Product.php:2899
962
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 350) LIMIT 1
0.108 ms 1 /src/Adapter/EntityMapper.php:71
643
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 353
AND image_shop.`cover` = 1 LIMIT 1
0.107 ms 1 /classes/Product.php:3570
1351
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1
0.106 ms 1 /src/Adapter/EntityMapper.php:71
728
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 350
0.106 ms 1 /classes/Product.php:2899
810
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 364) LIMIT 1
0.105 ms 1 /src/Adapter/EntityMapper.php:71
366
SELECT SQL_NO_CACHE `type`, `target` FROM `ps_ets_seo_redirect` WHERE `url` = 'it/home?q=Marca-CRAZEE-FALCON-FLY-OSCULATI-Power+Pro-RAPALA-Tubertini' AND active = 1 AND `id_shop`=1 LIMIT 1
0.105 ms 0 /modules/ets_seo/classes/EtsSeoRedirect.php:129
496
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 334)
0.105 ms 1 /classes/Product.php:3860
569
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 345
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 1 /classes/Product.php:3570
948
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 388) LIMIT 1
0.105 ms 1 /src/Adapter/EntityMapper.php:71
1349
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 277 AND c.`nleft` >= 2 AND c.`nright` <= 277 ORDER BY `nleft` DESC
0.104 ms 1 /classes/Category.php:1594
498
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 334 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:153
551
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 343
AND image_shop.`cover` = 1 LIMIT 1
0.103 ms 1 /classes/Product.php:3570
682
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 324
0.103 ms 1 /classes/Product.php:2899
1041
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 385) LIMIT 1
0.103 ms 1 /src/Adapter/EntityMapper.php:71
354
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.102 ms 87 /classes/Hook.php:290
546
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 342 AND id_shop=1 LIMIT 1
0.102 ms 1 /classes/Product.php:6884
561
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 314 LIMIT 1
0.102 ms 1 /classes/Product.php:5670
662
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 357
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 1 /classes/Product.php:3570
1040
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 383 AND `id_shop` = 1
0.102 ms 1 /src/Adapter/EntityMapper.php:79
545
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 342)
0.101 ms 1 /classes/Product.php:3860
1029
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 376) LIMIT 1
0.101 ms 1 /src/Adapter/EntityMapper.php:71
511
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 339
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 1 /classes/Product.php:3570
597
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 348
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 1 /classes/Product.php:3570
802
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.099 ms 1 /classes/module/Module.php:2664
505
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 337)
0.099 ms 1 /classes/Product.php:3860
762
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 3) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
818
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 407) AND (b.`id_shop` = 1) LIMIT 1
0.099 ms 1 /src/Adapter/EntityMapper.php:71
1122
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 84
AND `active` = 1 LIMIT 1
0.099 ms 1 /classes/Manufacturer.php:312
572
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 345)
0.098 ms 1 /classes/Product.php:3860
656
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 354)
0.098 ms 1 /classes/Product.php:3860
1263
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 315 LIMIT 1
0.098 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
638
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 352 AND pa.`id_product` = 352 AND pa.`id_product_attribute` = 1 LIMIT 1
0.097 ms 1 /classes/Product.php:1209
876
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 335) LIMIT 1
0.097 ms 1 /src/Adapter/EntityMapper.php:71
591
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 347)
0.096 ms 1 /classes/Product.php:3860
601
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 348)
0.096 ms 1 /classes/Product.php:3860
1120
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 46
AND `active` = 1 LIMIT 1
0.096 ms 1 /classes/Manufacturer.php:312
395
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.096 ms 1 /src/Adapter/EntityMapper.php:71
620
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 350)
0.096 ms 1 /classes/Product.php:3860
626
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 352
AND image_shop.`cover` = 1 LIMIT 1
0.096 ms 1 /classes/Product.php:3570
1365
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.096 ms 1 /classes/module/Module.php:2664
1327
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 352
0.095 ms 2 /classes/Product.php:3420
478
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 330 AND `id_group` = 1 LIMIT 1
0.095 ms 0 /classes/GroupReduction.php:153
1248
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 63) LIMIT 1
0.095 ms 1 /src/Adapter/EntityMapper.php:71
1255
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 20
AND `active` = 1 LIMIT 1
0.095 ms 1 /classes/Manufacturer.php:312
1274
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 330
0.095 ms 2 /classes/Product.php:3420
374
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.094 ms 1 /classes/Language.php:880
405
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.094 ms 1 /src/Adapter/EntityMapper.php:79
445
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 316 AND id_shop=1 LIMIT 1
0.094 ms 1 /classes/Product.php:6884
611
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 349)
0.094 ms 1 /classes/Product.php:3860
1286
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 339
0.094 ms 2 /classes/Product.php:3420
1361
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.094 ms 1 /src/Adapter/EntityMapper.php:79
547
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 342 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
698
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 340
0.093 ms 1 /classes/Product.php:2899
1089
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 380) LIMIT 1
0.093 ms 1 /src/Adapter/EntityMapper.php:71
1292
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 341
0.093 ms 2 /classes/Product.php:3420
367
SELECT SQL_NO_CACHE `id_meta` 
FROM `ps_meta_lang` 
WHERE `url_rewrite`='home' AND id_shop=1 AND id_lang=1 LIMIT 1
0.092 ms 1 /modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:541
1065
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 382) LIMIT 1
0.092 ms 1 /src/Adapter/EntityMapper.php:71
1170
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 73) LIMIT 1
0.092 ms 1 /src/Adapter/EntityMapper.php:71
1298
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 343
0.092 ms 2 /classes/Product.php:3420
1316
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 349
0.092 ms 2 /classes/Product.php:3420
1341
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c LEFT JOIN ps_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 2 AND s.id_shop = 1 LIMIT 1
0.092 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
934
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 346) LIMIT 1
0.092 ms 1 /src/Adapter/EntityMapper.php:71
382
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.091 ms 1 /src/Adapter/EntityMapper.php:79
1304
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 345
0.091 ms 2 /classes/Product.php:3420
434
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.090 ms 1 /classes/Group.php:151
835
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 305 AND `id_shop` = 1
0.090 ms 1 /src/Adapter/EntityMapper.php:79
1310
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 347
0.090 ms 2 /classes/Product.php:3420
1172
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 80) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
1319
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 350
0.090 ms 2 /classes/Product.php:3420
823
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 403 AND `id_shop` = 1
0.089 ms 1 /src/Adapter/EntityMapper.php:79
860
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 324) LIMIT 1
0.089 ms 1 /src/Adapter/EntityMapper.php:71
636
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 1) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.088 ms 1 /classes/stock/StockAvailable.php:453
528
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.088 ms 1 /classes/stock/StockAvailable.php:453
1087
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 438) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:71
388
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 376) AND (b.`id_shop` = 1) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:71
1123
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 84) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:71
1162
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 69) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:71
828
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 410) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:71
919
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 321 AND `id_shop` = 1
0.086 ms 1 /src/Adapter/EntityMapper.php:79
1072
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 442 AND `id_shop` = 1
0.086 ms 1 /src/Adapter/EntityMapper.php:79
1131
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 7) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:71
1139
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 22) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:71
1197
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 28) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:71
12
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 329 AND `id_shop` = 1 LIMIT 1
0.085 ms 1 /classes/module/Module.php:2137
579
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 308 LIMIT 1
0.085 ms 1 /classes/Product.php:5670
688
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 333
0.085 ms 1 /classes/Product.php:2899
392
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 10 LIMIT 1
0.085 ms 1 /classes/AddressFormat.php:653
1193
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 70) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
817
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 365 AND `id_shop` = 1
0.084 ms 1 /src/Adapter/EntityMapper.php:79
926
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 412) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
365
SELECT SQL_NO_CACHE `type`, `target` FROM `ps_ets_seo_redirect` WHERE `url` = 'home' AND active = 1 AND `id_shop`=1 LIMIT 1
0.084 ms 0 /modules/ets_seo/classes/EtsSeoRedirect.php:129
1033
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 443) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
1057
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 415) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
397
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.083 ms 2 /classes/ObjectModel.php:1592
921
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 446 AND `id_shop` = 1
0.083 ms 1 /src/Adapter/EntityMapper.php:79
994
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 367) LIMIT 1
0.083 ms 1 /src/Adapter/EntityMapper.php:71
1001
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 371 AND `id_shop` = 1
0.083 ms 1 /src/Adapter/EntityMapper.php:79
1091
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.083 ms 1 /classes/Image.php:560
1357
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.083 ms 1 /src/Adapter/EntityMapper.php:79
377
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.082 ms 1 /classes/Language.php:880
809
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 363 AND `id_shop` = 1
0.082 ms 1 /src/Adapter/EntityMapper.php:79
845
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 396 AND `id_shop` = 1
0.082 ms 1 /src/Adapter/EntityMapper.php:79
1030
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 376 AND `id_shop` = 1
0.082 ms 1 /src/Adapter/EntityMapper.php:79
1148
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 53) LIMIT 1
0.082 ms 1 /src/Adapter/EntityMapper.php:71
667
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 357 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6884
853
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 314 AND `id_shop` = 1
0.081 ms 1 /src/Adapter/EntityMapper.php:79
1050
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 418 AND `id_shop` = 1
0.081 ms 1 /src/Adapter/EntityMapper.php:79
1082
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 445 AND `id_shop` = 1
0.081 ms 1 /src/Adapter/EntityMapper.php:79
562
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 344 LIMIT 1
0.081 ms 1 /classes/SpecificPrice.php:435
957
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 407 AND `id_shop` = 1
0.081 ms 1 /src/Adapter/EntityMapper.php:79
1011
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 373 AND `id_shop` = 1
0.081 ms 1 /src/Adapter/EntityMapper.php:79
902
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 397) LIMIT 1
0.080 ms 1 /src/Adapter/EntityMapper.php:71
837
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 308 AND `id_shop` = 1
0.080 ms 1 /src/Adapter/EntityMapper.php:79
885
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 339 AND `id_shop` = 1
0.080 ms 1 /src/Adapter/EntityMapper.php:79
945
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 387 AND `id_shop` = 1
0.080 ms 1 /src/Adapter/EntityMapper.php:79
971
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 354 AND `id_shop` = 1
0.080 ms 1 /src/Adapter/EntityMapper.php:79
979
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 358 AND `id_shop` = 1
0.080 ms 1 /src/Adapter/EntityMapper.php:79
985
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 360 AND `id_shop` = 1
0.080 ms 1 /src/Adapter/EntityMapper.php:79
432
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.079 ms 1 /src/Adapter/EntityMapper.php:79
1074
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 441 AND `id_shop` = 1
0.079 ms 1 /src/Adapter/EntityMapper.php:79
673
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 315
0.078 ms 1 /classes/Product.php:2899
716
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 346
0.078 ms 1 /classes/Product.php:2899
869
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 327 AND `id_shop` = 1
0.078 ms 1 /src/Adapter/EntityMapper.php:79
881
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 336 AND `id_shop` = 1
0.078 ms 1 /src/Adapter/EntityMapper.php:79
911
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 317 AND `id_shop` = 1
0.078 ms 1 /src/Adapter/EntityMapper.php:79
981
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 359 AND `id_shop` = 1
0.078 ms 1 /src/Adapter/EntityMapper.php:79
987
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 361 AND `id_shop` = 1
0.078 ms 1 /src/Adapter/EntityMapper.php:79
1347
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
0.078 ms 1 /classes/Category.php:1584
1003
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 369 AND `id_shop` = 1
0.077 ms 1 /src/Adapter/EntityMapper.php:79
1150
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 43) LIMIT 1
0.077 ms 1 /src/Adapter/EntityMapper.php:71
665
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 357 LIMIT 1
0.076 ms 1 /classes/SpecificPrice.php:435
893
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 331 AND `id_shop` = 1
0.076 ms 1 /src/Adapter/EntityMapper.php:79
1095
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 38) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
375
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.075 ms 1 /classes/Currency.php:893
379
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.075 ms 1 /src/Adapter/EntityMapper.php:79
909
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 449 AND `id_shop` = 1
0.075 ms 1 /src/Adapter/EntityMapper.php:79
1012
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 399) LIMIT 1
0.075 ms 1 /src/Adapter/EntityMapper.php:71
1358
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
396
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 10
0.074 ms 1 /src/Adapter/EntityMapper.php:79
1117
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 36) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
1352
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1
0.074 ms 1 /src/Adapter/EntityMapper.php:79
441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 353 LIMIT 1
0.073 ms 1 /classes/Category.php:1373
475
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 330 LIMIT 1
0.073 ms 1 /classes/SpecificPrice.php:435
870
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 328) LIMIT 1
0.073 ms 1 /src/Adapter/EntityMapper.php:71
797
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.072 ms 1 /classes/module/Module.php:2664
824
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 303) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
838
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 309) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
1109
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 83) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
1186
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 37) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
1324
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 390 LIMIT 1
0.072 ms 0 /classes/Category.php:1373
557
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.071 ms 1 /classes/stock/StockAvailable.php:453
675
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.071 ms 8 /classes/ImageType.php:161
922
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 342) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
963
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 350 AND `id_shop` = 1
0.071 ms 1 /src/Adapter/EntityMapper.php:79
1101
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 65) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
1217
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 44) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
1042
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 385 AND `id_shop` = 1
0.071 ms 1 /src/Adapter/EntityMapper.php:79
1097
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 75) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
555
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 343 AND id_shop=1 LIMIT 1
0.070 ms 1 /classes/Product.php:6884
854
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 394) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
949
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 388 AND `id_shop` = 1
0.070 ms 1 /src/Adapter/EntityMapper.php:79
1051
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 419) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
791
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2
0.070 ms 1 /src/Adapter/EntityMapper.php:79
1043
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 426) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
1178
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 24) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
608
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 305 LIMIT 1
0.069 ms 1 /classes/Category.php:1373
790
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
538
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.069 ms 1 /classes/stock/StockAvailable.php:453
678
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 316
0.069 ms 1 /classes/Product.php:2899
846
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 311) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
882
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 338) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
886
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 340) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
912
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 318) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
1156
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 74) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
1174
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 85) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
1201
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 59) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
867
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 326 AND `id_shop` = 1
0.068 ms 1 /src/Adapter/EntityMapper.php:79
495
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 334 LIMIT 1
0.068 ms 1 /classes/SpecificPrice.php:435
584
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.068 ms 1 /classes/stock/StockAvailable.php:453
894
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 332) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
958
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 448) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
1083
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 408) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
1090
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 380 AND `id_shop` = 1
0.068 ms 1 /src/Adapter/EntityMapper.php:79
1133
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 66) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
1209
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 27) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
1233
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 3) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
1241
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 49) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
1260
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 104 AND `id_shop` = 1 LIMIT 1
0.068 ms 1 /classes/module/Module.php:2137
490
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 333) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.067 ms 1 /classes/stock/StockAvailable.php:453
964
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 351) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
972
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 355) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
982
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 362) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
988
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 334) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
1058
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 415 AND `id_shop` = 1
0.067 ms 1 /src/Adapter/EntityMapper.php:79
1059
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 447) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
1225
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 57) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
1262
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 347 AND `id_shop` = 1 LIMIT 1
0.067 ms 1 /classes/module/Module.php:2137
390
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.066 ms 0 /classes/module/Module.php:2137
851
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 313 AND `id_shop` = 1
0.066 ms 1 /src/Adapter/EntityMapper.php:79
877
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 335 AND `id_shop` = 1
0.066 ms 1 /src/Adapter/EntityMapper.php:79
924
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 343) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
1004
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 372) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
1034
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 443 AND `id_shop` = 1
0.066 ms 1 /src/Adapter/EntityMapper.php:79
650
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 353) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.066 ms 1 /classes/stock/StockAvailable.php:453
787
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 341 AND `id_shop` = 1 LIMIT 1
0.066 ms 1 /classes/module/Module.php:2137
856
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 414) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
995
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 367 AND `id_shop` = 1
0.066 ms 1 /src/Adapter/EntityMapper.php:79
566
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 344) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.065 ms 1 /classes/stock/StockAvailable.php:453
696
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 339
0.065 ms 1 /classes/Product.php:2899
1067
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 377) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
1141
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 72) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
522
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 317 LIMIT 1
0.065 ms 1 /classes/Product.php:5670
829
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 410 AND `id_shop` = 1
0.065 ms 1 /src/Adapter/EntityMapper.php:79
861
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 324 AND `id_shop` = 1
0.065 ms 1 /src/Adapter/EntityMapper.php:79
927
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 412 AND `id_shop` = 1
0.065 ms 1 /src/Adapter/EntityMapper.php:79
1075
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 427) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
1084
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 408 AND `id_shop` = 1
0.065 ms 1 /src/Adapter/EntityMapper.php:79
618
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 390 LIMIT 1
0.064 ms 1 /classes/Product.php:5670
634
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
669
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 357) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
685
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 330
0.064 ms 1 /classes/Product.php:2899
730
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 352
0.064 ms 21 /classes/Product.php:2899
830
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 306) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
1111
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 55) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
1116
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 36
AND `active` = 1 LIMIT 1
0.064 ms 1 /classes/Manufacturer.php:312
1125
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 67) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
1195
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 11) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
518
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 339) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
659
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 354) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.064 ms 1 /classes/stock/StockAvailable.php:453
737
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 354
0.064 ms 1 /classes/Product.php:2899
1108
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 83
AND `active` = 1 LIMIT 1
0.064 ms 1 /classes/Manufacturer.php:312
1164
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 6) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
1189
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
1250
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 30) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
680
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 318
0.063 ms 1 /classes/Product.php:2899
862
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 323) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
1066
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 382 AND `id_shop` = 1
0.063 ms 1 /src/Adapter/EntityMapper.php:79
1119
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 40) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
1240
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 49
AND `active` = 1 LIMIT 1
0.063 ms 1 /classes/Manufacturer.php:312
614
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 349) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.063 ms 1 /classes/stock/StockAvailable.php:453
796
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.063 ms 1 /classes/module/Module.php:2137
903
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 397 AND `id_shop` = 1
0.063 ms 1 /src/Adapter/EntityMapper.php:79
935
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 346 AND `id_shop` = 1
0.063 ms 1 /src/Adapter/EntityMapper.php:79
950
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 395) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
959
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 448 AND `id_shop` = 1
0.063 ms 1 /src/Adapter/EntityMapper.php:79
996
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 368) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
998
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 370) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
1085
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 424) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
1100
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 65
AND `active` = 1 LIMIT 1
0.063 ms 1 /classes/Manufacturer.php:312
1158
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 47) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
1180
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 54) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
1216
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 44
AND `active` = 1 LIMIT 1
0.063 ms 1 /classes/Manufacturer.php:312
1252
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 78) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
1359
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
0.063 ms 1 /src/Adapter/EntityMapper.php:79
385
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.062 ms 1 /classes/Category.php:1751
588
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 312 LIMIT 1
0.062 ms 1 /classes/Category.php:1373
594
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 347) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
655
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 354 LIMIT 1
0.062 ms 1 /classes/SpecificPrice.php:435
734
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 353
0.062 ms 1 /classes/Product.php:2899
842
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 310) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
928
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 347) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
936
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 429) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1035
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 384) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1077
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 405) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1079
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 406) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1135
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 79) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1143
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 42) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1155
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 74
AND `active` = 1 LIMIT 1
0.062 ms 1 /classes/Manufacturer.php:312
1166
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 61) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1205
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 86) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
1208
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 27
AND `active` = 1 LIMIT 1
0.062 ms 1 /classes/Manufacturer.php:312
1224
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 57
AND `active` = 1 LIMIT 1
0.062 ms 1 /classes/Manufacturer.php:312
1232
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
0.062 ms 1 /classes/Manufacturer.php:312
484
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 317 LIMIT 1
0.061 ms 1 /classes/Category.php:1373
494
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 317 LIMIT 1
0.061 ms 1 /classes/Product.php:5670
508
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.061 ms 1 /classes/stock/StockAvailable.php:453
654
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 370 LIMIT 1
0.061 ms 1 /classes/Product.php:5670
704
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 342
0.061 ms 1 /classes/Product.php:2899
710
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 344
0.061 ms 1 /classes/Product.php:2899
778
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 19) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.061 ms 1 /classes/stock/StockAvailable.php:453
825
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 303 AND `id_shop` = 1
0.061 ms 1 /src/Adapter/EntityMapper.php:79
840
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 386) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
904
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 398) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1061
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 379) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1071
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 442) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1076
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 427 AND `id_shop` = 1
0.061 ms 1 /src/Adapter/EntityMapper.php:79
1103
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 33) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1177
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
0.061 ms 1 /classes/Manufacturer.php:312
1229
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 34) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1235
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 19) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
504
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 337 LIMIT 1
0.061 ms 1 /classes/SpecificPrice.php:435
701
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 341
0.061 ms 1 /classes/Product.php:2899
990
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 416) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1188
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 21) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
1370
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 335 AND `id_shop` = 1 LIMIT 1
0.061 ms 1 /classes/module/Module.php:2137
532
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 334 LIMIT 1
0.060 ms 1 /classes/Category.php:1373
847
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 311 AND `id_shop` = 1
0.060 ms 1 /src/Adapter/EntityMapper.php:79
1006
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 390) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1052
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 419 AND `id_shop` = 1
0.060 ms 1 /src/Adapter/EntityMapper.php:79
1053
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 420) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1094
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 38
AND `active` = 1 LIMIT 1
0.060 ms 1 /classes/Manufacturer.php:312
1105
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 58) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1113
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 60) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1203
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 35) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1219
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 23) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1243
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 39) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
542
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 314 LIMIT 1
0.060 ms 1 /classes/Category.php:1373
826
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 304) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
855
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 394 AND `id_shop` = 1
0.060 ms 1 /src/Adapter/EntityMapper.php:79
872
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 428) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1013
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 399 AND `id_shop` = 1
0.060 ms 1 /src/Adapter/EntityMapper.php:79
1060
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 447 AND `id_shop` = 1
0.060 ms 1 /src/Adapter/EntityMapper.php:79
1152
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 9) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1211
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 12) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
1340
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 338 AND `id_shop` = 1 LIMIT 1
0.060 ms 1 /classes/module/Module.php:2137
1360
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
722
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 348
0.059 ms 1 /classes/Product.php:2899
848
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 312) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
923
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 342 AND `id_shop` = 1
0.059 ms 1 /src/Adapter/EntityMapper.php:79
1045
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 378) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
1182
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 68) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
1227
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
1254
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 45) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
553
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 343 LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:435
619
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 350 LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:435
694
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 337
0.059 ms 1 /classes/Product.php:2899
713
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 345
0.059 ms 1 /classes/Product.php:2899
871
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 328 AND `id_shop` = 1
0.059 ms 1 /src/Adapter/EntityMapper.php:79
989
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 334 AND `id_shop` = 1
0.059 ms 1 /src/Adapter/EntityMapper.php:79
1014
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 374) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
1069
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 440) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
1185
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 37
AND `active` = 1 LIMIT 1
0.059 ms 1 /classes/Manufacturer.php:312
1344
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.059 ms 1 /classes/module/Module.php:2137
952
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 432) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
976
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 357) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1137
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 14) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1221
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 48) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1237
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 13) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
526
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 340 AND id_shop=1 LIMIT 1
0.058 ms 1 /classes/Product.php:6884
571
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 345 LIMIT 1
0.058 ms 1 /classes/SpecificPrice.php:435
610
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 349 LIMIT 1
0.058 ms 1 /classes/SpecificPrice.php:435
839
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 309 AND `id_shop` = 1
0.058 ms 1 /src/Adapter/EntityMapper.php:79
864
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 325) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
888
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 341) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
906
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 316) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
930
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 344) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
938
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 431) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
966
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 352) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
974
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 356) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1047
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 417) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1063
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 400) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1127
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 18) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1129
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 26) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
1213
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 8) LIMIT 1
0.058 ms 1 /src/Adapter/EntityMapper.php:71
590
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 347 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:435
632
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 352 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6884
800
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 348 AND `id_shop` = 1 LIMIT 1
0.057 ms 1 /classes/module/Module.php:2137
883
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 338 AND `id_shop` = 1
0.057 ms 1 /src/Adapter/EntityMapper.php:79
914
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 319) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
937
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 429 AND `id_shop` = 1
0.057 ms 1 /src/Adapter/EntityMapper.php:79
965
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 351 AND `id_shop` = 1
0.057 ms 1 /src/Adapter/EntityMapper.php:79
992
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 366) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
1008
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 435) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
1016
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 375) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
1044
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 426 AND `id_shop` = 1
0.057 ms 1 /src/Adapter/EntityMapper.php:79
1068
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 377 AND `id_shop` = 1
0.057 ms 1 /src/Adapter/EntityMapper.php:79
1145
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 15) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
1191
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 25) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
1246
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 77) LIMIT 1
0.057 ms 1 /src/Adapter/EntityMapper.php:71
380
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.056 ms 1 /classes/ObjectModel.php:1727
383
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.056 ms 1 /classes/ObjectModel.php:1727
503
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 317 LIMIT 1
0.056 ms 1 /classes/Product.php:5670
544
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 342 LIMIT 1
0.056 ms 1 /classes/SpecificPrice.php:435
552
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 314 LIMIT 1
0.056 ms 1 /classes/Product.php:5670
570
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 308 LIMIT 1
0.056 ms 1 /classes/Product.php:5670
603
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 348 AND `id_group` = 1 LIMIT 1
0.056 ms 0 /classes/GroupReduction.php:153
832
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 307) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
850
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 313) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
863
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 323 AND `id_shop` = 1
0.056 ms 1 /src/Adapter/EntityMapper.php:79
866
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 326) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
900
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 315) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
951
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 395 AND `id_shop` = 1
0.056 ms 1 /src/Adapter/EntityMapper.php:79
954
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 348) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
983
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 362 AND `id_shop` = 1
0.056 ms 1 /src/Adapter/EntityMapper.php:79
991
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 416 AND `id_shop` = 1
0.056 ms 1 /src/Adapter/EntityMapper.php:79
1005
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 372 AND `id_shop` = 1
0.056 ms 1 /src/Adapter/EntityMapper.php:79
1037
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 404) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
1039
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 383) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
1168
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 10) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
1249
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 30
AND `active` = 1 LIMIT 1
0.056 ms 1 /classes/Manufacturer.php:312
1368
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.056 ms 1 /classes/module/Module.php:2137
719
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 347
0.056 ms 1 /classes/Product.php:2899
598
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 394 LIMIT 1
0.055 ms 1 /classes/Category.php:1373
803
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 342 AND `id_shop` = 1 LIMIT 1
0.055 ms 1 /classes/module/Module.php:2137
831
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 306 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
833
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 307 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
834
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 305) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
857
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 414 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
895
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 332 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
913
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 318 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
940
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 430) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
984
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 360) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
1036
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 384 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
457
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 318 AND `id_group` = 1 LIMIT 1
0.055 ms 0 /classes/GroupReduction.php:153
527
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 340 AND `id_group` = 1 LIMIT 1
0.055 ms 0 /classes/GroupReduction.php:153
600
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 348 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:435
849
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 312 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
905
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 398 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
908
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 449) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
932
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 345) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
941
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 430 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
973
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 355 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
1000
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 371) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
1054
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 420 AND `id_shop` = 1
0.055 ms 1 /src/Adapter/EntityMapper.php:79
841
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 386 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
896
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 333) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
968
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 353) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
997
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 368 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
999
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 370 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
1007
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 390 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
1086
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 424 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
1194
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1
0.054 ms 1 /classes/Manufacturer.php:312
739
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 357
0.054 ms 1 /classes/Product.php:2899
780
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 21) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.054 ms 1 /classes/stock/StockAvailable.php:453
887
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 340 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
916
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 320) LIMIT 1
0.054 ms 1 /src/Adapter/EntityMapper.php:71
929
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 347 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
953
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 432 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
1070
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 440 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
1078
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 405 AND `id_shop` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
1200
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 59
AND `active` = 1 LIMIT 1
0.054 ms 1 /classes/Manufacturer.php:312
843
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 310 AND `id_shop` = 1
0.053 ms 1 /src/Adapter/EntityMapper.php:79
898
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 433) LIMIT 1
0.053 ms 1 /src/Adapter/EntityMapper.php:71
967
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 352 AND `id_shop` = 1
0.053 ms 1 /src/Adapter/EntityMapper.php:79
393
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 10 LIMIT 1
0.053 ms 1 /classes/Country.php:402
446
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 316 AND `id_group` = 1 LIMIT 1
0.053 ms 0 /classes/GroupReduction.php:153
663
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 312 LIMIT 1
0.053 ms 1 /classes/Product.php:5670
975
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 356 AND `id_shop` = 1
0.053 ms 1 /src/Adapter/EntityMapper.php:79
1098
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1
0.053 ms 1 /classes/Manufacturer.php:312
1214
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 51
AND `active` = 1 LIMIT 1
0.053 ms 1 /classes/Manufacturer.php:312
512
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 317 LIMIT 1
0.052 ms 1 /classes/Product.php:5670
474
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 390 LIMIT 1
0.052 ms 1 /classes/Product.php:5670
488
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 333 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6884
865
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 325 AND `id_shop` = 1
0.052 ms 1 /src/Adapter/EntityMapper.php:79
890
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 330) LIMIT 1
0.052 ms 1 /src/Adapter/EntityMapper.php:71
939
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 431 AND `id_shop` = 1
0.052 ms 1 /src/Adapter/EntityMapper.php:79
969
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 353 AND `id_shop` = 1
0.052 ms 1 /src/Adapter/EntityMapper.php:79
1015
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 374 AND `id_shop` = 1
0.052 ms 1 /src/Adapter/EntityMapper.php:79
1062
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 379 AND `id_shop` = 1
0.052 ms 1 /src/Adapter/EntityMapper.php:79
1080
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 406 AND `id_shop` = 1
0.052 ms 1 /src/Adapter/EntityMapper.php:79
1132
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 66
AND `active` = 1 LIMIT 1
0.052 ms 1 /classes/Manufacturer.php:312
1140
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 72
AND `active` = 1 LIMIT 1
0.052 ms 1 /classes/Manufacturer.php:312
1163
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.052 ms 1 /classes/Manufacturer.php:312
1173
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 85
AND `active` = 1 LIMIT 1
0.052 ms 1 /classes/Manufacturer.php:312
564
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 344 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6884
648
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 353 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6884
955
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 348 AND `id_shop` = 1
0.051 ms 1 /src/Adapter/EntityMapper.php:79
1009
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 435 AND `id_shop` = 1
0.051 ms 1 /src/Adapter/EntityMapper.php:79
1038
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 404 AND `id_shop` = 1
0.051 ms 1 /src/Adapter/EntityMapper.php:79
1046
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 378 AND `id_shop` = 1
0.051 ms 1 /src/Adapter/EntityMapper.php:79
1048
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 417 AND `id_shop` = 1
0.051 ms 1 /src/Adapter/EntityMapper.php:79
1124
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 67
AND `active` = 1 LIMIT 1
0.051 ms 1 /classes/Manufacturer.php:312
1147
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 53
AND `active` = 1 LIMIT 1
0.051 ms 1 /classes/Manufacturer.php:312
536
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 341 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6884
516
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 339 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6884
582
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 346 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6884
627
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 390 LIMIT 1
0.050 ms 1 /classes/Product.php:5670
763
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 4) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.050 ms 1 /classes/stock/StockAvailable.php:453
889
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 341 AND `id_shop` = 1
0.050 ms 1 /src/Adapter/EntityMapper.php:79
897
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 333 AND `id_shop` = 1
0.050 ms 1 /src/Adapter/EntityMapper.php:79
907
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 316 AND `id_shop` = 1
0.050 ms 1 /src/Adapter/EntityMapper.php:79
931
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 344 AND `id_shop` = 1
0.050 ms 1 /src/Adapter/EntityMapper.php:79
977
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 357 AND `id_shop` = 1
0.050 ms 1 /src/Adapter/EntityMapper.php:79
1096
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 75
AND `active` = 1 LIMIT 1
0.050 ms 1 /classes/Manufacturer.php:312
1149
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 43
AND `active` = 1 LIMIT 1
0.050 ms 1 /classes/Manufacturer.php:312
1017
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1
0.050 ms 1 /src/Adapter/EntityMapper.php:79
899
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 433 AND `id_shop` = 1
0.049 ms 1 /src/Adapter/EntityMapper.php:79
915
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 319 AND `id_shop` = 1
0.049 ms 1 /src/Adapter/EntityMapper.php:79
1210
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 12
AND `active` = 1 LIMIT 1
0.049 ms 1 /classes/Manufacturer.php:312
1226
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 29
AND `active` = 1 LIMIT 1
0.049 ms 1 /classes/Manufacturer.php:312
612
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 349 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6884
645
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 370 LIMIT 1
0.049 ms 1 /classes/Product.php:5670
891
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 330 AND `id_shop` = 1
0.048 ms 1 /src/Adapter/EntityMapper.php:79
917
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 320 AND `id_shop` = 1
0.048 ms 1 /src/Adapter/EntityMapper.php:79
1102
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 33
AND `active` = 1 LIMIT 1
0.048 ms 1 /classes/Manufacturer.php:312
1110
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 55
AND `active` = 1 LIMIT 1
0.048 ms 1 /classes/Manufacturer.php:312
1118
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 40
AND `active` = 1 LIMIT 1
0.048 ms 1 /classes/Manufacturer.php:312
1202
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 35
AND `active` = 1 LIMIT 1
0.048 ms 1 /classes/Manufacturer.php:312
1218
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 23
AND `active` = 1 LIMIT 1
0.048 ms 1 /classes/Manufacturer.php:312
1234
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 19
AND `active` = 1 LIMIT 1
0.048 ms 1 /classes/Manufacturer.php:312
573
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 345 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6884
657
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 354 AND id_shop=1 LIMIT 1
0.047 ms 1 /classes/Product.php:6884
798
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.047 ms 1 /classes/module/Module.php:2137
1157
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 47
AND `active` = 1 LIMIT 1
0.047 ms 1 /classes/Manufacturer.php:312
1175
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 56
AND `active` = 1 LIMIT 1
0.047 ms 1 /classes/Manufacturer.php:312
1179
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 54
AND `active` = 1 LIMIT 1
0.047 ms 1 /classes/Manufacturer.php:312
1187
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 21
AND `active` = 1 LIMIT 1
0.047 ms 1 /classes/Manufacturer.php:312
1242
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 39
AND `active` = 1 LIMIT 1
0.047 ms 1 /classes/Manufacturer.php:312
489
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 333 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:153
506
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 337 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6884
621
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 350 AND id_shop=1 LIMIT 1
0.046 ms 1 /classes/Product.php:6884
1126
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 18
AND `active` = 1 LIMIT 1
0.046 ms 1 /classes/Manufacturer.php:312
1134
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 79
AND `active` = 1 LIMIT 1
0.046 ms 1 /classes/Manufacturer.php:312
1142
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 42
AND `active` = 1 LIMIT 1
0.046 ms 1 /classes/Manufacturer.php:312
1151
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 9
AND `active` = 1 LIMIT 1
0.046 ms 1 /classes/Manufacturer.php:312
1183
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 81
AND `active` = 1 LIMIT 1
0.046 ms 1 /classes/Manufacturer.php:312
1190
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 25
AND `active` = 1 LIMIT 1
0.046 ms 1 /classes/Manufacturer.php:312
1196
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 28
AND `active` = 1 LIMIT 1
0.046 ms 1 /classes/Manufacturer.php:312
485
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 317 LIMIT 1
0.045 ms 1 /classes/Product.php:5670
556
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 343 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:153
592
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 347 AND id_shop=1 LIMIT 1
0.045 ms 1 /classes/Product.php:6884
668
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 357 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:153
1153
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 16
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
1228
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 34
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
1244
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 64
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
1251
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 78
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
442
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 353 LIMIT 1
0.045 ms 1 /classes/Product.php:5670
609
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 305 LIMIT 1
0.045 ms 1 /classes/Product.php:5670
1112
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 60
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
1165
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 61
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
1136
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 14
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1159
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1167
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 10
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1212
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1238
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1128
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 26
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1181
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 68
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1206
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 52
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1220
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 48
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1236
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 13
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
1114
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 71
AND `active` = 1 LIMIT 1
0.043 ms 1 /classes/Manufacturer.php:312
1204
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 86
AND `active` = 1 LIMIT 1
0.043 ms 1 /classes/Manufacturer.php:312
533
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 334 LIMIT 1
0.043 ms 1 /classes/Product.php:5670
1230
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 50
AND `active` = 1 LIMIT 1
0.043 ms 1 /classes/Manufacturer.php:312
1348
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.042 ms 1 /classes/Category.php:1589
589
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 312 LIMIT 1
0.042 ms 1 /classes/Product.php:5670
599
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 394 LIMIT 1
0.042 ms 1 /classes/Product.php:5670
649
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 353 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:153
1104
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 58
AND `active` = 1 LIMIT 1
0.042 ms 1 /classes/Manufacturer.php:312
1106
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 17
AND `active` = 1 LIMIT 1
0.042 ms 1 /classes/Manufacturer.php:312
1144
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 15
AND `active` = 1 LIMIT 1
0.042 ms 1 /classes/Manufacturer.php:312
1222
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 82
AND `active` = 1 LIMIT 1
0.042 ms 1 /classes/Manufacturer.php:312
1253
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 45
AND `active` = 1 LIMIT 1
0.042 ms 1 /classes/Manufacturer.php:312
537
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 341 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:153
543
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 314 LIMIT 1
0.041 ms 1 /classes/Product.php:5670
593
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 347 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:153
633
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 352 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:153
764
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 5) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
517
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 339 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:153
574
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 345 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:153
658
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 354 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:153
583
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 346 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:153
765
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 6) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.039 ms 1 /classes/stock/StockAvailable.php:453
773
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 14) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.039 ms 1 /classes/stock/StockAvailable.php:453
777
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 18) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.039 ms 1 /classes/stock/StockAvailable.php:453
565
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 344 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:153
622
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 350 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:153
507
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 337 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:153
772
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 13) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.038 ms 1 /classes/stock/StockAvailable.php:453
775
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 16) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.038 ms 1 /classes/stock/StockAvailable.php:453
776
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 17) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.038 ms 1 /classes/stock/StockAvailable.php:453
771
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 12) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.038 ms 1 /classes/stock/StockAvailable.php:453
613
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 349 AND `id_group` = 1 LIMIT 1
0.037 ms 0 /classes/GroupReduction.php:153
766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 7) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.037 ms 1 /classes/stock/StockAvailable.php:453
769
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 10) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.037 ms 1 /classes/stock/StockAvailable.php:453
767
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 8) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.036 ms 1 /classes/stock/StockAvailable.php:453
768
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 9) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.036 ms 1 /classes/stock/StockAvailable.php:453
770
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 11) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.036 ms 1 /classes/stock/StockAvailable.php:453
774
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 352) AND (id_product_attribute = 15) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.036 ms 1 /classes/stock/StockAvailable.php:453
1245
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 77
AND `active` = 1 LIMIT 1
0.036 ms 1 /classes/Manufacturer.php:312

Doubles

171 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
162 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = XX)
135 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
135 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
84 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
82 queries
SELECT *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = XX
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = XX
WHERE (a.`id_manufacturer` = XX) LIMIT XX
45 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
25 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
25 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
24 queries
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
24 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
24 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_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
24 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_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)
24 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
24 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
24 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_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
24 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
24 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
24 queries
SELECT pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_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 `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, XX)) WHERE pa.`id_product` = XX GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
24 queries
                SELECT `id_category` FROM `ps_category_product`
                WHERE `id_product` = XX
24 queries
				SELECT (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
				FROM `ps_iqitreviews_products` pr
				WHERE pr.`status` = XX  AND pr.`id_product` = XX LIMIT XX
24 queries
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 `ps_product_attribute` pa
             INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_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;
15 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
13 queries
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
13 queries
				SELECT c.*, cl.*
				FROM `ps_category` c
				 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
				LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `ps_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				 AND c.`active` = XX
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC, cl.`name` ASC
				
				
6 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
6 queries
SELECT *
							FROM `ps_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
5 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
5 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_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 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'it-it'
                    OR `language_code` = 'it-it' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
		SELECT m.*, ml.`description`, ml.`short_description`
		FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
        ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = XX)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = XX)WHERE XX AND m.`active` = XX ORDER BY m.`name` ASC
		
2 queries
SELECT cb.`id_iqit_link_block`
                    FROM ps_iqit_link_block cb
                    INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
                    WHERE `id_hook` = XX
                    AND cs.`id_shop` = XX
                    ORDER BY cb.position ASC
                
2 queries
SELECT *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_iqit_link_block_lang`
							WHERE `id_iqit_link_block` = XX
2 queries
SELECT *
FROM `ps_hook` a
WHERE (a.`id_hook` = XX) LIMIT XX
2 queries
SELECT hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
			hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
			hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
			
			FROM ps_iqitmegamenu_tabs_shop hs
			LEFT JOIN ps_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
			LEFT JOIN ps_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
			WHERE id_shop = XX AND menu_type = XX AND active = XX
			AND hssl.id_lang = XX
			ORDER BY hss.position
2 queries
		SELECT c.id_cms, cl.link_rewrite, cl.meta_title
		FROM ps_cms c
		LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = XX AND cl.id_shop = XX)
		 INNER JOIN ps_cms_shop cms_shop
        ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = XX)
		WHERE XX
		 AND c.id_cms IN (XX) AND c.`active` = XX GROUP BY c.id_cms
		ORDER BY c.`position`

Tables stress

333 translation
197 category_lang
183 category
168 manufacturer
166 shop
158 category_shop
88 product_attribute
86 product
85 product_shop
84 manufacturer_shop
84 manufacturer_lang
82 stock_available
77 product_attribute_shop
61 product_attribute_combination
52 cart_product
50 attribute
50 attribute_lang
49 image
49 attribute_group
48 image_shop
33 category_product
26 specific_price
26 product_lang
26 attribute_group_lang
25 category_group
25 pack
25 image_lang
24 product_group_reduction_cache
24 feature_product
24 feature_lang
24 feature_value_lang
24 feature
24 feature_shop
24 iqitreviews_products
23 module
21 module_shop
8 hook
8 product_sale
8 cms
8 cms_shop
8 cms_lang
6 lang
6 currency
5 meta_lang
5 currency_shop
4 shop_url
4 lang_shop
4 meta
4 image_type
4 tax_rule
4 tax_rules_group
4 iqit_link_block
3 country
3 hook_alias
3 ets_seo_redirect
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group
2 group_shop
2 product_attribute_lang
2 iqit_elementor_category
2 iqit_link_block_shop
2 iqit_link_block_lang
2 iqitmegamenu_tabs_shop
2 iqitmegamenu_tabs
2 iqitmegamenu_tabs_lang
1 configuration_lang
1 module_group
1 hook_module_exceptions
1 tab
1 group_lang
1 address_format
1 state
1 required_field
1 revslider_sliders
1 ets_seo_category
1 layered_category
1 layered_filter_block
1 layered_price_index
1 tax
1 tax_lang
1 feature_flag
1 product_attribute_image
1 iqit_elementor_category_shop

ObjectModel instances

Name Instances Source
Category 235 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 403]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 376]
/classes/Meta.php:379 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Meta.php:379 (__construct) [id: 2]
/modules/ets_seo/ets_seo.php:2894 (__construct) [id: 2]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 363]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 363]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 364]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 436]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 434]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 365]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 407]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 403]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 303]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 304]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 410]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 306]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 307]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 305]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 308]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 309]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 386]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 310]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 396]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 311]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 312]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 313]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 314]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 394]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 414]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 322]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 324]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 323]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 325]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 326]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 327]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 328]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 428]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 329]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 335]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 337]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 336]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 338]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 339]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 340]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 341]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 330]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 331]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 332]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 333]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 433]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 315]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 397]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 398]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 316]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 449]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 317]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 318]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 319]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 320]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 321]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 446]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 342]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 343]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 412]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 347]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 344]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 345]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 346]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 429]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 431]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 430]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 437]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 387]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 389]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 388]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 395]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 432]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 348]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 407]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 448]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 349]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 350]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 351]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 352]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 353]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 354]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 355]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 356]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 357]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 358]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 359]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 362]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 360]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 361]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 334]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 363]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 364]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 436]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 434]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 365]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 416]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 366]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 367]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 368]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 370]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 371]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 369]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 372]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 390]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 435]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 373]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 399]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 374]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 375]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 309]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 386]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 310]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 396]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 311]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 312]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 313]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 314]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 394]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 414]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 315]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 397]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 398]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 316]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 449]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 317]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 318]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 319]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 320]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 321]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 446]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 330]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 331]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 332]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 333]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 433]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 335]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 337]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 336]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 338]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 339]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 340]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 341]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 334]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 342]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 343]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 412]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 347]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 344]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 345]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 346]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 429]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 431]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 430]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 437]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 387]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 389]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 388]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 395]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 432]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 348]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 349]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 350]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 351]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 352]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 353]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 354]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 355]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 356]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 357]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 358]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 359]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 362]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 360]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 361]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 363]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 364]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 436]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 434]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 365]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 366]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 367]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 368]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 370]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 371]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 369]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 372]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 390]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 373]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 399]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 374]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 375]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 407]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 376]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 381]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 443]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 384]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 404]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 383]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 385]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 426]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 378]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 417]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 418]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 419]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 420]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 409]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 415]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 447]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 379]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 400]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 382]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 377]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 440]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 442]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 441]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 427]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 405]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 406]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 445]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 408]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 424]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 438]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 380]
/classes/Link.php:402 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Employee 97 /modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
/modules/alma/lib/Hooks/HookController.php:54 (__construct) [id: 0]
Manufacturer 82 /classes/Link.php:657 (__construct) [id: 41]
/classes/Link.php:657 (__construct) [id: 38]
/classes/Link.php:657 (__construct) [id: 75]
/classes/Link.php:657 (__construct) [id: 5]
/classes/Link.php:657 (__construct) [id: 65]
/classes/Link.php:657 (__construct) [id: 33]
/classes/Link.php:657 (__construct) [id: 58]
/classes/Link.php:657 (__construct) [id: 17]
/classes/Link.php:657 (__construct) [id: 83]
/classes/Link.php:657 (__construct) [id: 55]
/classes/Link.php:657 (__construct) [id: 60]
/classes/Link.php:657 (__construct) [id: 71]
/classes/Link.php:657 (__construct) [id: 36]
/classes/Link.php:657 (__construct) [id: 40]
/classes/Link.php:657 (__construct) [id: 46]
/classes/Link.php:657 (__construct) [id: 84]
/classes/Link.php:657 (__construct) [id: 67]
/classes/Link.php:657 (__construct) [id: 18]
/classes/Link.php:657 (__construct) [id: 26]
/classes/Link.php:657 (__construct) [id: 7]
/classes/Link.php:657 (__construct) [id: 66]
/classes/Link.php:657 (__construct) [id: 79]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 22]
/classes/Link.php:657 (__construct) [id: 72]
/classes/Link.php:657 (__construct) [id: 42]
/classes/Link.php:657 (__construct) [id: 15]
/classes/Link.php:657 (__construct) [id: 53]
/classes/Link.php:657 (__construct) [id: 43]
/classes/Link.php:657 (__construct) [id: 9]
/classes/Link.php:657 (__construct) [id: 16]
/classes/Link.php:657 (__construct) [id: 74]
/classes/Link.php:657 (__construct) [id: 47]
/classes/Link.php:657 (__construct) [id: 32]
/classes/Link.php:657 (__construct) [id: 69]
/classes/Link.php:657 (__construct) [id: 6]
/classes/Link.php:657 (__construct) [id: 61]
/classes/Link.php:657 (__construct) [id: 10]
/classes/Link.php:657 (__construct) [id: 73]
/classes/Link.php:657 (__construct) [id: 80]
/classes/Link.php:657 (__construct) [id: 85]
/classes/Link.php:657 (__construct) [id: 56]
/classes/Link.php:657 (__construct) [id: 24]
/classes/Link.php:657 (__construct) [id: 54]
/classes/Link.php:657 (__construct) [id: 68]
/classes/Link.php:657 (__construct) [id: 81]
/classes/Link.php:657 (__construct) [id: 37]
/classes/Link.php:657 (__construct) [id: 21]
/classes/Link.php:657 (__construct) [id: 1]
/classes/Link.php:657 (__construct) [id: 25]
/classes/Link.php:657 (__construct) [id: 70]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 28]
/classes/Link.php:657 (__construct) [id: 76]
/classes/Link.php:657 (__construct) [id: 59]
/classes/Link.php:657 (__construct) [id: 35]
/classes/Link.php:657 (__construct) [id: 86]
/classes/Link.php:657 (__construct) [id: 52]
/classes/Link.php:657 (__construct) [id: 27]
/classes/Link.php:657 (__construct) [id: 12]
/classes/Link.php:657 (__construct) [id: 8]
/classes/Link.php:657 (__construct) [id: 51]
/classes/Link.php:657 (__construct) [id: 44]
/classes/Link.php:657 (__construct) [id: 23]
/classes/Link.php:657 (__construct) [id: 48]
/classes/Link.php:657 (__construct) [id: 82]
/classes/Link.php:657 (__construct) [id: 57]
/classes/Link.php:657 (__construct) [id: 29]
/classes/Link.php:657 (__construct) [id: 34]
/classes/Link.php:657 (__construct) [id: 50]
/classes/Link.php:657 (__construct) [id: 3]
/classes/Link.php:657 (__construct) [id: 19]
/classes/Link.php:657 (__construct) [id: 13]
/classes/Link.php:657 (__construct) [id: 2]
/classes/Link.php:657 (__construct) [id: 49]
/classes/Link.php:657 (__construct) [id: 39]
/classes/Link.php:657 (__construct) [id: 77]
/classes/Link.php:657 (__construct) [id: 63]
/classes/Link.php:657 (__construct) [id: 30]
/classes/Link.php:657 (__construct) [id: 78]
/classes/Link.php:657 (__construct) [id: 45]
/classes/Link.php:657 (__construct) [id: 20]
Product 63 /classes/Link.php:113 (__construct) [id: 315]
/classes/Link.php:113 (__construct) [id: 318]
/classes/Link.php:113 (__construct) [id: 324]
/classes/Link.php:113 (__construct) [id: 339]
/classes/Link.php:113 (__construct) [id: 340]
/classes/Link.php:113 (__construct) [id: 352]
/classes/Link.php:113 (__construct) [id: 357]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 315]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 316]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 318]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 324]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 330]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 333]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 334]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 337]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 339]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 340]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 341]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 342]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 343]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 344]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 345]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 346]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 347]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 348]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 349]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 350]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 352]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 353]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 354]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 357]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 315]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 316]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 318]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 324]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 330]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 333]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 334]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 337]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 339]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 340]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 341]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 342]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 343]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 344]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 345]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 346]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 347]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 348]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 349]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 350]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 352]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 353]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 354]
/modules/trustpilot/trustbox.php:104 (__construct) [id: 357]
/classes/Link.php:113 (__construct) [id: 315]
/classes/Link.php:113 (__construct) [id: 318]
/classes/Link.php:113 (__construct) [id: 324]
/classes/Link.php:113 (__construct) [id: 339]
/classes/Link.php:113 (__construct) [id: 340]
/classes/Link.php:113 (__construct) [id: 352]
/classes/Link.php:113 (__construct) [id: 357]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 352]
CMS 6 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 9]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 4]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 1]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 6]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 3]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 2]
Country 4 /config/config.inc.php:146 (__construct) [id: 10]
/classes/AddressFormat.php:404 (__construct) [id: 10]
/classes/controller/FrontController.php:1769 (__construct) [id: 10]
/modules/paypal/paypal.php:398 (__construct) [id: 10]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5975 (__construct) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:561 (__construct) [id: 1]
Hook 2 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct) [id: 903]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct) [id: 45]
IqitLinkBlock 2 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct) [id: 2]
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct) [id: 1]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:691 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
State 2 /classes/AddressFormat.php:404 (__construct) [id: 217]
/classes/controller/FrontController.php:1768 (__construct) [id: 217]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
Combination 1 /classes/Product.php:5923 (__construct) [id: 1]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
AddressFormat 1 /classes/controller/FrontController.php:1763 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1692 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Tab 1 /modules/ets_seo/ets_seo.php:985 (getInstanceFromClassName) [id: 0]
Meta 1 /modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:562 (__construct) [id: 0]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Risk 1 /classes/controller/FrontController.php:1695 (__construct) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /vendor/defuse/php-encryption/src/Crypto.php
171 /vendor/defuse/php-encryption/src/KeyOrPassword.php
172 /vendor/defuse/php-encryption/src/RuntimeTests.php
173 /vendor/defuse/php-encryption/src/DerivedKeys.php
174 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
175 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
176 /src/Core/Session/SessionHandler.php
177 /src/Core/Session/SessionHandlerInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
194 /config/smarty.config.inc.php
195 /classes/Smarty/SmartyDev.php
196 /vendor/smarty/smarty/libs/Smarty.class.php
197 /vendor/smarty/smarty/libs/functions.php
198 /vendor/smarty/smarty/libs/Autoloader.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
208 /config/smartyfront.config.inc.php
209 /classes/Smarty/SmartyResourceModule.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
212 /classes/Smarty/SmartyResourceParent.php
213 /classes/Smarty/SmartyLazyRegister.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
215 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
216 /classes/Customer.php
217 /classes/Group.php
218 /override/classes/Link.php
219 /classes/Link.php
220 /classes/shop/ShopUrl.php
221 /override/classes/Dispatcher.php
222 /classes/Dispatcher.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
229 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
230 /modules/ets_seo/ets_seo.php
231 /app/AppKernel.php
232 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
233 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
234 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
235 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
236 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
237 /modules/ets_seo/src/FormType/SeoType.php
238 /modules/ets_seo/classes/traits/EtsSeoTranslationTrait.php
239 /modules/ets_seo/src/FormType/SeoSocialType.php
240 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
241 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
242 /vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php
243 /vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php
244 /modules/ets_seo/src/FormType/SeoAdvanceType.php
245 /src/PrestaShopBundle/Form/Admin/Sell/Product/SEO/SEOType.php
246 /modules/ets_seo/classes/utils/EtsSeoStrHelper.php
247 /modules/ets_seo/classes/EtsSeoArrayHelper.php
248 /modules/ets_seo/classes/traits/EtsSeoGridHookListenersTrait.php
249 /modules/ets_seo/classes/traits/EtsSeoOverrideTrait.php
250 /modules/ets_seo/classes/traits/EtsSeoRequestControllerTrait.php
251 /modules/ets_seo/classes/EtsSeoProduct.php
252 /modules/ets_seo/classes/AbstractEtsSeoAnalyzableModel.php
253 /modules/ets_seo/classes/traits/EtsSeoGetModuleTrait.php
254 /modules/ets_seo/classes/interfaces/EtsSeoAnalyzeModelInterface.php
255 /modules/ets_seo/classes/EtsSeoCms.php
256 /modules/ets_seo/classes/EtsSeoCmsCategory.php
257 /modules/ets_seo/classes/EtsSeoMeta.php
258 /modules/ets_seo/classes/EtsSeoCategory.php
259 /modules/ets_seo/classes/EtsSeoRedirect.php
260 /modules/ets_seo/classes/EtsSeoManufacturer.php
261 /modules/ets_seo/classes/EtsSeoSupplier.php
262 /modules/ets_seo/classes/EtsSeoRating.php
263 /modules/ets_seo/classes/traits/EtsSeoGetInstanceTrait.php
264 /modules/ets_seo/classes/EtsSeoUpdating.php
265 /modules/ets_seo/classes/Ets_Seo_Sitemap.php
266 /modules/ets_seo/classes/EtsSeoSetting.php
267 /modules/ets_seo/classes/EtsSeoTranslation.php
268 /modules/ets_seo/classes/EtsImportTranslation.php
269 /modules/ets_seo/classes/EtsSeoAnalysis.php
270 /modules/ets_seo/classes/EtsSeoNotFoundUrl.php
271 /modules/ets_seo/classes/EtsSeoJsDefHelper.php
272 /modules/ets_seo/classes/EtsSeoChatGpt.php
273 /modules/ets_seo/classes/exceptions/EtsSeoChatGptException.php
274 /modules/ets_seo/classes/EtsSeoGptMessage.php
275 /modules/ets_seo/classes/EtsSeoGptTemplate.php
276 /modules/ets_seo/defines.php
277 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
278 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
279 /classes/Translate.php
280 /modules/ets_seo/translations/it.php
281 /src/Adapter/SymfonyContainer.php
282 /src/PrestaShopBundle/Translation/TranslatorComponent.php
283 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
284 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
285 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
286 /vendor/symfony/contracts/Translation/TranslatorInterface.php
287 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
288 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
289 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
290 /src/PrestaShopBundle/Translation/TranslatorInterface.php
291 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
292 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
293 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
294 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
295 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
296 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
297 /vendor/symfony/contracts/Translation/TranslatorTrait.php
298 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
299 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
300 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
301 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
302 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
303 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
304 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
305 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
306 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
307 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
308 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
309 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
310 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
311 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
312 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
313 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
314 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
315 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
316 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
317 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
318 /src/Adapter/ContainerFinder.php
319 /src/Core/Exception/ContainerNotFoundException.php
320 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
321 /src/Adapter/Module/Repository/ModuleRepository.php
322 /src/Core/Repository/AbstractObjectModelRepository.php
323 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
324 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
325 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
326 /vendor/prestashop/translationtools-bundle/Translation/Helper/DomainHelper.php
327 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
328 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
329 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
330 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
331 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
332 /modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php
333 /modules/ets_seo/classes/utils/EtsUrlHelper.php
334 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
335 /config/db_slave_server.inc.php
336 /src/Adapter/ContainerBuilder.php
337 /src/Adapter/Environment.php
338 /src/Core/EnvironmentInterface.php
339 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
340 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
341 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
342 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
343 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
344 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
345 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
346 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
347 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
348 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
349 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
350 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
351 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
352 /vendor/symfony/contracts/Service/ResetInterface.php
353 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
354 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
355 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
356 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
357 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
358 /vendor/symfony/contracts/Cache/ItemInterface.php
359 /vendor/psr/cache/src/CacheItemInterface.php
360 /vendor/psr/cache/src/CacheItemPoolInterface.php
361 /vendor/symfony/contracts/Cache/CacheInterface.php
362 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
364 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
366 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
367 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
368 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
369 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
370 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
371 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
396 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
399 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
400 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
401 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
403 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
405 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
406 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
407 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
408 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
409 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
410 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
411 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
412 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
413 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
414 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
415 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
416 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
417 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
418 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
419 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
420 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
421 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
422 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
423 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
424 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
425 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
426 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
427 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
428 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
429 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
430 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
431 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
432 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
433 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
434 /var/cache/dev/FrontContainer.php
435 /src/Adapter/Container/LegacyContainer.php
436 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
437 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
438 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
439 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
440 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
441 /vendor/psr/container/src/ContainerExceptionInterface.php
442 /vendor/psr/container/src/NotFoundExceptionInterface.php
443 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
444 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
445 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
446 /src/Adapter/Container/LegacyContainerInterface.php
447 /modules/ps_categorytree/vendor/autoload.php
448 /modules/ps_categorytree/vendor/composer/autoload_real.php
449 /modules/ps_categorytree/vendor/composer/platform_check.php
450 /modules/ps_categorytree/vendor/composer/autoload_static.php
451 /modules/ps_sharebuttons/vendor/autoload.php
452 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
453 /modules/ps_sharebuttons/vendor/composer/platform_check.php
454 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
455 /modules/statscarrier/vendor/autoload.php
456 /modules/statscarrier/vendor/composer/autoload_real.php
457 /modules/statscarrier/vendor/composer/platform_check.php
458 /modules/statscarrier/vendor/composer/autoload_static.php
459 /modules/statsproduct/vendor/autoload.php
460 /modules/statsproduct/vendor/composer/autoload_real.php
461 /modules/statsproduct/vendor/composer/platform_check.php
462 /modules/statsproduct/vendor/composer/autoload_static.php
463 /modules/statscheckup/vendor/autoload.php
464 /modules/statscheckup/vendor/composer/autoload_real.php
465 /modules/statscheckup/vendor/composer/platform_check.php
466 /modules/statscheckup/vendor/composer/autoload_static.php
467 /modules/ps_supplierlist/vendor/autoload.php
468 /modules/ps_supplierlist/vendor/composer/autoload_real.php
469 /modules/ps_supplierlist/vendor/composer/platform_check.php
470 /modules/ps_supplierlist/vendor/composer/autoload_static.php
471 /modules/statscatalog/vendor/autoload.php
472 /modules/statscatalog/vendor/composer/autoload_real.php
473 /modules/statscatalog/vendor/composer/platform_check.php
474 /modules/statscatalog/vendor/composer/autoload_static.php
475 /modules/ps_distributionapiclient/vendor/autoload.php
476 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
477 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
478 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
479 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
480 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
481 /modules/ps_faviconnotificationbo/vendor/autoload.php
482 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
483 /modules/ps_faviconnotificationbo/vendor/composer/platform_check.php
484 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
485 /modules/ps_brandlist/vendor/autoload.php
486 /modules/ps_brandlist/vendor/composer/autoload_real.php
487 /modules/ps_brandlist/vendor/composer/platform_check.php
488 /modules/ps_brandlist/vendor/composer/autoload_static.php
489 /modules/statsbestproducts/vendor/autoload.php
490 /modules/statsbestproducts/vendor/composer/autoload_real.php
491 /modules/statsbestproducts/vendor/composer/platform_check.php
492 /modules/statsbestproducts/vendor/composer/autoload_static.php
493 /modules/statssearch/vendor/autoload.php
494 /modules/statssearch/vendor/composer/autoload_real.php
495 /modules/statssearch/vendor/composer/platform_check.php
496 /modules/statssearch/vendor/composer/autoload_static.php
497 /modules/gsitemap/vendor/autoload.php
498 /modules/gsitemap/vendor/composer/autoload_real.php
499 /modules/gsitemap/vendor/composer/platform_check.php
500 /modules/gsitemap/vendor/composer/autoload_static.php
501 /modules/dashproducts/vendor/autoload.php
502 /modules/dashproducts/vendor/composer/autoload_real.php
503 /modules/dashproducts/vendor/composer/platform_check.php
504 /modules/dashproducts/vendor/composer/autoload_static.php
505 /modules/statssales/vendor/autoload.php
506 /modules/statssales/vendor/composer/autoload_real.php
507 /modules/statssales/vendor/composer/platform_check.php
508 /modules/statssales/vendor/composer/autoload_static.php
509 /modules/statsstock/vendor/autoload.php
510 /modules/statsstock/vendor/composer/autoload_real.php
511 /modules/statsstock/vendor/composer/platform_check.php
512 /modules/statsstock/vendor/composer/autoload_static.php
513 /modules/dashgoals/vendor/autoload.php
514 /modules/dashgoals/vendor/composer/autoload_real.php
515 /modules/dashgoals/vendor/composer/platform_check.php
516 /modules/dashgoals/vendor/composer/autoload_static.php
517 /modules/ph_simpleblog/vendor/autoload.php
518 /modules/ph_simpleblog/vendor/composer/autoload_real.php
519 /modules/ph_simpleblog/vendor/composer/platform_check.php
520 /modules/ph_simpleblog/vendor/composer/autoload_static.php
521 /modules/ps_eventbus/vendor/autoload.php
522 /modules/ps_eventbus/vendor/composer/autoload_real.php
523 /modules/ps_eventbus/vendor/composer/autoload_static.php
524 /modules/productcomments/vendor/autoload.php
525 /modules/productcomments/vendor/composer/autoload_real.php
526 /modules/productcomments/vendor/composer/platform_check.php
527 /modules/productcomments/vendor/composer/autoload_static.php
528 /modules/autoupgrade/vendor/autoload.php
529 /modules/autoupgrade/vendor/composer/autoload_real.php
530 /modules/autoupgrade/vendor/composer/autoload_static.php
531 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
532 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
533 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
534 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
535 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
536 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
537 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
538 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
539 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
540 /modules/psxmarketingwithgoogle/vendor/autoload.php
541 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
542 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
543 /modules/ps_emailalerts/vendor/autoload.php
544 /modules/ps_emailalerts/vendor/composer/autoload_real.php
545 /modules/ps_emailalerts/vendor/composer/autoload_static.php
546 /modules/ps_mbo/vendor/autoload.php
547 /modules/ps_mbo/vendor/composer/autoload_real.php
548 /modules/ps_mbo/vendor/composer/platform_check.php
549 /modules/ps_mbo/vendor/composer/autoload_static.php
550 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
551 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
552 /modules/ps_mbo/vendor/php-http/message/src/filters.php
553 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
554 /modules/ps_mbo/bootstrap.php
555 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
556 /modules/alma/vendor/autoload.php
557 /modules/alma/vendor/composer/autoload_real.php
558 /modules/alma/vendor/composer/platform_check.php
559 /modules/alma/vendor/composer/autoload_static.php
560 /modules/rediscache/vendor/autoload.php
561 /modules/rediscache/vendor/composer/autoload_real.php
562 /modules/rediscache/vendor/composer/platform_check.php
563 /modules/rediscache/vendor/composer/autoload_static.php
564 /modules/paypal/vendor/autoload.php
565 /modules/paypal/vendor/composer/autoload_real.php
566 /modules/paypal/vendor/composer/autoload_static.php
567 /modules/ps_facetedsearch/vendor/autoload.php
568 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
569 /modules/ps_facetedsearch/vendor/composer/platform_check.php
570 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
571 /modules/ps_accounts/vendor/autoload.php
572 /modules/ps_accounts/vendor/composer/autoload_real.php
573 /modules/ps_accounts/vendor/composer/platform_check.php
574 /modules/ps_accounts/vendor/composer/autoload_static.php
575 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
576 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
577 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
578 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
579 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
580 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
581 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
582 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
583 /modules/iqitproductflags/vendor/autoload.php
584 /modules/iqitproductflags/vendor/composer/autoload_real.php
585 /modules/iqitproductflags/vendor/composer/platform_check.php
586 /modules/iqitproductflags/vendor/composer/autoload_static.php
587 /modules/iqitproductvariants/vendor/autoload.php
588 /modules/iqitproductvariants/vendor/composer/autoload_real.php
589 /modules/iqitproductvariants/vendor/composer/autoload_static.php
590 /modules/iqitsociallogin/vendor/autoload.php
591 /modules/iqitsociallogin/vendor/composer/autoload_real.php
592 /modules/iqitsociallogin/vendor/composer/platform_check.php
593 /modules/iqitsociallogin/vendor/composer/autoload_static.php
594 /src/Core/Hook/HookModuleFilter.php
595 /src/Core/Hook/HookModuleFilterInterface.php
596 /modules/ph_simpleblog/ph_simpleblog.php
597 /modules/ph_simpleblog/assets/phpthumb/ThumbLib.inc.php
598 /modules/ph_simpleblog/assets/phpthumb/PhpThumb.inc.php
599 /modules/ph_simpleblog/assets/phpthumb/ThumbBase.inc.php
600 /modules/ph_simpleblog/assets/phpthumb/GdThumb.inc.php
601 /modules/ph_simpleblog/models/SimpleBlogCategory.php
602 /modules/ph_simpleblog/models/SimpleBlogPost.php
603 /modules/ph_simpleblog/models/SimpleBlogPostType.php
604 /modules/ph_simpleblog/models/SimpleBlogPostImage.php
605 /modules/ph_simpleblog/models/SimpleBlogTag.php
606 /modules/ph_simpleblog/models/SimpleBlogComment.php
607 /modules/ph_simpleblog/models/SimpleBlogPostAuthor.php
608 /modules/ph_simpleblog/classes/SimpleBlogHelper.php
609 /modules/ph_simpleblog/classes/BlogPostsFinder.php
610 /modules/ph_simpleblog/controllers/front/default_list.php
611 /classes/controller/ModuleFrontController.php
612 /classes/controller/FrontController.php
613 /src/Core/Security/Hashing.php
614 /modules/ph_simpleblog/translations/it.php
615 /modules/alma/alma.php
616 /classes/PaymentModule.php
617 /modules/alma/translations/it.php
618 /modules/alma/lib/smarty.php
619 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php
620 /classes/Meta.php
621 /modules/smartblog/smartblog.php
622 /modules/smartblog/classes/BlogCategory.php
623 /modules/smartblog/classes/BlogImageType.php
624 /modules/smartblog/classes/BlogTag.php
625 /modules/smartblog/classes/SmartBlogPost.php
626 /modules/smartblog/classes/SmartBlogHelperTreeCategories.php
627 /classes/tree/Tree.php
628 /modules/smartblog/classes/Blogcomment.php
629 /modules/smartblog/classes/BlogPostCategory.php
630 /modules/smartblog/classes/SmartBlogLink.php
631 /src/PrestaShopBundle/Translation/DomainNormalizer.php
632 /src/Adapter/Localization/LegacyTranslator.php
633 /modules/smartblog/translations/it.php
634 /classes/Tab.php
635 /controllers/front/listing/CategoryController.php
636 /classes/controller/ProductListingFrontController.php
637 /classes/controller/ProductPresentingFrontController.php
638 /src/Adapter/Presenter/Object/ObjectPresenter.php
639 /src/Adapter/Presenter/PresenterInterface.php
640 /src/Adapter/Presenter/Cart/CartPresenter.php
641 /src/Adapter/Image/ImageRetriever.php
642 /classes/tax/TaxConfiguration.php
643 /classes/Smarty/TemplateFinder.php
644 /classes/assets/StylesheetManager.php
645 /classes/assets/AbstractAssetManager.php
646 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
647 /classes/assets/JavascriptManager.php
648 /classes/assets/CccReducer.php
649 /modules/iqitthemeeditor/iqitthemeeditor.php
650 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
651 /classes/Category.php
652 /classes/webservice/WebserviceRequest.php
653 /src/Core/Localization/Locale/Repository.php
654 /src/Core/Localization/Locale/RepositoryInterface.php
655 /src/Core/Localization/CLDR/LocaleRepository.php
656 /src/Core/Localization/CLDR/LocaleDataSource.php
657 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
658 /src/Core/Data/Layer/AbstractDataLayer.php
659 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
660 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
661 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
662 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
663 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
664 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
665 /vendor/symfony/contracts/Cache/CacheTrait.php
666 /vendor/psr/cache/src/InvalidArgumentException.php
667 /vendor/psr/cache/src/CacheException.php
668 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
669 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
670 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
671 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
672 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
673 /src/Core/Localization/CLDR/Reader.php
674 /src/Core/Localization/CLDR/ReaderInterface.php
675 /src/Core/Localization/Currency/Repository.php
676 /src/Core/Localization/Currency/RepositoryInterface.php
677 /src/Core/Localization/Currency/CurrencyDataSource.php
678 /src/Core/Localization/Currency/DataSourceInterface.php
679 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
680 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
681 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
682 /src/Adapter/Currency/CurrencyDataProvider.php
683 /src/Core/Currency/CurrencyDataProviderInterface.php
684 /src/Adapter/LegacyContext.php
685 /src/Adapter/Tools.php
686 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
687 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
688 /vendor/prestashop/decimal/src/Operation/Rounding.php
689 /src/Core/Localization/Locale.php
690 /src/Core/Localization/LocaleInterface.php
691 /src/Core/Localization/Specification/Price.php
692 /src/Core/Localization/Specification/Number.php
693 /src/Core/Localization/Specification/NumberInterface.php
694 /src/Core/Localization/Specification/Factory.php
695 /src/Core/Localization/CLDR/LocaleData.php
696 /src/Core/Localization/CLDR/NumberSymbolsData.php
697 /src/Core/Localization/CLDR/CurrencyData.php
698 /src/Core/Localization/CLDR/Locale.php
699 /src/Core/Localization/CLDR/LocaleInterface.php
700 /src/Core/Localization/Specification/NumberSymbolList.php
701 /classes/Currency.php
702 /src/Core/Localization/Currency/LocalizedCurrencyId.php
703 /src/Core/Localization/Currency/CurrencyData.php
704 /src/Core/Localization/Currency/CurrencyCollection.php
705 /src/Core/Localization/Currency.php
706 /src/Core/Localization/CurrencyInterface.php
707 /src/Core/Localization/Specification/NumberCollection.php
708 /src/Core/Localization/Number/Formatter.php
709 /classes/Cart.php
710 /src/Adapter/AddressFactory.php
711 /classes/CartRule.php
712 /classes/Product.php
713 /src/Core/Domain/Product/ValueObject/RedirectType.php
714 /src/Core/Util/DateTime/DateTime.php
715 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
716 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
717 /src/Core/Domain/Product/ValueObject/ProductType.php
718 /src/Core/Domain/Product/ValueObject/Reference.php
719 /src/Core/Domain/Product/ValueObject/Ean13.php
720 /src/Core/Domain/Product/ValueObject/Isbn.php
721 /src/Core/Domain/Product/ValueObject/Upc.php
722 /src/Core/Domain/Product/ProductSettings.php
723 /src/Core/Domain/Shop/ValueObject/ShopId.php
724 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
725 /modules/ps_emailsubscription/ps_emailsubscription.php
726 /src/Core/Module/WidgetInterface.php
727 /classes/Media.php
728 /modules/ps_emailalerts/ps_emailalerts.php
729 /modules/ps_emailalerts/MailAlert.php
730 /modules/iqitproductvariants/iqitproductvariants.php
731 /src/Adapter/Presenter/Cart/CartLazyArray.php
732 /src/Adapter/Presenter/AbstractLazyArray.php
733 /src/Adapter/Product/PriceFormatter.php
734 /src/Core/Util/Inflector.php
735 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
736 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
737 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
738 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
739 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
740 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
741 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
742 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
743 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
744 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
745 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
746 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
747 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
748 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
749 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
750 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
751 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
752 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
753 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
754 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
755 /classes/Gender.php
756 /classes/Risk.php
757 /modules/revsliderprestashop/revsliderprestashop.php
758 /modules/revsliderprestashop/rev-loader.php
759 /modules/revsliderprestashop/includes/revslider_db.class.php
760 /modules/revsliderprestashop/includes/data.class.php
761 /modules/revsliderprestashop/includes/functions.class.php
762 /modules/revsliderprestashop/includes/em-integration.class.php
763 /modules/revsliderprestashop/includes/cssparser.class.php
764 /modules/revsliderprestashop/includes/woocommerce.class.php
765 /modules/revsliderprestashop/includes/wpml.class.php
766 /modules/revsliderprestashop/includes/colorpicker.class.php
767 /modules/revsliderprestashop/includes/navigation.class.php
768 /modules/revsliderprestashop/includes/object-library.class.php
769 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
770 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
771 /modules/revsliderprestashop/includes/extension.class.php
772 /modules/revsliderprestashop/includes/favorite.class.php
773 /modules/revsliderprestashop/includes/aq-resizer.class.php
774 /modules/revsliderprestashop/includes/external-sources.class.php
775 /modules/revsliderprestashop/includes/page-template.class.php
776 /modules/revsliderprestashop/includes/slider.class.php
777 /modules/revsliderprestashop/includes/slide.class.php
778 /modules/revsliderprestashop/includes/output.class.php
779 /modules/revsliderprestashop/public/revslider-front.class.php
780 /modules/revsliderprestashop/includes/backwards.php
781 /modules/revsliderprestashop/admin/includes/class-pclzip.php
782 /modules/revsliderprestashop/admin/includes/license.class.php
783 /modules/revsliderprestashop/admin/includes/addons.class.php
784 /modules/revsliderprestashop/admin/includes/template.class.php
785 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
786 /modules/revsliderprestashop/admin/includes/folder.class.php
787 /modules/revsliderprestashop/admin/includes/import.class.php
788 /modules/revsliderprestashop/admin/includes/export.class.php
789 /modules/revsliderprestashop/admin/includes/export-html.class.php
790 /modules/revsliderprestashop/admin/includes/newsletter.class.php
791 /modules/revsliderprestashop/admin/revslider-admin.class.php
792 /modules/revsliderprestashop/includes/update.class.php
793 /modules/revsliderprestashop/includes/resize-imag.php
794 /modules/revsliderprestashop/translations/it.php
795 /classes/Address.php
796 /classes/ImageType.php
797 /classes/State.php
798 /src/Core/Security/PasswordPolicyConfiguration.php
799 /src/Core/Configuration/DataConfigurationInterface.php
800 /modules/splittypay/splittypay.php
801 /modules/splittypay/src/init.php
802 /modules/splittypay/src/Model/Request.php
803 /modules/splittypay/translations/it.php
804 /src/Core/Filter/FrontEndObject/MainFilter.php
805 /src/Core/Filter/FilterInterface.php
806 /src/Core/Filter/FrontEndObject/CartFilter.php
807 /src/Core/Filter/HashMapWhitelistFilter.php
808 /src/Core/Filter/CollectionFilter.php
809 /src/Core/Filter/FrontEndObject/ProductFilter.php
810 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
811 /src/Core/Filter/FrontEndObject/CustomerFilter.php
812 /src/Core/Filter/FrontEndObject/ShopFilter.php
813 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
814 /modules/ps_shoppingcart/ps_shoppingcart.php
815 /classes/assets/PrestashopAssetsLibraries.php
816 /modules/productcomments/productcomments.php
817 /modules/trustpilot/trustpilot.php
818 /modules/trustpilot/orders.php
819 /modules/trustpilot/config.php
820 /modules/trustpilot/globals.php
821 /modules/trustpilot/pastOrders.php
822 /modules/trustpilot/apiClients/TrustpilotHttpClient.php
823 /modules/trustpilot/products.php
824 /modules/trustpilot/trustbox.php
825 /modules/trustpilot/viewLoader.php
826 /modules/trustpilot/updater.php
827 /modules/trustpilot/pluginStatus.php
828 /modules/trustpilot/translations/it.php
829 /classes/Smarty/SmartyDevTemplate.php
830 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
831 /var/cache/dev/smarty/compile/2b/be/76/2bbe767b81c2d5296c43965181092dda8dba433c_2.file.head.tpl.php
832 /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php
833 /modules/psxmarketingwithgoogle/translations/it.php
834 /modules/psxmarketingwithgoogle/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
835 /modules/psxmarketingwithgoogle/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
836 /modules/psxmarketingwithgoogle/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
837 /var/cache/dev/PsxmarketingwithgoogleFrontContainer.php
838 /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php
839 /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php
840 /modules/psxmarketingwithgoogle/classes/config/Config.php
841 /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php
842 /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php
843 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
844 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
845 /modules/psxmarketingwithgoogle/classes/Conversion/UserDataProvider.php
846 /modules/psxmarketingwithgoogle/classes/Conversion/UserData.php
847 /modules/psxmarketingwithgoogle/classes/Conversion/UserAddressData.php
848 /modules/psxmarketingwithgoogle/classes/Conversion/Hasher.php
849 /modules/psxmarketingwithgoogle/classes/Conversion/Normalizer.php
850 /modules/alma/controllers/hook/FrontHeaderHookController.php
851 /modules/alma/lib/Hooks/FrontendHookController.php
852 /modules/alma/lib/Hooks/HookController.php
853 /modules/alma/lib/Builders/Helpers/SettingsHelperBuilder.php
854 /modules/alma/lib/Traits/BuilderTrait.php
855 /modules/alma/lib/Helpers/SettingsHelper.php
856 /modules/alma/lib/Helpers/ShopHelper.php
857 /modules/alma/lib/Helpers/ConfigurationHelper.php
858 /modules/alma/lib/Factories/CategoryFactory.php
859 /modules/alma/lib/Factories/ContextFactory.php
860 /modules/alma/lib/Helpers/ValidateHelper.php
861 /classes/Employee.php
862 /modules/ets_recaptcha_free/ets_recaptcha_free.php
863 /modules/ets_recaptcha_free/classes/ets_rcf_defines.php
864 /modules/paypal/paypal.php
865 /modules/paypal/config_dev.php
866 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
867 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
868 /modules/paypal/translations/it.php
869 /modules/paypal/services/ToolKit.php
870 /modules/paypal/classes/Constants/PaypalConfigurations.php
871 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
872 /modules/paypal/classes/Constants/WebHookConf.php
873 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
874 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
875 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
876 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
877 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
878 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
879 /modules/paypal/diagnostic.php
880 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
881 /modules/paypal/classes/AbstractMethodPaypal.php
882 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
883 /modules/paypal/classes/MethodEC.php
884 /modules/paypal/classes/WhiteList/WhiteListService.php
885 /modules/paypal/classes/API/PaypalApiManager.php
886 /modules/paypal/classes/API/PaypalApiManagerInterface.php
887 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
888 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
889 /modules/paypal/classes/API/PaypalClient.php
890 /modules/paypal/classes/API/Client/HttpClient.php
891 /modules/paypal/classes/API/ClientInterface.php
892 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
893 /modules/paypal/classes/API/EnvironmentInterface.php
894 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
895 /modules/paypal/classes/API/InjectorInterface.php
896 /modules/paypal/classes/API/Injector/BnCodeInjector.php
897 /modules/paypal/classes/API/Injector/UserAgentInjector.php
898 /var/cache/dev/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
899 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
900 /var/cache/dev/smarty/compile/warehouse/81/78/18/8178182a0e3f5961836544bd96a4a2e8b437431e_2.file.head.tpl.php
901 /modules/iqitcontactpage/iqitcontactpage.php
902 /modules/iqitcookielaw/iqitcookielaw.php
903 /modules/iqitcountdown/iqitcountdown.php
904 /modules/iqitelementor/iqitelementor.php
905 /modules/iqitelementor/src/IqitElementorLanding.php
906 /modules/iqitelementor/src/IqitElementorTemplate.php
907 /modules/iqitelementor/src/IqitElementorProduct.php
908 /modules/iqitelementor/src/IqitElementorCategory.php
909 /modules/iqitelementor/src/IqitElementorContent.php
910 /modules/iqitelementor/src/iqitElementorWpHelper.php
911 /modules/iqitelementor/includes/plugin-elementor.php
912 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
913 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
914 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
915 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
916 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
917 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
918 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
919 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
920 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
921 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
922 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
923 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
924 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
925 /modules/iqitmegamenu/iqitmegamenu.php
926 /modules/iqitmegamenu/models/IqitMenuTab.php
927 /modules/iqitmegamenu/models/IqitMenuHtml.php
928 /modules/iqitmegamenu/models/IqitMenuLinks.php
929 /modules/iqitreviews/iqitreviews.php
930 /modules/iqitreviews/src/IqitProductReview.php
931 /modules/iqitextendedproduct/iqitextendedproduct.php
932 /modules/iqitextendedproduct/src/IqitThreeSixty.php
933 /modules/iqitextendedproduct/src/IqitProductVideo.php
934 /modules/iqitsociallogin/iqitsociallogin.php
935 /src/Core/Product/Search/ProductSearchContext.php
936 /src/Core/Product/Search/ProductSearchQuery.php
937 /src/Core/Product/Search/SortOrder.php
938 /modules/ps_facetedsearch/ps_facetedsearch.php
939 /modules/ps_facetedsearch/src/HookDispatcher.php
940 /modules/ps_facetedsearch/src/Hook/Attribute.php
941 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
942 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
943 /modules/ps_facetedsearch/src/Hook/Category.php
944 /modules/ps_facetedsearch/src/Hook/Configuration.php
945 /modules/ps_facetedsearch/src/Hook/Design.php
946 /modules/ps_facetedsearch/src/Hook/Feature.php
947 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
948 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
949 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
950 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
951 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
952 /modules/ps_facetedsearch/src/Hook/Product.php
953 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
954 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
955 /modules/ps_facetedsearch/src/Filters/Provider.php
956 /modules/ps_facetedsearch/src/URLSerializer.php
957 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
958 /modules/ps_facetedsearch/src/Product/SearchProvider.php
959 /src/Core/Product/Search/FacetsRendererInterface.php
960 /src/Core/Product/Search/ProductSearchProviderInterface.php
961 /modules/ps_facetedsearch/src/Filters/Converter.php
962 /modules/ps_facetedsearch/src/Product/SearchFactory.php
963 /src/Core/Product/Search/ProductSearchResult.php
964 /classes/Manufacturer.php
965 /src/Core/Util/String/StringModifier.php
966 /src/Core/Util/String/StringModifierInterface.php
967 /modules/ps_facetedsearch/src/Product/Search.php
968 /modules/ps_facetedsearch/src/Adapter/MySQL.php
969 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
970 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
971 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
972 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
973 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
974 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
975 /modules/ps_facetedsearch/src/Filters/Products.php
976 /classes/stock/StockAvailable.php
977 /modules/ps_facetedsearch/src/Filters/Block.php
978 /modules/ps_facetedsearch/src/Definition/Availability.php
979 /src/Core/Product/Search/Facet.php
980 /src/Core/Product/Search/Filter.php
981 /vendor/prestashop/decimal/src/DecimalNumber.php
982 /vendor/prestashop/decimal/src/Builder.php
983 /src/Core/Product/Search/FacetCollection.php
984 /classes/ProductAssembler.php
985 /classes/Combination.php
986 /classes/tax/Tax.php
987 /classes/SpecificPrice.php
988 /classes/tax/TaxManagerFactory.php
989 /classes/tax/TaxRulesTaxManager.php
990 /classes/tax/TaxManagerInterface.php
991 /classes/tax/TaxCalculator.php
992 /classes/GroupReduction.php
993 /src/Core/Localization/CLDR/ComputingPrecision.php
994 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
995 /classes/Pack.php
996 /classes/order/Order.php
997 /classes/Feature.php
998 /src/Core/Domain/Combination/CombinationSettings.php
999 /classes/ProductPresenterFactory.php
1000 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1001 /src/Adapter/Presenter/Product/ProductPresenter.php
1002 /src/Adapter/Product/ProductColorsRetriever.php
1003 /src/Adapter/HookManager.php
1004 /src/Core/Product/ProductPresentationSettings.php
1005 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1006 /src/Adapter/Presenter/Product/ProductLazyArray.php
1007 /classes/Image.php
1008 /src/Core/Image/ImageFormatConfiguration.php
1009 /src/Core/Image/ImageFormatConfigurationInterface.php
1010 /classes/FeatureFlag.php
1011 /src/Core/FeatureFlag/FeatureFlagSettings.php
1012 /var/cache/dev/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1013 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1014 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1015 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1016 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1017 /var/cache/dev/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1018 /src/Core/Product/Search/Pagination.php
1019 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8f/f1/7f/8ff17fd059211c7e3add63e8b42bdfb90885358d_2.file.category.tpl.php
1020 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1021 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/37/06/6e/37066e202fee8e4a3f798547e013ec2566d5d01e_2.file.product-list.tpl.php
1022 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/41/9a/83/419a83a34f48ed6a983ac7a324460a68ecb8c673_2.file.layout-left-column.tpl.php
1023 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7d/f0/4a/7df04ac359910316a734035b1b0f9cfb2d6e9344_2.file.layout-both-columns.tpl.php
1024 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/d6/b3/f5d6b3bd9213bbb3971b1e111d98c55d16a39196_2.file.helpers.tpl.php
1025 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1026 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ab/6a/b1/ab6ab1b06b4ffa9f137f85d29c840adc05f2bf76_2.file.head.tpl.php
1027 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/89/c9/d489c9ae5b65cbc89683efc521b9b5267c5883f7_2.file.head-jsonld.tpl.php
1028 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/32/0a/67/320a672a69668b41942089196f8f7de7013ca5c7_2.file.product-list-jsonld.tpl.php
1029 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/70/6c/81/706c81c35e45549b31eda2c1e3cf1147c0e6be5c_2.file.pagination-seo.tpl.php
1030 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1031 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1032 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/52/66/25/5266253fa3ed4372a6b7e7d2dcb071f3325a80c6_2.file.stylesheets.tpl.php
1033 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/c5/59/7ac559aebb1c246131b6d95a9ec31262b0d71648_2.file.javascript.tpl.php
1034 /classes/ProductDownload.php
1035 /src/Core/Cart/Calculator.php
1036 /src/Core/Cart/CartRowCollection.php
1037 /src/Core/Cart/Fees.php
1038 /src/Core/Cart/AmountImmutable.php
1039 /src/Core/Cart/CartRuleCollection.php
1040 /src/Core/Cart/CartRuleCalculator.php
1041 /src/Adapter/Product/PriceCalculator.php
1042 /src/Core/Cart/CartRow.php
1043 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1044 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/98/d8/e2/98d8e27cf6d64bd3ecf40149a8bede545d7006d9_2.file.product-activation.tpl.php
1045 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/45/6a/b3456a8303ce26b99b1edfd8bdfb4ccf55dc2b72_2.file.header.tpl.php
1046 /modules/iqitlinksmanager/iqitlinksmanager.php
1047 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1048 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1049 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1050 /classes/CMS.php
1051 /var/cache/dev/smarty/compile/warehouse/ef/3d/cd/ef3dcd2ceee3dd6a458a9c29f5ad0be7ff371cd7_2.module.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1052 /modules/ps_languageselector/ps_languageselector.php
1053 /modules/ps_currencyselector/ps_currencyselector.php
1054 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4e/91/04/4e9104b5f59623be03ec1f43a87bd289d33670c6_2.file.header-2.tpl.php
1055 /modules/iqitsearch/iqitsearch.php
1056 /var/cache/dev/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplateshookiqitsearch.tpl.php
1057 /var/cache/dev/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1058 /modules/ps_customersignin/ps_customersignin.php
1059 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1060 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1061 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1062 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1063 /var/cache/dev/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1064 /var/cache/dev/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.php
1065 /var/cache/dev/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.php
1066 /var/cache/dev/smarty/compile/warehouse/e0/77/dd/e077dd2170956816de1e46af35296e5cbbf8e702_2.module.iqitmegamenuviewstemplateshook_partialsmobile_menu.tpl.php
1067 /var/cache/dev/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.php
1068 /var/cache/dev/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.php
1069 /var/cache/dev/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.php
1070 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/9f/cc/70/9fcc702c0eaf7bcbbb50c3480b55c8fa35878b01_2.file.mobile-header-3.tpl.php
1071 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1072 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1073 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1074 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/66/9f/11/669f117cf91868e9af5cba192e82f8fc6257ade7_2.file.breadcrumb.tpl.php
1075 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/94/73/5e/94735e1468dadfe114eec48ab44f59d9449ec7ee_2.file.notifications.tpl.php
1076 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0c/50/12/0c5012cf9bd066c36365e46f8976404e0b071905_2.file.category-header.tpl.php
1077 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/9e/39/7a/9e397a7d507c1104936de7d7056f909444b11d67_2.file.category-subcategories.tpl.php
1078 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/ee/9b/b3ee9baa851bc221dc982b2d6e54895358dffe74_2.file.products-top.tpl.php
1079 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1080 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/56/19/75/56197571496078736a8d335011b916c8d185f13c_2.file.sort-orders.tpl.php
1081 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/05/02/8b/05028bf0d3990c9835fec68c9274a2feae38e943_2.file.pagination.tpl.php
1082 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8e/7c/ef/8e7cef5b953ef96e236961d9c712b9080c8efa00_2.file.products.tpl.php
1083 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/47/db/09/47db093a529fe37302bc72eac3f843fe932b9592_2.file.product.tpl.php
1084 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/49/7d/6c/497d6cc8f8d0f99134d2286c9f89977d61aa06d3_2.file.product-miniature-1.tpl.php
1085 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/79/20/86/792086b346667f2307a3dcfd01062dde9c327b95_2.file.product-miniature-thumb.tpl.php
1086 /modules/iqitproductflags/iqitproductflags.php
1087 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
1088 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
1089 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1090 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
1091 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
1092 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
1093 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
1094 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
1095 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
1096 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
1097 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
1098 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
1099 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
1100 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
1101 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
1102 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
1103 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
1104 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
1105 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
1106 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
1107 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
1108 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
1109 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
1110 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
1111 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
1112 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
1113 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
1114 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
1115 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
1116 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
1117 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
1118 /vendor/doctrine/event-manager/src/EventManager.php
1119 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
1120 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
1121 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
1122 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
1123 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
1124 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
1125 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
1126 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
1127 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
1128 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
1129 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
1130 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
1131 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
1132 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
1133 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
1134 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
1135 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
1136 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
1137 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
1138 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
1139 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
1140 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
1141 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
1142 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
1143 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
1144 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
1145 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
1146 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
1147 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
1148 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
1149 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
1150 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
1151 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
1152 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
1153 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
1154 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
1155 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
1156 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
1157 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
1158 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
1159 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
1160 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
1161 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
1162 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
1163 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
1164 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
1165 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
1166 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
1167 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
1168 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
1169 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
1170 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
1171 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
1172 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
1173 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
1174 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
1175 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
1176 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
1177 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
1178 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
1179 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
1180 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
1181 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
1182 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
1183 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
1184 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
1185 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
1186 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
1187 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
1188 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
1189 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
1190 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
1191 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
1192 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
1193 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
1194 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
1195 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1196 /vendor/doctrine/persistence/src/Persistence/Proxy.php
1197 /modules/iqitproductflags/src/Entity/IqitProductFlag.php
1198 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
1199 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
1200 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1201 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1202 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1203 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1204 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1205 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1206 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1207 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1208 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1209 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
1210 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
1211 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
1212 /modules/iqitproductflags/src/Entity/IqitProductFlagLang.php
1213 /src/PrestaShopBundle/Entity/Shop.php
1214 /modules/iqitproductflags/src/Entity/IqitProductFlagCategory.php
1215 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1216 /vendor/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionProperty.php
1217 /vendor/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionPropertyBase.php
1218 /modules/iqitproductflags/src/Repository/FlagRepository.php
1219 /vendor/doctrine/orm/lib/Doctrine/ORM/QueryBuilder.php
1220 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Select.php
1221 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Base.php
1222 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/From.php
1223 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Join.php
1224 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Andx.php
1225 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Composite.php
1226 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parameter.php
1227 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParameterTypeInferer.php
1228 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Expr/OrderBy.php
1229 /vendor/doctrine/orm/lib/Doctrine/ORM/Query.php
1230 /vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php
1231 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Parser.php
1232 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Lexer.php
1233 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/ParserResult.php
1234 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/ResultSetMapping.php
1235 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectStatement.php
1236 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Node.php
1237 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectExpression.php
1238 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/SelectClause.php
1239 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php
1240 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Join.php
1241 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php
1242 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AssignedGenerator.php
1243 /src/PrestaShopBundle/Entity/Lang.php
1244 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/JoinAssociationDeclaration.php
1245 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalPrimary.php
1246 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ArithmeticExpression.php
1247 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/PathExpression.php
1248 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InputParameter.php
1249 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ComparisonExpression.php
1250 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/InExpression.php
1251 /src/PrestaShopBundle/Entity/ShopGroup.php
1252 /src/PrestaShopBundle/Entity/ShopUrl.php
1253 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php
1254 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/FromClause.php
1255 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/WhereClause.php
1256 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/NullComparisonExpression.php
1257 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php
1258 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalExpression.php
1259 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Literal.php
1260 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/ConditionalTerm.php
1261 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByItem.php
1262 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/OrderByClause.php
1263 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/SqlWalker.php
1264 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/TreeWalker.php
1265 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php
1266 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php
1267 /vendor/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php
1268 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/PersisterHelper.php
1269 /src/PrestaShopBundle/Entity/Translation.php
1270 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php
1271 /vendor/doctrine/orm/lib/Doctrine/ORM/Query/AST/Functions/FunctionNode.php
1272 /vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
1273 /vendor/doctrine/persistence/src/Persistence/Mapping/MappingException.php
1274 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1275 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
1276 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
1277 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
1278 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1279 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1280 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php
1281 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php
1282 /modules/iqitproductflags/src/Presenter/FlagPresenter.php
1283 /var/cache/dev/smarty/compile/warehouse/dd/60/fb/dd60fb786b3e364dde5c66bdff67eb51b63dea01_2.module.iqitproductflagsviewstemplateshookminiature.tpl.php
1284 /modules/productcomments/src/Repository/ProductCommentRepository.php
1285 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
1286 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
1287 /vendor/doctrine/doctrine-bundle/Registry.php
1288 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
1289 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
1290 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
1291 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
1292 /modules/productcomments/src/Entity/ProductComment.php
1293 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
1294 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
1295 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
1296 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
1297 /var/cache/dev/smarty/compile/warehouse/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1298 /vendor/smarty/smarty/libs/plugins/function.math.php
1299 /var/cache/dev/smarty/compile/warehouse/f0/28/06/f0280617ea95e2794fe002b1120fc56cfd448619_2.module.iqitreviewsviewstemplateshooksimpleproductrating.tpl.php
1300 /modules/alma/controllers/hook/DisplayProductPriceBlockHookController.php
1301 /modules/alma/lib/Builders/Models/LocaleHelperBuilder.php
1302 /modules/alma/lib/Helpers/LocaleHelper.php
1303 /modules/alma/lib/Helpers/LanguageHelper.php
1304 /modules/alma/lib/Builders/Helpers/PriceHelperBuilder.php
1305 /modules/alma/lib/Helpers/PriceHelper.php
1306 /modules/alma/lib/Helpers/ToolsHelper.php
1307 /modules/alma/lib/Helpers/CurrencyHelper.php
1308 /modules/alma/lib/Factories/CurrencyFactory.php
1309 /modules/alma/lib/Builders/Helpers/CustomFieldHelperBuilder.php
1310 /modules/alma/lib/Helpers/CustomFieldsHelper.php
1311 /modules/alma/lib/Factories/ModuleFactory.php
1312 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/e2/9f/7c/e29f7c65297e8cd20f9b8b2dbc2651bdce98dd7d_2.file.product-miniature-btn.tpl.php
1313 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c9/87/1e/c9871ecc3dec176a7127a8af2a95a99966a9480b_2.file.products-bottom.tpl.php
1314 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/41/2c/fc/412cfc6ad79f0bfe2a6cd0c2bea39fa96834a346_2.file.category-footer.tpl.php
1315 /var/cache/dev/smarty/compile/warehouse/20/47/10/20471086401eb99f3dff6347c154f72663a6cb3d_2.module.iqitmegamenuviewstemplateshookvertical.tpl.php
1316 /modules/ps_categorytree/ps_categorytree.php
1317 /var/cache/dev/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1318 /var/cache/dev/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1319 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ab/21/8b/ab218b1f6ed8a04d52f91db5da9382700e3679a7_2.file.footer.tpl.php
1320 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/34/5f/fe/345ffe295daf2750a4792847c4845fa9620378b8_2.file.footer-1.tpl.php
1321 /var/cache/dev/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
1322 /var/cache/dev/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstemplateshook_partialscontent.tpl.php
1323 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/db/5f/08/db5f080a94d0e9553ac33b829b161393bacd0a63_2.file.social-links.tpl.php
1324 /var/cache/dev/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1325 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/68/e7/e7/68e7e7b9d2632e28c10fcb0b50d00ffea96e482e_2.file.footer-copyrights-1.tpl.php
1326 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7c/d3/8b/7cd38bdc08aec73471e37018a6a9d4cb87a2f90d_2.file.password-policy-template.tpl.php
1327 /var/cache/dev/smarty/compile/warehouse/b7/58/8a/b7588a77287e3c02dfc5dfe6fd3a17abf03f7e2e_2.module.iqitcookielawviewstemplateshookiqitcookielaw.tpl.php