Fournisseurs

Aucun fournisseur

Sous-catégories

Filtres actifs

Load Time 1526 ms
Querying Time 1396 ms
Queries 655
Memory Peak Usage 49.8 Mb
Included Files 923 files - 10.47 Mb
PrestaShop Cache - Mb
Global vars 0.15 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 3.404 ms 3.404 ms 16.93 Mb 17.5 Mb
__construct 0.013 ms 3.417 ms - Mb 17.5 Mb
init 155.124 ms 158.541 ms 6.55 Mb 23.8 Mb
checkAccess 0.002 ms 158.543 ms - Mb 23.8 Mb
setMedia 5.728 ms 164.271 ms 0.98 Mb 24.7 Mb
postProcess 0.001 ms 164.272 ms - Mb 24.7 Mb
initHeader 0.001 ms 164.273 ms - Mb 24.7 Mb
initContent 1086 ms 1250 ms 8.11 Mb 32.6 Mb
initFooter 0.001 ms 1250 ms - Mb 32.6 Mb
display 276.001 ms 1526 ms 16.09 Mb 49.8 Mb
Hook Time Memory Usage
DisplayBeforeBodyClosingTag 88.231 ms 0.43 Mb
displayLeftColumn 48.689 ms 5.20 Mb
displayProductListReviews 34.368 ms 3.38 Mb
displayNav2 5.171 ms 0.33 Mb
displayFooter 3.157 ms 0.20 Mb
displayFooterBefore 2.214 ms 0.11 Mb
displayTop 1.958 ms 0.11 Mb
displayNav1 1.886 ms 0.07 Mb
ProductSearchProvider 1.274 ms 0.24 Mb
ActionFrontControllerSetMedia 0.902 ms 0.13 Mb
DisplayFooter 0.799 ms 0.11 Mb
ActionDispatcherBefore 0.707 ms - Mb
DisplayHeader 0.370 ms 0.08 Mb
DisplayLeftColumn 0.168 ms - Mb
DisplayTop 0.004 ms - Mb
DisplayAfterBodyOpeningTag 0.003 ms - Mb
DisplayFooterBefore 0.003 ms - Mb
DisplayFooterAfter 0.003 ms - Mb
DisplayNavFullWidth 0.002 ms - Mb
19 hook(s) 189.909 ms 10.40 Mb
Module Time Memory Usage
ps_mbo 11.772 ms 2.87 Mb
blockreassurance 2.150 ms 0.28 Mb
blockwishlist 1.137 ms 0.17 Mb
ps_emailsubscription 2.464 ms 0.29 Mb
ps_socialfollow 1.164 ms 0.12 Mb
ps_emailalerts 1.256 ms 0.27 Mb
ps_shoppingcart 1.878 ms 0.20 Mb
ps_searchbar 1.106 ms 0.08 Mb
ps_imageslider 1.114 ms 0.23 Mb
productcomments 35.226 ms 3.58 Mb
ps_googleanalytics 85.618 ms 0.45 Mb
ps_facetedsearch 3.833 ms 0.67 Mb
ps_contactinfo 2.938 ms 0.17 Mb
ps_languageselector 1.226 ms 0.09 Mb
ps_currencyselector 1.726 ms 0.09 Mb
ps_customersignin 1.081 ms 0.08 Mb
ps_mainmenu 2.435 ms 0.34 Mb
pagesnotfound 0.234 ms 0.05 Mb
ps_categorytree 45.906 ms 5.04 Mb
ps_brandlist 2.320 ms 0.22 Mb
ps_supplierlist 1.262 ms 0.10 Mb
ps_linklist 5.237 ms 1.85 Mb
ps_customeraccountlinks 1.459 ms 0.10 Mb
statsdata 3.221 ms 0.15 Mb
24 module(s) 217.762 ms 17.49 Mb

Stopwatch SQL - 655 queries

