Fournisseurs

Aucun fournisseur

Sous-catégories

Filtres actifs

Load Time 2147 ms
Querying Time 1985 ms
Queries 675
Memory Peak Usage 50.3 Mb
Included Files 926 files - 10.48 Mb
PrestaShop Cache - Mb
Global vars 0.13 Mb
PrestaShop Version 8.2.1
PHP Version 7.4.33
MySQL Version 8.0.41-32
Memory Limit 512M
Max Execution Time 165s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 4.596 ms 4.596 ms 16.77 Mb 17.4 Mb
__construct 0.033 ms 4.629 ms - Mb 17.4 Mb
init 199.422 ms 204.051 ms 6.61 Mb 23.7 Mb
checkAccess 0.002 ms 204.053 ms - Mb 23.7 Mb
setMedia 6.175 ms 210.228 ms 0.98 Mb 24.6 Mb
postProcess 0.001 ms 210.229 ms - Mb 24.6 Mb
initHeader 0.002 ms 210.231 ms - Mb 24.6 Mb
initContent 1662 ms 1872 ms 8.14 Mb 32.6 Mb
initFooter 0.002 ms 1872 ms - Mb 32.6 Mb
display 274.849 ms 2147 ms 16.76 Mb 50.3 Mb
Hook Time Memory Usage
DisplayBeforeBodyClosingTag 74.807 ms 0.67 Mb
displayLeftColumn 41.585 ms 5.20 Mb
displayProductListReviews 34.861 ms 3.44 Mb
displayNav2 6.226 ms 0.33 Mb
displayFooter 3.022 ms 0.20 Mb
displayFooterBefore 2.438 ms 0.11 Mb
displayNav1 2.212 ms 0.07 Mb
displayTop 2.099 ms 0.11 Mb
ProductSearchProvider 1.280 ms 0.18 Mb
ActionFrontControllerSetMedia 0.969 ms 0.19 Mb
DisplayFooter 0.943 ms 0.11 Mb
ActionDispatcherBefore 0.872 ms - Mb
DisplayHeader 0.398 ms 0.02 Mb
DisplayLeftColumn 0.180 ms - Mb
DisplayTop 0.031 ms - Mb
DisplayFooterBefore 0.004 ms - Mb
DisplayFooterAfter 0.004 ms - Mb
DisplayAfterBodyOpeningTag 0.004 ms - Mb
DisplayNavFullWidth 0.004 ms - Mb
19 hook(s) 171.939 ms 10.65 Mb
Module Time Memory Usage
ps_mbo 24.510 ms 2.87 Mb
blockreassurance 2.263 ms 0.34 Mb
blockwishlist 1.336 ms 0.17 Mb
ps_emailsubscription 2.513 ms 0.29 Mb
ps_socialfollow 1.378 ms 0.12 Mb
ps_emailalerts 1.317 ms 0.27 Mb
ps_shoppingcart 2.322 ms 0.13 Mb
ps_searchbar 1.124 ms 0.08 Mb
ps_imageslider 1.089 ms 0.23 Mb
productcomments 35.758 ms 3.64 Mb
ps_googleanalytics 66.441 ms 0.41 Mb
ps_facetedsearch 3.914 ms 0.61 Mb
ps_contactinfo 3.462 ms 0.17 Mb
ps_languageselector 1.463 ms 0.09 Mb
ps_currencyselector 2.005 ms 0.09 Mb
ps_customersignin 1.191 ms 0.14 Mb
ps_mainmenu 2.587 ms 0.34 Mb
pagesnotfound 0.271 ms 0.05 Mb
ps_categorytree 38.894 ms 5.04 Mb
ps_brandlist 2.270 ms 0.22 Mb
ps_supplierlist 1.278 ms 0.10 Mb
ps_linklist 5.448 ms 1.85 Mb
ps_customeraccountlinks 1.162 ms 0.10 Mb
statsdata 9.124 ms 0.38 Mb
24 module(s) 213.121 ms 17.74 Mb

Stopwatch SQL - 675 queries

# Query Time (ms) Rows Filesort Group By Location
280
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, cp.position 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_category_product cp ON (p.id_product = cp.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 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<=3677 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
1398 ms 1094860800 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
657
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (38,1383,452,111,39,1384,451,112,58,40,1385,280) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
50.060 ms 312800 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
568
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, category_shop.`position` ASC
23.866 ms 1839 Yes Yes /classes/Category.php:799
15
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`
12.009 ms 860 Yes Yes /classes/Hook.php:1289
44
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
8.906 ms 225 Yes Yes /classes/Category.php:924
14
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
7.665 ms 86 Yes /classes/Dispatcher.php:654
80
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` = 1657) AND (b.`id_shop` = 1) LIMIT 1
6.805 ms 1 /src/Adapter/EntityMapper.php:71
30
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` = 2) LIMIT 1
5.958 ms 1 /src/Adapter/EntityMapper.php:71
25
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
5.709 ms 1 /src/Adapter/EntityMapper.php:71
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`)
4.750 ms 878 /classes/Configuration.php:180
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
4.732 ms 1014 /classes/Hook.php:1388
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` = 8) LIMIT 1
4.244 ms 1 /src/Adapter/EntityMapper.php:71
39
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
3.959 ms 1 /src/Adapter/EntityMapper.php:71
26
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
3.461 ms 2 Yes /classes/Currency.php:709
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)
3.386 ms 2 /classes/Language.php:1080
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.gasgas-online.com' OR su.domain_ssl = 'www.gasgas-online.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
3.007 ms 1 Yes /classes/shop/Shop.php:1364
292
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.760 ms 0 /classes/Hook.php:1348
282
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-06-16 00:00:00',
INTERVAL 20 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 (38,1383,452,111,39,1384,451,112,58,40,1385,280)
2.711 ms 12 /classes/ProductAssembler.php:95
605
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 (12503)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
2.685 ms 1 /classes/Product.php:2752
624
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 (112) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.619 ms 1 Yes Yes /classes/Product.php:4524
497
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 = 280
ORDER BY f.position ASC
2.551 ms 7 Yes /classes/Product.php:6021
18
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
2.434 ms 1 /classes/module/Module.php:2046
43
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
2.179 ms 1 /classes/Category.php:1754
341
SELECT SQL_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` = 1353
AND cp.`id_cart` = 0 AND cp.`id_product` = 452 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` = 1353
AND cp.`id_cart` = 0 AND p.`id_product_item` = 452 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.155 ms 0 /classes/Cart.php:1430
293
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.072 ms 340 /classes/Hook.php:459
456
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` = 40
AND pac.`id_product_attribute` = 12246
AND agl.`id_lang` = 1
1.983 ms 1 /classes/Product.php:7535
479
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` = 544 LIMIT 1
1.981 ms 1 /classes/Combination.php:564
577
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 (38) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.901 ms 1 Yes Yes /classes/Product.php:4524
634
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` = 1385
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.887 ms 1 Yes Yes /classes/Product.php:2734
669
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
1.854 ms 1 /classes/ObjectModel.php:622
498
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` = 280
AND pac.`id_product_attribute` = 544
AND agl.`id_lang` = 1
1.837 ms 1 /classes/Product.php:7535
334
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 452 LIMIT 1
1.832 ms 1 /classes/SpecificPrice.php:435
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
1.760 ms 1 Yes /classes/shop/Shop.php:715
472
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` = 1385
AND pac.`id_product_attribute` = 2707
AND agl.`id_lang` = 1
1.748 ms 1 /classes/Product.php:7535
45
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` = 10) AND (b.`id_shop` = 1) LIMIT 1
1.701 ms 1 /src/Adapter/EntityMapper.php:71
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
1.677 ms 1014 /classes/Hook.php:1348
674
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('10687', '', 'www.gasgas-online.com/fr/2-accueil?page=6', '', '2025-06-16 10:18:17')
1.642 ms 1 /classes/ObjectModel.php:622
482
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0
1.567 ms 320 /classes/SpecificPrice.php:310
40
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
1.517 ms 2 /src/Adapter/EntityMapper.php:79
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
1.512 ms 87 /classes/Hook.php:290
323
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 = 1383
ORDER BY f.position ASC
1.505 ms 1 Yes /classes/Product.php:6021
658
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 12248
ORDER BY ag.`position` ASC, a.`position` ASC
1.490 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
428
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 = 112
ORDER BY f.position ASC
1.470 ms 2 Yes /classes/Product.php:6021
592
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` = 452) LIMIT 1
1.465 ms 1 /src/Adapter/EntityMapper.php:71
343
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 = 452
ORDER BY f.position ASC
1.464 ms 14 Yes /classes/Product.php:6021
673
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10689', '16', '3628718223', '', '1', '1', '2025-06-16 10:18:17')
1.463 ms 1 /classes/ObjectModel.php:622
496
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` = 280 AND pa.`id_product` = 280 AND pa.`id_product_attribute` = 544 LIMIT 1
1.459 ms 1 /classes/Product.php:1209
629
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 (58) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.459 ms 1 Yes Yes /classes/Product.php:4524
442
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 = 58
ORDER BY f.position ASC
1.432 ms 2 Yes /classes/Product.php:6021
584
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 (12248)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.431 ms 1 /classes/Product.php:2752
441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 58 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` = 58 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.423 ms 0 /classes/Cart.php:1430
430
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` = 112
AND pac.`id_product_attribute` = 12790
AND agl.`id_lang` = 1
1.401 ms 1 /classes/Product.php:7535
583
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` = 38
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.354 ms 1 Yes Yes /classes/Product.php:2734
305
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 = 38
ORDER BY f.position ASC
1.350 ms 2 Yes /classes/Product.php:6021
306
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` = 38
AND pac.`id_product_attribute` = 12248
AND agl.`id_lang` = 1
1.318 ms 1 /classes/Product.php:7535
362
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` = 111
AND pac.`id_product_attribute` = 12503
AND agl.`id_lang` = 1
1.309 ms 1 /classes/Product.php:7535
325
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` = 1383
AND pac.`id_product_attribute` = 2704
AND agl.`id_lang` = 1
1.299 ms 1 /classes/Product.php:7535
585
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 (1383) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.292 ms 1 Yes Yes /classes/Product.php:4524
19
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.289 ms 71 /classes/module/Module.php:346
545
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` = 280
ORDER BY `position`
1.283 ms 2 Yes /classes/Product.php:3545
411
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 = 451
ORDER BY f.position ASC
1.274 ms 11 Yes /classes/Product.php:6021
377
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 = 39
ORDER BY f.position ASC
1.271 ms 2 Yes /classes/Product.php:6021
641
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 (541,542,543,544,545,546)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.269 ms 6 /classes/Product.php:2752
396
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` = 1384
AND pac.`id_product_attribute` = 2706
AND agl.`id_lang` = 1
1.259 ms 1 /classes/Product.php:7535
345
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` = 452
AND pac.`id_product_attribute` = 1353
AND agl.`id_lang` = 1
1.251 ms 1 /classes/Product.php:7535
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 = 1385
ORDER BY f.position ASC
1.245 ms 2 Yes /classes/Product.php:6021
616
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 (2706)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.240 ms 1 /classes/Product.php:2752
451
SELECT SQL_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` = 40 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` = 40 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.228 ms 0 /classes/Cart.php:1430
413
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` = 451
AND pac.`id_product_attribute` = 1348
AND agl.`id_lang` = 1
1.224 ms 1 /classes/Product.php:7535
395
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 = 1384
ORDER BY f.position ASC
1.207 ms 2 Yes /classes/Product.php:6021
319
SELECT SQL_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` = 1383 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` = 1383 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.204 ms 0 /classes/Cart.php:1430
277
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
1.194 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
378
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` = 39
AND pac.`id_product_attribute` = 12247
AND agl.`id_lang` = 1
1.190 ms 1 /classes/Product.php:7535
391
SELECT SQL_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` = 1384 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` = 1384 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.185 ms 0 /classes/Cart.php:1430
166
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` = 2348) AND (b.`id_shop` = 1) LIMIT 1
1.185 ms 1 /src/Adapter/EntityMapper.php:71
164
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` = 2335) AND (b.`id_shop` = 1) LIMIT 1
1.182 ms 1 /src/Adapter/EntityMapper.php:71
74
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` = 1612) AND (b.`id_shop` = 1) LIMIT 1
1.178 ms 1 /src/Adapter/EntityMapper.php:71
667
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 2707
ORDER BY ag.`position` ASC, a.`position` ASC
1.174 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
606
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 (39) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.160 ms 1 Yes Yes /classes/Product.php:4524
591
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 (452) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.149 ms 4 Yes Yes /classes/Product.php:4524
301
SELECT SQL_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` = 38 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` = 38 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.122 ms 0 /classes/Cart.php:1430
275
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` > 3677) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
1.118 ms 1 /classes/PrestaShopCollection.php:383
28
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
1.106 ms 1 /classes/shop/Shop.php:1183
610
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 (12247)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.105 ms 1 /classes/Product.php:2752
373
SELECT SQL_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` = 39 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` = 39 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.097 ms 0 /classes/Cart.php:1430
580
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` = 38) LIMIT 1
1.095 ms 1 /src/Adapter/EntityMapper.php:71
617
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 (451) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.091 ms 3 Yes Yes /classes/Product.php:4524
636
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 (280) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.086 ms 6 Yes Yes /classes/Product.php:4524
424
SELECT SQL_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` = 112 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` = 112 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.085 ms 0 /classes/Cart.php:1430
640
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` = 280
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.084 ms 6 Yes Yes /classes/Product.php:2734
590
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 (2704)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.074 ms 1 /classes/Product.php:2752
548
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
1.071 ms 1 /classes/Cart.php:4255
455
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 = 40
ORDER BY f.position ASC
1.060 ms 2 Yes /classes/Product.php:6021
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.057 ms 1 /src/Adapter/EntityMapper.php:71
303
SELECT SQL_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` = 12248
AND cp.`id_cart` = 0 AND cp.`id_product` = 38 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` = 12248
AND cp.`id_cart` = 0 AND p.`id_product_item` = 38 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.057 ms 0 /classes/Cart.php:1430
596
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 (1351,1352,1353,1354)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.057 ms 4 /classes/Product.php:2752
600
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 (111) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.046 ms 1 Yes Yes /classes/Product.php:4524
467
SELECT SQL_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` = 1385 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` = 1385 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.041 ms 0 /classes/Cart.php:1430
538
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` = 40
ORDER BY `position`
1.036 ms 1 Yes /classes/Product.php:3545
357
SELECT SQL_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` = 111 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` = 111 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.035 ms 0 /classes/Cart.php:1430
38
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
1.030 ms 1 /classes/ObjectModel.php:1729
283
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` = 38
AND image_shop.`cover` = 1 LIMIT 1
1.024 ms 1 /classes/Product.php:3570
556
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
1.023 ms 2 /classes/Currency.php:1136
478
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` = 280) AND (b.`id_shop` = 1) LIMIT 1
1.020 ms 1 /src/Adapter/EntityMapper.php:71
621
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 (1348,1349,1350)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.012 ms 3 /classes/Product.php:2752
537
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` = 40) AND (b.`id_shop` = 1) LIMIT 1
1.005 ms 1 /src/Adapter/EntityMapper.php:71
493
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 280 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` = 280 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.004 ms 0 /classes/Cart.php:1430
73
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` = 1596) AND (b.`id_shop` = 1) LIMIT 1
0.997 ms 1 /src/Adapter/EntityMapper.php:71
331
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` = 452) AND (b.`id_shop` = 1) LIMIT 1
0.996 ms 1 /src/Adapter/EntityMapper.php:71
526
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` = 451) AND (b.`id_shop` = 1) LIMIT 1
0.995 ms 1 /src/Adapter/EntityMapper.php:71
34
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.995 ms 1 /src/Adapter/EntityMapper.php:71
344
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 452
0.989 ms 2 /classes/Product.php:6052
534
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` = 58) AND (b.`id_shop` = 1) LIMIT 1
0.986 ms 1 /src/Adapter/EntityMapper.php:71
628
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 (12790)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.975 ms 1 /classes/Product.php:2752
541
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` = 1385) AND (b.`id_shop` = 1) LIMIT 1
0.973 ms 1 /src/Adapter/EntityMapper.php:71
586
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` = 1383) LIMIT 1
0.971 ms 1 /src/Adapter/EntityMapper.php:71
635
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 (2707)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.969 ms 1 /classes/Product.php:2752
361
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 = 111
ORDER BY f.position ASC
0.966 ms 2 Yes /classes/Product.php:6021
501
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` = 38) AND (b.`id_shop` = 1) LIMIT 1
0.966 ms 1 /src/Adapter/EntityMapper.php:71
531
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` = 112
ORDER BY `position`
0.960 ms 1 Yes /classes/Product.php:3545
453
SELECT SQL_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` = 12246
AND cp.`id_cart` = 0 AND cp.`id_product` = 40 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` = 12246
AND cp.`id_cart` = 0 AND p.`id_product_item` = 40 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.959 ms 0 /classes/Cart.php:1430
611
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 (1384) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.948 ms 1 Yes Yes /classes/Product.php:4524
81
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` = 1660) AND (b.`id_shop` = 1) LIMIT 1
0.944 ms 1 /src/Adapter/EntityMapper.php:71
265
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.942 ms 71 /classes/module/Module.php:346
42
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.933 ms 1 /classes/Category.php:2450
359
SELECT SQL_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` = 12503
AND cp.`id_cart` = 0 AND cp.`id_product` = 111 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` = 12503
AND cp.`id_cart` = 0 AND p.`id_product_item` = 111 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.931 ms 0 /classes/Cart.php:1430
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.928 ms 1 /classes/shop/ShopUrl.php:182
321
SELECT SQL_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` = 2704
AND cp.`id_cart` = 0 AND cp.`id_product` = 1383 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` = 2704
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1383 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.922 ms 0 /classes/Cart.php:1430
631
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 (1385) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.914 ms 1 Yes Yes /classes/Product.php:4524
507
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` = 1383) AND (b.`id_shop` = 1) LIMIT 1
0.913 ms 1 /src/Adapter/EntityMapper.php:71
522
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` = 1384) AND (b.`id_shop` = 1) LIMIT 1
0.913 ms 1 /src/Adapter/EntityMapper.php:71
394
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` = 1384 AND pa.`id_product` = 1384 AND pa.`id_product_attribute` = 2706 LIMIT 1
0.912 ms 1 /classes/Product.php:1209
70
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` = 1562) AND (b.`id_shop` = 1) LIMIT 1
0.909 ms 1 /src/Adapter/EntityMapper.php:71
427
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` = 112 AND pa.`id_product` = 112 AND pa.`id_product_attribute` = 12790 LIMIT 1
0.909 ms 1 /classes/Product.php:1209
339
SELECT SQL_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` = 452 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` = 452 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.908 ms 0 /classes/Cart.php:1430
542
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` = 1385
ORDER BY `position`
0.906 ms 2 Yes /classes/Product.php:3545
324
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 1383
0.902 ms 1 /classes/Product.php:6052
454
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` = 40 AND pa.`id_product` = 40 AND pa.`id_product_attribute` = 12246 LIMIT 1
0.901 ms 1 /classes/Product.php:1209
516
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 111
0.900 ms 1 /classes/Product.php:2902
515
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` = 111
ORDER BY `position`
0.890 ms 1 Yes /classes/Product.php:3545
329
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` = 192 LIMIT 1
0.889 ms 1 /classes/Category.php:1378
618
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` = 451) LIMIT 1
0.888 ms 1 /src/Adapter/EntityMapper.php:71
67
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` = 1528) AND (b.`id_shop` = 1) LIMIT 1
0.887 ms 1 /src/Adapter/EntityMapper.php:71
407
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 451 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` = 451 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.886 ms 0 /classes/Cart.php:1430
502
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` = 38
ORDER BY `position`
0.880 ms 1 Yes /classes/Product.php:3545
527
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` = 451
ORDER BY `position`
0.880 ms 5 Yes /classes/Product.php:3545
489
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` = 280)
0.878 ms 6 /classes/Product.php:3860
625
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` = 112) LIMIT 1
0.876 ms 1 /src/Adapter/EntityMapper.php:71
315
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` = 1383)
0.874 ms 1 /classes/Product.php:3860
294
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` = 8
AND tr.`id_tax_rules_group` = 22
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.868 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
514
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` = 111) AND (b.`id_shop` = 1) LIMIT 1
0.867 ms 1 /src/Adapter/EntityMapper.php:71
429
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 112
0.861 ms 1 /classes/Product.php:6052
369
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` = 39)
0.856 ms 1 /classes/Product.php:3860
529
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 (1348, 1349, 1350) AND il.`id_lang` = 1 ORDER by i.`position`
0.849 ms 3 Yes /classes/Product.php:2921
317
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1383 AND `id_group` = 1 LIMIT 1
0.843 ms 0 /classes/GroupReduction.php:156
561
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.840 ms 1 /classes/Cart.php:1303
535
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` = 58
ORDER BY `position`
0.835 ms 1 Yes /classes/Product.php:3545
589
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` = 1383
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.833 ms 1 Yes Yes /classes/Product.php:2734
607
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` = 39) LIMIT 1
0.830 ms 1 /src/Adapter/EntityMapper.php:71
287
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` = 12248 LIMIT 1
0.828 ms 1 /classes/Combination.php:564
595
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` = 452
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.827 ms 4 Yes Yes /classes/Product.php:2734
167
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` = 2380) AND (b.`id_shop` = 1) LIMIT 1
0.826 ms 1 /src/Adapter/EntityMapper.php:71
31
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.826 ms 2 /classes/Language.php:883
523
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` = 1384
ORDER BY `position`
0.825 ms 2 Yes /classes/Product.php:3545
84
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` = 1688) AND (b.`id_shop` = 1) LIMIT 1
0.822 ms 1 /src/Adapter/EntityMapper.php:71
176
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` = 2600) AND (b.`id_shop` = 1) LIMIT 1
0.818 ms 1 /src/Adapter/EntityMapper.php:71
530
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` = 112) AND (b.`id_shop` = 1) LIMIT 1
0.816 ms 1 /src/Adapter/EntityMapper.php:71
387
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` = 1384)
0.815 ms 1 /classes/Product.php:3860
495
SELECT SQL_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` = 544
AND cp.`id_cart` = 0 AND cp.`id_product` = 280 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` = 544
AND cp.`id_cart` = 0 AND p.`id_product_item` = 280 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.814 ms 0 /classes/Cart.php:1430
604
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` = 111
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.813 ms 1 Yes Yes /classes/Product.php:2734
278
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.810 ms 1 /src/Adapter/EntityMapper.php:71
508
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` = 1383
ORDER BY `position`
0.810 ms 1 Yes /classes/Product.php:3545
462
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1385 LIMIT 1
0.809 ms 1 /classes/SpecificPrice.php:435
519
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` = 39
ORDER BY `position`
0.808 ms 1 Yes /classes/Product.php:3545
463
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 1385)
0.806 ms 1 /classes/Product.php:3860
470
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` = 1385 AND pa.`id_product` = 1385 AND pa.`id_product_attribute` = 2707 LIMIT 1
0.805 ms 1 /classes/Product.php:1209
630
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 (40) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.804 ms 1 Yes Yes /classes/Product.php:4524
290
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` = 38)
0.800 ms 1 /classes/Product.php:3860
403
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` = 451)
0.800 ms 3 /classes/Product.php:3860
447
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` = 40)
0.798 ms 1 /classes/Product.php:3860
365
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` = 39
AND image_shop.`cover` = 1 LIMIT 1
0.798 ms 1 /classes/Product.php:3570
165
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` = 2339) AND (b.`id_shop` = 1) LIMIT 1
0.796 ms 1 /src/Adapter/EntityMapper.php:71
322
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` = 1383 AND pa.`id_product` = 1383 AND pa.`id_product_attribute` = 2704 LIMIT 1
0.795 ms 1 /classes/Product.php:1209
79
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` = 1655) AND (b.`id_shop` = 1) LIMIT 1
0.794 ms 1 /src/Adapter/EntityMapper.php:71
348
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` = 111
AND image_shop.`cover` = 1 LIMIT 1
0.792 ms 1 /classes/Product.php:3570
409
SELECT SQL_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` = 1348
AND cp.`id_cart` = 0 AND cp.`id_product` = 451 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` = 1348
AND cp.`id_cart` = 0 AND p.`id_product_item` = 451 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.792 ms 0 /classes/Cart.php:1430
36
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.789 ms 1 /src/Adapter/EntityMapper.php:71
335
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` = 452)
0.787 ms 4 /classes/Product.php:3860
412
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 451
0.785 ms 1 /classes/Product.php:6052
615
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` = 1384
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.779 ms 1 Yes Yes /classes/Product.php:2734
632
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` = 1385) LIMIT 1
0.779 ms 1 /src/Adapter/EntityMapper.php:71
488
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 280 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-16 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-16 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 0 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.778 ms 6 Yes /classes/SpecificPrice.php:576
469
SELECT SQL_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` = 2707
AND cp.`id_cart` = 0 AND cp.`id_product` = 1385 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` = 2707
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1385 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.775 ms 0 /classes/Cart.php:1430
437
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` = 58)
0.772 ms 1 /classes/Product.php:3860
433
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` = 58
AND image_shop.`cover` = 1 LIMIT 1
0.772 ms 1 /classes/Product.php:3570
601
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` = 111) LIMIT 1
0.770 ms 1 /src/Adapter/EntityMapper.php:71
637
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` = 280) LIMIT 1
0.766 ms 1 /src/Adapter/EntityMapper.php:71
179
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` = 2677) AND (b.`id_shop` = 1) LIMIT 1
0.765 ms 1 /src/Adapter/EntityMapper.php:71
367
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` = 12247 LIMIT 1
0.765 ms 1 /classes/Combination.php:564
416
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` = 112
AND image_shop.`cover` = 1 LIMIT 1
0.765 ms 1 /classes/Product.php:3570
268
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` = 2
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.764 ms 1 /src/Adapter/EntityMapper.php:71
376
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` = 39 AND pa.`id_product` = 39 AND pa.`id_product_attribute` = 12247 LIMIT 1
0.760 ms 1 /classes/Product.php:1209
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.758 ms 1 /src/Adapter/EntityMapper.php:71
171
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` = 2487) AND (b.`id_shop` = 1) LIMIT 1
0.757 ms 1 /src/Adapter/EntityMapper.php:71
533
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 (12790) AND il.`id_lang` = 1 ORDER by i.`position`
0.757 ms 1 Yes /classes/Product.php:2921
29
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CHF') LIMIT 1
0.757 ms 1 /classes/Currency.php:893
168
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` = 2429) AND (b.`id_shop` = 1) LIMIT 1
0.756 ms 1 /src/Adapter/EntityMapper.php:71
518
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` = 39) AND (b.`id_shop` = 1) LIMIT 1
0.756 ms 1 /src/Adapter/EntityMapper.php:71
609
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` = 39
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.756 ms 1 Yes Yes /classes/Product.php:2734
27
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.755 ms 2 /classes/Language.php:883
281
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="b345e243440a250e6189e568a0ca4aae" LIMIT 1
0.755 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
276
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.752 ms 1 /classes/Category.php:2450
309
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` = 1383
AND image_shop.`cover` = 1 LIMIT 1
0.742 ms 1 /classes/Product.php:3570
320
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1383) AND (id_product_attribute = 2704) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.740 ms 1 /classes/stock/StockAvailable.php:453
620
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` = 451
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.740 ms 3 Yes Yes /classes/Product.php:2734
288
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.735 ms 1 /classes/SpecificPrice.php:426
299
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` = 8
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.734 ms 0 /classes/tax/TaxRulesTaxManager.php:109
169
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` = 2436) AND (b.`id_shop` = 1) LIMIT 1
0.733 ms 1 /src/Adapter/EntityMapper.php:71
499
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` = 544) LIMIT 1
0.732 ms 1 /src/Adapter/EntityMapper.php:71
612
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` = 1384) LIMIT 1
0.731 ms 1 /src/Adapter/EntityMapper.php:71
64
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` = 1520) AND (b.`id_shop` = 1) LIMIT 1
0.730 ms 1 /src/Adapter/EntityMapper.php:71
181
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` = 2732) AND (b.`id_shop` = 1) LIMIT 1
0.727 ms 1 /src/Adapter/EntityMapper.php:71
459
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` = 1385
AND image_shop.`cover` = 1 LIMIT 1
0.726 ms 2 /classes/Product.php:3570
173
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` = 2495) AND (b.`id_shop` = 1) LIMIT 1
0.725 ms 1 /src/Adapter/EntityMapper.php:71
426
SELECT SQL_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` = 12790
AND cp.`id_cart` = 0 AND cp.`id_product` = 112 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` = 12790
AND cp.`id_cart` = 0 AND p.`id_product_item` = 112 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.725 ms 0 /classes/Cart.php:1430
670
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10689
AND `date_add` > '2025-06-16 09:48:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.721 ms 1 Yes /classes/Connection.php:168
314
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1383 LIMIT 1
0.720 ms 1 /classes/SpecificPrice.php:435
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.718 ms 1 /classes/shop/Shop.php:218
665
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 12790
ORDER BY ag.`position` ASC, a.`position` ASC
0.718 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
360
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` = 111 AND pa.`id_product` = 111 AND pa.`id_product_attribute` = 12503 LIMIT 1
0.718 ms 1 /classes/Product.php:1209
186
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` = 2788) AND (b.`id_shop` = 1) LIMIT 1
0.715 ms 1 /src/Adapter/EntityMapper.php:71
540
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 (12246) AND il.`id_lang` = 1 ORDER by i.`position`
0.715 ms 1 Yes /classes/Product.php:2921
174
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` = 2559) AND (b.`id_shop` = 1) LIMIT 1
0.713 ms 1 /src/Adapter/EntityMapper.php:71
375
SELECT SQL_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` = 12247
AND cp.`id_cart` = 0 AND cp.`id_product` = 39 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` = 12247
AND cp.`id_cart` = 0 AND p.`id_product_item` = 39 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.710 ms 0 /classes/Cart.php:1430
513
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 (1351, 1352, 1353, 1354) AND il.`id_lang` = 1 ORDER by i.`position`
0.708 ms 4 Yes /classes/Product.php:2921
431
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` = 12790) LIMIT 1
0.707 ms 1 /src/Adapter/EntityMapper.php:71
547
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 (541, 542, 543, 544, 545, 546) AND il.`id_lang` = 1 ORDER by i.`position`
0.701 ms 6 Yes /classes/Product.php:2921
338
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 452) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.699 ms 1 /classes/stock/StockAvailable.php:453
189
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` = 2805) AND (b.`id_shop` = 1) LIMIT 1
0.699 ms 1 /src/Adapter/EntityMapper.php:71
581
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 38 AND `id_shop` = 1
0.699 ms 2 /src/Adapter/EntityMapper.php:79
544
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 (2707) AND il.`id_lang` = 1 ORDER by i.`position`
0.697 ms 1 Yes /classes/Product.php:2921
170
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` = 2458) AND (b.`id_shop` = 1) LIMIT 1
0.692 ms 1 /src/Adapter/EntityMapper.php:71
626
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 112 AND `id_shop` = 1
0.692 ms 2 /src/Adapter/EntityMapper.php:79
446
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 40 LIMIT 1
0.691 ms 1 /classes/SpecificPrice.php:435
517
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 (12503) AND il.`id_lang` = 1 ORDER by i.`position`
0.690 ms 1 Yes /classes/Product.php:2921
182
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` = 2741) AND (b.`id_shop` = 1) LIMIT 1
0.687 ms 1 /src/Adapter/EntityMapper.php:71
511
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` = 452
ORDER BY `position`
0.686 ms 2 Yes /classes/Product.php:3545
188
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` = 2801) AND (b.`id_shop` = 1) LIMIT 1
0.686 ms 1 /src/Adapter/EntityMapper.php:71
468
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1385) AND (id_product_attribute = 2707) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.680 ms 1 /classes/stock/StockAvailable.php:453
381
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` = 1384
AND image_shop.`cover` = 1 LIMIT 1
0.678 ms 2 /classes/Product.php:3570
172
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` = 2493) AND (b.`id_shop` = 1) LIMIT 1
0.678 ms 1 /src/Adapter/EntityMapper.php:71
328
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` = 452
AND image_shop.`cover` = 1 LIMIT 1
0.673 ms 2 /classes/Product.php:3570
205
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` = 1803) AND (b.`id_shop` = 1) LIMIT 1
0.672 ms 1 /src/Adapter/EntityMapper.php:71
175
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` = 2598) AND (b.`id_shop` = 1) LIMIT 1
0.670 ms 1 /src/Adapter/EntityMapper.php:71
279
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.668 ms 2 /src/Adapter/EntityMapper.php:79
627
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` = 112
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.668 ms 1 Yes Yes /classes/Product.php:2734
185
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` = 2784) AND (b.`id_shop` = 1) LIMIT 1
0.661 ms 1 /src/Adapter/EntityMapper.php:71
393
SELECT SQL_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` = 2706
AND cp.`id_cart` = 0 AND cp.`id_product` = 1384 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` = 2706
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1384 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.661 ms 0 /classes/Cart.php:1430
410
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` = 451 AND pa.`id_product` = 451 AND pa.`id_product_attribute` = 1348 LIMIT 1
0.661 ms 1 /classes/Product.php:1209
342
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` = 452 AND pa.`id_product` = 452 AND pa.`id_product_attribute` = 1353 LIMIT 1
0.660 ms 1 /classes/Product.php:1209
480
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 280 LIMIT 1
0.656 ms 6 /classes/SpecificPrice.php:435
304
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` = 38 AND pa.`id_product` = 38 AND pa.`id_product_attribute` = 12248 LIMIT 1
0.655 ms 1 /classes/Product.php:1209
184
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` = 2766) AND (b.`id_shop` = 1) LIMIT 1
0.648 ms 1 /src/Adapter/EntityMapper.php:71
269
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.648 ms 7 Yes /classes/ImageType.php:109
593
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 452 AND `id_shop` = 1
0.645 ms 2 /src/Adapter/EntityMapper.php:79
521
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 (12247) AND il.`id_lang` = 1 ORDER by i.`position`
0.641 ms 1 Yes /classes/Product.php:2921
510
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 (2704) AND il.`id_lang` = 1 ORDER by i.`position`
0.640 ms 1 Yes /classes/Product.php:2921
190
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` = 2826) AND (b.`id_shop` = 1) LIMIT 1
0.639 ms 1 /src/Adapter/EntityMapper.php:71
11
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.638 ms 2 /classes/Language.php:1216
443
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` = 40
AND image_shop.`cover` = 1 LIMIT 1
0.637 ms 1 /classes/Product.php:3570
401
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` = 1348 LIMIT 1
0.635 ms 1 /classes/Combination.php:564
183
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` = 2764) AND (b.`id_shop` = 1) LIMIT 1
0.634 ms 1 /src/Adapter/EntityMapper.php:71
587
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1383 AND `id_shop` = 1
0.634 ms 2 /src/Adapter/EntityMapper.php:79
405
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 451 AND `id_group` = 1 LIMIT 1
0.632 ms 0 /classes/GroupReduction.php:156
351
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` = 12503 LIMIT 1
0.629 ms 1 /classes/Combination.php:564
300
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 38) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.627 ms 1 /classes/stock/StockAvailable.php:453
37
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.626 ms 2 /src/Adapter/EntityMapper.php:79
399
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` = 451
AND image_shop.`cover` = 1 LIMIT 1
0.626 ms 5 /classes/Product.php:3570
420
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` = 112)
0.626 ms 1 /classes/Product.php:3860
663
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 2706
ORDER BY ag.`position` ASC, a.`position` ASC
0.625 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
525
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 (2706) AND il.`id_lang` = 1 ORDER by i.`position`
0.624 ms 1 Yes /classes/Product.php:2921
318
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1383) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.623 ms 1 /classes/stock/StockAvailable.php:453
313
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` = 2704 LIMIT 1
0.623 ms 1 /classes/Combination.php:564
573
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_brandlist" LIMIT 1
0.619 ms 1 /classes/module/Module.php:2664
353
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` = 111)
0.619 ms 1 /classes/Product.php:3860
569
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.615 ms 2 /classes/Category.php:2242
177
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` = 2631) AND (b.`id_shop` = 1) LIMIT 1
0.615 ms 1 /src/Adapter/EntityMapper.php:71
22
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.615 ms 87 /classes/Hook.php:342
666
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 12246
ORDER BY ag.`position` ASC, a.`position` ASC
0.611 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
633
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1385 AND `id_shop` = 1
0.608 ms 2 /src/Adapter/EntityMapper.php:79
178
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` = 2634) AND (b.`id_shop` = 1) LIMIT 1
0.607 ms 1 /src/Adapter/EntityMapper.php:71
656
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.607 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
32
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.607 ms 2 /classes/Language.php:883
297
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 38 AND `id_group` = 1 LIMIT 1
0.606 ms 0 /classes/GroupReduction.php:156
180
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` = 2729) AND (b.`id_shop` = 1) LIMIT 1
0.604 ms 1 /src/Adapter/EntityMapper.php:71
308
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12248
0.603 ms 2 /src/Adapter/EntityMapper.php:79
208
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` = 1908) AND (b.`id_shop` = 1) LIMIT 1
0.599 ms 1 /src/Adapter/EntityMapper.php:71
352
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 111 LIMIT 1
0.599 ms 1 /classes/SpecificPrice.php:435
475
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` = 280
AND image_shop.`cover` = 1 LIMIT 1
0.598 ms 2 /classes/Product.php:3570
436
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 58 LIMIT 1
0.597 ms 1 /classes/SpecificPrice.php:435
434
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` = 11 LIMIT 1
0.596 ms 1 /classes/Category.php:1378
302
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 38) AND (id_product_attribute = 12248) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.595 ms 1 /classes/stock/StockAvailable.php:453
425
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 112) AND (id_product_attribute = 12790) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.592 ms 1 /classes/stock/StockAvailable.php:453
457
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` = 12246) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.592 ms 1 /classes/Currency.php:893
356
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 111) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.590 ms 1 /classes/stock/StockAvailable.php:453
270
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.587 ms 1 /classes/AddressFormat.php:656
46
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` = 221) AND (b.`id_shop` = 1) LIMIT 1
0.587 ms 1 /src/Adapter/EntityMapper.php:71
364
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12503
0.585 ms 2 /src/Adapter/EntityMapper.php:79
668
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 544
ORDER BY ag.`position` ASC, a.`position` ASC
0.584 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
196
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` = 1430) AND (b.`id_shop` = 1) LIMIT 1
0.584 ms 1 /src/Adapter/EntityMapper.php:71
461
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` = 2707 LIMIT 1
0.583 ms 1 /classes/Combination.php:564
193
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` = 2931) AND (b.`id_shop` = 1) LIMIT 1
0.581 ms 1 /src/Adapter/EntityMapper.php:71
647
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.580 ms 1 /classes/module/Module.php:2664
397
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` = 2706) LIMIT 1
0.579 ms 1 /src/Adapter/EntityMapper.php:71
386
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1384 LIMIT 1
0.578 ms 1 /classes/SpecificPrice.php:435
608
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 39 AND `id_shop` = 1
0.576 ms 2 /src/Adapter/EntityMapper.php:79
445
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` = 12246 LIMIT 1
0.576 ms 1 /classes/Combination.php:564
491
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 280 AND `id_group` = 1 LIMIT 1
0.575 ms 0 /classes/GroupReduction.php:156
432
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12790
0.574 ms 2 /src/Adapter/EntityMapper.php:79
187
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` = 2797) AND (b.`id_shop` = 1) LIMIT 1
0.574 ms 1 /src/Adapter/EntityMapper.php:71
47
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` = 1421) AND (b.`id_shop` = 1) LIMIT 1
0.572 ms 1 /src/Adapter/EntityMapper.php:71
200
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` = 1560) AND (b.`id_shop` = 1) LIMIT 1
0.571 ms 1 /src/Adapter/EntityMapper.php:71
539
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 40
0.571 ms 1 /classes/Product.php:2902
450
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 40) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.570 ms 1 /classes/stock/StockAvailable.php:453
474
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 2707
0.570 ms 2 /src/Adapter/EntityMapper.php:79
390
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1384) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.568 ms 1 /classes/stock/StockAvailable.php:453
333
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` = 1353 LIMIT 1
0.567 ms 1 /classes/Combination.php:564
374
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 39) AND (id_product_attribute = 12247) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.567 ms 1 /classes/stock/StockAvailable.php:453
543
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1385
0.567 ms 1 /classes/Product.php:2902
272
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` = 8) LIMIT 1
0.567 ms 1 /src/Adapter/EntityMapper.php:71
671
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1
0.566 ms 1 /classes/Page.php:104
271
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.566 ms 1 /classes/Country.php:405
296
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 51
0.565 ms 2 /src/Adapter/EntityMapper.php:79
452
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 40) AND (id_product_attribute = 12246) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.564 ms 1 /classes/stock/StockAvailable.php:453
310
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` = 3063 LIMIT 1
0.562 ms 1 /classes/Category.php:1378
358
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 111) AND (id_product_attribute = 12503) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.560 ms 1 /classes/stock/StockAvailable.php:453
494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 280) AND (id_product_attribute = 544) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.560 ms 1 /classes/stock/StockAvailable.php:453
406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 451) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.559 ms 1 /classes/stock/StockAvailable.php:453
492
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 280) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.559 ms 1 /classes/stock/StockAvailable.php:453
613
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1384 AND `id_shop` = 1
0.557 ms 2 /src/Adapter/EntityMapper.php:79
402
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 451 LIMIT 1
0.557 ms 1 /classes/SpecificPrice.php:435
346
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` = 1353) LIMIT 1
0.556 ms 1 /src/Adapter/EntityMapper.php:71
602
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 111 AND `id_shop` = 1
0.556 ms 2 /src/Adapter/EntityMapper.php:79
274
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.555 ms 1 /classes/ObjectModel.php:1592
549
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.553 ms 1 /classes/module/Module.php:2664
662
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 12247
ORDER BY ag.`position` ASC, a.`position` ASC
0.551 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
295
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 51) LIMIT 1
0.549 ms 1 /src/Adapter/EntityMapper.php:71
619
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 451 AND `id_shop` = 1
0.549 ms 2 /src/Adapter/EntityMapper.php:79
332
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.548 ms 1 /classes/Manufacturer.php:316
363
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` = 12503) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:71
194
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` = 2944) AND (b.`id_shop` = 1) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:71
273
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.544 ms 2 /src/Adapter/EntityMapper.php:79
659
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 2704
ORDER BY ag.`position` ASC, a.`position` ASC
0.542 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
206
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` = 1898) AND (b.`id_shop` = 1) LIMIT 1
0.537 ms 1 /src/Adapter/EntityMapper.php:71
340
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 452) AND (id_product_attribute = 1353) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.537 ms 1 /classes/stock/StockAvailable.php:453
466
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1385) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.537 ms 1 /classes/stock/StockAvailable.php:453
419
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 112 LIMIT 1
0.536 ms 1 /classes/SpecificPrice.php:435
638
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 280 AND `id_shop` = 1
0.536 ms 2 /src/Adapter/EntityMapper.php:79
574
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 45 AND `id_shop` = 1 LIMIT 1
0.536 ms 1 /classes/module/Module.php:2137
505
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.536 ms 1 /classes/FeatureFlag.php:105
672
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 16 AND `id_object` = 2 LIMIT 1
0.534 ms 1 /classes/Page.php:83
326
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` = 2704) LIMIT 1
0.530 ms 1 /src/Adapter/EntityMapper.php:71
400
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 192 LIMIT 1
0.529 ms 1 /classes/Product.php:5659
195
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` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.529 ms 1 /src/Adapter/EntityMapper.php:71
48
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` = 1423) AND (b.`id_shop` = 1) LIMIT 1
0.529 ms 1 /src/Adapter/EntityMapper.php:71
191
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` = 2844) AND (b.`id_shop` = 1) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
366
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.527 ms 1 /classes/Product.php:5659
286
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1
0.527 ms 1 /classes/Manufacturer.php:316
83
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` = 1685) AND (b.`id_shop` = 1) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
201
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` = 1618) AND (b.`id_shop` = 1) LIMIT 1
0.526 ms 1 /src/Adapter/EntityMapper.php:71
578
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
0.525 ms 1 /classes/module/Module.php:2664
382
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` = 3274 LIMIT 1
0.524 ms 1 /classes/Category.php:1378
209
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` = 1930) AND (b.`id_shop` = 1) LIMIT 1
0.522 ms 1 /src/Adapter/EntityMapper.php:71
551
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.522 ms 1 /classes/Country.php:405
473
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` = 2707) LIMIT 1
0.521 ms 1 /src/Adapter/EntityMapper.php:71
664
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 1348
ORDER BY ag.`position` ASC, a.`position` ASC
0.521 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
284
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` = 60 LIMIT 1
0.519 ms 1 /classes/Category.php:1378
204
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` = 1796) AND (b.`id_shop` = 1) LIMIT 1
0.518 ms 1 /src/Adapter/EntityMapper.php:71
439
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 58 AND `id_group` = 1 LIMIT 1
0.518 ms 0 /classes/GroupReduction.php:156
500
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 544
0.518 ms 2 /src/Adapter/EntityMapper.php:79
414
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` = 1348) LIMIT 1
0.517 ms 1 /src/Adapter/EntityMapper.php:71
622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 451) AND (id_product_attribute = 1349) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.514 ms 1 /classes/stock/StockAvailable.php:453
355
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 111 AND `id_group` = 1 LIMIT 1
0.514 ms 0 /classes/GroupReduction.php:156
49
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` = 1425) AND (b.`id_shop` = 1) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:71
504
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 (12248) AND il.`id_lang` = 1 ORDER by i.`position`
0.512 ms 1 Yes /classes/Product.php:2921
307
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` = 12248) LIMIT 1
0.512 ms 1 /src/Adapter/EntityMapper.php:71
655
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.512 ms 1 /classes/Country.php:405
458
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12246
0.510 ms 2 /src/Adapter/EntityMapper.php:79
579
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.510 ms 1 /classes/module/Module.php:2137
327
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 2704
0.509 ms 2 /src/Adapter/EntityMapper.php:79
337
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 452 AND `id_group` = 1 LIMIT 1
0.508 ms 0 /classes/GroupReduction.php:156
532
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 112
0.507 ms 1 /classes/Product.php:2902
65
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` = 1522) AND (b.`id_shop` = 1) LIMIT 1
0.504 ms 1 /src/Adapter/EntityMapper.php:71
68
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` = 1535) AND (b.`id_shop` = 1) LIMIT 1
0.502 ms 1 /src/Adapter/EntityMapper.php:71
506
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.501 ms 7 /classes/ImageType.php:161
660
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 1353
ORDER BY ag.`position` ASC, a.`position` ASC
0.499 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
56
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` = 1444) AND (b.`id_shop` = 1) LIMIT 1
0.499 ms 1 /src/Adapter/EntityMapper.php:71
112
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` = 1933) AND (b.`id_shop` = 1) LIMIT 1
0.499 ms 1 /src/Adapter/EntityMapper.php:71
347
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1353
0.498 ms 2 /src/Adapter/EntityMapper.php:79
550
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.497 ms 1 /classes/module/Module.php:2137
35
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.496 ms 2 /classes/Language.php:883
503
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 38
0.496 ms 1 /classes/Product.php:2902
440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 58) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.491 ms 1 /classes/stock/StockAvailable.php:453
192
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` = 2874) AND (b.`id_shop` = 1) LIMIT 1
0.491 ms 1 /src/Adapter/EntityMapper.php:71
417
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3082 LIMIT 1
0.491 ms 1 /classes/Product.php:5659
197
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` = 1456) AND (b.`id_shop` = 1) LIMIT 1
0.490 ms 1 /src/Adapter/EntityMapper.php:71
103
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` = 1867) AND (b.`id_shop` = 1) LIMIT 1
0.488 ms 1 /src/Adapter/EntityMapper.php:71
202
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` = 1625) AND (b.`id_shop` = 1) LIMIT 1
0.487 ms 1 /src/Adapter/EntityMapper.php:71
52
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` = 1434) AND (b.`id_shop` = 1) LIMIT 1
0.486 ms 1 /src/Adapter/EntityMapper.php:71
203
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` = 1658) AND (b.`id_shop` = 1) LIMIT 1
0.485 ms 1 /src/Adapter/EntityMapper.php:71
536
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 58
0.485 ms 1 /classes/Product.php:2902
528
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 451
0.483 ms 3 /classes/Product.php:2902
93
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` = 1786) AND (b.`id_shop` = 1) LIMIT 1
0.482 ms 1 /src/Adapter/EntityMapper.php:71
162
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` = 2311) AND (b.`id_shop` = 1) LIMIT 1
0.478 ms 1 /src/Adapter/EntityMapper.php:71
312
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.478 ms 1 /classes/Manufacturer.php:316
230
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` = 1797) AND (b.`id_shop` = 1) LIMIT 1
0.477 ms 1 /src/Adapter/EntityMapper.php:71
408
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 451) AND (id_product_attribute = 1348) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.476 ms 1 /classes/stock/StockAvailable.php:453
642
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 280) AND (id_product_attribute = 541) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.476 ms 1 /classes/stock/StockAvailable.php:453
75
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` = 1617) AND (b.`id_shop` = 1) LIMIT 1
0.475 ms 1 /src/Adapter/EntityMapper.php:71
562
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.475 ms 1 /classes/module/Module.php:2664
207
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` = 1904) AND (b.`id_shop` = 1) LIMIT 1
0.474 ms 1 /src/Adapter/EntityMapper.php:71
50
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` = 1427) AND (b.`id_shop` = 1) LIMIT 1
0.474 ms 1 /src/Adapter/EntityMapper.php:71
546
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 280
0.473 ms 6 /classes/Product.php:2902
520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 39
0.473 ms 1 /classes/Product.php:2902
371
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 39 AND `id_group` = 1 LIMIT 1
0.472 ms 0 /classes/GroupReduction.php:156
298
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.470 ms 1 /classes/Group.php:154
524
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1384
0.469 ms 1 /classes/Product.php:2902
198
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` = 1523) AND (b.`id_shop` = 1) LIMIT 1
0.469 ms 1 /src/Adapter/EntityMapper.php:71
597
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 452) AND (id_product_attribute = 1351) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.467 ms 1 /classes/stock/StockAvailable.php:453
379
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` = 12247) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
285
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.465 ms 1 /classes/Product.php:5659
54
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` = 1438) AND (b.`id_shop` = 1) LIMIT 1
0.465 ms 1 /src/Adapter/EntityMapper.php:71
582
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` = 60 LIMIT 1
0.465 ms 0 /classes/Category.php:1378
199
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` = 1526) AND (b.`id_shop` = 1) LIMIT 1
0.465 ms 1 /src/Adapter/EntityMapper.php:71
661
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 12503
ORDER BY ag.`position` ASC, a.`position` ASC
0.465 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
385
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` = 2706 LIMIT 1
0.463 ms 1 /classes/Combination.php:564
59
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` = 1459) AND (b.`id_shop` = 1) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
161
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` = 2293) AND (b.`id_shop` = 1) LIMIT 1
0.460 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.460 ms 1 /classes/ObjectModel.php:1729
422
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 112 AND `id_group` = 1 LIMIT 1
0.460 ms 0 /classes/GroupReduction.php:156
220
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` = 2730) AND (b.`id_shop` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
460
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3274 LIMIT 1
0.458 ms 1 /classes/Product.php:5659
418
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` = 12790 LIMIT 1
0.458 ms 1 /classes/Combination.php:564
60
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` = 1461) AND (b.`id_shop` = 1) LIMIT 1
0.458 ms 1 /src/Adapter/EntityMapper.php:71
368
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 39 LIMIT 1
0.456 ms 1 /classes/SpecificPrice.php:435
229
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` = 1290) AND (b.`id_shop` = 1) LIMIT 1
0.454 ms 1 /src/Adapter/EntityMapper.php:71
94
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` = 1788) AND (b.`id_shop` = 1) LIMIT 1
0.453 ms 1 /src/Adapter/EntityMapper.php:71
380
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12247
0.452 ms 2 /src/Adapter/EntityMapper.php:79
648
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.451 ms 1 /classes/module/Module.php:2137
82
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` = 1683) AND (b.`id_shop` = 1) LIMIT 1
0.450 ms 1 /src/Adapter/EntityMapper.php:71
211
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` = 1942) AND (b.`id_shop` = 1) LIMIT 1
0.450 ms 1 /src/Adapter/EntityMapper.php:71
217
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` = 2340) AND (b.`id_shop` = 1) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
552
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.444 ms 1 /classes/module/Module.php:2664
572
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` >= 3677 AND c.`nleft` >= 2 AND c.`nright` <= 3677 ORDER BY `nleft` DESC
0.444 ms 1 /classes/Category.php:1600
349
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` = 3082 LIMIT 1
0.441 ms 1 /classes/Category.php:1378
384
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 25
AND `active` = 1 LIMIT 1
0.435 ms 1 /classes/Manufacturer.php:316
487
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 280
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.435 ms 0 /classes/SpecificPrice.php:259
210
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` = 1939) AND (b.`id_shop` = 1) LIMIT 1
0.435 ms 1 /src/Adapter/EntityMapper.php:71
55
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` = 1440) AND (b.`id_shop` = 1) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
69
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` = 1559) AND (b.`id_shop` = 1) LIMIT 1
0.433 ms 1 /src/Adapter/EntityMapper.php:71
588
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` = 3063 LIMIT 1
0.431 ms 0 /classes/Category.php:1378
512
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 452
0.428 ms 4 /classes/Product.php:2902
115
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` = 1941) AND (b.`id_shop` = 1) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
614
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` = 3274 LIMIT 1
0.427 ms 0 /classes/Category.php:1378
226
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` = 2932) AND (b.`id_shop` = 1) LIMIT 1
0.426 ms 1 /src/Adapter/EntityMapper.php:71
77
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` = 1622) AND (b.`id_shop` = 1) LIMIT 1
0.425 ms 1 /src/Adapter/EntityMapper.php:71
509
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1383
0.424 ms 1 /classes/Product.php:2902
289
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 38 LIMIT 1
0.424 ms 1 /classes/SpecificPrice.php:435
219
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` = 2488) AND (b.`id_shop` = 1) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
218
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` = 2430) AND (b.`id_shop` = 1) LIMIT 1
0.422 ms 1 /src/Adapter/EntityMapper.php:71
110
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` = 1927) AND (b.`id_shop` = 1) LIMIT 1
0.422 ms 1 /src/Adapter/EntityMapper.php:71
415
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1348
0.421 ms 2 /src/Adapter/EntityMapper.php:79
140
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` = 2164) AND (b.`id_shop` = 1) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
476
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` = 3259 LIMIT 1
0.420 ms 1 /classes/Category.php:1378
481
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.420 ms 659 /classes/SpecificPrice.php:297
215
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` = 2225) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.420 ms 1 /modules/ps_mbo/ps_mbo.php:335
222
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` = 2785) AND (b.`id_shop` = 1) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
449
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 40 AND `id_group` = 1 LIMIT 1
0.419 ms 0 /classes/GroupReduction.php:156
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
465
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1385 AND `id_group` = 1 LIMIT 1
0.416 ms 0 /classes/GroupReduction.php:156
221
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` = 2733) AND (b.`id_shop` = 1) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:71
23
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.415 ms 1 /modules/ps_mbo/ps_mbo.php:325
163
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` = 2331) AND (b.`id_shop` = 1) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:71
61
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` = 1464) AND (b.`id_shop` = 1) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:71
563
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.413 ms 1 /classes/module/Module.php:2137
255
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` = 3125) AND (b.`id_shop` = 1) LIMIT 1
0.412 ms 1 /src/Adapter/EntityMapper.php:71
105
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` = 1897) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
213
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` = 2196) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
266
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.410 ms 0 /classes/module/Module.php:2664
122
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` = 1992) AND (b.`id_shop` = 1) LIMIT 1
0.405 ms 1 /src/Adapter/EntityMapper.php:71
228
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` = 3107) AND (b.`id_shop` = 1) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
51
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` = 1429) AND (b.`id_shop` = 1) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
423
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 112) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.404 ms 1 /classes/stock/StockAvailable.php:453
603
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` = 3082 LIMIT 1
0.403 ms 0 /classes/Category.php:1378
113
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` = 1935) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
372
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 39) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.402 ms 1 /classes/stock/StockAvailable.php:453
262
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` = 3537) AND (b.`id_shop` = 1) LIMIT 1
0.402 ms 1 /src/Adapter/EntityMapper.php:71
575
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_supplierlist" LIMIT 1
0.402 ms 1 /classes/module/Module.php:2664
594
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` = 192 LIMIT 1
0.401 ms 0 /classes/Category.php:1378
435
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 11 LIMIT 1
0.401 ms 1 /classes/Product.php:5659
212
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` = 2108) AND (b.`id_shop` = 1) LIMIT 1
0.400 ms 1 /src/Adapter/EntityMapper.php:71
20
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.400 ms 1 /modules/ps_mbo/ps_mbo.php:325
224
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` = 2798) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
560
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.398 ms 1 /classes/module/Module.php:2137
58
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` = 1455) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
62
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` = 1498) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
392
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1384) AND (id_product_attribute = 2706) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.396 ms 1 /classes/stock/StockAvailable.php:453
444
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.396 ms 1 /classes/Product.php:5659
227
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` = 2945) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
231
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` = 1899) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
639
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` = 3259 LIMIT 1
0.394 ms 0 /classes/Category.php:1378
557
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.393 ms 1 /classes/module/Module.php:2664
260
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` = 3295) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
63
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` = 1518) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
225
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` = 2875) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
149
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` = 2189) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
643
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 280) AND (id_product_attribute = 542) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.391 ms 1 /classes/stock/StockAvailable.php:453
214
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` = 2209) AND (b.`id_shop` = 1) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
108
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` = 1910) AND (b.`id_shop` = 1) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
109
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` = 1919) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
104
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` = 1895) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
490
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 280 AND id_shop=1 LIMIT 1
0.390 ms 1 /classes/Product.php:6876
223
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` = 2789) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
239
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` = 2786) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
291
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 38 AND id_shop=1 LIMIT 1
0.388 ms 1 /classes/Product.php:6876
125
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` = 2057) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
263
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` = 3581) AND (b.`id_shop` = 1) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
41
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.386 ms 1 /classes/ObjectModel.php:1729
111
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` = 1929) AND (b.`id_shop` = 1) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
484
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0
0.385 ms 1 /classes/SpecificPrice.php:310
216
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` = 2336) AND (b.`id_shop` = 1) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:71
87
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` = 1705) AND (b.`id_shop` = 1) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
155
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` = 2215) AND (b.`id_shop` = 1) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
106
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` = 1903) AND (b.`id_shop` = 1) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
559
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.383 ms 1 /classes/module/Module.php:2664
21
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.381 ms 1 /modules/ps_mbo/ps_mbo.php:335
558
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.381 ms 1 /classes/module/Module.php:2137
12
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'fr' LIMIT 1
0.380 ms 2 /classes/Language.php:854
553
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.380 ms 1 /classes/module/Module.php:2137
114
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` = 1937) AND (b.`id_shop` = 1) LIMIT 1
0.379 ms 1 /src/Adapter/EntityMapper.php:71
95
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` = 1790) AND (b.`id_shop` = 1) LIMIT 1
0.379 ms 1 /src/Adapter/EntityMapper.php:71
555
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.379 ms 1 /classes/module/Module.php:2137
237
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` = 2489) AND (b.`id_shop` = 1) LIMIT 1
0.378 ms 1 /src/Adapter/EntityMapper.php:71
101
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` = 1831) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
389
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1384 AND `id_group` = 1 LIMIT 1
0.376 ms 0 /classes/GroupReduction.php:156
256
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` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
150
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` = 2195) AND (b.`id_shop` = 1) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:71
570
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.373 ms 1 /classes/Category.php:1585
53
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` = 1436) AND (b.`id_shop` = 1) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
137
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` = 2154) AND (b.`id_shop` = 1) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
254
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` = 3087) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
232
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` = 1905) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
97
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` = 1801) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
651
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.371 ms 1 /classes/module/Module.php:2664
646
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 280) AND (id_product_attribute = 546) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.371 ms 1 /classes/stock/StockAvailable.php:453
649
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.370 ms 1 /classes/module/Module.php:2664
98
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` = 1809) AND (b.`id_shop` = 1) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
107
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` = 1907) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
96
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` = 1793) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
160
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` = 2280) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
102
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` = 1843) AND (b.`id_shop` = 1) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
264
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` = 3602) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
251
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` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 2706
0.364 ms 2 /src/Adapter/EntityMapper.php:79
99
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` = 1817) AND (b.`id_shop` = 1) LIMIT 1
0.364 ms 1 /src/Adapter/EntityMapper.php:71
131
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` = 2125) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
261
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` = 3386) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
566
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.363 ms 1 /classes/module/Module.php:2664
267
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.362 ms 0 /classes/module/Module.php:2137
123
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` = 1995) AND (b.`id_shop` = 1) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:71
100
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` = 1819) AND (b.`id_shop` = 1) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:71
249
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` = 1901) AND (b.`id_shop` = 1) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:71
92
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` = 1765) AND (b.`id_shop` = 1) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
85
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` = 1696) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
76
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` = 1620) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
245
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` = 1900) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
138
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` = 2158) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
78
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` = 1624) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
257
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` = 3126) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
88
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` = 1707) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
57
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` = 1446) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.356 ms 1 /classes/module/Module.php:2664
141
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` = 2166) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
576
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 47 AND `id_shop` = 1 LIMIT 1
0.354 ms 1 /classes/module/Module.php:2137
242
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` = 2876) AND (b.`id_shop` = 1) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
644
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 280) AND (id_product_attribute = 543) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.354 ms 1 /classes/stock/StockAvailable.php:453
653
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.353 ms 1 /classes/module/Module.php:2664
236
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` = 2341) AND (b.`id_shop` = 1) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
247
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` = 2877) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
151
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` = 2200) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
250
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` = 3122) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
241
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` = 2799) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
117
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` = 1947) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
252
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` = 3123) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
90
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` = 1716) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
66
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` = 1525) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
311
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3063 LIMIT 1
0.348 ms 1 /classes/Product.php:5659
248
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` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
259
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` = 3189) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
253
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` = 3124) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
645
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 280) AND (id_product_attribute = 545) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.347 ms 1 /classes/stock/StockAvailable.php:453
89
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` = 1712) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
258
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` = 2950) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
243
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` = 2933) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
159
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` = 2274) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
71
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` = 1564) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
240
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` = 2790) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
124
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` = 2022) AND (b.`id_shop` = 1) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:71
142
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` = 2168) AND (b.`id_shop` = 1) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:71
118
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` = 1962) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
244
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` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
86
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` = 1700) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
139
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` = 2162) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
126
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` = 2066) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
127
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` = 2082) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
238
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` = 2734) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
564
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.341 ms 1 /classes/module/Module.php:2664
133
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` = 2133) AND (b.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
598
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 452) AND (id_product_attribute = 1352) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.340 ms 1 /classes/stock/StockAvailable.php:453
116
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` = 1945) AND (b.`id_shop` = 1) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
136
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` = 2147) AND (b.`id_shop` = 1) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
134
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` = 2136) AND (b.`id_shop` = 1) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
421
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 112 AND id_shop=1 LIMIT 1
0.338 ms 1 /classes/Product.php:6876
147
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` = 2185) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
448
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 40 AND id_shop=1 LIMIT 1
0.336 ms 1 /classes/Product.php:6876
158
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` = 2255) AND (b.`id_shop` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
132
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` = 2128) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
234
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` = 2210) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
121
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` = 1984) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
154
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` = 2213) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
144
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` = 2173) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
156
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` = 2224) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
129
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` = 2106) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
130
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` = 2112) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
654
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.332 ms 1 /classes/module/Module.php:2137
157
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` = 2230) AND (b.`id_shop` = 1) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
128
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` = 2085) AND (b.`id_shop` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
135
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` = 2139) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
120
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` = 1971) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
233
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` = 1943) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
623
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 451) AND (id_product_attribute = 1350) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.330 ms 1 /classes/stock/StockAvailable.php:453
567
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.330 ms 1 /classes/module/Module.php:2137
235
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` = 2226) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
246
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` = 2343) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
153
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` = 2208) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
143
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` = 2171) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
145
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` = 2175) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
650
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.328 ms 1 /classes/module/Module.php:2137
148
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` = 2187) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
316
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1383 AND id_shop=1 LIMIT 1
0.326 ms 1 /classes/Product.php:6876
119
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` = 1966) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
485
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-06-16 00:00:00' AND '2025-06-16 23:59:59' LIMIT 1
0.325 ms 1 /classes/SpecificPrice.php:377
152
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` = 2206) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
383
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3274 LIMIT 1
0.324 ms 1 /classes/Product.php:5659
72
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` = 1566) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
146
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` = 2179) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
404
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 451 AND id_shop=1 LIMIT 1
0.321 ms 1 /classes/Product.php:6876
91
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` = 1718) AND (b.`id_shop` = 1) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
464
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1385 AND id_shop=1 LIMIT 1
0.319 ms 1 /classes/Product.php:6876
438
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 58 AND id_shop=1 LIMIT 1
0.317 ms 1 /classes/Product.php:6876
477
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3259 LIMIT 1
0.315 ms 1 /classes/Product.php:5659
350
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3082 LIMIT 1
0.314 ms 1 /classes/Product.php:5659
388
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1384 AND id_shop=1 LIMIT 1
0.313 ms 1 /classes/Product.php:6876
565
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.312 ms 1 /classes/module/Module.php:2137
483
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.312 ms 6 /classes/SpecificPrice.php:297
370
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 39 AND id_shop=1 LIMIT 1
0.312 ms 1 /classes/Product.php:6876
652
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.311 ms 1 /classes/module/Module.php:2137
571
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.310 ms 1 /classes/Category.php:1591
486
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-06-16 00:00:00' AND '2025-06-16 23:59:59' LIMIT 1
0.310 ms 1 /classes/SpecificPrice.php:381
330
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 192 LIMIT 1
0.309 ms 1 /classes/Product.php:5659
599
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 452) AND (id_product_attribute = 1354) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.307 ms 1 /classes/stock/StockAvailable.php:453
336
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 452 AND id_shop=1 LIMIT 1
0.287 ms 1 /classes/Product.php:6876
354
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 111 AND id_shop=1 LIMIT 1
0.284 ms 1 /classes/Product.php:6876

Doubles

222 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
33 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
23 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
16 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
13 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = 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
12 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
12 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
12 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`
12 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
12 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
12 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)
12 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
12 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
12 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;
12 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
11 queries
SELECT *
							FROM `ps_product_attribute_lang`
							WHERE `id_product_attribute` = XX