# Query Time (ms) Rows Filesort Group By Location
282
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
870 ms 461894400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
642
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 (97,987,98,986,1002,100,1221,1006,429,1005,1004,1021) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
73.213 ms 143892 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
561
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
30.853 ms 1839 Yes Yes /classes/Category.php:799
46
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
7.986 ms 225 Yes Yes /classes/Category.php:924
17
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`
6.362 ms 860 Yes Yes /classes/Hook.php:1289
313
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` = 987 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` = 987 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.580 ms 0 /classes/Cart.php:1430
15
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
2.501 ms 1014 /classes/Hook.php:1388
573
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 (987) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.361 ms 1 Yes Yes /classes/Product.php:4524
617
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 (13087)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
2.344 ms 1 /classes/Product.php:2752
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`)
2.330 ms 878 /classes/Configuration.php:180
293
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.216 ms 0 /classes/Hook.php:1348
16
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
2.178 ms 86 Yes /classes/Dispatcher.php:654
524
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1006
1.953 ms 1 /classes/Product.php:2902
294
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
1.952 ms 340 /classes/Hook.php:459
579
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 (98) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.862 ms 1 Yes Yes /classes/Product.php:4524
631
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1021) AND (id_product_attribute = 7341) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.833 ms 1 /classes/stock/StockAvailable.php:453
570
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 (97) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.789 ms 1 Yes Yes /classes/Product.php:4524
624
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` = 1021) LIMIT 1
1.747 ms 1 /src/Adapter/EntityMapper.php:71
578
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 (13074)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.742 ms 1 /classes/Product.php:2752
574
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` = 987) LIMIT 1
1.701 ms 1 /src/Adapter/EntityMapper.php:71
654
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('6426', '', 'www.gasgas-online.com/fr/2-accueil?page=4', '', '2025-06-15 18:25:54')
1.595 ms 1 /classes/ObjectModel.php:622
394
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0
1.546 ms 320 /classes/SpecificPrice.php:310
613
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 (1005) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.531 ms 1 Yes Yes /classes/Product.php:4524
284
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-15 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 (97,987,98,986,1002,100,1221,1006,429,1005,1004,1021)
1.459 ms 12 /classes/ProductAssembler.php:95
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` = 1006
ORDER BY `position`
1.428 ms 1 Yes /classes/Product.php:3545
589
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 (13073)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.412 ms 1 /classes/Product.php:2752
596
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 (100) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.409 ms 1 Yes Yes /classes/Product.php:4524
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` = 1522) AND (b.`id_shop` = 1) LIMIT 1
1.407 ms 1 /src/Adapter/EntityMapper.php:71
601
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 (1221) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.404 ms 1 Yes Yes /classes/Product.php:4524
595
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 (13085)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.375 ms 1 /classes/Product.php:2752
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
1.325 ms 2 /classes/Language.php:1080
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 (986) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.314 ms 1 Yes Yes /classes/Product.php:4524
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` = 10) AND (b.`id_shop` = 1) LIMIT 1
1.311 ms 1 /src/Adapter/EntityMapper.php:71
590
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 (1002) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.306 ms 1 Yes Yes /classes/Product.php:4524
612
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 (429) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.301 ms 1 Yes Yes /classes/Product.php:4524
611
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 (13088)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.287 ms 1 /classes/Product.php:2752
600
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 (12792)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.279 ms 1 /classes/Product.php:2752
279
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.236 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
606
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 (12333)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.235 ms 1 /classes/Product.php:2752
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 (12791)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.235 ms 1 /classes/Product.php:2752
494
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` = 97
ORDER BY `position`
1.234 ms 1 Yes /classes/Product.php:3545
607
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 (1006) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.233 ms 1 Yes Yes /classes/Product.php:4524
351
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` = 986
AND pac.`id_product_attribute` = 13073
AND agl.`id_lang` = 1
1.225 ms 1 /classes/Product.php:7535
32
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
1.218 ms 1 /src/Adapter/EntityMapper.php:71
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
1.207 ms 1 /src/Adapter/EntityMapper.php:71
577
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` = 987
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.190 ms 1 Yes Yes /classes/Product.php:2734
41
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
1.177 ms 1 /src/Adapter/EntityMapper.php:71
318
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` = 987
AND pac.`id_product_attribute` = 13074
AND agl.`id_lang` = 1
1.169 ms 1 /classes/Product.php:7535
405
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` = 1221 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` = 1221 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.166 ms 0 /classes/Cart.php:1430
335
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` = 98
AND pac.`id_product_attribute` = 12791
AND agl.`id_lang` = 1
1.128 ms 1 /classes/Product.php:7535
361
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1002 AND `id_group` = 1 LIMIT 1
1.124 ms 0 /classes/GroupReduction.php:156
302
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` = 97 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` = 97 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.112 ms 0 /classes/Cart.php:1430
490
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` = 1021
AND pac.`id_product_attribute` = 5223
AND agl.`id_lang` = 1
1.106 ms 1 /classes/Product.php:7535
368
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` = 1002
AND pac.`id_product_attribute` = 13085
AND agl.`id_lang` = 1
1.092 ms 1 /classes/Product.php:7535
384
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` = 100
AND pac.`id_product_attribute` = 12792
AND agl.`id_lang` = 1
1.090 ms 1 /classes/Product.php:7535
618
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 (1004) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.088 ms 1 Yes Yes /classes/Product.php:4524
317
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 = 987
ORDER BY f.position ASC
1.086 ms 4 Yes /classes/Product.php:6021
623
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 (1021) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.083 ms 4 Yes Yes /classes/Product.php:4524
277
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.080 ms 1 /classes/PrestaShopCollection.php:383
312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 987) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.063 ms 1 /classes/stock/StockAvailable.php:453
440
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 = 429
ORDER BY f.position ASC
1.055 ms 9 Yes /classes/Product.php:6021
410
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` = 1221
AND pac.`id_product_attribute` = 12333
AND agl.`id_lang` = 1
1.055 ms 1 /classes/Product.php:7535
455
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` = 1005
AND pac.`id_product_attribute` = 13087
AND agl.`id_lang` = 1
1.051 ms 1 /classes/Product.php:7535
643
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` = 13074
ORDER BY ag.`position` ASC, a.`position` ASC
1.040 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
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 (5222,5223,5224,7341)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.039 ms 4 /classes/Product.php:2752
489
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 = 1021
ORDER BY f.position ASC
1.038 ms 5 Yes /classes/Product.php:6021
427
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` = 1006
AND pac.`id_product_attribute` = 13088
AND agl.`id_lang` = 1
1.030 ms 1 /classes/Product.php:7535
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` = 1004
AND pac.`id_product_attribute` = 13086
AND agl.`id_lang` = 1
1.023 ms 1 /classes/Product.php:7535
303
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 = 97
ORDER BY f.position ASC
1.021 ms 3 Yes /classes/Product.php:6021
334
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 = 98
ORDER BY f.position ASC
1.012 ms 3 Yes /classes/Product.php:6021
383
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 = 100
ORDER BY f.position ASC
1.010 ms 3 Yes /classes/Product.php:6021
541
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.006 ms 1 /classes/Cart.php:4255
367
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 = 1002
ORDER BY f.position ASC
1.000 ms 2 Yes /classes/Product.php:6021
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.997 ms 1 /classes/shop/Shop.php:218
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` = 100) AND (b.`id_shop` = 1) LIMIT 1
0.988 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 (5222, 5223, 5224, 7341) AND il.`id_lang` = 1 ORDER by i.`position`
0.987 ms 4 Yes /classes/Product.php:2921
379
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` = 100 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` = 100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.972 ms 0 /classes/Cart.php:1430
599
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` = 100
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.966 ms 1 Yes Yes /classes/Product.php:2734
350
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 = 986
ORDER BY f.position ASC
0.965 ms 4 Yes /classes/Product.php:6021
622
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 (13086)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.963 ms 1 /classes/Product.php:2752
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` = 986) LIMIT 1
0.957 ms 1 /src/Adapter/EntityMapper.php:71
588
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` = 986
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.955 ms 1 Yes Yes /classes/Product.php:2734
425
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 = 1006
ORDER BY f.position ASC
0.955 ms 1 Yes /classes/Product.php:6021
594
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` = 1002
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.953 ms 1 Yes Yes /classes/Product.php:2734
409
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 = 1221
ORDER BY f.position ASC
0.948 ms 1 Yes /classes/Product.php:6021
330
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` = 98 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` = 98 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.946 ms 0 /classes/Cart.php:1430
19
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.940 ms 1014 /classes/Hook.php:1348
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` = 1006) AND (b.`id_shop` = 1) LIMIT 1
0.936 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` = 1221) AND (b.`id_shop` = 1) LIMIT 1
0.935 ms 1 /src/Adapter/EntityMapper.php:71
529
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` = 1005) AND (b.`id_shop` = 1) LIMIT 1
0.931 ms 1 /src/Adapter/EntityMapper.php:71
575
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 987 AND `id_shop` = 1
0.930 ms 2 /src/Adapter/EntityMapper.php:79
533
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` = 1004) AND (b.`id_shop` = 1) LIMIT 1
0.926 ms 1 /src/Adapter/EntityMapper.php:71
470
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 = 1004
ORDER BY f.position ASC
0.923 ms 2 Yes /classes/Product.php:6021
591
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` = 1002) LIMIT 1
0.923 ms 1 /src/Adapter/EntityMapper.php:71
453
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 = 1005
ORDER BY f.position ASC
0.919 ms 1 Yes /classes/Product.php:6021
45
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.916 ms 1 /classes/Category.php:1754
346
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` = 986 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` = 986 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.915 ms 0 /classes/Cart.php:1430
619
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` = 1004) LIMIT 1
0.909 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.906 ms 2 /classes/Language.php:883
506
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` = 986) AND (b.`id_shop` = 1) LIMIT 1
0.896 ms 1 /src/Adapter/EntityMapper.php:71
363
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` = 1002 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` = 1002 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.895 ms 0 /classes/Cart.php:1430
485
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` = 1021 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` = 1021 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.890 ms 0 /classes/Cart.php:1430
421
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` = 1006 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` = 1006 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
602
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` = 1221) LIMIT 1
0.886 ms 1 /src/Adapter/EntityMapper.php:71
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` = 98) LIMIT 1
0.885 ms 1 /src/Adapter/EntityMapper.php:71
18
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.877 ms 87 /classes/Hook.php:290
267
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.874 ms 71 /classes/module/Module.php:346
610
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` = 1006
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.872 ms 1 Yes Yes /classes/Product.php:2734
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` = 1498) AND (b.`id_shop` = 1) LIMIT 1
0.870 ms 1 /src/Adapter/EntityMapper.php:71
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` = 429
ORDER BY `position`
0.866 ms 3 Yes /classes/Product.php:3545
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.864 ms 1 /classes/shop/ShopUrl.php:182
605
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` = 1221
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.864 ms 1 Yes Yes /classes/Product.php:2734
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.863 ms 2 /classes/Language.php:1216
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` = 98
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.860 ms 1 Yes Yes /classes/Product.php:2734
466
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` = 1004 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` = 1004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.859 ms 0 /classes/Cart.php:1430
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` = 429) AND (b.`id_shop` = 1) LIMIT 1
0.859 ms 1 /src/Adapter/EntityMapper.php:71
381
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12792
AND cp.`id_cart` = 0 AND cp.`id_product` = 100 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` = 12792
AND cp.`id_cart` = 0 AND p.`id_product_item` = 100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.857 ms 0 /classes/Cart.php:1430
449
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` = 1005 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` = 1005 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.857 ms 0 /classes/Cart.php:1430
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` = 1464) AND (b.`id_shop` = 1) LIMIT 1
0.850 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1518) AND (b.`id_shop` = 1) LIMIT 1
0.846 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1021
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.840 ms 4 Yes Yes /classes/Product.php:2734
510
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` = 1002) AND (b.`id_shop` = 1) LIMIT 1
0.835 ms 1 /src/Adapter/EntityMapper.php:71
439
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` = 429 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` = 429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.832 ms 0 /classes/Cart.php:1430
278
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.825 ms 1 /classes/Category.php:2450
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` = 1002
ORDER BY `position`
0.823 ms 1 Yes /classes/Product.php:3545
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.819 ms 1 Yes /classes/shop/Shop.php:715
549
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.814 ms 2 /classes/Currency.php:1136
616
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` = 1005
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.813 ms 1 Yes Yes /classes/Product.php:2734
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` = 1525) AND (b.`id_shop` = 1) LIMIT 1
0.803 ms 1 /src/Adapter/EntityMapper.php:71
597
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` = 100) LIMIT 1
0.796 ms 1 /src/Adapter/EntityMapper.php:71
566
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_brandlist" LIMIT 1
0.794 ms 1 /classes/module/Module.php:2664
625
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1021 AND `id_shop` = 1
0.793 ms 2 /src/Adapter/EntityMapper.php:79
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` = 1021) AND (b.`id_shop` = 1) LIMIT 1
0.792 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1221
ORDER BY `position`
0.792 ms 2 Yes /classes/Product.php:3545
507
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` = 986
ORDER BY `position`
0.790 ms 1 Yes /classes/Product.php:3545
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` = 1021
ORDER BY `position`
0.789 ms 3 Yes /classes/Product.php:3545
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
0.788 ms 1 Yes /classes/shop/Shop.php:1364
614
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` = 1005) LIMIT 1
0.787 ms 1 /src/Adapter/EntityMapper.php:71
493
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` = 97) AND (b.`id_shop` = 1) LIMIT 1
0.782 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1535) AND (b.`id_shop` = 1) LIMIT 1
0.778 ms 1 /src/Adapter/EntityMapper.php:71
271
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.775 ms 7 Yes /classes/ImageType.php:109
534
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` = 1004
ORDER BY `position`
0.774 ms 1 Yes /classes/Product.php:3545
274
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.772 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1683) AND (b.`id_shop` = 1) LIMIT 1
0.771 ms 1 /src/Adapter/EntityMapper.php:71
581
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 98 AND `id_shop` = 1
0.768 ms 2 /src/Adapter/EntityMapper.php:79
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` = 100
ORDER BY `position`
0.761 ms 1 Yes /classes/Product.php:3545
502
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` = 98) AND (b.`id_shop` = 1) LIMIT 1
0.759 ms 1 /src/Adapter/EntityMapper.php:71
653
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 6428
AND `date_add` > '2025-06-15 17:55:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.758 ms 1 Yes /classes/Connection.php:168
42
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.756 ms 2 /src/Adapter/EntityMapper.php:79
387
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` = 1221
AND image_shop.`cover` = 1 LIMIT 1
0.754 ms 2 /classes/Product.php:3570
530
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` = 1005
ORDER BY `position`
0.747 ms 1 Yes /classes/Product.php:3545
571
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
0.747 ms 1 /classes/module/Module.php:2664
270
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.745 ms 1 /src/Adapter/EntityMapper.php:71
632
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.745 ms 1 /classes/module/Module.php:2664
499
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` = 987
ORDER BY `position`
0.744 ms 1 Yes /classes/Product.php:3545
295
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.744 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
620
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1004 AND `id_shop` = 1
0.739 ms 2 /src/Adapter/EntityMapper.php:79
512
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1002
0.733 ms 1 /classes/Product.php:2902
608
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` = 1006) LIMIT 1
0.733 ms 1 /src/Adapter/EntityMapper.php:71
587
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 986 AND `id_shop` = 1
0.732 ms 2 /src/Adapter/EntityMapper.php:79
498
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` = 987) AND (b.`id_shop` = 1) LIMIT 1
0.727 ms 1 /src/Adapter/EntityMapper.php:71
598
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 100 AND `id_shop` = 1
0.715 ms 2 /src/Adapter/EntityMapper.php:79
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` = 1617) AND (b.`id_shop` = 1) LIMIT 1
0.715 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.711 ms 1 /src/Adapter/EntityMapper.php:71
592
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1002 AND `id_shop` = 1
0.710 ms 2 /src/Adapter/EntityMapper.php:79
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` = 1559) AND (b.`id_shop` = 1) LIMIT 1
0.709 ms 1 /src/Adapter/EntityMapper.php:71
426
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 = 1006
0.708 ms 1 /classes/Product.php:6052
280
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.706 ms 1 /src/Adapter/EntityMapper.php:71
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.704 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.704 ms 87 /classes/Hook.php:342
400
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` = 1221 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-15 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-15 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.703 ms 2 Yes /classes/SpecificPrice.php:576
285
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` = 97
AND image_shop.`cover` = 1 LIMIT 1
0.697 ms 1 /classes/Product.php:3570
315
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` = 13074
AND cp.`id_cart` = 0 AND cp.`id_product` = 987 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` = 13074
AND cp.`id_cart` = 0 AND p.`id_product_item` = 987 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.695 ms 0 /classes/Cart.php:1430
326
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` = 98)
0.694 ms 1 /classes/Product.php:3860
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` = 1685) AND (b.`id_shop` = 1) LIMIT 1
0.694 ms 1 /src/Adapter/EntityMapper.php:71
275
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.693 ms 2 /src/Adapter/EntityMapper.php:79
291
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` = 97)
0.691 ms 1 /classes/Product.php:3860
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` = 1528) AND (b.`id_shop` = 1) LIMIT 1
0.686 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1562) AND (b.`id_shop` = 1) LIMIT 1
0.683 ms 1 /src/Adapter/EntityMapper.php:71
321
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` = 98
AND image_shop.`cover` = 1 LIMIT 1
0.683 ms 1 /classes/Product.php:3570
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` = 1657) AND (b.`id_shop` = 1) LIMIT 1
0.683 ms 1 /src/Adapter/EntityMapper.php:71
603
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1221 AND `id_shop` = 1
0.674 ms 2 /src/Adapter/EntityMapper.php:79
304
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` = 987
AND image_shop.`cover` = 1 LIMIT 1
0.671 ms 1 /classes/Product.php:3570
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` = 1564) AND (b.`id_shop` = 1) LIMIT 1
0.671 ms 1 /src/Adapter/EntityMapper.php:71
309
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` = 987)
0.669 ms 1 /classes/Product.php:3860
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` = 12333
AND cp.`id_cart` = 0 AND cp.`id_product` = 1221 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` = 12333
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1221 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.668 ms 0 /classes/Cart.php:1430
273
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.664 ms 1 /classes/Country.php:405
332
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` = 12791
AND cp.`id_cart` = 0 AND cp.`id_product` = 98 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` = 12791
AND cp.`id_cart` = 0 AND p.`id_product_item` = 98 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.664 ms 0 /classes/Cart.php:1430
423
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` = 13088
AND cp.`id_cart` = 0 AND cp.`id_product` = 1006 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` = 13088
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1006 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.663 ms 0 /classes/Cart.php:1430
505
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 (12791) AND il.`id_lang` = 1 ORDER by i.`position`
0.663 ms 1 Yes /classes/Product.php:2921
272
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.662 ms 1 /classes/AddressFormat.php:656
401
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` = 1221)
0.661 ms 1 /classes/Product.php:3860
382
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` = 100 AND pa.`id_product` = 100 AND pa.`id_product_attribute` = 12792 LIMIT 1
0.660 ms 1 /classes/Product.php:1209
481
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` = 1021)
0.660 ms 4 /classes/Product.php:3860
441
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` = 1005
AND image_shop.`cover` = 1 LIMIT 1
0.658 ms 1 /classes/Product.php:3570
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` = 1622) AND (b.`id_shop` = 1) LIMIT 1
0.656 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` = 1620) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
471
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 = 1004
0.652 ms 1 /classes/Product.php:6052
276
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.652 ms 1 /classes/ObjectModel.php:1592
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` = 1596) AND (b.`id_shop` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1660) AND (b.`id_shop` = 1) LIMIT 1
0.650 ms 1 /src/Adapter/EntityMapper.php:71
385
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` = 12792) LIMIT 1
0.649 ms 1 /src/Adapter/EntityMapper.php:71
338
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` = 986
AND image_shop.`cover` = 1 LIMIT 1
0.649 ms 1 /classes/Product.php:3570
316
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` = 987 AND pa.`id_product` = 987 AND pa.`id_product_attribute` = 13074 LIMIT 1
0.648 ms 1 /classes/Product.php:1209
454
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 = 1005
0.647 ms 1 /classes/Product.php:6052
342
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` = 986)
0.647 ms 1 /classes/Product.php:3860
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` = 1624) AND (b.`id_shop` = 1) LIMIT 1
0.646 ms 1 /src/Adapter/EntityMapper.php:71
333
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` = 98 AND pa.`id_product` = 98 AND pa.`id_product_attribute` = 12791 LIMIT 1
0.646 ms 1 /classes/Product.php:1209
437
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 429 AND `id_group` = 1 LIMIT 1
0.645 ms 0 /classes/GroupReduction.php:156
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` = 1566) AND (b.`id_shop` = 1) LIMIT 1
0.645 ms 1 /src/Adapter/EntityMapper.php:71
281
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.643 ms 2 /src/Adapter/EntityMapper.php:79
509
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 (13073) AND il.`id_lang` = 1 ORDER by i.`position`
0.643 ms 1 Yes /classes/Product.php:2921
44
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.641 ms 1 /classes/Category.php:2450
488
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` = 1021 AND pa.`id_product` = 1021 AND pa.`id_product_attribute` = 5223 LIMIT 1
0.640 ms 1 /classes/Product.php:1209
487
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` = 5223
AND cp.`id_cart` = 0 AND cp.`id_product` = 1021 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` = 5223
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1021 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.640 ms 0 /classes/Cart.php:1430
503
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` = 98
ORDER BY `position`
0.639 ms 1 Yes /classes/Product.php:3545
615
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1005 AND `id_shop` = 1
0.638 ms 2 /src/Adapter/EntityMapper.php:79
365
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` = 13085
AND cp.`id_cart` = 0 AND cp.`id_product` = 1002 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` = 13085
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1002 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.638 ms 0 /classes/Cart.php:1430
283
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="b345e243440a250e6189e568a0ca4aae" LIMIT 1
0.636 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
371
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` = 100
AND image_shop.`cover` = 1 LIMIT 1
0.630 ms 1 /classes/Product.php:3570
532
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 (13087) AND il.`id_lang` = 1 ORDER by i.`position`
0.630 ms 1 Yes /classes/Product.php:2921
468
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` = 13086
AND cp.`id_cart` = 0 AND cp.`id_product` = 1004 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` = 13086
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.629 ms 0 /classes/Cart.php:1430
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` = 1021
AND image_shop.`cover` = 1 LIMIT 1
0.628 ms 3 /classes/Product.php:3570
621
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` = 1004
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.628 ms 1 Yes Yes /classes/Product.php:2734
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` = 1655) AND (b.`id_shop` = 1) LIMIT 1
0.627 ms 1 /src/Adapter/EntityMapper.php:71
501
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 (13074) AND il.`id_lang` = 1 ORDER by i.`position`
0.626 ms 1 Yes /classes/Product.php:2921
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 (13085) AND il.`id_lang` = 1 ORDER by i.`position`
0.625 ms 1 Yes /classes/Product.php:2921
445
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` = 1005)
0.625 ms 1 /classes/Product.php:3860
375
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` = 100)
0.623 ms 1 /classes/Product.php:3860
462
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, 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` = 1004)
0.623 ms 1 /classes/Product.php:3860
359
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` = 1002)
0.623 ms 1 /classes/Product.php:3860
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` = 13087
AND cp.`id_cart` = 0 AND cp.`id_product` = 1005 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` = 13087
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1005 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.622 ms 0 /classes/Cart.php:1430
354
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` = 1002
AND image_shop.`cover` = 1 LIMIT 1
0.620 ms 1 /classes/Product.php:3570
417
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` = 1006)
0.620 ms 1 /classes/Product.php:3860
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 (13088) AND il.`id_lang` = 1 ORDER by i.`position`
0.619 ms 1 Yes /classes/Product.php:2921
576
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` = 3156 LIMIT 1
0.618 ms 0 /classes/Category.php:1378
366
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` = 1002 AND pa.`id_product` = 1002 AND pa.`id_product_attribute` = 13085 LIMIT 1
0.618 ms 1 /classes/Product.php:1209
435
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` = 429)
0.617 ms 1 /classes/Product.php:3860
626
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` = 3187 LIMIT 1
0.613 ms 0 /classes/Category.php:1378
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 (12792) AND il.`id_lang` = 1 ORDER by i.`position`
0.612 ms 1 Yes /classes/Product.php:2921
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` = 1612) AND (b.`id_shop` = 1) LIMIT 1
0.612 ms 1 /src/Adapter/EntityMapper.php:71
340
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` = 13073 LIMIT 1
0.612 ms 1 /classes/Combination.php:564
348
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` = 13073
AND cp.`id_cart` = 0 AND cp.`id_product` = 986 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` = 13073
AND cp.`id_cart` = 0 AND p.`id_product_item` = 986 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.611 ms 0 /classes/Cart.php:1430
408
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` = 1221 AND pa.`id_product` = 1221 AND pa.`id_product_attribute` = 12333 LIMIT 1
0.610 ms 1 /classes/Product.php:1209
424
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` = 1006 AND pa.`id_product` = 1006 AND pa.`id_product_attribute` = 13088 LIMIT 1
0.610 ms 1 /classes/Product.php:1209
638
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.609 ms 1 /classes/module/Module.php:2664
349
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` = 986 AND pa.`id_product` = 986 AND pa.`id_product_attribute` = 13073 LIMIT 1
0.609 ms 1 /classes/Product.php:1209
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` = 2) LIMIT 1
0.608 ms 1 /src/Adapter/EntityMapper.php:71
300
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.607 ms 0 /classes/tax/TaxRulesTaxManager.php:109
562
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.607 ms 1 /classes/Category.php:2242
21
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.607 ms 71 /classes/module/Module.php:346
430
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` = 429
AND image_shop.`cover` = 1 LIMIT 1
0.606 ms 3 /classes/Product.php:3570
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 (12333) AND il.`id_lang` = 1 ORDER by i.`position`
0.605 ms 1 Yes /classes/Product.php:2921
341
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 986 LIMIT 1
0.605 ms 1 /classes/SpecificPrice.php:435
536
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 (13086) AND il.`id_lang` = 1 ORDER by i.`position`
0.605 ms 1 Yes /classes/Product.php:2921
413
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` = 1006
AND image_shop.`cover` = 1 LIMIT 1
0.605 ms 1 /classes/Product.php:3570
542
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.598 ms 1 /classes/module/Module.php:2664
452
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` = 1005 AND pa.`id_product` = 1005 AND pa.`id_product_attribute` = 13087 LIMIT 1
0.596 ms 1 /classes/Product.php:1209
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` = 1688) AND (b.`id_shop` = 1) LIMIT 1
0.596 ms 1 /src/Adapter/EntityMapper.php:71
458
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` = 1004
AND image_shop.`cover` = 1 LIMIT 1
0.595 ms 1 /classes/Product.php:3570
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` = 1817) AND (b.`id_shop` = 1) LIMIT 1
0.594 ms 1 /src/Adapter/EntityMapper.php:71
392
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1221 LIMIT 1
0.587 ms 2 /classes/SpecificPrice.php:435
319
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` = 13074) LIMIT 1
0.585 ms 1 /src/Adapter/EntityMapper.php:71
469
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` = 1004 AND pa.`id_product` = 1004 AND pa.`id_product_attribute` = 13086 LIMIT 1
0.584 ms 1 /classes/Product.php:1209
567
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 45 AND `id_shop` = 1 LIMIT 1
0.582 ms 1 /classes/module/Module.php:2137
289
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.580 ms 1 /classes/SpecificPrice.php:426
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` = 1793) AND (b.`id_shop` = 1) LIMIT 1
0.578 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` = 1696) AND (b.`id_shop` = 1) LIMIT 1
0.578 ms 1 /src/Adapter/EntityMapper.php:71
13
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
0.569 ms 1 /src/Adapter/EntityMapper.php:71
325
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 98 LIMIT 1
0.567 ms 1 /classes/SpecificPrice.php:435
480
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1021 LIMIT 1
0.566 ms 1 /classes/SpecificPrice.php:435
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` = 2200) AND (b.`id_shop` = 1) LIMIT 1
0.565 ms 1 /src/Adapter/EntityMapper.php:71
39
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.565 ms 2 /src/Adapter/EntityMapper.php:79
369
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` = 13085) LIMIT 1
0.563 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.561 ms 1 /classes/Cart.php:1303
572
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.559 ms 1 /classes/module/Module.php:2137
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` = 1446) AND (b.`id_shop` = 1) LIMIT 1
0.558 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` = 1788) AND (b.`id_shop` = 1) LIMIT 1
0.558 ms 1 /src/Adapter/EntityMapper.php:71
31
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CHF') LIMIT 1
0.556 ms 1 /classes/Currency.php:893
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` = 1716) AND (b.`id_shop` = 1) LIMIT 1
0.556 ms 1 /src/Adapter/EntityMapper.php:71
504
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 98
0.555 ms 1 /classes/Product.php:2902
358
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1002 LIMIT 1
0.554 ms 1 /classes/SpecificPrice.php:435
496
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.553 ms 1 /classes/FeatureFlag.php:105
308
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 987 LIMIT 1
0.552 ms 1 /classes/SpecificPrice.php:435
374
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 100 LIMIT 1
0.551 ms 1 /classes/SpecificPrice.php:435
30
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.549 ms 1 /classes/shop/Shop.php:1183
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` = 1700) AND (b.`id_shop` = 1) LIMIT 1
0.547 ms 1 /src/Adapter/EntityMapper.php:71
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` = 13086) LIMIT 1
0.547 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` = 1819) AND (b.`id_shop` = 1) LIMIT 1
0.545 ms 1 /src/Adapter/EntityMapper.php:71
391
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` = 12333 LIMIT 1
0.544 ms 1 /classes/Combination.php:564
559
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.544 ms 1 /classes/module/Module.php:2664
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` = 1786) AND (b.`id_shop` = 1) LIMIT 1
0.542 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` = 1707) AND (b.`id_shop` = 1) LIMIT 1
0.542 ms 1 /src/Adapter/EntityMapper.php:71
336
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` = 12791) LIMIT 1
0.539 ms 1 /src/Adapter/EntityMapper.php:71
416
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1006 LIMIT 1
0.538 ms 1 /classes/SpecificPrice.php:435
492
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 5223
0.536 ms 2 /src/Adapter/EntityMapper.php:79
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` = 1712) AND (b.`id_shop` = 1) LIMIT 1
0.535 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` = 1945) AND (b.`id_shop` = 1) LIMIT 1
0.535 ms 1 /src/Adapter/EntityMapper.php:71
428
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` = 13088) LIMIT 1
0.534 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1705) AND (b.`id_shop` = 1) LIMIT 1
0.532 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` = 1831) AND (b.`id_shop` = 1) LIMIT 1
0.530 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` = 2255) AND (b.`id_shop` = 1) LIMIT 1
0.529 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` = 1765) AND (b.`id_shop` = 1) LIMIT 1
0.528 ms 1 /src/Adapter/EntityMapper.php:71
28
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.527 ms 2 Yes /classes/Currency.php:709
352
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` = 13073) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
415
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` = 13088 LIMIT 1
0.527 ms 1 /classes/Combination.php:564
444
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1005 LIMIT 1
0.527 ms 1 /classes/SpecificPrice.php:435
516
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 100
0.526 ms 1 /classes/Product.php:2902
491
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` = 5223) LIMIT 1
0.524 ms 1 /src/Adapter/EntityMapper.php:71
461
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1004 LIMIT 1
0.521 ms 1 /classes/SpecificPrice.php:435
411
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` = 12333) LIMIT 1
0.520 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2158) AND (b.`id_shop` = 1) LIMIT 1
0.520 ms 1 /src/Adapter/EntityMapper.php:71
434
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 429 LIMIT 1
0.519 ms 1 /classes/SpecificPrice.php:435
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` = 1718) AND (b.`id_shop` = 1) LIMIT 1
0.518 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` = 1809) AND (b.`id_shop` = 1) LIMIT 1
0.517 ms 1 /src/Adapter/EntityMapper.php:71
456
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` = 13087) LIMIT 1
0.517 ms 1 /src/Adapter/EntityMapper.php:71
609
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1006 AND `id_shop` = 1
0.516 ms 2 /src/Adapter/EntityMapper.php:79
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` = 1962) AND (b.`id_shop` = 1) LIMIT 1
0.514 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` = 1790) AND (b.`id_shop` = 1) LIMIT 1
0.514 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1801) AND (b.`id_shop` = 1) LIMIT 1
0.512 ms 1 /src/Adapter/EntityMapper.php:71
386
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12792
0.511 ms 2 /src/Adapter/EntityMapper.php:79
535
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1004
0.510 ms 1 /classes/Product.php:2902
544
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.508 ms 1 /classes/Country.php:405
520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1221
0.508 ms 1 /classes/Product.php:2902
390
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 19
AND `active` = 1 LIMIT 1
0.508 ms 1 /classes/Manufacturer.php:316
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` = 3082 LIMIT 1
0.508 ms 0 /classes/Category.php:1378
650
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` = 13087
ORDER BY ag.`position` ASC, a.`position` ASC
0.507 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
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` = 1947) AND (b.`id_shop` = 1) LIMIT 1
0.507 ms 1 /src/Adapter/EntityMapper.php:71
373
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` = 12792 LIMIT 1
0.506 ms 1 /classes/Combination.php:564
307
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` = 13074 LIMIT 1
0.503 ms 1 /classes/Combination.php:564
324
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` = 12791 LIMIT 1
0.503 ms 1 /classes/Combination.php:564
500
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 987
0.503 ms 1 /classes/Product.php:2902
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` = 1520) AND (b.`id_shop` = 1) LIMIT 1
0.502 ms 1 /src/Adapter/EntityMapper.php:71
528
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 429
0.502 ms 1 /classes/Product.php:2902
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` = 2274) AND (b.`id_shop` = 1) LIMIT 1
0.500 ms 1 /src/Adapter/EntityMapper.php:71
320
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13074
0.500 ms 2 /src/Adapter/EntityMapper.php:79
651
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` = 13086
ORDER BY ag.`position` ASC, a.`position` ASC
0.499 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
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` = 1461) AND (b.`id_shop` = 1) LIMIT 1
0.498 ms 1 /src/Adapter/EntityMapper.php:71
311
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 987 AND `id_group` = 1 LIMIT 1
0.496 ms 0 /classes/GroupReduction.php:156
460
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` = 13086 LIMIT 1
0.495 ms 1 /classes/Combination.php:564
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` = 2495) AND (b.`id_shop` = 1) LIMIT 1
0.494 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1444) AND (b.`id_shop` = 1) LIMIT 1
0.494 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2729) AND (b.`id_shop` = 1) LIMIT 1
0.493 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` = 1867) AND (b.`id_shop` = 1) LIMIT 1
0.493 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` = 2133) AND (b.`id_shop` = 1) LIMIT 1
0.493 ms 1 /src/Adapter/EntityMapper.php:71
288
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.493 ms 1 /classes/Manufacturer.php:316
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` = 5223 LIMIT 1
0.490 ms 1 /classes/Combination.php:564
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` = 2280) AND (b.`id_shop` = 1) LIMIT 1
0.490 ms 1 /src/Adapter/EntityMapper.php:71
539
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1021
0.489 ms 4 /classes/Product.php:2902
644
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` = 12791
ORDER BY ag.`position` ASC, a.`position` ASC
0.487 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
29
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.487 ms 2 /classes/Language.php:883
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` = 1933) AND (b.`id_shop` = 1) LIMIT 1
0.486 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1937) AND (b.`id_shop` = 1) LIMIT 1
0.486 ms 1 /src/Adapter/EntityMapper.php:71
357
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` = 13085 LIMIT 1
0.486 ms 1 /classes/Combination.php:564
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` = 1941) AND (b.`id_shop` = 1) LIMIT 1
0.486 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2210) AND (b.`id_shop` = 1) LIMIT 1
0.485 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` = 2436) AND (b.`id_shop` = 1) LIMIT 1
0.482 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` = 2311) AND (b.`id_shop` = 1) LIMIT 1
0.482 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` = 1895) AND (b.`id_shop` = 1) LIMIT 1
0.481 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` = 1900) AND (b.`id_shop` = 1) LIMIT 1
0.481 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` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.480 ms 1 /src/Adapter/EntityMapper.php:71
443
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` = 13087 LIMIT 1
0.480 ms 1 /classes/Combination.php:564
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` = 1935) AND (b.`id_shop` = 1) LIMIT 1
0.480 ms 1 /src/Adapter/EntityMapper.php:71
20
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.479 ms 1 /classes/module/Module.php:2046
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` = 1438) AND (b.`id_shop` = 1) LIMIT 1
0.478 ms 1 /src/Adapter/EntityMapper.php:71
388
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` = 3247 LIMIT 1
0.478 ms 1 /classes/Category.php:1378
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` = 1459) AND (b.`id_shop` = 1) LIMIT 1
0.478 ms 1 /src/Adapter/EntityMapper.php:71
565
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.476 ms 1 /classes/Category.php:1600
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` = 1907) AND (b.`id_shop` = 1) LIMIT 1
0.476 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` = 221) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
593
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` = 3154 LIMIT 1
0.475 ms 0 /classes/Category.php:1378
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` = 1910) AND (b.`id_shop` = 1) LIMIT 1
0.474 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` = 1897) AND (b.`id_shop` = 1) LIMIT 1
0.474 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` = 2213) AND (b.`id_shop` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:71
495
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 97
0.472 ms 1 /classes/Product.php:2902
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` = 2634) AND (b.`id_shop` = 1) LIMIT 1
0.472 ms 1 /src/Adapter/EntityMapper.php:71
649
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` = 13088
ORDER BY ag.`position` ASC, a.`position` ASC
0.471 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
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` = 1966) AND (b.`id_shop` = 1) LIMIT 1
0.471 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2340) AND (b.`id_shop` = 1) LIMIT 1
0.471 ms 1 /src/Adapter/EntityMapper.php:71
641
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.471 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
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` = 1421) AND (b.`id_shop` = 1) LIMIT 1
0.470 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` = 2559) AND (b.`id_shop` = 1) LIMIT 1
0.468 ms 1 /src/Adapter/EntityMapper.php:71
337
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12791
0.467 ms 2 /src/Adapter/EntityMapper.php:79
296
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 51) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1908) AND (b.`id_shop` = 1) LIMIT 1
0.466 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` = 2789) AND (b.`id_shop` = 1) LIMIT 1
0.466 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` = 1843) AND (b.`id_shop` = 1) LIMIT 1
0.465 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1429) AND (b.`id_shop` = 1) LIMIT 1
0.464 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2790) AND (b.`id_shop` = 1) LIMIT 1
0.464 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` = 1942) AND (b.`id_shop` = 1) LIMIT 1
0.464 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` = 2489) AND (b.`id_shop` = 1) LIMIT 1
0.463 ms 1 /src/Adapter/EntityMapper.php:71
497
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.463 ms 7 /classes/ImageType.php:161
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` = 1618) AND (b.`id_shop` = 1) LIMIT 1
0.463 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1971) AND (b.`id_shop` = 1) LIMIT 1
0.463 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` = 2057) AND (b.`id_shop` = 1) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
43
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.461 ms 1 /classes/ObjectModel.php:1729
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` = 2336) AND (b.`id_shop` = 1) LIMIT 1
0.461 ms 1 /src/Adapter/EntityMapper.php:71
555
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.459 ms 1 /classes/module/Module.php:2664
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` = 1434) AND (b.`id_shop` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
399
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1221
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.459 ms 0 /classes/SpecificPrice.php:259
486
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1021) AND (id_product_attribute = 5223) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.459 ms 1 /classes/stock/StockAvailable.php:453
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` = 2206) AND (b.`id_shop` = 1) LIMIT 1
0.458 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1919) AND (b.`id_shop` = 1) LIMIT 1
0.458 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2766) AND (b.`id_shop` = 1) LIMIT 1
0.457 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` = 2066) AND (b.`id_shop` = 1) LIMIT 1
0.457 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` = 1436) AND (b.`id_shop` = 1) LIMIT 1
0.456 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` = 3126) AND (b.`id_shop` = 1) LIMIT 1
0.456 ms 1 /src/Adapter/EntityMapper.php:71
331
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 12791) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.456 ms 1 /classes/stock/StockAvailable.php:453
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` = 1425) AND (b.`id_shop` = 1) LIMIT 1
0.455 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` = 2876) AND (b.`id_shop` = 1) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2797) AND (b.`id_shop` = 1) LIMIT 1
0.455 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` = 1440) AND (b.`id_shop` = 1) LIMIT 1
0.454 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1929) AND (b.`id_shop` = 1) LIMIT 1
0.453 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` = 2154) AND (b.`id_shop` = 1) LIMIT 1
0.453 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` = 2136) AND (b.`id_shop` = 1) LIMIT 1
0.453 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2950) AND (b.`id_shop` = 1) LIMIT 1
0.453 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1658) AND (b.`id_shop` = 1) LIMIT 1
0.453 ms 1 /src/Adapter/EntityMapper.php:71
378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.452 ms 1 /classes/stock/StockAvailable.php:453
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` = 1899) AND (b.`id_shop` = 1) LIMIT 1
0.451 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2195) AND (b.`id_shop` = 1) LIMIT 1
0.451 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2798) AND (b.`id_shop` = 1) LIMIT 1
0.451 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` = 2189) AND (b.`id_shop` = 1) LIMIT 1
0.451 ms 1 /src/Adapter/EntityMapper.php:71
268
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.451 ms 0 /classes/module/Module.php:2664
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` = 2293) AND (b.`id_shop` = 1) LIMIT 1
0.451 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` = 2677) AND (b.`id_shop` = 1) LIMIT 1
0.450 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` = 1903) AND (b.`id_shop` = 1) LIMIT 1
0.450 ms 1 /src/Adapter/EntityMapper.php:71
396
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0
0.450 ms 1 /classes/SpecificPrice.php:310
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` = 2225) AND (b.`id_shop` = 1) LIMIT 1
0.449 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2162) AND (b.`id_shop` = 1) LIMIT 1
0.449 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2945) AND (b.`id_shop` = 1) LIMIT 1
0.449 ms 1 /src/Adapter/EntityMapper.php:71
298
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 97 AND `id_group` = 1 LIMIT 1
0.448 ms 0 /classes/GroupReduction.php:156
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` = 2339) AND (b.`id_shop` = 1) LIMIT 1
0.447 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` = 1927) AND (b.`id_shop` = 1) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1625) AND (b.`id_shop` = 1) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2733) AND (b.`id_shop` = 1) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
433
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1
0.444 ms 1 /classes/Manufacturer.php:316
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` = 2933) AND (b.`id_shop` = 1) LIMIT 1
0.443 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` = 2877) AND (b.`id_shop` = 1) LIMIT 1
0.443 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.443 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2785) AND (b.`id_shop` = 1) LIMIT 1
0.442 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1995) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
652
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` = 5223
ORDER BY ag.`position` ASC, a.`position` ASC
0.441 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
457
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13087
0.441 ms 2 /src/Adapter/EntityMapper.php:79
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` = 2166) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
484
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1021) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.440 ms 1 /classes/stock/StockAvailable.php:453
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` = 1943) AND (b.`id_shop` = 1) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
474
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13086
0.440 ms 2 /src/Adapter/EntityMapper.php:79
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` = 2106) AND (b.`id_shop` = 1) LIMIT 1
0.440 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` = 2341) AND (b.`id_shop` = 1) LIMIT 1
0.439 ms 1 /src/Adapter/EntityMapper.php:71
380
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 100) AND (id_product_attribute = 12792) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.439 ms 1 /classes/stock/StockAvailable.php:453
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` = 1992) AND (b.`id_shop` = 1) LIMIT 1
0.439 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2224) AND (b.`id_shop` = 1) LIMIT 1
0.439 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1456) AND (b.`id_shop` = 1) LIMIT 1
0.438 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2741) AND (b.`id_shop` = 1) LIMIT 1
0.438 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` = 1905) AND (b.`id_shop` = 1) LIMIT 1
0.438 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` = 2085) AND (b.`id_shop` = 1) LIMIT 1
0.438 ms 1 /src/Adapter/EntityMapper.php:71
347
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 986) AND (id_product_attribute = 13073) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.437 ms 1 /classes/stock/StockAvailable.php:453
639
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.437 ms 1 /classes/module/Module.php:2137
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` = 2844) AND (b.`id_shop` = 1) LIMIT 1
0.437 ms 1 /src/Adapter/EntityMapper.php:71
299
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.437 ms 1 /classes/Group.php:154
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` = 2732) AND (b.`id_shop` = 1) LIMIT 1
0.437 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` = 2168) AND (b.`id_shop` = 1) LIMIT 1
0.436 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` = 2164) AND (b.`id_shop` = 1) LIMIT 1
0.436 ms 1 /src/Adapter/EntityMapper.php:71
14
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.435 ms 1 /classes/ObjectModel.php:1729
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` = 2343) AND (b.`id_shop` = 1) LIMIT 1
0.435 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2458) AND (b.`id_shop` = 1) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1455) AND (b.`id_shop` = 1) LIMIT 1
0.434 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` = 2128) AND (b.`id_shop` = 1) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2931) AND (b.`id_shop` = 1) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
604
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` = 3247 LIMIT 1
0.434 ms 0 /classes/Category.php:1378
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` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.433 ms 1 /src/Adapter/EntityMapper.php:71
40
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.433 ms 1 /classes/ObjectModel.php:1729
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` = 2209) AND (b.`id_shop` = 1) LIMIT 1
0.433 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` = 2187) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2215) AND (b.`id_shop` = 1) LIMIT 1
0.432 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` = 2932) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2335) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2788) AND (b.`id_shop` = 1) LIMIT 1
0.431 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` = 2173) AND (b.`id_shop` = 1) LIMIT 1
0.431 ms 1 /src/Adapter/EntityMapper.php:71
364
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1002) AND (id_product_attribute = 13085) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.431 ms 1 /classes/stock/StockAvailable.php:453
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` = 1904) AND (b.`id_shop` = 1) LIMIT 1
0.431 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2488) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
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` = 3295) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2487) AND (b.`id_shop` = 1) LIMIT 1
0.430 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` = 3123) AND (b.`id_shop` = 1) LIMIT 1
0.430 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` = 2786) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1796) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2430) AND (b.`id_shop` = 1) LIMIT 1
0.429 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` = 1523) AND (b.`id_shop` = 1) LIMIT 1
0.429 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` = 1797) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:71
297
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 51
0.429 ms 2 /src/Adapter/EntityMapper.php:79
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` = 2631) AND (b.`id_shop` = 1) LIMIT 1
0.429 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` = 2208) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:71
412
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12333
0.429 ms 2 /src/Adapter/EntityMapper.php:79
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` = 2082) AND (b.`id_shop` = 1) LIMIT 1
0.428 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` = 1526) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2493) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1803) AND (b.`id_shop` = 1) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
370
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13085
0.426 ms 2 /src/Adapter/EntityMapper.php:79
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` = 2185) AND (b.`id_shop` = 1) LIMIT 1
0.426 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` = 2230) AND (b.`id_shop` = 1) LIMIT 1
0.426 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` = 3386) AND (b.`id_shop` = 1) LIMIT 1
0.426 ms 1 /src/Adapter/EntityMapper.php:71
422
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1006) AND (id_product_attribute = 13088) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.426 ms 1 /classes/stock/StockAvailable.php:453
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` = 2022) AND (b.`id_shop` = 1) LIMIT 1
0.426 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` = 1560) AND (b.`id_shop` = 1) LIMIT 1
0.426 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2348) AND (b.`id_shop` = 1) LIMIT 1
0.426 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2875) AND (b.`id_shop` = 1) LIMIT 1
0.425 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` = 2874) AND (b.`id_shop` = 1) LIMIT 1
0.425 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2125) AND (b.`id_shop` = 1) LIMIT 1
0.425 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` = 2734) AND (b.`id_shop` = 1) LIMIT 1
0.424 ms 1 /src/Adapter/EntityMapper.php:71
648
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` = 12333
ORDER BY ag.`position` ASC, a.`position` ASC
0.424 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
478
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 37
AND `active` = 1 LIMIT 1
0.423 ms 1 /classes/Manufacturer.php:316
636
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.423 ms 1 /classes/module/Module.php:2664
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` = 1898) AND (b.`id_shop` = 1) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
450
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1005) AND (id_product_attribute = 13087) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.422 ms 1 /classes/stock/StockAvailable.php:453
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` = 2598) AND (b.`id_shop` = 1) LIMIT 1
0.422 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2175) AND (b.`id_shop` = 1) LIMIT 1
0.422 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` = 2805) AND (b.`id_shop` = 1) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
353
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13073
0.421 ms 2 /src/Adapter/EntityMapper.php:79
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` = 1290) AND (b.`id_shop` = 1) LIMIT 1
0.421 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` = 1423) AND (b.`id_shop` = 1) LIMIT 1
0.421 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` = 3125) AND (b.`id_shop` = 1) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
508
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 986
0.421 ms 1 /classes/Product.php:2902
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` = 2147) AND (b.`id_shop` = 1) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
569
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 47 AND `id_shop` = 1 LIMIT 1
0.421 ms 1 /classes/module/Module.php:2137
543
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.420 ms 1 /classes/module/Module.php:2137
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` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
429
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13088
0.420 ms 2 /src/Adapter/EntityMapper.php:79
314
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 987) AND (id_product_attribute = 13074) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.420 ms 1 /classes/stock/StockAvailable.php:453
301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 97) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.420 ms 1 /classes/stock/StockAvailable.php:453
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` = 2331) AND (b.`id_shop` = 1) LIMIT 1
0.420 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` = 2171) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1939) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1006) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.419 ms 1 /classes/stock/StockAvailable.php:453
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` = 3537) AND (b.`id_shop` = 1) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
647
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` = 12792
ORDER BY ag.`position` ASC, a.`position` ASC
0.419 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
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` = 2799) AND (b.`id_shop` = 1) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
286
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` = 3030 LIMIT 1
0.418 ms 1 /classes/Category.php:1378
377
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 100 AND `id_group` = 1 LIMIT 1
0.418 ms 0 /classes/GroupReduction.php:156
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` = 2108) AND (b.`id_shop` = 1) LIMIT 1
0.418 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` = 2139) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
467
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1004) AND (id_product_attribute = 13086) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.417 ms 1 /classes/stock/StockAvailable.php:453
397
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-06-15 00:00:00' AND '2025-06-15 23:59:59' LIMIT 1
0.417 ms 1 /classes/SpecificPrice.php:377
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` = 2429) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
395
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.417 ms 6 /classes/SpecificPrice.php:297
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` = 1984) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1430) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
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` = 3124) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2226) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2380) AND (b.`id_shop` = 1) LIMIT 1
0.416 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2730) AND (b.`id_shop` = 1) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:71
12
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'fr' LIMIT 1
0.415 ms 2 /classes/Language.php:854
629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1021) AND (id_product_attribute = 5222) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.414 ms 1 /classes/stock/StockAvailable.php:453
328
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 98 AND `id_group` = 1 LIMIT 1
0.414 ms 0 /classes/GroupReduction.php:156
265
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.414 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` = 3187 LIMIT 1
0.413 ms 1 /classes/Category.php:1378
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` = 2112) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
22
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.413 ms 1 /modules/ps_mbo/ps_mbo.php:325
404
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1221) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.412 ms 1 /classes/stock/StockAvailable.php:453
322
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.411 ms 1 /classes/Category.php:1378
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` = 1930) AND (b.`id_shop` = 1) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:71
362
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.411 ms 1 /classes/stock/StockAvailable.php:453
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` = 2196) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2944) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
329
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.410 ms 1 /classes/stock/StockAvailable.php:453
459
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3154 LIMIT 1
0.410 ms 1 /classes/Product.php:5659
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` = 2179) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2801) AND (b.`id_shop` = 1) LIMIT 1
0.409 ms 1 /src/Adapter/EntityMapper.php:71
406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1221) AND (id_product_attribute = 12333) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.408 ms 1 /classes/stock/StockAvailable.php:453
560
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.408 ms 1 /classes/module/Module.php:2137
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` = 3189) AND (b.`id_shop` = 1) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:71
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` = 3107) AND (b.`id_shop` = 1) LIMIT 1
0.408 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` = 3122) AND (b.`id_shop` = 1) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:71
531
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1005
0.407 ms 1 /classes/Product.php:2902
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` = 2600) AND (b.`id_shop` = 1) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:71
645
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` = 13073
ORDER BY ag.`position` ASC, a.`position` ASC
0.406 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
344
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 986 AND `id_group` = 1 LIMIT 1
0.405 ms 0 /classes/GroupReduction.php:156
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` = 2826) AND (b.`id_shop` = 1) LIMIT 1
0.405 ms 1 /src/Adapter/EntityMapper.php:71
266
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.405 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` = 1901) AND (b.`id_shop` = 1) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
447
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1005 AND `id_group` = 1 LIMIT 1
0.402 ms 0 /classes/GroupReduction.php:156
403
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1221 AND `id_group` = 1 LIMIT 1
0.401 ms 0 /classes/GroupReduction.php:156
305
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` = 3156 LIMIT 1
0.401 ms 1 /classes/Category.php:1378
36
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.400 ms 1 /src/Adapter/EntityMapper.php:71
464
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1004 AND `id_group` = 1 LIMIT 1
0.399 ms 0 /classes/GroupReduction.php:156
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` = 1427) AND (b.`id_shop` = 1) LIMIT 1
0.399 ms 1 /src/Adapter/EntityMapper.php:71
393
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.398 ms 659 /classes/SpecificPrice.php:297
372
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3082 LIMIT 1
0.398 ms 1 /classes/Product.php:5659
419
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1006 AND `id_group` = 1 LIMIT 1
0.397 ms 0 /classes/GroupReduction.php:156
38
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.395 ms 1 /src/Adapter/EntityMapper.php:71
442
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3154 LIMIT 1
0.395 ms 1 /classes/Product.php:5659
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` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.394 ms 1 /src/Adapter/EntityMapper.php:71
483
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1021 AND `id_group` = 1 LIMIT 1
0.392 ms 0 /classes/GroupReduction.php:156
646
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` = 13085
ORDER BY ag.`position` ASC, a.`position` ASC
0.392 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
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` = 2764) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2784) AND (b.`id_shop` = 1) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
465
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.391 ms 1 /classes/stock/StockAvailable.php:453
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` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
448
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1005) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.390 ms 1 /classes/stock/StockAvailable.php:453
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` = 3087) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
438
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.387 ms 1 /classes/stock/StockAvailable.php:453
414
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3154 LIMIT 1
0.386 ms 1 /classes/Product.php:5659
345
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 986) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.385 ms 1 /classes/stock/StockAvailable.php:453
269
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.385 ms 0 /classes/module/Module.php:2137
23
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.384 ms 1 /modules/ps_mbo/ps_mbo.php:335
339
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3156 LIMIT 1
0.378 ms 1 /classes/Product.php:5659
640
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.377 ms 1 /classes/Country.php:405
431
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` = 185 LIMIT 1
0.367 ms 1 /classes/Category.php:1378
550
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.366 ms 1 /classes/module/Module.php:2664
34
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.360 ms 2 /classes/Language.php:883
355
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` = 3154 LIMIT 1
0.358 ms 1 /classes/Category.php:1378
633
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.356 ms 1 /classes/module/Module.php:2137
547
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.355 ms 1 /classes/module/Module.php:2664
389
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3247 LIMIT 1
0.353 ms 1 /classes/Product.php:5659
545
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.352 ms 1 /classes/module/Module.php:2664
376
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 100 AND id_shop=1 LIMIT 1
0.347 ms 1 /classes/Product.php:6876
26
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.346 ms 1 /modules/ps_mbo/ps_mbo.php:335
556
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.343 ms 1 /classes/module/Module.php:2137
563
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.341 ms 1 /classes/Category.php:1585
402
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1221 AND id_shop=1 LIMIT 1
0.340 ms 1 /classes/Product.php:6876
630
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1021) AND (id_product_attribute = 5224) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.339 ms 1 /classes/stock/StockAvailable.php:453
568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_supplierlist" LIMIT 1
0.337 ms 1 /classes/module/Module.php:2664
292
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 97 AND id_shop=1 LIMIT 1
0.335 ms 1 /classes/Product.php:6876
290
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 97 LIMIT 1
0.334 ms 1 /classes/SpecificPrice.php:435
446
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1005 AND id_shop=1 LIMIT 1
0.332 ms 1 /classes/Product.php:6876
287
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3030 LIMIT 1
0.328 ms 1 /classes/Product.php:5659
25
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.327 ms 1 /modules/ps_mbo/ps_mbo.php:325
557
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.326 ms 1 /classes/module/Module.php:2664
548
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.325 ms 1 /classes/module/Module.php:2137
546
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.322 ms 1 /classes/module/Module.php:2137
552
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.321 ms 1 /classes/module/Module.php:2664
558
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.319 ms 1 /classes/module/Module.php:2137
327
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 98 AND id_shop=1 LIMIT 1
0.318 ms 1 /classes/Product.php:6876
463
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1004 AND id_shop=1 LIMIT 1
0.317 ms 1 /classes/Product.php:6876
343
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 986 AND id_shop=1 LIMIT 1
0.316 ms 1 /classes/Product.php:6876
553
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.316 ms 1 /classes/module/Module.php:2137
551
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.315 ms 1 /classes/module/Module.php:2137
637
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.314 ms 1 /classes/module/Module.php:2137
323
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3082 LIMIT 1
0.310 ms 1 /classes/Product.php:5659
35
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.301 ms 1 /classes/Currency.php:893
37
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.301 ms 2 /classes/Language.php:883
418
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1006 AND id_shop=1 LIMIT 1
0.300 ms 1 /classes/Product.php:6876
306
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3156 LIMIT 1
0.300 ms 1 /classes/Product.php:5659
356
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3154 LIMIT 1
0.298 ms 1 /classes/Product.php:5659
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.298 ms 1 /classes/ObjectModel.php:1729
310
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 987 AND id_shop=1 LIMIT 1
0.296 ms 1 /classes/Product.php:6876
634
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.296 ms 1 /classes/module/Module.php:2664
398
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-06-15 00:00:00' AND '2025-06-15 23:59:59' LIMIT 1
0.295 ms 1 /classes/SpecificPrice.php:381
360
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1002 AND id_shop=1 LIMIT 1
0.292 ms 1 /classes/Product.php:6876
564
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.292 ms 1 /classes/Category.php:1591
482
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1021 AND id_shop=1 LIMIT 1
0.291 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 = 3187 LIMIT 1
0.291 ms 1 /classes/Product.php:5659
436
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 429 AND id_shop=1 LIMIT 1
0.286 ms 1 /classes/Product.php:6876
432
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 185 LIMIT 1
0.277 ms 1 /classes/Product.php:5659
635
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.265 ms 1 /classes/module/Module.php:2137

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
25 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
22 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
12 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
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 *
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 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 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 `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT 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 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 name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = 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;
10 queries
SELECT *
							FROM `ps_product_attribute_lang`
							WHERE `id_product_attribute` = XX
10 queries
SELECT *
							FROM `ps_product_lang`
							WHERE `id_product` = XX AND `id_shop` = 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 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
10 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
10 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 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
10 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
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
9 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
9 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`
4 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
4 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
3 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
3 queries
			SELECT `need_identification_number`
			FROM `ps_country`
			WHERE `id_country` = 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 tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT `active`
        FROM `ps_module`
        WHERE `name` = "ps_mbo" 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 *
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 *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
WHERE (a.`id_lang` = XX) LIMIT XX
2 queries
				SELECT id_shop
				FROM `ps_lang_shop`
				WHERE `id_lang` = XX
				AND id_shop = 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