11 queries
SELECT *
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` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
11 queries
SELECT al.`name` AS attribute_name
            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` = XX
            )
            WHERE pac.`id_product_attribute` = XX
            ORDER BY ag.`position` ASC, a.`position` ASC
11 queries
SELECT 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 = XX) 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) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
11 queries
SELECT 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 = XX)
			WHERE pa.`id_product_attribute` = XX LIMIT XX
11 queries
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
            pa.`reference`, pa.`eanXX`, 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` = XX)
            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 = XX)
            LEFT JOIN `ps_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `ps_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
10 queries
SELECT 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 = XX)
                WHERE pa.`id_product` = XX
                GROUP BY pa.`id_product_attribute`
                ORDER BY pa.`id_product_attribute`
10 queries
SELECT *
							FROM `ps_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
10 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
8 queries
            SELECT 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 (XX) AND il.`id_lang` = XX ORDER by i.`position`
7 queries
SELECT 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` = XX)
                LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
4 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
4 queries
        SELECT *
        FROM ps_product_attachment pa
        LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
        LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = XX)
        WHERE pa.id_product = XX
4 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
3 queries
			SELECT `need_identification_number`
			FROM `ps_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
SELECT `active`
        FROM `ps_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 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
2 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

Tables stress

255 category_lang
233 category
228 category_shop
79 product_attribute
78 product_attribute_shop
71 product
60 product_shop
48 cart_product
45 product_attribute_combination
44 attribute
44 attribute_lang
35 image
35 stock_available
33 attribute_group
24 image_shop
24 module
23 product_lang
23 pack
23 image_lang
22 product_attribute_lang
21 module_shop
21 attribute_group_lang
20 specific_price
12 product_group_reduction_cache
12 feature_shop
12 feature
12 feature_value_lang
12 feature_lang
12 feature_product
11 product_attribute_image
8 lang
7 currency
6 hook
5 country
5 currency_shop
4 manufacturer
4 shop_url
4 product_attachment
4 lang_shop
4 attachment
4 shop
4 attachment_lang
4 category_group
3 hook_alias
3 category_product
3 currency_lang
2 group
2 country_shop
2 shop_group
2 hook_module
2 tax_rule
2 tax_rules_group
2 country_lang
2 image_type
2 configuration
2 group_shop
1 specific_price_priority
1 page_type
1 ganalytics_data
1 connections
1 feature_flag
1 product_sale
1 tax_lang
1 tax
1 layered_filter_block
1 layered_category
1 required_field
1 address_format
1 group_lang
1 hook_module_exceptions
1 module_group
1 meta_lang
1 meta
1 configuration_lang
1 page

ObjectModel instances

Name Instances Source
Category 232 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 10]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 221]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1421]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1423]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1425]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1427]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1429]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1434]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1436]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1438]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1440]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1444]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1446]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1455]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1459]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1461]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1464]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1498]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1518]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1520]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1522]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1525]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1528]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1535]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1559]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1562]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1564]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1566]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1596]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1612]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1617]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1620]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1622]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1624]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1655]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1657]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1660]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1683]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1685]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1688]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1696]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1700]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1705]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1707]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1712]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1716]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1718]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1765]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1786]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1788]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1790]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1793]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1801]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1809]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1817]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1819]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1831]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1843]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1867]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1895]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1897]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1903]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1907]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1910]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1919]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1927]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1929]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1933]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1935]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1937]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1941]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1945]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1947]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1962]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1966]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1971]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1984]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1992]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1995]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2022]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2057]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2066]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2082]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2085]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2106]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2112]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2125]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2128]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2133]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2136]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2139]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2147]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2154]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2158]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2162]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2164]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2166]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2168]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2171]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2173]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2175]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2179]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2185]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2187]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2189]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2195]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2200]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2206]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2208]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2213]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2215]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2224]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2230]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2255]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2274]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2280]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2293]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2311]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2331]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2335]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2339]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2348]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2380]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2429]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2436]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2458]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2487]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2493]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2495]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2559]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2598]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2600]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2631]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2634]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2677]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2729]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2732]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2741]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2764]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2766]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2784]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2788]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2797]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2801]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2805]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2826]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2844]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2874]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2931]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2944]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 11]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1430]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1456]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1523]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1526]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1560]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1618]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1625]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1658]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1796]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1803]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1898]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1904]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1908]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1930]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1939]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1942]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2108]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2196]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2209]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2225]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2336]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2340]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2430]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2488]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2730]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2733]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2785]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2789]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2798]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2875]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2932]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2945]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3107]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1290]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1797]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1899]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1905]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1943]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2210]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2226]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2341]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2489]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2734]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2786]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2790]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2799]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2876]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2933]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 13]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1900]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2343]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2877]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 14]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1901]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3122]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 15]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3123]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3124]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3087]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3125]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 12]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3126]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2950]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3189]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3295]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3386]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3537]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3581]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3602]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Product 35 /classes/Link.php:113 (__construct) [id: 452]
/classes/Link.php:113 (__construct) [id: 280]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 38]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1383]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 452]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 111]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 39]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1384]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 451]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 112]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 58]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 40]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1385]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 280]
/classes/Link.php:113 (__construct) [id: 38]
/classes/Link.php:113 (__construct) [id: 1383]
/classes/Link.php:113 (__construct) [id: 452]
/classes/Link.php:113 (__construct) [id: 111]
/classes/Link.php:113 (__construct) [id: 39]
/classes/Link.php:113 (__construct) [id: 1384]
/classes/Link.php:113 (__construct) [id: 451]
/classes/Link.php:113 (__construct) [id: 112]
/classes/Link.php:113 (__construct) [id: 40]
/classes/Link.php:113 (__construct) [id: 1385]
/classes/Link.php:113 (__construct) [id: 280]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 38]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1383]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 452]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 111]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 39]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1384]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 451]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 112]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1385]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 280]
Combination 11 /classes/Product.php:5912 (__construct) [id: 12248]
/classes/Product.php:5912 (__construct) [id: 2704]
/classes/Product.php:5912 (__construct) [id: 1353]
/classes/Product.php:5912 (__construct) [id: 12503]
/classes/Product.php:5912 (__construct) [id: 12247]
/classes/Product.php:5912 (__construct) [id: 2706]
/classes/Product.php:5912 (__construct) [id: 1348]
/classes/Product.php:5912 (__construct) [id: 12790]
/classes/Product.php:5912 (__construct) [id: 12246]
/classes/Product.php:5912 (__construct) [id: 2707]
/classes/Product.php:5912 (__construct) [id: 544]
Country 8 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:354 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1779 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
State 3 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
AddressFormat 3 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Tax 1 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 51]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [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-intl-normalizer/bootstrap.php
13 /vendor/symfony/polyfill-intl-idn/bootstrap.php
14 /vendor/symfony/deprecation-contracts/function.php
15 /vendor/ralouphie/getallheaders/src/getallheaders.php
16 /vendor/symfony/polyfill-ctype/bootstrap.php
17 /vendor/symfony/polyfill-php80/bootstrap.php
18 /vendor/guzzlehttp/promises/src/functions_include.php
19 /vendor/guzzlehttp/promises/src/functions.php
20 /vendor/guzzlehttp/guzzle/src/functions_include.php
21 /vendor/guzzlehttp/guzzle/src/functions.php
22 /vendor/symfony/polyfill-iconv/bootstrap.php
23 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
24 /vendor/jakeasmith/http_build_url/src/http_build_url.php
25 /vendor/lcobucci/jwt/compat/class-aliases.php
26 /vendor/lcobucci/jwt/src/Token.php
27 /vendor/lcobucci/jwt/src/Signature.php
28 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
29 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
30 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
31 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
32 /vendor/symfony/polyfill-intl-icu/bootstrap.php
33 /vendor/symfony/polyfill-php73/bootstrap.php
34 /vendor/symfony/polyfill-php81/bootstrap.php
35 /vendor/api-platform/core/src/deprecation.php
36 /vendor/api-platform/core/src/Api/FilterInterface.php
37 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
38 /vendor/api-platform/core/src/deprecated_interfaces.php
39 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
40 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
41 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
42 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
43 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
44 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
52 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
53 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
54 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
55 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
56 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
57 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
58 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
59 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
60 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
61 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
62 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
63 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
64 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
65 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
66 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
67 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
68 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
69 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
70 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
71 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
72 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
73 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
74 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
75 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
76 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
77 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
82 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
83 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
86 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
88 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
90 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
91 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
92 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
93 /vendor/psr/container/src/ContainerInterface.php
94 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
95 /vendor/ircmaxell/password-compat/lib/password.php
96 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
97 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
98 /src/Core/Version.php
99 /config/alias.php
100 /vendor/prestashop/autoload/src/PrestashopAutoload.php
101 /vendor/prestashop/autoload/src/LegacyClassLoader.php
102 /vendor/symfony/polyfill-php80/Php80.php
103 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
104 /vendor/prestashop/autoload/src/Autoloader.php
105 /config/bootstrap.php
106 /src/Core/ContainerBuilder.php
107 /src/Core/Foundation/IoC/Container.php
108 /src/Adapter/ServiceLocator.php
109 /var/cache/prod/appParameters.php
112 /var/cache/prod/class_index.php
113 /classes/controller/Controller.php
115 /classes/ObjectModel.php
116 /src/Core/Foundation/Database/EntityInterface.php
118 /classes/db/Db.php
120 /classes/Hook.php
122 /classes/module/Module.php
123 /src/Core/Module/Legacy/ModuleInterface.php
125 /classes/Tools.php
126 /classes/Context.php
127 /classes/shop/Shop.php
128 /src/Core/Security/PasswordGenerator.php
129 /classes/db/DbPDO.php
130 /classes/AddressFormat.php
131 /classes/Configuration.php
132 /classes/Validate.php
133 /classes/cache/Cache.php
134 /src/Adapter/EntityMapper.php
135 /classes/db/DbQuery.php
136 /src/Core/Addon/Theme/ThemeManagerBuilder.php
137 /vendor/psr/log/Psr/Log/NullLogger.php
138 /vendor/psr/log/Psr/Log/AbstractLogger.php
139 /vendor/psr/log/Psr/Log/LoggerInterface.php
140 /src/Adapter/Configuration.php
141 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
142 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
143 /src/Core/ConfigurationInterface.php
144 /src/Core/Addon/Theme/ThemeRepository.php
145 /src/Core/Addon/AddonRepositoryInterface.php
146 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
147 /src/Core/Addon/Theme/Theme.php
148 /src/Core/Addon/AddonInterface.php
149 /src/Core/Util/ArrayFinder.php
150 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
151 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
156 /config/defines_uri.inc.php
157 /classes/Language.php
158 /src/Core/Language/LanguageInterface.php
159 /classes/Country.php
160 /classes/PrestaShopCollection.php
161 /classes/shop/ShopGroup.php
162 /classes/Cookie.php
163 /classes/PhpEncryption.php
164 /classes/PhpEncryptionEngine.php
165 /vendor/defuse/php-encryption/src/Key.php
166 /vendor/defuse/php-encryption/src/Encoding.php
167 /vendor/defuse/php-encryption/src/Core.php
168 /src/Core/Session/SessionHandler.php
169 /src/Core/Session/SessionHandlerInterface.php
170 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
171 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
172 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
173 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
174 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
175 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
176 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
177 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
186 /config/smarty.config.inc.php
187 /vendor/smarty/smarty/libs/Smarty.class.php
188 /vendor/smarty/smarty/libs/functions.php
189 /vendor/smarty/smarty/libs/Autoloader.php
190 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
191 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
193 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
194 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
195 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
196 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
197 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
199 /config/smartyfront.config.inc.php
200 /classes/Smarty/SmartyResourceModule.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
203 /classes/Smarty/SmartyResourceParent.php
204 /classes/Smarty/SmartyLazyRegister.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
206 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
207 /classes/Customer.php
208 /classes/Group.php
209 /classes/Link.php
210 /classes/shop/ShopUrl.php
211 /classes/Dispatcher.php
212 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
213 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
214 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
215 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
216 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
217 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
218 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
219 /src/Adapter/SymfonyContainer.php
220 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
221 /config/db_slave_server.inc.php
222 /src/Adapter/ContainerBuilder.php
223 /src/Adapter/Environment.php
224 /src/Core/EnvironmentInterface.php
225 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
226 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
227 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
228 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
229 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
230 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
231 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
232 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
233 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
234 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
235 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
236 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
237 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
238 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
239 /vendor/symfony/contracts/Service/ResetInterface.php
240 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
241 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
242 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
243 /vendor/symfony/contracts/Cache/ItemInterface.php
244 /vendor/psr/cache/src/CacheItemInterface.php
245 /vendor/psr/cache/src/CacheItemPoolInterface.php
246 /vendor/symfony/contracts/Cache/CacheInterface.php
247 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
249 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
250 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
251 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
252 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
253 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
254 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
255 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
256 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
257 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
258 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
259 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
260 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
261 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
262 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
263 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
264 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
265 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
266 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
267 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
268 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
269 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
310 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
311 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
312 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
313 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
314 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
317 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
318 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
319 /var/cache/prod/FrontContainer.php
320 /src/Adapter/Container/LegacyContainer.php
321 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
322 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
323 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
324 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
325 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
326 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
327 /vendor/psr/container/src/ContainerExceptionInterface.php
328 /vendor/psr/container/src/NotFoundExceptionInterface.php
329 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
330 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
331 /src/Adapter/Container/LegacyContainerInterface.php
332 /modules/ps_searchbar/vendor/autoload.php
333 /modules/ps_searchbar/vendor/composer/autoload_real.php
334 /modules/ps_searchbar/vendor/composer/platform_check.php
335 /modules/ps_searchbar/vendor/composer/autoload_static.php
336 /modules/ps_sharebuttons/vendor/autoload.php
337 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
338 /modules/ps_sharebuttons/vendor/composer/platform_check.php
339 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
340 /modules/ps_mbo/vendor/autoload.php
341 /modules/ps_mbo/vendor/composer/autoload_real.php
342 /modules/ps_mbo/vendor/composer/platform_check.php
343 /modules/ps_mbo/vendor/composer/autoload_static.php
344 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
345 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
346 /modules/ps_mbo/vendor/php-http/message/src/filters.php
347 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
348 /modules/ps_mbo/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
349 /modules/ps_mbo/vendor/symfony/string/Resources/functions.php
350 /modules/ps_mbo/bootstrap.php
351 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
352 /modules/ps_accounts/vendor/autoload.php
353 /modules/ps_accounts/vendor/composer/autoload_real.php
354 /modules/ps_accounts/vendor/composer/platform_check.php
355 /modules/ps_accounts/vendor/composer/autoload_static.php
356 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
357 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
358 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
359 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
360 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
361 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
362 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
363 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
364 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
365 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
366 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
367 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
368 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
369 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
370 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
371 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
372 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
373 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
374 /modules/ps_eventbus/vendor/autoload.php
375 /modules/ps_eventbus/vendor/composer/autoload_real.php
376 /modules/ps_eventbus/vendor/composer/autoload_static.php
377 /modules/storecommanderps/vendor/autoload.php
378 /modules/storecommanderps/vendor/composer/autoload_real.php
379 /modules/storecommanderps/vendor/composer/platform_check.php
380 /modules/storecommanderps/vendor/composer/autoload_static.php
381 /modules/storecommanderps/vendor/guzzlehttp/psr7/src/functions_include.php
382 /modules/storecommanderps/vendor/guzzlehttp/psr7/src/functions.php
383 /modules/storecommanderps/vendor/paragonie/random_compat/lib/random.php
384 /modules/storecommanderps/vendor/symfony/polyfill-apcu/bootstrap.php
385 /modules/storecommanderps/vendor/symfony/polyfill-php70/bootstrap.php
386 /src/Core/Hook/HookModuleFilter.php
387 /src/Core/Hook/HookModuleFilterInterface.php
388 /modules/ps_mbo/ps_mbo.php
389 /modules/ps_mbo/src/Traits/HaveTabs.php
390 /modules/ps_mbo/src/Traits/UseHooks.php
391 /modules/ps_mbo/src/Traits/Hooks/UseDisplayBackOfficeEmployeeMenu.php
392 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneOne.php
393 /modules/ps_mbo/src/Traits/HaveCdcComponent.php
394 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneTwo.php
395 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneThree.php
396 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminThemesListAfter.php
397 /modules/ps_mbo/src/Traits/Hooks/UseDisplayDashboardTop.php
398 /modules/ps_mbo/src/Traits/Hooks/UseActionAdminControllerSetMedia.php
399 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeInstallModule.php
400 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAdminToolbarButtons.php
401 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAlternativeSearchPanels.php
402 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminAfterHeader.php
403 /modules/ps_mbo/src/Traits/Hooks/UseDisplayModuleConfigureExtraButtons.php
404 /modules/ps_mbo/src/Traits/Hooks/UseActionListModules.php
405 /modules/ps_mbo/src/Traits/Hooks/UseActionModuleRegisterHookAfter.php
406 /modules/ps_mbo/src/Traits/Hooks/UseDisplayEmptyModuleCategoryExtraMessage.php
407 /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php
408 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectShopUrlUpdateAfter.php
409 /modules/ps_mbo/src/Traits/Hooks/UseActionGeneralPageSave.php
410 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeUpgradeModule.php
411 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeDeleteBefore.php
412 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeUpdateBefore.php
413 /modules/ps_mbo/src/Traits/HaveShopOnExternalService.php
414 /modules/ps_mbo/src/Tab/TabInterface.php
415 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
416 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
417 /src/PrestaShopBundle/Translation/TranslatorComponent.php
418 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
419 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
420 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
421 /vendor/symfony/contracts/Translation/TranslatorInterface.php
422 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
423 /src/PrestaShopBundle/Translation/TranslatorInterface.php
424 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
425 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
426 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
427 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
428 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
429 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
430 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
431 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
432 /vendor/symfony/contracts/Translation/TranslatorTrait.php
433 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
434 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
435 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
436 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
437 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
438 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
439 /src/PrestaShopBundle/Translation/DomainNormalizer.php
440 /src/Adapter/Localization/LegacyTranslator.php
441 /classes/Translate.php
442 /modules/ps_mbo/vendor/symfony/string/UnicodeString.php
443 /modules/ps_mbo/vendor/symfony/string/AbstractUnicodeString.php
444 /modules/ps_mbo/vendor/symfony/string/AbstractString.php
445 /vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
446 /controllers/front/listing/CategoryController.php
447 /classes/controller/ProductListingFrontController.php
448 /classes/controller/ProductPresentingFrontController.php
449 /classes/controller/FrontController.php
450 /src/Adapter/Presenter/Object/ObjectPresenter.php
451 /src/Adapter/Presenter/PresenterInterface.php
452 /src/Adapter/Presenter/Cart/CartPresenter.php
453 /src/Adapter/Image/ImageRetriever.php
454 /classes/tax/TaxConfiguration.php
455 /classes/Smarty/TemplateFinder.php
456 /classes/assets/StylesheetManager.php
457 /classes/assets/AbstractAssetManager.php
458 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
459 /classes/assets/JavascriptManager.php
460 /classes/assets/CccReducer.php
461 /classes/Category.php
462 /classes/webservice/WebserviceRequest.php
463 /src/Core/Localization/Locale/Repository.php
464 /src/Core/Localization/Locale/RepositoryInterface.php
465 /src/Core/Localization/CLDR/LocaleRepository.php
466 /src/Core/Localization/CLDR/LocaleDataSource.php
467 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
468 /src/Core/Data/Layer/AbstractDataLayer.php
469 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
470 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
471 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
472 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
473 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
474 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
475 /vendor/symfony/contracts/Cache/CacheTrait.php
476 /vendor/psr/cache/src/InvalidArgumentException.php
477 /vendor/psr/cache/src/CacheException.php
478 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
479 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
480 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
481 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
482 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
483 /src/Core/Localization/CLDR/Reader.php
484 /src/Core/Localization/CLDR/ReaderInterface.php
485 /src/Core/Localization/Currency/Repository.php
486 /src/Core/Localization/Currency/RepositoryInterface.php
487 /src/Core/Localization/Currency/CurrencyDataSource.php
488 /src/Core/Localization/Currency/DataSourceInterface.php
489 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
490 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
491 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
492 /src/Adapter/Currency/CurrencyDataProvider.php
493 /src/Core/Currency/CurrencyDataProviderInterface.php
494 /src/Adapter/LegacyContext.php
495 /src/Adapter/Tools.php
496 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
497 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
498 /vendor/prestashop/decimal/src/Operation/Rounding.php
499 /src/Core/Localization/Locale.php
500 /src/Core/Localization/LocaleInterface.php
501 /src/Core/Localization/Specification/Price.php
502 /src/Core/Localization/Specification/Number.php
503 /src/Core/Localization/Specification/NumberInterface.php
504 /src/Core/Localization/Specification/Factory.php
505 /src/Core/Localization/CLDR/LocaleData.php
506 /src/Core/Localization/CLDR/NumberSymbolsData.php
507 /src/Core/Localization/CLDR/CurrencyData.php
508 /src/Core/Localization/CLDR/Locale.php
509 /src/Core/Localization/CLDR/LocaleInterface.php
510 /src/Core/Localization/Specification/NumberSymbolList.php
511 /classes/Currency.php
512 /src/Core/Localization/Currency/LocalizedCurrencyId.php
513 /src/Core/Localization/Currency/CurrencyData.php
514 /src/Core/Localization/Currency/CurrencyCollection.php
515 /src/Core/Localization/Currency.php
516 /src/Core/Localization/CurrencyInterface.php
517 /src/Core/Localization/Specification/NumberCollection.php
518 /src/Core/Localization/Number/Formatter.php
519 /classes/Cart.php
520 /src/Adapter/AddressFactory.php
521 /classes/CartRule.php
522 /classes/Product.php
523 /src/Core/Domain/Product/ValueObject/RedirectType.php
524 /src/Core/Util/DateTime/DateTime.php
525 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
526 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
527 /src/Core/Domain/Product/ValueObject/ProductType.php
528 /src/Core/Domain/Product/ValueObject/Reference.php
529 /src/Core/Domain/Product/ValueObject/Ean13.php
530 /src/Core/Domain/Product/ValueObject/Isbn.php
531 /src/Core/Domain/Product/ValueObject/Upc.php
532 /src/Core/Domain/Product/ProductSettings.php
533 /src/Core/Domain/Shop/ValueObject/ShopId.php
534 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
535 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
536 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
537 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
538 /modules/blockreassurance/blockreassurance.php
539 /src/Core/Module/WidgetInterface.php
540 /classes/Media.php
541 /modules/blockwishlist/blockwishlist.php
542 /modules/ps_emailsubscription/ps_emailsubscription.php
543 /modules/ps_socialfollow/ps_socialfollow.php
544 /modules/ps_emailalerts/ps_emailalerts.php
545 /modules/ps_emailalerts/MailAlert.php
546 /src/Adapter/Presenter/Cart/CartLazyArray.php
547 /src/Adapter/Presenter/AbstractLazyArray.php
548 /src/Adapter/Product/PriceFormatter.php
549 /src/Core/Util/Inflector.php
550 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
551 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
552 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
553 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
554 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
555 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
556 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
557 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
558 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
559 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
560 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
561 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
562 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
563 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
564 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
565 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
566 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
567 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
568 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
569 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
570 /classes/Gender.php
571 /classes/Risk.php
572 /classes/Meta.php
573 /classes/Address.php
574 /classes/ImageType.php
575 /classes/State.php
576 /src/Core/Security/PasswordPolicyConfiguration.php
577 /src/Core/Configuration/DataConfigurationInterface.php
578 /src/Core/Security/Hashing.php
579 /src/Core/Filter/FrontEndObject/MainFilter.php
580 /src/Core/Filter/FilterInterface.php
581 /src/Core/Filter/FrontEndObject/CartFilter.php
582 /src/Core/Filter/HashMapWhitelistFilter.php
583 /src/Core/Filter/CollectionFilter.php
584 /src/Core/Filter/FrontEndObject/ProductFilter.php
585 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
586 /src/Core/Filter/FrontEndObject/CustomerFilter.php
587 /src/Core/Filter/FrontEndObject/ShopFilter.php
588 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
589 /modules/ps_shoppingcart/ps_shoppingcart.php
590 /modules/ps_searchbar/ps_searchbar.php
591 /modules/ps_imageslider/ps_imageslider.php
592 /modules/ps_imageslider/Ps_HomeSlide.php
593 /modules/productcomments/productcomments.php
594 /modules/ps_googleanalytics/ps_googleanalytics.php
595 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
596 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
597 /src/Core/Product/Search/ProductSearchContext.php
598 /src/Core/Product/Search/ProductSearchQuery.php
599 /src/Core/Product/Search/SortOrder.php
600 /modules/ps_facetedsearch/ps_facetedsearch.php
601 /modules/ps_facetedsearch/src/HookDispatcher.php
602 /modules/ps_facetedsearch/src/Hook/Attribute.php
603 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
604 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
605 /modules/ps_facetedsearch/src/Hook/Category.php
606 /modules/ps_facetedsearch/src/Hook/Configuration.php
607 /modules/ps_facetedsearch/src/Hook/Design.php
608 /modules/ps_facetedsearch/src/Hook/Feature.php
609 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
610 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
611 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
612 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
613 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
614 /modules/ps_facetedsearch/src/Hook/Product.php
615 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
616 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
617 /modules/ps_facetedsearch/src/Filters/Provider.php
618 /modules/ps_facetedsearch/src/URLSerializer.php
619 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
620 /modules/ps_facetedsearch/src/Product/SearchProvider.php
621 /src/Core/Product/Search/FacetsRendererInterface.php
622 /src/Core/Product/Search/ProductSearchProviderInterface.php
623 /modules/ps_facetedsearch/src/Filters/Converter.php
624 /modules/ps_facetedsearch/src/Product/SearchFactory.php
625 /src/Core/Product/Search/ProductSearchResult.php
626 /modules/ps_facetedsearch/src/Product/Search.php
627 /modules/ps_facetedsearch/src/Adapter/MySQL.php
628 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
629 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
630 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
631 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
632 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
633 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
634 /modules/ps_facetedsearch/src/Filters/Products.php
635 /classes/stock/StockAvailable.php
636 /modules/ps_facetedsearch/src/Filters/Block.php
637 /src/Core/Product/Search/FacetCollection.php
638 /classes/ProductAssembler.php
639 /classes/Combination.php
640 /classes/tax/Tax.php
641 /classes/Manufacturer.php
642 /classes/SpecificPrice.php
643 /classes/tax/TaxManagerFactory.php
644 /classes/tax/TaxRulesTaxManager.php
645 /classes/tax/TaxManagerInterface.php
646 /classes/tax/TaxCalculator.php
647 /classes/GroupReduction.php
648 /src/Core/Localization/CLDR/ComputingPrecision.php
649 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
650 /classes/Pack.php
651 /classes/order/Order.php
652 /classes/Feature.php
653 /src/Core/Domain/Combination/CombinationSettings.php
654 /vendor/prestashop/decimal/src/DecimalNumber.php
655 /vendor/prestashop/decimal/src/Builder.php
656 /classes/ProductPresenterFactory.php
657 /src/Adapter/Presenter/Product/ProductListingPresenter.php
658 /src/Adapter/Presenter/Product/ProductPresenter.php
659 /src/Adapter/Product/ProductColorsRetriever.php
660 /src/Adapter/HookManager.php
661 /src/Core/Product/ProductPresentationSettings.php
662 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
663 /src/Adapter/Presenter/Product/ProductLazyArray.php
664 /classes/Image.php
665 /src/Core/Image/ImageFormatConfiguration.php
666 /src/Core/Image/ImageFormatConfigurationInterface.php
667 /classes/FeatureFlag.php
668 /src/Core/FeatureFlag/FeatureFlagSettings.php
669 /vendor/prestashop/decimal/src/Operation/Multiplication.php
670 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
671 /var/cache/prod/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
672 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
673 /vendor/smarty/smarty/libs/plugins/modifier.count.php
674 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
675 /src/Core/Product/Search/Pagination.php
676 /vendor/defuse/php-encryption/src/Crypto.php
677 /vendor/defuse/php-encryption/src/KeyOrPassword.php
678 /vendor/defuse/php-encryption/src/RuntimeTests.php
679 /vendor/defuse/php-encryption/src/DerivedKeys.php
680 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
681 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
682 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/ba/26/06/ba2606ad69f38f747b88665fd2da3c8d57ac2ef5_2.file.category.tpl.php
683 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/42/c0/f7/42c0f738ccc5e89d3cd779eae4db84f705e8b8e5_2.file.product-list.tpl.php
684 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/41/17/41/4117413fa7c40e461e6a32246099a46db5367872_2.file.layout-left-column.tpl.php
685 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d2/1f/7d/d21f7d149c6ed5a4bf71e1570c4a0965eb209154_2.file.layout-both-columns.tpl.php
686 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a6/f8/93/a6f893ec35ccd9abd58728aa4f956d9d81c45877_2.file.helpers.tpl.php
687 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
688 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/1d/ab/c5/1dabc59245f9ee613c1d26e639ca21aa53977441_2.file.head.tpl.php
689 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
690 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a8/c3/be/a8c3becdff04dda9d52883feaf1df37e52a7e830_2.file.head-jsonld.tpl.php
691 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/53/ee/1f/53ee1f7fcf85baad47feb47d7ef82341ed712cb3_2.file.product-list-jsonld.tpl.php
692 /src/Core/Util/String/StringModifier.php
693 /src/Core/Util/String/StringModifierInterface.php
694 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/1e/8b/82/1e8b829317ad164e19d63c7ee558fbd72e8f6e41_2.file.pagination-seo.tpl.php
695 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
696 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
697 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/64/d8/95/64d8952ac31623219a837f9e2e7c6da7072d7c6b_2.file.stylesheets.tpl.php
698 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e4/6e/c7/e46ec754f9148584755cb952c8ff2f98df5d71e5_2.file.javascript.tpl.php
699 /classes/ProductDownload.php
700 /src/Core/Cart/Calculator.php
701 /src/Core/Cart/CartRowCollection.php
702 /src/Core/Cart/Fees.php
703 /src/Core/Cart/AmountImmutable.php
704 /src/Core/Cart/CartRuleCollection.php
705 /src/Core/Cart/CartRuleCalculator.php
706 /src/Adapter/Product/PriceCalculator.php
707 /src/Core/Cart/CartRow.php
708 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
709 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/37/42/e2/3742e20e6dcb61c26cb602b1258e633039a7afbc_2.file.product-activation.tpl.php
710 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/95/ca/1e/95ca1ebaf4fde309e6ff14aa4baf3db387d15cca_2.file.header.tpl.php
711 /modules/ps_contactinfo/ps_contactinfo.php
712 /var/cache/prod/smarty/compile/classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
713 /modules/ps_languageselector/ps_languageselector.php
714 /var/cache/prod/smarty/compile/classic/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
715 /modules/ps_currencyselector/ps_currencyselector.php
716 /modules/ps_customersignin/ps_customersignin.php
717 /var/cache/prod/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
718 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
719 /var/cache/prod/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
720 /modules/ps_mainmenu/ps_mainmenu.php
721 /modules/ps_mainmenu/ps_menutoplinks.class.php
722 /var/cache/prod/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
723 /var/cache/prod/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
724 /modules/pagesnotfound/pagesnotfound.php
725 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/0d/c5/db/0dc5dbc96f41993029417c51a884dea45637a69e_2.file.notifications.tpl.php
726 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/96/46/16/964616fe10d2ef0ed898461be363aa4907d1143d_2.file.breadcrumb.tpl.php
727 /modules/ps_categorytree/ps_categorytree.php
728 /var/cache/prod/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
729 /var/cache/prod/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
730 /modules/ps_brandlist/ps_brandlist.php
731 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
732 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
733 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
734 /var/cache/prod/smarty/cache/ps_brandlist/1/1/1/1/8/classic/0f/bf/6c/0fbf6cc19fe57c2b983a4395b846707db9ca6bb6.ps_brandlistviewstemplateshookps_brandlist.tpl.php
735 /modules/ps_supplierlist/ps_supplierlist.php
736 /var/cache/prod/smarty/cache/ps_supplierlist/1/1/1/1/8/classic/5a/1c/a0/5a1ca0da32c0278a8b50805d6523d260a0ae060f.ps_supplierlistviewstemplateshookps_supplierlist.tpl.php
737 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8d/a7/48/8da7489448c75ef458dfee58235c6e5bf0354f1c_2.file.category-header.tpl.php
738 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/47/fd/00/47fd00a7f2687274fd7f38b328c053b444e45ff4_2.file.subcategories.tpl.php
739 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
740 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/fb/bb/09/fbbb0966e894fb9772b961bcd75f162eec850c00_2.file.products-top.tpl.php
741 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/0b/9f/d1/0b9fd1f08249161292a8b9e1f81e435f677ac627_2.file.sort-orders.tpl.php
742 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/4e/b8/62/4eb862f821c13699135ac6a39c2272fa2f81f55d_2.file.products.tpl.php
743 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/cb/45/46cb4556bc6e78f51f13e1c911e1bcb9ad042de6_2.file.productlist.tpl.php
744 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
745 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/32/f3/91/32f3912d476377da6acf860ff9b65763804ae5f3_2.file.product.tpl.php
746 /src/Adapter/ContainerFinder.php
747 /modules/productcomments/src/Repository/ProductCommentRepository.php
748 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
749 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
750 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
751 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
752 /vendor/doctrine/doctrine-bundle/Registry.php
753 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
754 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
755 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
756 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
757 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
758 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
759 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
760 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
761 /vendor/doctrine/event-manager/src/EventManager.php
762 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
763 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
764 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
765 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
766 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
767 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
768 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
769 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
770 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
771 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
772 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
773 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
774 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
775 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
776 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
777 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
778 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
779 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
780 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
781 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
782 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
783 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
784 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
785 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
786 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
787 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
788 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
789 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
790 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
791 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
792 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
793 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
794 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
795 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
796 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
797 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
798 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
799 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
800 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
801 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
802 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
803 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
804 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
805 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
806 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
807 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
808 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
809 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
810 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
811 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
812 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
813 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
814 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
815 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
816 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
817 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
818 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
819 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
820 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
821 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
822 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
823 /modules/productcomments/src/Entity/ProductComment.php
824 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
825 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
826 /vendor/doctrine/persistence/src/Persistence/Proxy.php
827 /src/PrestaShopBundle/DependencyInjection/CacheAdapterFactory.php
828 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
829 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
830 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
831 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
832 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
833 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
834 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
835 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
836 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
837 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
838 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
839 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
840 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
841 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
842 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
843 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
844 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
845 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
846 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
847 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
848 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
849 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
850 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
851 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
852 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
853 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
854 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
855 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
856 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
857 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
858 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
859 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
860 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
861 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
862 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
863 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
864 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
865 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
866 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
867 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
868 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
869 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
870 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
871 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
872 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
873 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
874 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
875 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
876 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
877 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
878 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
879 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
884 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
885 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
886 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
887 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
888 /var/cache/prod/smarty/compile/classic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
889 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/f0/85/ff/f085ffa7784b8d628de4eea089402740411f3c63_2.file.product-flags.tpl.php
890 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/30/85/e03085d860ace74a89c8064877cf5536aa9f1ba4_2.file.pagination.tpl.php
891 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/aa/35/65/aa35659b7812c64d894278a6e97837784c0e28eb_2.file.products-bottom.tpl.php
892 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/cd/8c/d9/cd8cd9b30854a4e70bfa87b9e674f433161ca5d2_2.file.category-footer.tpl.php
893 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/5d/8e/a8/5d8ea86cc6d8c2da0d6bb07f77336f6a864384a3_2.file.footer.tpl.php
894 /var/cache/prod/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
895 /var/cache/prod/smarty/cache/ps_socialfollow/1/1/1/1/8/classic/24/95/d7/2495d78187e5e63249e26db921b28ad163ccdc44.ps_socialfollowps_socialfollow.tpl.php
896 /modules/ps_linklist/ps_linklist.php
897 /var/cache/prod/translations/catalogue.en-US.NXhscRe.php
898 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
899 /modules/ps_linklist/src/Filter/LinkFilter.php
900 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
901 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
902 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
903 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/1/8/classic/01/35/90/01359094fc7792d09855757c455916d8be34005d.ps_linklistviewstemplateshooklinkblock.tpl.php
904 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
905 /var/cache/prod/smarty/cache/ps_customeraccountlinks/1/1/1/1/8/classic/8d/cd/61/8dcd61fc06610332f8c0f484e0ceee5fdc164087.ps_customeraccountlinksps_customeraccountlinks.tpl.php
906 /var/cache/prod/smarty/compile/classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
907 /vendor/smarty/smarty/libs/plugins/function.mailto.php
908 /var/cache/prod/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
909 /var/cache/prod/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
910 /var/cache/prod/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
911 /var/cache/prod/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
912 /var/cache/prod/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
913 /var/cache/prod/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
914 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/9f/c9/43/9fc943ac63c178cdd3b043a10d9c3ccc569b9e00_2.file.password-policy-template.tpl.php
915 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
916 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
917 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
918 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
919 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
920 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
921 /modules/statsdata/statsdata.php
922 /classes/Guest.php
923 /classes/Connection.php
924 /classes/Page.php
925 /classes/ConnectionsSource.php