Tables stress

254 category_lang
233 category
228 category_shop
75 product_attribute
74 product_attribute_shop
69 product
59 product_shop
46 cart_product
43 product_attribute_combination
42 attribute_lang
42 attribute
34 image
32 attribute_group
27 stock_available
24 image_shop
24 module
23 product_lang
22 pack
22 image_lang
21 module_shop
20 specific_price
20 attribute_group_lang
20 product_attribute_lang
12 feature_value_lang
12 feature
12 product_group_reduction_cache
12 feature_shop
12 feature_product
12 feature_lang
10 product_attribute_image
9 lang
7 currency
6 hook
6 lang_shop
5 currency_shop
5 country
4 manufacturer
4 shop_url
4 category_group
4 shop
3 category_product
3 attachment_lang
3 hook_alias
3 product_attachment
3 currency_lang
3 attachment
2 hook_module
2 group
2 group_shop
2 country_lang
2 country_shop
2 tax_rules_group
2 tax_rule
2 image_type
2 configuration
2 shop_group
1 feature_flag
1 specific_price_priority
1 ganalytics_data
1 configuration_lang
1 hook_module_exceptions
1 meta
1 meta_lang
1 module_group
1 product_sale
1 group_lang
1 tax_lang
1 tax
1 address_format
1 required_field
1 layered_category
1 layered_filter_block
1 connections

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 32 /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 97]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 987]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 98]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 986]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1002]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 100]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1221]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1006]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 429]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1005]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1004]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1021]
/classes/Link.php:113 (__construct) [id: 987]
/classes/Link.php:113 (__construct) [id: 98]
/classes/Link.php:113 (__construct) [id: 986]
/classes/Link.php:113 (__construct) [id: 1002]
/classes/Link.php:113 (__construct) [id: 100]
/classes/Link.php:113 (__construct) [id: 1221]
/classes/Link.php:113 (__construct) [id: 1006]
/classes/Link.php:113 (__construct) [id: 1005]
/classes/Link.php:113 (__construct) [id: 1004]
/classes/Link.php:113 (__construct) [id: 1021]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 987]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 98]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 986]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1002]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 100]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1221]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1006]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1005]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1004]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1021]
Combination 10 /classes/Product.php:5912 (__construct) [id: 13074]
/classes/Product.php:5912 (__construct) [id: 12791]
/classes/Product.php:5912 (__construct) [id: 13073]
/classes/Product.php:5912 (__construct) [id: 13085]
/classes/Product.php:5912 (__construct) [id: 12792]
/classes/Product.php:5912 (__construct) [id: 12333]
/classes/Product.php:5912 (__construct) [id: 13088]
/classes/Product.php:5912 (__construct) [id: 13087]
/classes/Product.php:5912 (__construct) [id: 13086]
/classes/Product.php:5912 (__construct) [id: 5223]
Country 7 /config/config.inc.php:146 (__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: ]
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 3 /config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:641 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
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]
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]
Tax 1 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 51]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
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 /vendor/defuse/php-encryption/src/Crypto.php
169 /vendor/defuse/php-encryption/src/KeyOrPassword.php
170 /vendor/defuse/php-encryption/src/RuntimeTests.php
171 /vendor/defuse/php-encryption/src/DerivedKeys.php
172 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
173 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
174 /src/Core/Session/SessionHandler.php
175 /src/Core/Session/SessionHandlerInterface.php
176 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
177 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
192 /config/smarty.config.inc.php
193 /vendor/smarty/smarty/libs/Smarty.class.php
194 /vendor/smarty/smarty/libs/functions.php
195 /vendor/smarty/smarty/libs/Autoloader.php
196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
197 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
205 /config/smartyfront.config.inc.php
206 /classes/Smarty/SmartyResourceModule.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
209 /classes/Smarty/SmartyResourceParent.php
210 /classes/Smarty/SmartyLazyRegister.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
212 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
213 /classes/Customer.php
214 /classes/Group.php
215 /classes/Link.php
216 /classes/shop/ShopUrl.php
217 /classes/Dispatcher.php
218 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
219 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
225 /src/Adapter/SymfonyContainer.php
226 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
227 /config/db_slave_server.inc.php
228 /src/Adapter/ContainerBuilder.php
229 /src/Adapter/Environment.php
230 /src/Core/EnvironmentInterface.php
231 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
232 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
233 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
234 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
235 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
236 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
237 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
238 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
239 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
243 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
244 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
245 /vendor/symfony/contracts/Service/ResetInterface.php
246 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
247 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
249 /vendor/symfony/contracts/Cache/ItemInterface.php
250 /vendor/psr/cache/src/CacheItemInterface.php
251 /vendor/psr/cache/src/CacheItemPoolInterface.php
252 /vendor/symfony/contracts/Cache/CacheInterface.php
253 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
254 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
255 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
256 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
257 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
258 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
259 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
260 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
261 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
262 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
263 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
264 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
265 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
266 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
267 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
268 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
269 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
316 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
317 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
318 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
319 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
320 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
322 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
323 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
324 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
325 /var/cache/prod/FrontContainer.php
326 /src/Adapter/Container/LegacyContainer.php
327 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
328 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
329 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
330 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
331 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
332 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
333 /vendor/psr/container/src/ContainerExceptionInterface.php
334 /vendor/psr/container/src/NotFoundExceptionInterface.php
335 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
336 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
337 /src/Adapter/Container/LegacyContainerInterface.php
338 /modules/ps_searchbar/vendor/autoload.php
339 /modules/ps_searchbar/vendor/composer/autoload_real.php
340 /modules/ps_searchbar/vendor/composer/platform_check.php
341 /modules/ps_searchbar/vendor/composer/autoload_static.php
342 /modules/ps_sharebuttons/vendor/autoload.php
343 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
344 /modules/ps_sharebuttons/vendor/composer/platform_check.php
345 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
346 /modules/ps_mbo/vendor/autoload.php
347 /modules/ps_mbo/vendor/composer/autoload_real.php
348 /modules/ps_mbo/vendor/composer/platform_check.php
349 /modules/ps_mbo/vendor/composer/autoload_static.php
350 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
351 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
352 /modules/ps_mbo/vendor/php-http/message/src/filters.php
353 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
354 /modules/ps_mbo/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
355 /modules/ps_mbo/vendor/symfony/string/Resources/functions.php
356 /modules/ps_mbo/bootstrap.php
357 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
358 /modules/ps_accounts/vendor/autoload.php
359 /modules/ps_accounts/vendor/composer/autoload_real.php
360 /modules/ps_accounts/vendor/composer/platform_check.php
361 /modules/ps_accounts/vendor/composer/autoload_static.php
362 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
363 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
364 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
365 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
366 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
367 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
368 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
369 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
370 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
371 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
372 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
373 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
374 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
375 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
376 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
377 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
378 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
379 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
380 /modules/ps_eventbus/vendor/autoload.php
381 /modules/ps_eventbus/vendor/composer/autoload_real.php
382 /modules/ps_eventbus/vendor/composer/autoload_static.php
383 /modules/storecommanderps/vendor/autoload.php
384 /modules/storecommanderps/vendor/composer/autoload_real.php
385 /modules/storecommanderps/vendor/composer/platform_check.php
386 /modules/storecommanderps/vendor/composer/autoload_static.php
387 /modules/storecommanderps/vendor/guzzlehttp/psr7/src/functions_include.php
388 /modules/storecommanderps/vendor/guzzlehttp/psr7/src/functions.php
389 /modules/storecommanderps/vendor/paragonie/random_compat/lib/random.php
390 /modules/storecommanderps/vendor/symfony/polyfill-apcu/bootstrap.php
391 /modules/storecommanderps/vendor/symfony/polyfill-php70/bootstrap.php
392 /src/Core/Hook/HookModuleFilter.php
393 /src/Core/Hook/HookModuleFilterInterface.php
394 /modules/ps_mbo/ps_mbo.php
395 /modules/ps_mbo/src/Traits/HaveTabs.php
396 /modules/ps_mbo/src/Traits/UseHooks.php
397 /modules/ps_mbo/src/Traits/Hooks/UseDisplayBackOfficeEmployeeMenu.php
398 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneOne.php
399 /modules/ps_mbo/src/Traits/HaveCdcComponent.php
400 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneTwo.php
401 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneThree.php
402 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminThemesListAfter.php
403 /modules/ps_mbo/src/Traits/Hooks/UseDisplayDashboardTop.php
404 /modules/ps_mbo/src/Traits/Hooks/UseActionAdminControllerSetMedia.php
405 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeInstallModule.php
406 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAdminToolbarButtons.php
407 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAlternativeSearchPanels.php
408 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminAfterHeader.php
409 /modules/ps_mbo/src/Traits/Hooks/UseDisplayModuleConfigureExtraButtons.php
410 /modules/ps_mbo/src/Traits/Hooks/UseActionListModules.php
411 /modules/ps_mbo/src/Traits/Hooks/UseActionModuleRegisterHookAfter.php
412 /modules/ps_mbo/src/Traits/Hooks/UseDisplayEmptyModuleCategoryExtraMessage.php
413 /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php
414 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectShopUrlUpdateAfter.php
415 /modules/ps_mbo/src/Traits/Hooks/UseActionGeneralPageSave.php
416 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeUpgradeModule.php
417 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeDeleteBefore.php
418 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeUpdateBefore.php
419 /modules/ps_mbo/src/Traits/HaveShopOnExternalService.php
420 /modules/ps_mbo/src/Tab/TabInterface.php
421 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
422 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
423 /src/PrestaShopBundle/Translation/TranslatorComponent.php
424 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
425 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
426 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
427 /vendor/symfony/contracts/Translation/TranslatorInterface.php
428 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
429 /src/PrestaShopBundle/Translation/TranslatorInterface.php
430 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
431 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
432 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
433 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
434 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
435 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
436 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
437 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
438 /vendor/symfony/contracts/Translation/TranslatorTrait.php
439 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
440 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
441 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
442 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
443 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
444 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
445 /src/PrestaShopBundle/Translation/DomainNormalizer.php
446 /src/Adapter/Localization/LegacyTranslator.php
447 /classes/Translate.php
448 /modules/ps_mbo/vendor/symfony/string/UnicodeString.php
449 /modules/ps_mbo/vendor/symfony/string/AbstractUnicodeString.php
450 /modules/ps_mbo/vendor/symfony/string/AbstractString.php
451 /vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
452 /controllers/front/listing/CategoryController.php
453 /classes/controller/ProductListingFrontController.php
454 /classes/controller/ProductPresentingFrontController.php
455 /classes/controller/FrontController.php
456 /src/Adapter/Presenter/Object/ObjectPresenter.php
457 /src/Adapter/Presenter/PresenterInterface.php
458 /src/Adapter/Presenter/Cart/CartPresenter.php
459 /src/Adapter/Image/ImageRetriever.php
460 /classes/tax/TaxConfiguration.php
461 /classes/Smarty/TemplateFinder.php
462 /classes/assets/StylesheetManager.php
463 /classes/assets/AbstractAssetManager.php
464 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
465 /classes/assets/JavascriptManager.php
466 /classes/assets/CccReducer.php
467 /classes/Category.php
468 /classes/webservice/WebserviceRequest.php
469 /src/Core/Localization/Locale/Repository.php
470 /src/Core/Localization/Locale/RepositoryInterface.php
471 /src/Core/Localization/CLDR/LocaleRepository.php
472 /src/Core/Localization/CLDR/LocaleDataSource.php
473 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
474 /src/Core/Data/Layer/AbstractDataLayer.php
475 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
476 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
477 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
478 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
479 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
480 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
481 /vendor/symfony/contracts/Cache/CacheTrait.php
482 /vendor/psr/cache/src/InvalidArgumentException.php
483 /vendor/psr/cache/src/CacheException.php
484 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
485 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
486 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
487 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
488 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
489 /src/Core/Localization/CLDR/Reader.php
490 /src/Core/Localization/CLDR/ReaderInterface.php
491 /src/Core/Localization/Currency/Repository.php
492 /src/Core/Localization/Currency/RepositoryInterface.php
493 /src/Core/Localization/Currency/CurrencyDataSource.php
494 /src/Core/Localization/Currency/DataSourceInterface.php
495 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
496 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
497 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
498 /src/Adapter/Currency/CurrencyDataProvider.php
499 /src/Core/Currency/CurrencyDataProviderInterface.php
500 /src/Adapter/LegacyContext.php
501 /src/Adapter/Tools.php
502 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
503 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
504 /vendor/prestashop/decimal/src/Operation/Rounding.php
505 /src/Core/Localization/Locale.php
506 /src/Core/Localization/LocaleInterface.php
507 /src/Core/Localization/Specification/Price.php
508 /src/Core/Localization/Specification/Number.php
509 /src/Core/Localization/Specification/NumberInterface.php
510 /src/Core/Localization/Specification/Factory.php
511 /src/Core/Localization/CLDR/LocaleData.php
512 /src/Core/Localization/CLDR/NumberSymbolsData.php
513 /src/Core/Localization/CLDR/CurrencyData.php
514 /src/Core/Localization/CLDR/Locale.php
515 /src/Core/Localization/CLDR/LocaleInterface.php
516 /src/Core/Localization/Specification/NumberSymbolList.php
517 /classes/Currency.php
518 /src/Core/Localization/Currency/LocalizedCurrencyId.php
519 /src/Core/Localization/Currency/CurrencyData.php
520 /src/Core/Localization/Currency/CurrencyCollection.php
521 /src/Core/Localization/Currency.php
522 /src/Core/Localization/CurrencyInterface.php
523 /src/Core/Localization/Specification/NumberCollection.php
524 /src/Core/Localization/Number/Formatter.php
525 /classes/Cart.php
526 /src/Adapter/AddressFactory.php
527 /classes/CartRule.php
528 /classes/Product.php
529 /src/Core/Domain/Product/ValueObject/RedirectType.php
530 /src/Core/Util/DateTime/DateTime.php
531 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
532 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
533 /src/Core/Domain/Product/ValueObject/ProductType.php
534 /src/Core/Domain/Product/ValueObject/Reference.php
535 /src/Core/Domain/Product/ValueObject/Ean13.php
536 /src/Core/Domain/Product/ValueObject/Isbn.php
537 /src/Core/Domain/Product/ValueObject/Upc.php
538 /src/Core/Domain/Product/ProductSettings.php
539 /src/Core/Domain/Shop/ValueObject/ShopId.php
540 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
541 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
542 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
543 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
544 /modules/blockreassurance/blockreassurance.php
545 /src/Core/Module/WidgetInterface.php
546 /classes/Media.php
547 /modules/blockwishlist/blockwishlist.php
548 /modules/ps_emailsubscription/ps_emailsubscription.php
549 /modules/ps_socialfollow/ps_socialfollow.php
550 /modules/ps_emailalerts/ps_emailalerts.php
551 /modules/ps_emailalerts/MailAlert.php
552 /src/Adapter/Presenter/Cart/CartLazyArray.php
553 /src/Adapter/Presenter/AbstractLazyArray.php
554 /src/Adapter/Product/PriceFormatter.php
555 /src/Core/Util/Inflector.php
556 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
557 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
558 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
559 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
560 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
561 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
562 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
563 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
564 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
565 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
566 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
567 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
568 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
569 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
570 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
571 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
572 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
573 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
574 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
575 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
576 /classes/Gender.php
577 /classes/Risk.php
578 /classes/Meta.php
579 /classes/Address.php
580 /classes/ImageType.php
581 /classes/State.php
582 /src/Core/Security/PasswordPolicyConfiguration.php
583 /src/Core/Configuration/DataConfigurationInterface.php
584 /src/Core/Security/Hashing.php
585 /src/Core/Filter/FrontEndObject/MainFilter.php
586 /src/Core/Filter/FilterInterface.php
587 /src/Core/Filter/FrontEndObject/CartFilter.php
588 /src/Core/Filter/HashMapWhitelistFilter.php
589 /src/Core/Filter/CollectionFilter.php
590 /src/Core/Filter/FrontEndObject/ProductFilter.php
591 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
592 /src/Core/Filter/FrontEndObject/CustomerFilter.php
593 /src/Core/Filter/FrontEndObject/ShopFilter.php
594 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
595 /modules/ps_shoppingcart/ps_shoppingcart.php
596 /modules/ps_searchbar/ps_searchbar.php
597 /modules/ps_imageslider/ps_imageslider.php
598 /modules/ps_imageslider/Ps_HomeSlide.php
599 /modules/productcomments/productcomments.php
600 /modules/ps_googleanalytics/ps_googleanalytics.php
601 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
602 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
603 /src/Core/Product/Search/ProductSearchContext.php
604 /src/Core/Product/Search/ProductSearchQuery.php
605 /src/Core/Product/Search/SortOrder.php
606 /modules/ps_facetedsearch/ps_facetedsearch.php
607 /modules/ps_facetedsearch/src/HookDispatcher.php
608 /modules/ps_facetedsearch/src/Hook/Attribute.php
609 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
610 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
611 /modules/ps_facetedsearch/src/Hook/Category.php
612 /modules/ps_facetedsearch/src/Hook/Configuration.php
613 /modules/ps_facetedsearch/src/Hook/Design.php
614 /modules/ps_facetedsearch/src/Hook/Feature.php
615 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
616 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
617 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
618 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
619 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
620 /modules/ps_facetedsearch/src/Hook/Product.php
621 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
622 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
623 /modules/ps_facetedsearch/src/Filters/Provider.php
624 /modules/ps_facetedsearch/src/URLSerializer.php
625 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
626 /modules/ps_facetedsearch/src/Product/SearchProvider.php
627 /src/Core/Product/Search/FacetsRendererInterface.php
628 /src/Core/Product/Search/ProductSearchProviderInterface.php
629 /modules/ps_facetedsearch/src/Filters/Converter.php
630 /modules/ps_facetedsearch/src/Product/SearchFactory.php
631 /src/Core/Product/Search/ProductSearchResult.php
632 /modules/ps_facetedsearch/src/Product/Search.php
633 /modules/ps_facetedsearch/src/Adapter/MySQL.php
634 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
635 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
636 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
637 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
638 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
639 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
640 /modules/ps_facetedsearch/src/Filters/Products.php
641 /classes/stock/StockAvailable.php
642 /modules/ps_facetedsearch/src/Filters/Block.php
643 /src/Core/Product/Search/FacetCollection.php
644 /classes/ProductAssembler.php
645 /classes/Combination.php
646 /classes/tax/Tax.php
647 /classes/Manufacturer.php
648 /classes/SpecificPrice.php
649 /classes/tax/TaxManagerFactory.php
650 /classes/tax/TaxRulesTaxManager.php
651 /classes/tax/TaxManagerInterface.php
652 /classes/tax/TaxCalculator.php
653 /classes/GroupReduction.php
654 /src/Core/Localization/CLDR/ComputingPrecision.php
655 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
656 /classes/Pack.php
657 /classes/order/Order.php
658 /classes/Feature.php
659 /src/Core/Domain/Combination/CombinationSettings.php
660 /classes/ProductPresenterFactory.php
661 /src/Adapter/Presenter/Product/ProductListingPresenter.php
662 /src/Adapter/Presenter/Product/ProductPresenter.php
663 /src/Adapter/Product/ProductColorsRetriever.php
664 /src/Adapter/HookManager.php
665 /src/Core/Product/ProductPresentationSettings.php
666 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
667 /src/Adapter/Presenter/Product/ProductLazyArray.php
668 /vendor/prestashop/decimal/src/DecimalNumber.php
669 /vendor/prestashop/decimal/src/Builder.php
670 /classes/Image.php
671 /src/Core/Image/ImageFormatConfiguration.php
672 /src/Core/Image/ImageFormatConfigurationInterface.php
673 /classes/FeatureFlag.php
674 /src/Core/FeatureFlag/FeatureFlagSettings.php
675 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
676 /var/cache/prod/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
677 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
678 /vendor/smarty/smarty/libs/plugins/modifier.count.php
679 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
680 /src/Core/Product/Search/Pagination.php
681 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/ba/26/06/ba2606ad69f38f747b88665fd2da3c8d57ac2ef5_2.file.category.tpl.php
682 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/42/c0/f7/42c0f738ccc5e89d3cd779eae4db84f705e8b8e5_2.file.product-list.tpl.php
683 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/41/17/41/4117413fa7c40e461e6a32246099a46db5367872_2.file.layout-left-column.tpl.php
684 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d2/1f/7d/d21f7d149c6ed5a4bf71e1570c4a0965eb209154_2.file.layout-both-columns.tpl.php
685 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a6/f8/93/a6f893ec35ccd9abd58728aa4f956d9d81c45877_2.file.helpers.tpl.php
686 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
687 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/1d/ab/c5/1dabc59245f9ee613c1d26e639ca21aa53977441_2.file.head.tpl.php
688 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
689 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a8/c3/be/a8c3becdff04dda9d52883feaf1df37e52a7e830_2.file.head-jsonld.tpl.php
690 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/53/ee/1f/53ee1f7fcf85baad47feb47d7ef82341ed712cb3_2.file.product-list-jsonld.tpl.php
691 /src/Core/Util/String/StringModifier.php
692 /src/Core/Util/String/StringModifierInterface.php
693 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/1e/8b/82/1e8b829317ad164e19d63c7ee558fbd72e8f6e41_2.file.pagination-seo.tpl.php
694 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
695 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
696 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/64/d8/95/64d8952ac31623219a837f9e2e7c6da7072d7c6b_2.file.stylesheets.tpl.php
697 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e4/6e/c7/e46ec754f9148584755cb952c8ff2f98df5d71e5_2.file.javascript.tpl.php
698 /classes/ProductDownload.php
699 /src/Core/Cart/Calculator.php
700 /src/Core/Cart/CartRowCollection.php
701 /src/Core/Cart/Fees.php
702 /src/Core/Cart/AmountImmutable.php
703 /src/Core/Cart/CartRuleCollection.php
704 /src/Core/Cart/CartRuleCalculator.php
705 /src/Adapter/Product/PriceCalculator.php
706 /src/Core/Cart/CartRow.php
707 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
708 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/37/42/e2/3742e20e6dcb61c26cb602b1258e633039a7afbc_2.file.product-activation.tpl.php
709 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/95/ca/1e/95ca1ebaf4fde309e6ff14aa4baf3db387d15cca_2.file.header.tpl.php
710 /modules/ps_contactinfo/ps_contactinfo.php
711 /var/cache/prod/smarty/compile/classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
712 /modules/ps_languageselector/ps_languageselector.php
713 /var/cache/prod/smarty/compile/classic/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
714 /modules/ps_currencyselector/ps_currencyselector.php
715 /modules/ps_customersignin/ps_customersignin.php
716 /var/cache/prod/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
717 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
718 /var/cache/prod/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
719 /modules/ps_mainmenu/ps_mainmenu.php
720 /modules/ps_mainmenu/ps_menutoplinks.class.php
721 /var/cache/prod/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
722 /var/cache/prod/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
723 /modules/pagesnotfound/pagesnotfound.php
724 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/0d/c5/db/0dc5dbc96f41993029417c51a884dea45637a69e_2.file.notifications.tpl.php
725 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/96/46/16/964616fe10d2ef0ed898461be363aa4907d1143d_2.file.breadcrumb.tpl.php
726 /modules/ps_categorytree/ps_categorytree.php
727 /var/cache/prod/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
728 /var/cache/prod/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
729 /modules/ps_brandlist/ps_brandlist.php
730 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
731 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
732 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
733 /var/cache/prod/smarty/cache/ps_brandlist/1/1/1/1/8/classic/0f/bf/6c/0fbf6cc19fe57c2b983a4395b846707db9ca6bb6.ps_brandlistviewstemplateshookps_brandlist.tpl.php
734 /modules/ps_supplierlist/ps_supplierlist.php
735 /var/cache/prod/smarty/cache/ps_supplierlist/1/1/1/1/8/classic/5a/1c/a0/5a1ca0da32c0278a8b50805d6523d260a0ae060f.ps_supplierlistviewstemplateshookps_supplierlist.tpl.php
736 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8d/a7/48/8da7489448c75ef458dfee58235c6e5bf0354f1c_2.file.category-header.tpl.php
737 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/47/fd/00/47fd00a7f2687274fd7f38b328c053b444e45ff4_2.file.subcategories.tpl.php
738 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
739 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/fb/bb/09/fbbb0966e894fb9772b961bcd75f162eec850c00_2.file.products-top.tpl.php
740 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/0b/9f/d1/0b9fd1f08249161292a8b9e1f81e435f677ac627_2.file.sort-orders.tpl.php
741 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/4e/b8/62/4eb862f821c13699135ac6a39c2272fa2f81f55d_2.file.products.tpl.php
742 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/cb/45/46cb4556bc6e78f51f13e1c911e1bcb9ad042de6_2.file.productlist.tpl.php
743 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
744 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/32/f3/91/32f3912d476377da6acf860ff9b65763804ae5f3_2.file.product.tpl.php
745 /src/Adapter/ContainerFinder.php
746 /modules/productcomments/src/Repository/ProductCommentRepository.php
747 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
748 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
749 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
750 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
751 /vendor/doctrine/doctrine-bundle/Registry.php
752 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
753 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
754 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
755 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
756 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
757 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
758 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
759 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
760 /vendor/doctrine/event-manager/src/EventManager.php
761 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
762 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
763 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
764 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
765 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
766 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
767 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
768 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
769 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
770 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
771 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
772 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
773 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
774 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
775 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
776 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
777 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
778 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
779 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
780 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
781 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
782 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
783 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
784 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
785 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
786 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
787 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
788 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
789 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
790 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
791 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
792 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
793 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
794 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
795 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
796 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
797 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
798 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
799 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
800 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
801 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
802 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
803 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
804 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
805 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
806 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
807 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
808 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
809 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
810 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
811 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
812 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
813 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
814 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
815 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
816 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
817 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
818 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
819 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
820 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
821 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
822 /modules/productcomments/src/Entity/ProductComment.php
823 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
824 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
825 /vendor/doctrine/persistence/src/Persistence/Proxy.php
826 /src/PrestaShopBundle/DependencyInjection/CacheAdapterFactory.php
827 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
828 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
829 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
830 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
831 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
832 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
833 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
834 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
835 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
836 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
837 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
838 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
839 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
840 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
841 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
842 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
843 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
844 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
845 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
846 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
847 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
848 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
849 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
850 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
851 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
852 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
853 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
854 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
855 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
856 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
857 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
858 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
859 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
860 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
861 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
862 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
863 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
864 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
865 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
866 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
867 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
868 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
869 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
870 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
871 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
872 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
873 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
874 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
875 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
876 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
877 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
878 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
879 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
884 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
885 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
886 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
887 /var/cache/prod/smarty/compile/classic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
888 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/f0/85/ff/f085ffa7784b8d628de4eea089402740411f3c63_2.file.product-flags.tpl.php
889 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/30/85/e03085d860ace74a89c8064877cf5536aa9f1ba4_2.file.pagination.tpl.php
890 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/aa/35/65/aa35659b7812c64d894278a6e97837784c0e28eb_2.file.products-bottom.tpl.php
891 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/cd/8c/d9/cd8cd9b30854a4e70bfa87b9e674f433161ca5d2_2.file.category-footer.tpl.php
892 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/5d/8e/a8/5d8ea86cc6d8c2da0d6bb07f77336f6a864384a3_2.file.footer.tpl.php
893 /var/cache/prod/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
894 /var/cache/prod/smarty/cache/ps_socialfollow/1/1/1/1/8/classic/24/95/d7/2495d78187e5e63249e26db921b28ad163ccdc44.ps_socialfollowps_socialfollow.tpl.php
895 /modules/ps_linklist/ps_linklist.php
896 /var/cache/prod/translations/catalogue.en-US.NXhscRe.php
897 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
898 /modules/ps_linklist/src/Filter/LinkFilter.php
899 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
900 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
901 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
902 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/1/8/classic/01/35/90/01359094fc7792d09855757c455916d8be34005d.ps_linklistviewstemplateshooklinkblock.tpl.php
903 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
904 /var/cache/prod/smarty/cache/ps_customeraccountlinks/1/1/1/1/8/classic/8d/cd/61/8dcd61fc06610332f8c0f484e0ceee5fdc164087.ps_customeraccountlinksps_customeraccountlinks.tpl.php
905 /var/cache/prod/smarty/compile/classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
906 /vendor/smarty/smarty/libs/plugins/function.mailto.php
907 /var/cache/prod/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
908 /var/cache/prod/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
909 /var/cache/prod/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
910 /var/cache/prod/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
911 /var/cache/prod/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
912 /var/cache/prod/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
913 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/9f/c9/43/9fc943ac63c178cdd3b043a10d9c3ccc569b9e00_2.file.password-policy-template.tpl.php
914 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
915 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
916 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
917 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
918 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
919 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
920 /modules/statsdata/statsdata.php
921 /classes/Connection.php
922 /classes/ConnectionsSource.php