Load Time 2399 ms
Querying Time 385 ms
Queries 976
Memory Peak Usage 45.2 Mb
Included Files 1121 files - 11.74 Mb
PrestaShop Cache - Mb
Global vars 0.19 Mb
PrestaShop Version 8.2.3
PHP Version 8.3.30
MySQL Version 10.11.14-MariaDB-0+deb12u2
Memory Limit 512M
Max Execution Time 180s
Smarty Cache disabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 1303 ms 1303 ms 27.24 Mb 28.8 Mb
__construct 0.025 ms 1303 ms - Mb 28.8 Mb
init 558.391 ms 1861 ms 0.60 Mb 28.8 Mb
checkAccess 0.002 ms 1861 ms - Mb 28.8 Mb
setMedia 2.818 ms 1864 ms 0.36 Mb 28.8 Mb
postProcess 0.001 ms 1864 ms - Mb 28.8 Mb
initHeader 0.001 ms 1864 ms - Mb 28.8 Mb
initContent 226.659 ms 2091 ms 6.45 Mb 34.8 Mb
initFooter 0.002 ms 2091 ms - Mb 34.8 Mb
display 308.349 ms 2399 ms 10.28 Mb 45.2 Mb
Hook Time Memory Usage
displayTop 146.238 ms 7.07 Mb
displayFooter 16.292 ms 0.75 Mb
DisplayHeader 16.286 ms 0.53 Mb
displayFooterBefore 13.989 ms 0.23 Mb
DisplayBeforeBodyClosingTag 10.088 ms 0.30 Mb
displayNav2 3.916 ms 0.11 Mb
displaySearch 1.845 ms 0.06 Mb
DisplayLeftColumn 1.376 ms 0.04 Mb
DisplayAfterTitleTag 0.948 ms 0.01 Mb
ActionFrontControllerSetMedia 0.450 ms 0.01 Mb
ProductSearchProvider 0.313 ms 0.05 Mb
ActionDispatcherBefore 0.159 ms - Mb
ModuleRoutes 0.015 ms - Mb
ActionDispatcher 0.007 ms - Mb
DisplayAfterBodyOpeningTag 0.007 ms - Mb
ActionFrontControllerInitAfter 0.005 ms - Mb
ActionFilterDeliveryOptionList 0.004 ms - Mb
17 hook(s) 211.939 ms 9.17 Mb
Module Time Memory Usage
klaviyopsautomation 1.553 ms - Mb
mailchimppro 0.920 ms 0.02 Mb
cart_to_order 1269 ms 24.32 Mb
order_status 0.992 ms 0.02 Mb
psassistant 0.623 ms 0.02 Mb
psxdesign 2.000 ms 0.06 Mb
blockreassurance 0.790 ms 0.07 Mb
ps_emailsubscription 5.148 ms 0.10 Mb
ps_socialfollow 5.230 ms 0.09 Mb
ps_emailalerts 0.192 ms 0.04 Mb
ps_facebook 5.369 ms 0.45 Mb
ps_shoppingcart 0.988 ms 0.07 Mb
ps_searchbar 2.091 ms 0.08 Mb
ps_imageslider 0.216 ms 0.10 Mb
ps_googleanalytics 7.421 ms 0.26 Mb
ps_accounts 0.180 ms 0.03 Mb
psxmarketingwithgoogle 11.725 ms 0.29 Mb
dpdfrance 0.363 ms 0.09 Mb
ps_facetedsearch 1.985 ms 0.12 Mb
ps_customersignin 3.220 ms 0.08 Mb
ps_mainmenu 146.414 ms 7.10 Mb
ps_banner 4.169 ms 0.11 Mb
ps_linklist 16.824 ms 0.78 Mb
statsdata 3.013 ms 0.09 Mb
24 module(s) 1490 ms 34.36 Mb

Stopwatch SQL - 976 queries

# Query Time (ms) Rows Filesort Group By Location
399
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 p.id_manufacturer IN (6, 12, 15, 18, 21, 25, 26, 27) AND c.nleft>=2 AND c.nright<=223 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
12.277 ms 12645376 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
519
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` = 1103 LIMIT 1
6.223 ms 1 /classes/Combination.php:560
686
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 70) AND (b.`id_shop` = 1) LIMIT 1
3.093 ms 1 /src/Adapter/EntityMapper.php:71
699
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` = 3 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
3.033 ms 112 Yes Yes /classes/Category.php:785
13
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`
2.781 ms 158 Yes Yes /classes/Hook.php:1289
858
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` = 4 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2.072 ms 112 Yes Yes /classes/Category.php:785
909
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` = 5 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.911 ms 6 Yes Yes /classes/Category.php:785
415
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
1.701 ms 0 /classes/Hook.php:1348
975
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('209470', '', 'sf-shop.qualif.wallsweb.fr/2-accueil?q=Marque-DUCASTEL-MASHIRO-OYSTER-QAINZO-TAKAI-ULTRON-WAHL-ZINGUS', '', '2026-04-08 13:53:36')
1.552 ms 1 /classes/ObjectModel.php:622
416
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.479 ms 438 /classes/Hook.php:455
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`)
1.442 ms 710 /classes/Configuration.php:180
922
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 (875) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.408 ms 1 Yes Yes /classes/Product.php:4513
649
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` = 516
ORDER BY `position`
1.395 ms 1 Yes /classes/Product.php:3539
966
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 (875,547,516,492,457,426,382,341,301,265,200,152,95,82,79,70) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
1.337 ms 43 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
924
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 (516) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.188 ms 1 Yes Yes /classes/Product.php:4513
408
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0
1.122 ms 768 /classes/SpecificPrice.php:310
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
929
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (341) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.113 ms 3 Yes Yes /classes/Product.php:4513
32
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.077 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
668
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` = 265
ORDER BY `position`
1.063 ms 1 Yes /classes/Product.php:3539
543
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` = 301 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` = 301 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.062 ms 0 /classes/Cart.php:1430
565
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` = 200) AND (b.`id_shop` = 1) LIMIT 1
1.062 ms 1 /src/Adapter/EntityMapper.php:71
932
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 (200) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.062 ms 4 Yes Yes /classes/Product.php:4513
933
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 (152) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.019 ms 2 Yes Yes /classes/Product.php:4513
641
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` = 70 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` = 70 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.001 ms 0 /classes/Cart.php:1430
934
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 (95) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.000 ms 1 Yes Yes /classes/Product.php:4513
931
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 (265) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.995 ms 2 Yes Yes /classes/Product.php:4513
928
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 (382) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.984 ms 3 Yes Yes /classes/Product.php:4513
926
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 (457) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.977 ms 2 Yes Yes /classes/Product.php:4513
647
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` = 547
ORDER BY `position`
0.967 ms 1 Yes /classes/Product.php:3539
646
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` = 547) AND (b.`id_shop` = 1) LIMIT 1
0.948 ms 1 /src/Adapter/EntityMapper.php:71
936
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 (79) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.942 ms 1 Yes Yes /classes/Product.php:4513
925
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 (492) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.936 ms 1 Yes Yes /classes/Product.php:4513
578
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` = 200
AND pac.`id_product_attribute` = 1097
AND agl.`id_lang` = 1
0.901 ms 1 /classes/Product.php:7528
401
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-08 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 (875,547,516,492,457,426,382,341,301,265,200,152,95,82,79,70)
0.900 ms 16 /classes/ProductAssembler.php:95
930
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 (301) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.892 ms 1 Yes Yes /classes/Product.php:4513
937
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 (70) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.892 ms 1 Yes Yes /classes/Product.php:4513
935
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 (82) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.889 ms 1 Yes Yes /classes/Product.php:4513
508
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` = 382 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` = 382 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.849 ms 0 /classes/Cart.php:1430
500
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` = 382) AND (b.`id_shop` = 1) LIMIT 1
0.848 ms 1 /src/Adapter/EntityMapper.php:71
927
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 (426) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.833 ms 2 Yes Yes /classes/Product.php:4513
374
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.815 ms 3 Yes Yes /classes/Category.php:916
513
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` = 382
AND pac.`id_product_attribute` = 1106
AND agl.`id_lang` = 1
0.807 ms 1 /classes/Product.php:7528
573
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` = 200 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` = 200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.807 ms 0 /classes/Cart.php:1430
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.806 ms 1052 /classes/Hook.php:1388
615
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.797 ms 8 Yes /classes/SpecificPrice.php:576
20
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.785 ms 86 /src/Adapter/Module/Repository/ModuleRepository.php:99
923
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 (547) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.779 ms 1 Yes Yes /classes/Product.php:4513
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.777 ms 1052 /classes/Hook.php:1348
683
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 79) AND (b.`id_shop` = 1) LIMIT 1
0.757 ms 1 /src/Adapter/EntityMapper.php:71
636
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.745 ms 8 Yes /classes/SpecificPrice.php:576
559
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 265
ORDER BY f.position ASC
0.744 ms 2 Yes /classes/Product.php:6024
575
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` = 1097
AND cp.`id_cart` = 0 AND cp.`id_product` = 200 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` = 1097
AND cp.`id_cart` = 0 AND p.`id_product_item` = 200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.744 ms 0 /classes/Cart.php:1430
621
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 = 82
ORDER BY f.position ASC
0.738 ms 2 Yes /classes/Product.php:6024
560
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` = 265
AND pac.`id_product_attribute` = 1101
AND agl.`id_lang` = 1
0.737 ms 1 /classes/Product.php:7528
512
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 = 382
ORDER BY f.position ASC
0.731 ms 2 Yes /classes/Product.php:6024
674
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` = 152
ORDER BY `position`
0.722 ms 1 Yes /classes/Product.php:3539
547
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` = 265) AND (b.`id_shop` = 1) LIMIT 1
0.721 ms 1 /src/Adapter/EntityMapper.php:71
566
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` = 1097 LIMIT 1
0.707 ms 1 /classes/Combination.php:560
604
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.693 ms 8 Yes /classes/SpecificPrice.php:576
947
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 48 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.687 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
530
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 341
ORDER BY f.position ASC
0.684 ms 2 Yes /classes/Product.php:6024
569
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` = 200)
0.682 ms 4 /classes/Product.php:3860
529
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` = 341 AND pa.`id_product` = 341 AND pa.`id_product_attribute` = 1103 LIMIT 1
0.682 ms 1 /classes/Product.php:1209
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.675 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
918
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) LIMIT 1
0.674 ms 1 /src/Adapter/EntityMapper.php:71
550
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.671 ms 8 Yes /classes/SpecificPrice.php:576
953
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1
0.666 ms 1 /src/Adapter/EntityMapper.php:71
396
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.664 ms 27 Yes /classes/Manufacturer.php:201
945
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.664 ms 1 /classes/module/Module.php:2664
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` = 341) AND (b.`id_shop` = 1) LIMIT 1
0.655 ms 1 /src/Adapter/EntityMapper.php:71
677
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` = 95) AND (b.`id_shop` = 1) LIMIT 1
0.653 ms 1 /src/Adapter/EntityMapper.php:71
622
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` = 79
AND image_shop.`cover` = 1 LIMIT 1
0.649 ms 1 /classes/Product.php:3570
354
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.632 ms 86 /classes/module/Module.php:341
684
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 79
ORDER BY `position`
0.631 ms 1 Yes /classes/Product.php:3539
16
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.631 ms 86 /classes/module/Module.php:341
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.615 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
968
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` = 1109
ORDER BY ag.`position` ASC, a.`position` ASC
0.614 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
557
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` = 1101
AND cp.`id_cart` = 0 AND cp.`id_product` = 265 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` = 1101
AND cp.`id_cart` = 0 AND p.`id_product_item` = 265 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.613 ms 0 /classes/Cart.php:1430
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.610 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
538
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.609 ms 8 Yes /classes/SpecificPrice.php:576
19
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.601 ms 86 /classes/module/Module.php:341
568
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.599 ms 8 Yes /classes/SpecificPrice.php:576
967
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` = 1111
ORDER BY ag.`position` ASC, a.`position` ASC
0.598 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
920
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) LIMIT 1
0.594 ms 1 /src/Adapter/EntityMapper.php:71
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.591 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
17
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.589 ms 87 /classes/Hook.php:342
18
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.588 ms 86 /classes/module/Module.php:341
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.586 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
911
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5 AND `id_shop` = 1
0.585 ms 1 /src/Adapter/EntityMapper.php:79
955
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.582 ms 1 /src/Adapter/EntityMapper.php:71
901
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` = 85) LIMIT 1
0.580 ms 1 /src/Adapter/EntityMapper.php:71
921
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 106 AND `id_shop` = 1
0.578 ms 1 /src/Adapter/EntityMapper.php:79
642
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 = 70
ORDER BY f.position ASC
0.577 ms 2 Yes /classes/Product.php:6024
827
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1
0.577 ms 1 /src/Adapter/EntityMapper.php:79
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.574 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
594
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` = 152 AND pa.`id_product` = 152 AND pa.`id_product_attribute` = 1095 LIMIT 1
0.574 ms 1 /classes/Product.php:1209
555
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` = 265 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` = 265 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.573 ms 0 /classes/Cart.php:1430
871
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` = 80) LIMIT 1
0.573 ms 1 /src/Adapter/EntityMapper.php:71
954
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1
0.572 ms 1 /src/Adapter/EntityMapper.php:71
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.570 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
916
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) LIMIT 1
0.570 ms 1 /src/Adapter/EntityMapper.php:71
662
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 (1107, 1108, 1106) AND il.`id_lang` = 1 ORDER by i.`position`
0.569 ms 1 Yes /classes/Product.php:2915
943
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.569 ms 1 /classes/module/Module.php:2664
971
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` = 1101
ORDER BY ag.`position` ASC, a.`position` ASC
0.568 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
531
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` = 341
AND pac.`id_product_attribute` = 1103
AND agl.`id_lang` = 1
0.566 ms 1 /classes/Product.php:7528
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.560 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
653
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 492
0.558 ms 1 /classes/Product.php:2899
867
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` = 91) LIMIT 1
0.555 ms 1 /src/Adapter/EntityMapper.php:71
865
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` = 90) LIMIT 1
0.552 ms 1 /src/Adapter/EntityMapper.php:71
593
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` = 1095
AND cp.`id_cart` = 0 AND cp.`id_product` = 152 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` = 1095
AND cp.`id_cart` = 0 AND p.`id_product_item` = 152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.551 ms 0 /classes/Cart.php:1430
914
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) LIMIT 1
0.551 ms 1 /src/Adapter/EntityMapper.php:71
970
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` = 1103
ORDER BY ag.`position` ASC, a.`position` ASC
0.551 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.548 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
591
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` = 152 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` = 152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.548 ms 0 /classes/Cart.php:1430
903
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` = 86) LIMIT 1
0.548 ms 1 /src/Adapter/EntityMapper.php:71
595
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 = 152
ORDER BY f.position ASC
0.547 ms 2 Yes /classes/Product.php:6024
912
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) LIMIT 1
0.546 ms 1 /src/Adapter/EntityMapper.php:71
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.544 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
899
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` = 84) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:71
667
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 301
0.543 ms 1 /classes/Product.php:2899
650
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 516
0.541 ms 1 /classes/Product.php:2899
537
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 301
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.539 ms 0 /classes/SpecificPrice.php:256
656
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 (1112, 1111) AND il.`id_lang` = 1 ORDER by i.`position`
0.539 ms 1 Yes /classes/Product.php:2915
720
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` = 7) LIMIT 1
0.536 ms 1 /src/Adapter/EntityMapper.php:71
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.535 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
721
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1
0.535 ms 1 /src/Adapter/EntityMapper.php:79
862
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1
0.535 ms 1 /src/Adapter/EntityMapper.php:79
824
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1
0.532 ms 1 /src/Adapter/EntityMapper.php:71
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.530 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
872
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1
0.530 ms 1 /src/Adapter/EntityMapper.php:79
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.529 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.528 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
938
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_banner" LIMIT 1
0.527 ms 1 /classes/module/Module.php:2664
602
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 12
AND `active` = 1 LIMIT 1
0.527 ms 1 /classes/Manufacturer.php:312
701
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1
0.527 ms 1 /src/Adapter/EntityMapper.php:79
863
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` = 89) LIMIT 1
0.525 ms 1 /src/Adapter/EntityMapper.php:71
665
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 (1104, 1105, 1103) AND il.`id_lang` = 1 ORDER by i.`position`
0.524 ms 1 Yes /classes/Product.php:2915
526
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 341 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.523 ms 0 /classes/Cart.php:1430
503
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.522 ms 8 Yes /classes/SpecificPrice.php:576
544
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 = 301
ORDER BY f.position ASC
0.522 ms 2 Yes /classes/Product.php:6024
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.522 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
586
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.521 ms 8 Yes /classes/SpecificPrice.php:576
974
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 209445
AND `date_add` > '2026-04-08 13:23:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.518 ms 1 Yes /classes/Connection.php:168
844
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) LIMIT 1
0.517 ms 1 /src/Adapter/EntityMapper.php:71
969
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` = 1106
ORDER BY ag.`position` ASC, a.`position` ASC
0.516 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
510
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` = 1106
AND cp.`id_cart` = 0 AND cp.`id_product` = 382 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` = 1106
AND cp.`id_cart` = 0 AND p.`id_product_item` = 382 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.513 ms 0 /classes/Cart.php:1430
910
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:71
965
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.513 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
678
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` = 95
ORDER BY `position`
0.512 ms 1 Yes /classes/Product.php:3539
424
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 875 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` = 875 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.511 ms 0 /classes/Cart.php:1430
600
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` = 83 LIMIT 1
0.511 ms 1 /classes/Category.php:1373
808
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1
0.509 ms 1 /src/Adapter/EntityMapper.php:71
913
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 102 AND `id_shop` = 1
0.508 ms 1 /src/Adapter/EntityMapper.php:79
972
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` = 1097
ORDER BY ag.`position` ASC, a.`position` ASC
0.506 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
34
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.505 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
514
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` = 1106) LIMIT 1
0.503 ms 1 /src/Adapter/EntityMapper.php:71
609
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` = 95 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` = 95 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.503 ms 0 /classes/Cart.php:1430
816
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1
0.503 ms 1 /src/Adapter/EntityMapper.php:71
528
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` = 1103
AND cp.`id_cart` = 0 AND cp.`id_product` = 341 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1103
AND cp.`id_cart` = 0 AND p.`id_product_item` = 341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.501 ms 0 /classes/Cart.php:1430
830
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1
0.499 ms 1 /src/Adapter/EntityMapper.php:71
620
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` = 82 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` = 82 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.498 ms 0 /classes/Cart.php:1430
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.497 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
536
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` = 301) AND (b.`id_shop` = 1) LIMIT 1
0.493 ms 1 /src/Adapter/EntityMapper.php:71
545
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` = 265
AND image_shop.`cover` = 1 LIMIT 1
0.493 ms 1 /classes/Product.php:3570
873
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` = 93) LIMIT 1
0.493 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 265) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.492 ms 1 /classes/stock/StockAvailable.php:453
664
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 341
0.491 ms 3 /classes/Product.php:2899
905
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` = 87) LIMIT 1
0.489 ms 1 /src/Adapter/EntityMapper.php:71
838
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) LIMIT 1
0.488 ms 1 /src/Adapter/EntityMapper.php:71
973
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` = 1095
ORDER BY ag.`position` ASC, a.`position` ASC
0.487 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.486 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
353
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.486 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
625
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 79
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.486 ms 0 /classes/SpecificPrice.php:256
687
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 70
ORDER BY `position`
0.486 ms 1 Yes /classes/Product.php:3539
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.484 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
842
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1
0.483 ms 1 /src/Adapter/EntityMapper.php:71
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.482 ms 87 /classes/Hook.php:290
700
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` = 3) LIMIT 1
0.481 ms 1 /src/Adapter/EntityMapper.php:71
490
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` = 426 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` = 426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.481 ms 0 /classes/Cart.php:1430
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)
0.477 ms 1 /classes/Language.php:1080
893
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` = 109) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
577
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 200
ORDER BY f.position ASC
0.475 ms 2 Yes /classes/Product.php:6024
655
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 457
0.475 ms 2 /classes/Product.php:2899
948
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:71
956
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.472 ms 1 /src/Adapter/EntityMapper.php:71
902
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 85 AND `id_shop` = 1
0.469 ms 1 /src/Adapter/EntityMapper.php:79
895
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` = 82) LIMIT 1
0.468 ms 1 /src/Adapter/EntityMapper.php:71
722
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` = 24) LIMIT 1
0.467 ms 1 /src/Adapter/EntityMapper.php:71
869
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` = 92) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
900
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1
0.466 ms 1 /src/Adapter/EntityMapper.php:79
941
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.466 ms 1 /classes/module/Module.php:2664
30
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.464 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
866
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 90 AND `id_shop` = 1
0.459 ms 1 /src/Adapter/EntityMapper.php:79
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.458 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
605
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` = 95)
0.458 ms 1 /classes/Product.php:3860
570
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 200 AND id_shop=1 LIMIT 1
0.456 ms 1 /classes/Product.php:6884
703
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6 AND `id_shop` = 1
0.454 ms 1 /src/Adapter/EntityMapper.php:79
632
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 = 79
ORDER BY f.position ASC
0.453 ms 2 Yes /classes/Product.php:6024
412
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.452 ms 8 Yes /classes/SpecificPrice.php:576
815
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 110 AND `id_shop` = 1
0.452 ms 1 /src/Adapter/EntityMapper.php:79
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.452 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
355
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.451 ms 44 Yes /classes/Dispatcher.php:654
826
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1
0.451 ms 1 /src/Adapter/EntityMapper.php:71
360
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.449 ms 1 Yes /classes/Currency.php:708
521
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.447 ms 8 Yes /classes/SpecificPrice.php:576
624
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
0.447 ms 1 /classes/Product.php:5670
587
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` = 152)
0.446 ms 2 /classes/Product.php:3860
432
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.443 ms 8 Yes /classes/SpecificPrice.php:576
626
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.442 ms 8 Yes /classes/SpecificPrice.php:576
958
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.442 ms 1 /src/Adapter/EntityMapper.php:71
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.440 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.440 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
814
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.438 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
723
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1
0.437 ms 1 /src/Adapter/EntityMapper.php:79
864
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 89 AND `id_shop` = 1
0.437 ms 1 /src/Adapter/EntityMapper.php:79
671
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` = 200
ORDER BY `position`
0.436 ms 1 Yes /classes/Product.php:3539
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.435 ms 1 Yes /classes/shop/Shop.php:715
453
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.435 ms 8 Yes /classes/SpecificPrice.php:576
643
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` = 875) AND (b.`id_shop` = 1) LIMIT 1
0.435 ms 1 /src/Adapter/EntityMapper.php:71
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.433 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
400
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="946eb709b56431ba27d08ae90ffd8434" LIMIT 1
0.433 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
492
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` = 1109
AND cp.`id_cart` = 0 AND cp.`id_product` = 426 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` = 1109
AND cp.`id_cart` = 0 AND p.`id_product_item` = 426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.432 ms 0 /classes/Cart.php:1430
714
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` = 22) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
894
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 109 AND `id_shop` = 1
0.430 ms 1 /src/Adapter/EntityMapper.php:79
843
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1
0.429 ms 1 /src/Adapter/EntityMapper.php:79
850
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
940
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.426 ms 1 /classes/Currency.php:1134
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.425 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
523
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 341 AND id_shop=1 LIMIT 1
0.423 ms 1 /classes/Product.php:6884
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.422 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
485
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.421 ms 8 Yes /classes/SpecificPrice.php:576
590
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 152) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.421 ms 1 /classes/stock/StockAvailable.php:453
704
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` = 17) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
919
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 105 AND `id_shop` = 1
0.419 ms 1 /src/Adapter/EntityMapper.php:79
817
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1
0.416 ms 1 /src/Adapter/EntityMapper.php:79
907
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` = 88) LIMIT 1
0.416 ms 1 /src/Adapter/EntityMapper.php:71
29
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.415 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
596
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` = 152
AND pac.`id_product_attribute` = 1095
AND agl.`id_lang` = 1
0.415 ms 1 /classes/Product.php:7528
831
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1
0.415 ms 1 /src/Adapter/EntityMapper.php:79
904
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 86 AND `id_shop` = 1
0.415 ms 1 /src/Adapter/EntityMapper.php:79
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.414 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
443
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.412 ms 8 Yes /classes/SpecificPrice.php:576
631
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` = 79 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` = 79 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.412 ms 0 /classes/Cart.php:1430
651
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` = 492) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
472
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` = 457 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` = 457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.410 ms 0 /classes/Cart.php:1430
743
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
0.409 ms 1 /src/Adapter/EntityMapper.php:79
28
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.408 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.407 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.407 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
702
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` = 6) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:71
680
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` = 82) AND (b.`id_shop` = 1) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
448
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 516 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` = 516 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.404 ms 0 /classes/Cart.php:1430
823
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1
0.403 ms 1 /src/Adapter/EntityMapper.php:79
583
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` = 152) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.402 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
466
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.400 ms 8 Yes /classes/SpecificPrice.php:576
896
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1
0.399 ms 1 /src/Adapter/EntityMapper.php:79
915
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 103 AND `id_shop` = 1
0.399 ms 1 /src/Adapter/EntityMapper.php:79
495
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` = 426
AND pac.`id_product_attribute` = 1109
AND agl.`id_lang` = 1
0.398 ms 1 /classes/Product.php:7528
868
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 91 AND `id_shop` = 1
0.398 ms 1 /src/Adapter/EntityMapper.php:79
437
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 547 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` = 547 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.398 ms 0 /classes/Cart.php:1430
832
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
839
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.398 ms 1 /src/Adapter/EntityMapper.php:79
724
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` = 25) LIMIT 1
0.396 ms 1 /src/Adapter/EntityMapper.php:71
26
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.394 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
706
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` = 18) LIMIT 1
0.394 ms 1 /src/Adapter/EntityMapper.php:71
963
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
0.394 ms 1 /src/Adapter/EntityMapper.php:79
477
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` = 457
AND pac.`id_product_attribute` = 1111
AND agl.`id_lang` = 1
0.394 ms 1 /classes/Product.php:7528
874
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 93 AND `id_shop` = 1
0.394 ms 1 /src/Adapter/EntityMapper.php:79
458
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` = 492 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` = 492 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1430
689
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-04-08 00:00:00" AND date_to <= "2026-04-08 23:59:59") OR (date_from >= "2026-04-08 00:00:00" AND date_from <= "2026-04-08 23:59:59") OR (date_from < "2026-04-08 00:00:00" AND date_to > "2026-04-08 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.392 ms 1 /classes/CartRule.php:357
809
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
0.392 ms 1 /src/Adapter/EntityMapper.php:79
828
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
957
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.390 ms 1 /src/Adapter/EntityMapper.php:79
470
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` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-08 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-08 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.389 ms 8 Yes /classes/SpecificPrice.php:576
658
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 426
0.389 ms 2 /classes/Product.php:2899
964
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.389 ms 1 /classes/Meta.php:184
834
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:71
516
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 341
AND image_shop.`cover` = 1 LIMIT 1
0.386 ms 1 /classes/Product.php:3570
660
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` = 382
ORDER BY `position`
0.386 ms 1 Yes /classes/Product.php:3539
837
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1
0.386 ms 1 /src/Adapter/EntityMapper.php:79
693
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.385 ms 1 /classes/module/Module.php:2664
917
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 104 AND `id_shop` = 1
0.384 ms 1 /src/Adapter/EntityMapper.php:79
504
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` = 382)
0.384 ms 3 /classes/Product.php:3860
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.383 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.383 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
736
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` = 30) LIMIT 1
0.383 ms 1 /src/Adapter/EntityMapper.php:71
474
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` = 1111
AND cp.`id_cart` = 0 AND cp.`id_product` = 457 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` = 1111
AND cp.`id_cart` = 0 AND p.`id_product_item` = 457 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1430
695
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.382 ms 1 /classes/module/Module.php:2664
939
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1
0.380 ms 1 /classes/module/Module.php:2137
857
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1
0.379 ms 1 /src/Adapter/EntityMapper.php:79
897
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` = 83) LIMIT 1
0.379 ms 1 /src/Adapter/EntityMapper.php:71
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.379 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
713
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 21 AND `id_shop` = 1
0.379 ms 1 /src/Adapter/EntityMapper.php:79
821
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1
0.379 ms 1 /src/Adapter/EntityMapper.php:79
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.378 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
551
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` = 265)
0.378 ms 2 /classes/Product.php:3860
627
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` = 79)
0.378 ms 1 /classes/Product.php:3860
818
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` = 63) LIMIT 1
0.378 ms 1 /src/Adapter/EntityMapper.php:71
959
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.378 ms 1 /src/Adapter/EntityMapper.php:79
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 = 875
ORDER BY f.position ASC
0.377 ms 2 Yes /classes/Product.php:6024
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.375 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
679
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 95
0.375 ms 1 /classes/Product.php:2899
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.374 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.374 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.374 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
877
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` = 95) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:71
645
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 875
0.373 ms 1 /classes/Product.php:2899
770
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` = 10) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
616
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` = 82)
0.373 ms 1 /classes/Product.php:3860
859
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` = 4) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
534
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` = 301
AND image_shop.`cover` = 1 LIMIT 1
0.372 ms 1 /classes/Product.php:3570
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.372 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
825
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
0.372 ms 1 /src/Adapter/EntityMapper.php:79
797
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.371 ms 1 /src/Adapter/EntityMapper.php:79
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.370 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
644
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` = 875
ORDER BY `position`
0.370 ms 1 Yes /classes/Product.php:3539
673
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 (1098, 1099, 1100, 1097) AND il.`id_lang` = 1 ORDER by i.`position`
0.370 ms 1 Yes /classes/Product.php:2915
563
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` = 200
AND image_shop.`cover` = 1 LIMIT 1
0.369 ms 1 /classes/Product.php:3570
640
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 70) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.369 ms 1 /classes/stock/StockAvailable.php:453
848
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
352
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.368 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
840
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
462
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` = 457) AND (b.`id_shop` = 1) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.366 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
819
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1
0.365 ms 1 /src/Adapter/EntityMapper.php:79
906
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 87 AND `id_shop` = 1
0.365 ms 1 /src/Adapter/EntityMapper.php:79
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.364 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.364 ms 1 /classes/Language.php:1214
870
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 92 AND `id_shop` = 1
0.363 ms 1 /src/Adapter/EntityMapper.php:79
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
0.363 ms 1 /src/Adapter/EntityMapper.php:71
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.363 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.362 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
24
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.361 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.361 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.361 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.361 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.360 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
744
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` = 34) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
592
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 152) AND (id_product_attribute = 1095) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.359 ms 1 /classes/stock/StockAvailable.php:453
891
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` = 101) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.358 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.358 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
849
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1
0.358 ms 1 /src/Adapter/EntityMapper.php:79
881
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` = 97) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
889
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` = 100) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.357 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
750
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` = 9) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.356 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.356 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.355 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
875
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` = 94) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
950
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
709
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 19 AND `id_shop` = 1
0.354 ms 1 /src/Adapter/EntityMapper.php:79
787
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
0.354 ms 1 /src/Adapter/EntityMapper.php:79
961
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.354 ms 1 /src/Adapter/EntityMapper.php:79
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.354 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
705
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1
0.353 ms 1 /src/Adapter/EntityMapper.php:79
845
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1
0.353 ms 1 /src/Adapter/EntityMapper.php:79
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 = 'sf-shop.qualif.wallsweb.fr' OR su.domain_ssl = 'sf-shop.qualif.wallsweb.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.353 ms 1 Yes /classes/shop/Shop.php:1364
752
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` = 36) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
860
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4 AND `id_shop` = 1
0.352 ms 1 /src/Adapter/EntityMapper.php:79
779
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.352 ms 1 /src/Adapter/EntityMapper.php:79
942
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.352 ms 1 /classes/module/Module.php:2137
572
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 200) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.351 ms 1 /classes/stock/StockAvailable.php:453
765
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
0.351 ms 1 /src/Adapter/EntityMapper.php:79
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.350 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
561
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` = 1101) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
710
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` = 20) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
908
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 88 AND `id_shop` = 1
0.350 ms 1 /src/Adapter/EntityMapper.php:79
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.349 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
527
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 1103) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.349 ms 1 /classes/stock/StockAvailable.php:453
725
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1
0.349 ms 1 /src/Adapter/EntityMapper.php:79
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.348 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
885
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` = 98) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
846
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
525
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.347 ms 1 /classes/stock/StockAvailable.php:453
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.346 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
820
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` = 64) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
652
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` = 492
ORDER BY `position`
0.345 ms 1 Yes /classes/Product.php:3539
888
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 99 AND `id_shop` = 1
0.345 ms 1 /src/Adapter/EntityMapper.php:79
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.344 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
697
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.344 ms 1 /classes/module/Module.php:2664
836
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:71
381
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.343 ms 86 /classes/module/Module.php:341
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.342 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.342 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.342 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
887
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` = 99) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.342 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.342 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
949
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 1
0.342 ms 1 /src/Adapter/EntityMapper.php:79
441
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` = 516) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
898
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1
0.341 ms 1 /src/Adapter/EntityMapper.php:79
946
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.340 ms 1 /classes/module/Module.php:2137
741
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
0.340 ms 1 /src/Adapter/EntityMapper.php:79
756
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` = 38) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
774
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` = 45) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.339 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
648
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 547
0.339 ms 1 /classes/Product.php:2899
708
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` = 19) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
742
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` = 33) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
783
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
0.338 ms 1 /src/Adapter/EntityMapper.php:79
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.338 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
717
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1
0.338 ms 1 /src/Adapter/EntityMapper.php:79
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.337 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
852
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
944
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.337 ms 1 /classes/module/Module.php:2137
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.337 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
707
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.337 ms 1 /src/Adapter/EntityMapper.php:79
810
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.336 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
507
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 382) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.336 ms 1 /classes/stock/StockAvailable.php:453
829
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1
0.336 ms 1 /src/Adapter/EntityMapper.php:79
761
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
0.335 ms 1 /src/Adapter/EntityMapper.php:79
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.335 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
494
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 = 426
ORDER BY f.position ASC
0.335 ms 2 Yes /classes/Product.php:6024
962
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.334 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.334 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
726
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` = 26) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
731
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1
0.334 ms 1 /src/Adapter/EntityMapper.php:79
778
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` = 47) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
876
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 94 AND `id_shop` = 1
0.334 ms 1 /src/Adapter/EntityMapper.php:79
879
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` = 96) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
558
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` = 265 AND pa.`id_product` = 265 AND pa.`id_product_attribute` = 1101 LIMIT 1
0.333 ms 1 /classes/Product.php:1209
835
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1
0.333 ms 1 /src/Adapter/EntityMapper.php:79
833
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1
0.333 ms 1 /src/Adapter/EntityMapper.php:79
666
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` = 301
ORDER BY `position`
0.332 ms 1 Yes /classes/Product.php:3539
861
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` = 79) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.332 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
690
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-04-08 00:00:00" AND date_to <= "2026-04-08 23:59:59") OR (date_from >= "2026-04-08 00:00:00" AND date_from <= "2026-04-08 23:59:59") OR (date_from < "2026-04-08 00:00:00" AND date_to > "2026-04-08 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.332 ms 1 /classes/CartRule.php:357
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.331 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
748
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` = 108) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.330 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
357
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.330 ms 86 /classes/module/Module.php:341
482
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` = 426) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
851
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1
0.329 ms 1 /src/Adapter/EntityMapper.php:79
883
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` = 81) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
780
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` = 48) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
890
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1
0.328 ms 1 /src/Adapter/EntityMapper.php:79
23
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.328 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
663
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 341
ORDER BY `position`
0.327 ms 1 Yes /classes/Product.php:3539
800
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` = 56) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.327 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.326 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.326 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.326 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
732
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` = 29) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
788
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` = 52) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
822
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
878
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 1
0.326 ms 1 /src/Adapter/EntityMapper.php:79
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.325 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.325 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
716
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` = 23) LIMIT 1
0.325 ms 1 /src/Adapter/EntityMapper.php:71
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.324 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.324 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
359
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.324 ms 1 /src/Adapter/EntityMapper.php:71
417
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` = 6
AND tr.`id_state` IN (0, 0)
AND ('59175' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '59175')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.324 ms 1 /classes/tax/TaxRulesTaxManager.php:100
449
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 516
ORDER BY f.position ASC
0.324 ms 2 Yes /classes/Product.php:6024
654
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` = 457
ORDER BY `position`
0.324 ms 1 Yes /classes/Product.php:3539
792
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` = 11) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
847
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.324 ms 1 /src/Adapter/EntityMapper.php:79
854
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.323 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
358
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.323 ms 86 /classes/module/Module.php:341
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.323 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.323 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
657
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` = 426
ORDER BY `position`
0.323 ms 1 Yes /classes/Product.php:3539
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.322 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
459
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 = 492
ORDER BY f.position ASC
0.322 ms 2 Yes /classes/Product.php:6024
841
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1
0.322 ms 1 /src/Adapter/EntityMapper.php:79
856
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:71
886
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 98 AND `id_shop` = 1
0.321 ms 1 /src/Adapter/EntityMapper.php:79
760
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` = 40) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
960
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
715
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1
0.320 ms 1 /src/Adapter/EntityMapper.php:79
801
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
0.320 ms 1 /src/Adapter/EntityMapper.php:79
882
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 1
0.320 ms 1 /src/Adapter/EntityMapper.php:79
892
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 1
0.320 ms 1 /src/Adapter/EntityMapper.php:79
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.319 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
735
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8 AND `id_shop` = 1
0.319 ms 1 /src/Adapter/EntityMapper.php:79
764
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` = 42) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
812
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.318 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
532
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` = 1103) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
799
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.318 ms 1 /src/Adapter/EntityMapper.php:79
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.317 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.317 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
476
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 = 457
ORDER BY f.position ASC
0.317 ms 2 Yes /classes/Product.php:6024
734
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` = 8) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
746
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` = 35) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
766
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` = 43) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.316 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
740
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` = 32) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:71
745
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
0.316 ms 1 /src/Adapter/EntityMapper.php:79
790
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` = 112) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:71
811
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
0.316 ms 1 /src/Adapter/EntityMapper.php:79
880
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1
0.316 ms 1 /src/Adapter/EntityMapper.php:79
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.315 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.315 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
637
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` = 70)
0.315 ms 1 /classes/Product.php:3860
712
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` = 21) LIMIT 1
0.315 ms 1 /src/Adapter/EntityMapper.php:71
738
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` = 31) LIMIT 1
0.315 ms 1 /src/Adapter/EntityMapper.php:71
798
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` = 55) LIMIT 1
0.315 ms 1 /src/Adapter/EntityMapper.php:71
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.314 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.314 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
802
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` = 57) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:71
611
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` = 82
AND image_shop.`cover` = 1 LIMIT 1
0.313 ms 1 /classes/Product.php:3570
739
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
793
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
737
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.312 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.312 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
696
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.312 ms 1 /classes/module/Module.php:2137
759
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1
0.312 ms 1 /src/Adapter/EntityMapper.php:79
884
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1
0.312 ms 1 /src/Adapter/EntityMapper.php:79
718
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` = 107) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
730
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` = 28) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.310 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.310 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
719
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 107 AND `id_shop` = 1
0.310 ms 1 /src/Adapter/EntityMapper.php:79
758
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` = 39) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
853
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1
0.310 ms 1 /src/Adapter/EntityMapper.php:79
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.309 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.309 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.309 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
711
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1
0.309 ms 1 /src/Adapter/EntityMapper.php:79
727
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1
0.309 ms 1 /src/Adapter/EntityMapper.php:79
754
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` = 37) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
762
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` = 41) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
784
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` = 50) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
804
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` = 58) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.308 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
749
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 108 AND `id_shop` = 1
0.308 ms 1 /src/Adapter/EntityMapper.php:79
768
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` = 111) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
794
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` = 53) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
806
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` = 59) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
681
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 82
ORDER BY `position`
0.307 ms 1 Yes /classes/Product.php:3539
751
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 9 AND `id_shop` = 1
0.307 ms 1 /src/Adapter/EntityMapper.php:79
682
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 82
0.307 ms 1 /classes/Product.php:2899
753
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.307 ms 1 /src/Adapter/EntityMapper.php:79
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.306 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.306 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
782
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` = 49) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
728
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` = 27) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
786
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` = 51) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
855
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1
0.305 ms 1 /src/Adapter/EntityMapper.php:79
25
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.304 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.304 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
364
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.304 ms 1 /src/Adapter/EntityMapper.php:71
771
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1
0.304 ms 1 /src/Adapter/EntityMapper.php:79
772
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` = 44) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
776
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` = 46) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
781
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
0.304 ms 1 /src/Adapter/EntityMapper.php:79
796
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` = 54) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
813
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1
0.304 ms 1 /src/Adapter/EntityMapper.php:79
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.303 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.303 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.303 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
603
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 95
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.303 ms 0 /classes/SpecificPrice.php:256
757
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 38 AND `id_shop` = 1
0.303 ms 1 /src/Adapter/EntityMapper.php:79
789
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
0.303 ms 1 /src/Adapter/EntityMapper.php:79
791
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 112 AND `id_shop` = 1
0.303 ms 1 /src/Adapter/EntityMapper.php:79
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.302 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
733
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.302 ms 1 /src/Adapter/EntityMapper.php:79
767
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1
0.302 ms 1 /src/Adapter/EntityMapper.php:79
795
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.302 ms 1 /src/Adapter/EntityMapper.php:79
805
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1
0.302 ms 1 /src/Adapter/EntityMapper.php:79
574
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 200) AND (id_product_attribute = 1097) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.301 ms 1 /classes/stock/StockAvailable.php:453
729
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1
0.301 ms 1 /src/Adapter/EntityMapper.php:79
747
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.301 ms 1 /src/Adapter/EntityMapper.php:79
803
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
0.301 ms 1 /src/Adapter/EntityMapper.php:79
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.300 ms 1 /classes/shop/ShopUrl.php:178
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.300 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
775
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
0.300 ms 1 /src/Adapter/EntityMapper.php:79
807
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
0.300 ms 1 /src/Adapter/EntityMapper.php:79
21
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "fr-FR" LIMIT 1
0.299 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.299 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.299 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
610
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 = 95
ORDER BY f.position ASC
0.299 ms 2 Yes /classes/Product.php:6024
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.298 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
489
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.298 ms 1 /classes/stock/StockAvailable.php:453
548
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` = 1101 LIMIT 1
0.298 ms 1 /classes/Combination.php:560
763
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1
0.298 ms 1 /src/Adapter/EntityMapper.php:79
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.297 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
769
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 111 AND `id_shop` = 1
0.297 ms 1 /src/Adapter/EntityMapper.php:79
773
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
0.297 ms 1 /src/Adapter/EntityMapper.php:79
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.296 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
438
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 547
ORDER BY f.position ASC
0.296 ms 2 Yes /classes/Product.php:6024
755
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
0.296 ms 1 /src/Adapter/EntityMapper.php:79
661
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 382
0.295 ms 3 /classes/Product.php:2899
785
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
0.295 ms 1 /src/Adapter/EntityMapper.php:79
777
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
0.294 ms 1 /src/Adapter/EntityMapper.php:79
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.293 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.293 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.293 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
694
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.293 ms 1 /classes/module/Module.php:2137
951
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2
0.293 ms 1 /src/Adapter/EntityMapper.php:79
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.292 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
395
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.292 ms 2 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.290 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
676
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 (1096, 1095) AND il.`id_lang` = 1 ORDER by i.`position`
0.289 ms 1 Yes /classes/Product.php:2915
22
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.288 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
426
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` = 6
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.288 ms 1 /classes/tax/TaxRulesTaxManager.php:100
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.287 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
670
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 (1102, 1101) AND il.`id_lang` = 1 ORDER by i.`position`
0.287 ms 1 Yes /classes/Product.php:2915
601
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 83 LIMIT 1
0.285 ms 1 /classes/Product.php:5670
402
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` = 875
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
509
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 382) AND (id_product_attribute = 1106) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:453
659
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 (1110, 1109) AND il.`id_lang` = 1 ORDER by i.`position`
0.284 ms 1 Yes /classes/Product.php:2915
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.283 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.282 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
635
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 70
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.282 ms 0 /classes/SpecificPrice.php:256
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.281 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
623
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` = 84 LIMIT 1
0.281 ms 1 /classes/Category.php:1373
413
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` = 875)
0.280 ms 1 /classes/Product.php:3860
952
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 48) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.279 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.279 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
390
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` > 223) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.279 ms 1 Yes /classes/PrestaShopCollection.php:383
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.277 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.277 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.276 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.276 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.276 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
422
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` = 1
AND tr.`id_state` IN (0, 0)
AND ('59175' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '59175')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.276 ms 1 /classes/tax/TaxRulesTaxManager.php:100
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.275 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.275 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
576
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` = 200 AND pa.`id_product` = 200 AND pa.`id_product_attribute` = 1097 LIMIT 1
0.275 ms 1 /classes/Product.php:1209
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.275 ms 1 /classes/shop/Shop.php:214
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.275 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
433
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` = 547)
0.275 ms 1 /classes/Product.php:3860
617
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 82 AND id_shop=1 LIMIT 1
0.275 ms 1 /classes/Product.php:6884
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.274 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.274 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.274 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.273 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.273 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
511
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` = 382 AND pa.`id_product` = 382 AND pa.`id_product_attribute` = 1106 LIMIT 1
0.273 ms 1 /classes/Product.php:1209
698
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.273 ms 1 /classes/module/Module.php:2137
556
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 265) AND (id_product_attribute = 1101) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.271 ms 1 /classes/stock/StockAvailable.php:453
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.271 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.271 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.270 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
613
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 85 LIMIT 1
0.270 ms 1 /classes/Product.php:5670
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.269 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.269 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.268 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.268 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
486
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` = 426)
0.266 ms 2 /classes/Product.php:3860
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.265 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.264 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
549
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 265
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.263 ms 0 /classes/SpecificPrice.php:256
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.261 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.261 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
539
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` = 301)
0.261 ms 1 /classes/Product.php:3860
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.261 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.260 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
467
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` = 457)
0.260 ms 2 /classes/Product.php:3860
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
585
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 152
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.259 ms 0 /classes/SpecificPrice.php:256
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
552
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 265 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6884
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
454
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` = 492)
0.254 ms 1 /classes/Product.php:3860
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
567
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 200
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.254 ms 0 /classes/SpecificPrice.php:256
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
444
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 516)
0.250 ms 1 /classes/Product.php:3860
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.248 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.248 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.248 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.248 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.248 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.248 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.248 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
375
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:71
522
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 341)
0.247 ms 3 /classes/Product.php:3860
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.245 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.245 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
562
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1101
0.245 ms 1 /src/Adapter/EntityMapper.php:79
564
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.245 ms 1 /classes/Product.php:5670
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.245 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.245 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.244 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.244 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.244 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
691
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.244 ms 1 /classes/module/Module.php:2664
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
579
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` = 1097) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
607
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 95 AND `id_group` = 1 LIMIT 1
0.242 ms 0 /classes/GroupReduction.php:153
685
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 79
0.242 ms 1 /classes/Product.php:2899
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
542
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 301) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
502
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 382
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 0 /classes/SpecificPrice.php:256
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.235 ms 1 /src/Adapter/EntityMapper.php:71
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
638
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 70 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6884
427
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` = 547
AND image_shop.`cover` = 1 LIMIT 1
0.235 ms 1 /classes/Product.php:3570
688
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 70
0.235 ms 1 /classes/Product.php:2899
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
493
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` = 426 AND pa.`id_product` = 426 AND pa.`id_product_attribute` = 1109 LIMIT 1
0.234 ms 1 /classes/Product.php:1209
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.233 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.233 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.233 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
380
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
546
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.232 ms 1 /classes/Product.php:5670
614
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 82
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.231 ms 0 /classes/SpecificPrice.php:256
533
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1103
0.230 ms 1 /src/Adapter/EntityMapper.php:79
581
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` = 152
AND image_shop.`cover` = 1 LIMIT 1
0.230 ms 1 /classes/Product.php:3570
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.229 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
379
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.229 ms 1 /src/Adapter/EntityMapper.php:71
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.228 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
397
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.228 ms 1 /src/Adapter/EntityMapper.php:71
540
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 301 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6884
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.225 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
499
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.224 ms 1 /classes/Product.php:5670
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.223 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.223 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
584
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` = 1095 LIMIT 1
0.222 ms 1 /classes/Combination.php:560
460
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` = 457
AND image_shop.`cover` = 1 LIMIT 1
0.221 ms 1 /classes/Product.php:3570
524
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 341 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:153
475
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` = 457 AND pa.`id_product` = 457 AND pa.`id_product_attribute` = 1111 LIMIT 1
0.220 ms 1 /classes/Product.php:1209
496
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` = 1109) LIMIT 1
0.219 ms 1 /src/Adapter/EntityMapper.php:71
675
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 152
0.218 ms 2 /classes/Product.php:2899
450
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 492
AND image_shop.`cover` = 1 LIMIT 1
0.218 ms 1 /classes/Product.php:3570
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.217 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
478
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` = 1111) LIMIT 1
0.217 ms 1 /src/Adapter/EntityMapper.php:71
480
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` = 426
AND image_shop.`cover` = 1 LIMIT 1
0.217 ms 1 /classes/Product.php:3570
498
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` = 382
AND image_shop.`cover` = 1 LIMIT 1
0.217 ms 1 /classes/Product.php:3570
598
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1095
0.217 ms 1 /src/Adapter/EntityMapper.php:79
515
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1106
0.216 ms 1 /src/Adapter/EntityMapper.php:79
628
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 79 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6884
439
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` = 516
AND image_shop.`cover` = 1 LIMIT 1
0.215 ms 1 /classes/Product.php:3570
384
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.214 ms 7 Yes /classes/ImageType.php:109
541
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 301 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:153
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:71
517
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.212 ms 1 /classes/Product.php:5670
362
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.211 ms 1 /classes/shop/Shop.php:1183
669
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 265
0.211 ms 2 /classes/Product.php:2899
597
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` = 1095) LIMIT 1
0.210 ms 1 /src/Adapter/EntityMapper.php:71
619
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 82) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.208 ms 1 /classes/stock/StockAvailable.php:453
588
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 152 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6884
633
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` = 70
AND image_shop.`cover` = 1 LIMIT 1
0.206 ms 1 /classes/Product.php:3570
366
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.205 ms 1 /src/Adapter/EntityMapper.php:71
599
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` = 95
AND image_shop.`cover` = 1 LIMIT 1
0.205 ms 1 /classes/Product.php:3570
356
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.203 ms 1 /classes/module/Module.php:2046
361
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.203 ms 1 /classes/Language.php:880
394
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.202 ms 1 /classes/Category.php:2446
501
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` = 1106 LIMIT 1
0.201 ms 1 /classes/Combination.php:560
387
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.199 ms 1 /src/Adapter/EntityMapper.php:71
369
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.198 ms 1 /src/Adapter/EntityMapper.php:71
423
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 875) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:453
612
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` = 85 LIMIT 1
0.193 ms 1 /classes/Category.php:1373
672
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 200
0.192 ms 4 /classes/Product.php:2899
639
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 70 AND `id_group` = 1 LIMIT 1
0.191 ms 0 /classes/GroupReduction.php:153
377
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.191 ms 7 Yes /classes/ImageType.php:109
505
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 382 AND id_shop=1 LIMIT 1
0.191 ms 1 /classes/Product.php:6884
589
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 152 AND `id_group` = 1 LIMIT 1
0.191 ms 0 /classes/GroupReduction.php:153
398
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.190 ms 1 /src/Adapter/EntityMapper.php:79
382
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.190 ms 0 /classes/module/Module.php:2664
471
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 457) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:453
618
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 82 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:153
463
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` = 1111 LIMIT 1
0.188 ms 1 /classes/Combination.php:560
692
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.188 ms 1 /classes/module/Module.php:2137
608
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:453
406
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.185 ms 8 /classes/SpecificPrice.php:426
436
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 547) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:453
506
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 382 AND `id_group` = 1 LIMIT 1
0.185 ms 0 /classes/GroupReduction.php:153
483
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` = 1109 LIMIT 1
0.183 ms 1 /classes/Combination.php:560
407
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.182 ms 1535 /classes/SpecificPrice.php:297
582
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.181 ms 1 /classes/Product.php:5670
634
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.180 ms 1 /classes/Product.php:5670
370
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.179 ms 1 /src/Adapter/EntityMapper.php:79
630
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 79) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.179 ms 1 /classes/stock/StockAvailable.php:453
447
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 516) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
491
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 1109) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
473
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 457) AND (id_product_attribute = 1111) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:453
580
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1097
0.177 ms 1 /src/Adapter/EntityMapper.php:79
420
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 875 AND `id_group` = 1 LIMIT 1
0.176 ms 0 /classes/GroupReduction.php:153
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.173 ms 1 /classes/ObjectModel.php:1727
464
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.173 ms 2 /classes/SpecificPrice.php:297
391
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facebook" LIMIT 1
0.171 ms 1 /classes/module/Module.php:2664
372
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.170 ms 1 /classes/Category.php:2446
409
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-04-08 00:00:00' AND '2026-04-08 23:59:59' LIMIT 1
0.170 ms 1 /classes/SpecificPrice.php:377
430
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 21
AND `active` = 1 LIMIT 1
0.170 ms 1 /classes/Manufacturer.php:312
376
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.169 ms 1 /classes/FeatureFlag.php:105
393
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.169 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
553
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 265 AND `id_group` = 1 LIMIT 1
0.169 ms 0 /classes/GroupReduction.php:153
388
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.167 ms 1 /src/Adapter/EntityMapper.php:79
367
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.166 ms 1 /src/Adapter/EntityMapper.php:79
457
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:453
497
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1109
0.165 ms 1 /src/Adapter/EntityMapper.php:79
535
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.165 ms 1 /classes/Product.php:5670
363
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.164 ms 1 /classes/Currency.php:893
479
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 1111
0.164 ms 1 /src/Adapter/EntityMapper.php:79
385
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.162 ms 1 /classes/AddressFormat.php:653
414
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 875 AND id_shop=1 LIMIT 1
0.160 ms 1 /classes/Product.php:6884
386
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.159 ms 1 /classes/Country.php:402
442
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 516
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.158 ms 0 /classes/SpecificPrice.php:256
403
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` = 2 LIMIT 1
0.158 ms 1 /classes/Category.php:1373
365
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.157 ms 1 /classes/Language.php:880
419
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.157 ms 1 /src/Adapter/EntityMapper.php:79
520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 341
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.157 ms 0 /classes/SpecificPrice.php:256
571
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 200 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:153
405
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 26
AND `active` = 1 LIMIT 1
0.156 ms 1 /classes/Manufacturer.php:312
418
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.155 ms 1 /src/Adapter/EntityMapper.php:71
481
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.155 ms 1 /classes/Product.php:5670
445
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 516 AND id_shop=1 LIMIT 1
0.153 ms 1 /classes/Product.php:6884
468
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 457 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6884
373
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.152 ms 1 /classes/Category.php:1751
428
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` = 90 LIMIT 1
0.152 ms 1 /classes/Category.php:1373
455
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 492 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6884
389
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.151 ms 4 /classes/ObjectModel.php:1592
434
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 547 AND id_shop=1 LIMIT 1
0.151 ms 1 /classes/Product.php:6884
440
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.150 ms 1 /classes/Product.php:5670
487
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 426 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6884
410
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-04-08 00:00:00' AND '2026-04-08 23:59:59' LIMIT 1
0.149 ms 1 /classes/SpecificPrice.php:381
451
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.149 ms 1 /classes/Product.php:5670
461
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.148 ms 1 /classes/Product.php:5670
606
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 95 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6884
629
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 79 AND `id_group` = 1 LIMIT 1
0.147 ms 0 /classes/GroupReduction.php:153
392
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1
0.147 ms 1 /classes/module/Module.php:2137
368
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.146 ms 1 /classes/ObjectModel.php:1727
371
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.144 ms 1 /classes/ObjectModel.php:1727
383
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.143 ms 0 /classes/module/Module.php:2137
404
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.142 ms 1 /classes/Product.php:5670
431
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 547
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.141 ms 0 /classes/SpecificPrice.php:256
378
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.140 ms 7 /classes/ImageType.php:161
484
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 426
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.139 ms 0 /classes/SpecificPrice.php:256
429
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 90 LIMIT 1
0.138 ms 1 /classes/Product.php:5670
452
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 492
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.138 ms 0 /classes/SpecificPrice.php:256
456
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 492 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:153
411
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 875
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.137 ms 0 /classes/SpecificPrice.php:256
421
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.136 ms 1 /classes/Group.php:151
465
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 457
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.135 ms 0 /classes/SpecificPrice.php:256
446
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 516 AND `id_group` = 1 LIMIT 1
0.133 ms 0 /classes/GroupReduction.php:153
469
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 457 AND `id_group` = 1 LIMIT 1
0.133 ms 0 /classes/GroupReduction.php:153
488
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 426 AND `id_group` = 1 LIMIT 1
0.133 ms 0 /classes/GroupReduction.php:153
435
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 547 AND `id_group` = 1 LIMIT 1
0.131 ms 0 /classes/GroupReduction.php:153

Doubles

172 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
160 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = XX)
111 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
111 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
23 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
23 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
17 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `ps_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
16 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
16 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
16 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
16 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)
16 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
16 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
16 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
16 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
16 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`
16 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
16 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 `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
7 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
7 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
7 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
7 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
7 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
7 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
7 queries
SELECT *
							FROM `ps_product_attribute_lang`
							WHERE `id_product_attribute` = XX
7 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
5 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
4 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, XX) AND il.`id_lang` = XX ORDER by i.`position`
4 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
4 queries
SELECT *
							FROM `ps_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
3 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
3 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
3 queries
				SELECT c.*, cl.*
				FROM `ps_category` c
				 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
				LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `ps_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
2 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 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, XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
2 queries
SELECT XX FROM `ps_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_link_block_lang`
							WHERE `id_link_block` = XX

Tables stress

332 translation
164 shop
145 category_lang
128 category
125 category_shop
64 product
61 product_attribute
60 product_attribute_shop
57 product_shop
46 cart_product
39 image
32 image_shop
31 product_attribute_combination
30 attribute
30 attribute_lang
25 stock_available
23 specific_price
23 pack
23 image_lang
23 attribute_group
21 module
18 module_shop
17 product_lang
16 specific_price_priority
16 product_group_reduction_cache
16 feature_product
16 feature_lang
16 feature_value_lang
16 feature
16 feature_shop
14 product_attribute_lang
7 hook
7 attribute_group_lang
7 product_attribute_image
6 lang
6 category_group
5 currency
4 shop_url
4 lang_shop
4 currency_shop
4 manufacturer
4 cms
4 cms_shop
4 cms_lang
3 country
3 hook_alias
3 image_type
3 category_product
3 tax_rule
3 tax_rules_group
3 link_block
3 link_block_shop
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 meta
2 meta_lang
2 currency_lang
2 group
2 group_shop
2 cart_rule
2 link_block_lang
1 configuration_lang
1 module_group
1 hook_module_exceptions
1 group_lang
1 feature_flag
1 address_format
1 required_field
1 layered_category
1 manufacturer_shop
1 manufacturer_lang
1 product_sale
1 layered_filter_block
1 tax
1 tax_lang
1 ganalytics_data
1 connections

ObjectModel instances

Name Instances Source
Category 129 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 3]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 4]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 5]
/classes/Meta.php:379 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 3]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 17]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 18]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 19]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 20]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 21]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 22]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 23]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 107]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 24]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 25]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 26]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 27]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 28]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 29]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 8]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 30]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 31]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 32]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 33]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 34]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 35]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 108]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 9]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 36]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 37]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 38]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 39]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 40]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 41]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 42]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 43]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 111]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 10]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 44]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 45]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 46]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 47]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 48]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 49]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 50]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 51]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 52]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 112]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 11]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 53]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 54]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 55]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 56]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 57]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 58]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 59]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 60]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 61]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 62]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 110]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 12]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 63]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 64]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 65]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 66]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 67]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 68]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 13]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 69]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 70]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 71]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 72]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 73]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 14]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 74]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 15]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 75]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 76]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 77]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 16]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 78]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 79]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 89]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 90]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 91]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 92]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 80]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 93]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 94]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 95]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 96]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 97]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 81]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 98]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 99]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 100]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 101]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 109]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 82]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 83]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 84]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 85]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 86]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 87]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 88]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 102]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 103]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 104]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 105]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 106]
/classes/Meta.php:379 (__construct) [id: 4]
/classes/Link.php:402 (__construct) [id: 4]
/classes/Meta.php:379 (__construct) [id: 6]
/classes/Link.php:402 (__construct) [id: 6]
/classes/Meta.php:379 (__construct) [id: 7]
/classes/Link.php:402 (__construct) [id: 7]
/classes/Meta.php:379 (__construct) [id: 5]
/classes/Link.php:402 (__construct) [id: 5]
/classes/Meta.php:379 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Meta.php:379 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 9]
Product 34 /classes/Link.php:113 (__construct) [id: 516]
/classes/Link.php:113 (__construct) [id: 457]
/classes/Link.php:113 (__construct) [id: 426]
/classes/Link.php:113 (__construct) [id: 382]
/classes/Link.php:113 (__construct) [id: 341]
/classes/Link.php:113 (__construct) [id: 301]
/classes/Link.php:113 (__construct) [id: 265]
/classes/Link.php:113 (__construct) [id: 200]
/classes/Link.php:113 (__construct) [id: 152]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 875]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 547]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 516]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 492]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 457]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 426]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 382]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 341]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 301]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 265]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 200]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 152]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 95]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 82]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 79]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 70]
/classes/Link.php:113 (__construct) [id: 516]
/classes/Link.php:113 (__construct) [id: 457]
/classes/Link.php:113 (__construct) [id: 426]
/classes/Link.php:113 (__construct) [id: 382]
/classes/Link.php:113 (__construct) [id: 341]
/classes/Link.php:113 (__construct) [id: 301]
/classes/Link.php:113 (__construct) [id: 265]
/classes/Link.php:113 (__construct) [id: 200]
/classes/Link.php:113 (__construct) [id: 152]
Combination 7 /classes/Product.php:5923 (__construct) [id: 1111]
/classes/Product.php:5923 (__construct) [id: 1109]
/classes/Product.php:5923 (__construct) [id: 1106]
/classes/Product.php:5923 (__construct) [id: 1103]
/classes/Product.php:5923 (__construct) [id: 1101]
/classes/Product.php:5923 (__construct) [id: 1097]
/classes/Product.php:5923 (__construct) [id: 1095]
CMS 5 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 2]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 3]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 6]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5975 (__construct) [id: ]
Tax 3 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Country 3 /config/config.inc.php:146 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1769 (__construct) [id: 8]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:561 (__construct) [id: 1]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 48]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 48]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:691 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Risk 1 /classes/controller/FrontController.php:1695 (__construct) [id: ]
State 1 /classes/controller/FrontController.php:1768 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1763 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1692 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
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-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/cache/Cache.php
134 /classes/cache/CacheMemcache.php
135 /src/Core/Security/Hashing.php
136 /classes/Configuration.php
137 /classes/Validate.php
138 /src/Adapter/EntityMapper.php
139 /classes/db/DbQuery.php
140 /src/Core/Addon/Theme/ThemeManagerBuilder.php
141 /vendor/psr/log/Psr/Log/NullLogger.php
142 /vendor/psr/log/Psr/Log/AbstractLogger.php
143 /vendor/psr/log/Psr/Log/LoggerInterface.php
144 /src/Adapter/Configuration.php
145 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
146 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
147 /src/Core/ConfigurationInterface.php
148 /src/Core/Addon/Theme/ThemeRepository.php
149 /src/Core/Addon/AddonRepositoryInterface.php
150 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
151 /src/Core/Addon/Theme/Theme.php
152 /src/Core/Addon/AddonInterface.php
153 /src/Core/Util/File/YamlParser.php
154 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
155 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
156 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
157 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
158 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
159 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
160 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
161 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
162 /var/cache/dev/yaml/a0f44a3cb8d53f23cfed1277d2ddd38a.php
163 /src/Core/Util/ArrayFinder.php
164 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
165 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
166 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
167 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
168 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
169 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
170 /config/defines_uri.inc.php
171 /classes/Language.php
172 /src/Core/Language/LanguageInterface.php
173 /classes/Country.php
174 /classes/PrestaShopCollection.php
175 /classes/shop/ShopGroup.php
176 /classes/Cookie.php
177 /classes/PhpEncryption.php
178 /classes/PhpEncryptionEngine.php
179 /vendor/defuse/php-encryption/src/Key.php
180 /vendor/defuse/php-encryption/src/Encoding.php
181 /vendor/defuse/php-encryption/src/Core.php
182 /vendor/defuse/php-encryption/src/Crypto.php
183 /vendor/defuse/php-encryption/src/KeyOrPassword.php
184 /vendor/defuse/php-encryption/src/RuntimeTests.php
185 /vendor/defuse/php-encryption/src/DerivedKeys.php
186 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
187 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
188 /src/Core/Session/SessionHandler.php
189 /src/Core/Session/SessionHandlerInterface.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
198 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
199 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
200 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
201 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
202 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
203 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
204 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
205 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
206 /config/smarty.config.inc.php
207 /classes/Smarty/SmartyDev.php
208 /vendor/smarty/smarty/libs/Smarty.class.php
209 /vendor/smarty/smarty/libs/functions.php
210 /vendor/smarty/smarty/libs/Autoloader.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
216 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
217 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
218 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
219 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
220 /config/smartyfront.config.inc.php
221 /classes/Smarty/SmartyResourceModule.php
222 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
223 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
224 /classes/Smarty/SmartyResourceParent.php
225 /classes/Smarty/SmartyLazyRegister.php
226 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
227 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
228 /classes/Customer.php
229 /classes/Group.php
230 /classes/Link.php
231 /classes/shop/ShopUrl.php
232 /classes/Dispatcher.php
233 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
234 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
235 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
236 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
237 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
238 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
239 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
240 /src/Adapter/SymfonyContainer.php
241 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
242 /config/db_slave_server.inc.php
243 /src/Adapter/ContainerBuilder.php
244 /src/Adapter/Environment.php
245 /src/Core/EnvironmentInterface.php
246 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
247 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
248 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
249 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
250 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
251 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
252 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
253 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
254 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
255 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
256 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
257 /vendor/symfony/contracts/Service/ResetInterface.php
258 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
259 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
260 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
261 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
262 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
263 /vendor/symfony/contracts/Cache/ItemInterface.php
264 /vendor/psr/cache/src/CacheItemInterface.php
265 /vendor/psr/cache/src/CacheItemPoolInterface.php
266 /vendor/symfony/contracts/Cache/CacheInterface.php
267 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
268 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
269 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
271 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
272 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
273 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
274 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
275 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
276 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
322 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
328 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
329 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
330 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
331 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
332 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
333 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
335 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
336 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
337 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
338 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
339 /var/cache/dev/FrontContainer.php
340 /src/Adapter/Container/LegacyContainer.php
341 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
342 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
343 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
344 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
345 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
346 /vendor/psr/container/src/ContainerExceptionInterface.php
347 /vendor/psr/container/src/NotFoundExceptionInterface.php
348 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
349 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
350 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
351 /src/Adapter/Container/LegacyContainerInterface.php
352 /modules/ps_emailsubscription/vendor/autoload.php
353 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
354 /modules/ps_emailsubscription/vendor/composer/platform_check.php
355 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
356 /modules/gamification/vendor/autoload.php
357 /modules/gamification/vendor/composer/autoload_real.php
358 /modules/gamification/vendor/composer/platform_check.php
359 /modules/gamification/vendor/composer/autoload_static.php
360 /modules/ps_facebook/vendor/autoload.php
361 /modules/ps_facebook/vendor/composer/autoload_real.php
362 /modules/ps_facebook/vendor/composer/autoload_static.php
363 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment.php
364 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Client.php
365 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
366 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
367 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
368 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
369 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
370 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
371 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Version.php
372 /modules/ps_metrics/vendor/autoload.php
373 /modules/ps_metrics/vendor/composer/autoload_real.php
374 /modules/ps_metrics/vendor/composer/autoload_static.php
375 /modules/ps_metrics/vendor/symfony/polyfill-ctype/bootstrap.php
376 /modules/ps_metrics/vendor/symfony/polyfill-ctype/bootstrap80.php
377 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment.php
378 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Client.php
379 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
380 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
381 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
382 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
383 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
384 /modules/psassistant/vendor/autoload.php
385 /modules/psassistant/vendor/composer/autoload_real.php
386 /modules/psassistant/vendor/composer/platform_check.php
387 /modules/psassistant/vendor/composer/autoload_static.php
388 /modules/psxmarketingwithgoogle/vendor/autoload.php
389 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
390 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
391 /modules/ps_accounts/vendor/autoload.php
392 /modules/ps_accounts/vendor/composer/autoload_real.php
393 /modules/ps_accounts/vendor/composer/platform_check.php
394 /modules/ps_accounts/vendor/composer/autoload_static.php
395 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
396 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
397 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
398 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
399 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
400 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
401 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
402 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
403 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
404 /modules/psshipping/vendor/autoload.php
405 /modules/psshipping/vendor/composer/autoload_real.php
406 /modules/psshipping/vendor/composer/autoload_static.php
407 /modules/psshipping/vendor/guzzlehttp/psr7/src/functions_include.php
408 /modules/psshipping/vendor/guzzlehttp/psr7/src/functions.php
409 /modules/psshipping/vendor/clue/stream-filter/src/functions_include.php
410 /modules/psshipping/vendor/clue/stream-filter/src/functions.php
411 /modules/psshipping/vendor/php-http/message/src/filters.php
412 /modules/psshipping/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
413 /modules/psshipping/vendor/symfony/string/Resources/functions.php
414 /modules/ps_eventbus/vendor/autoload.php
415 /modules/ps_eventbus/vendor/composer/autoload_real.php
416 /modules/ps_eventbus/vendor/composer/autoload_static.php
417 /modules/ps_mbo/vendor/autoload.php
418 /modules/ps_mbo/vendor/composer/autoload_real.php
419 /modules/ps_mbo/vendor/composer/platform_check.php
420 /modules/ps_mbo/vendor/composer/autoload_static.php
421 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
422 /modules/ps_mbo/bootstrap.php
423 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
424 /modules/klaviyopsautomation/vendor/autoload.php
425 /modules/klaviyopsautomation/vendor/composer/autoload_real.php
426 /modules/klaviyopsautomation/vendor/composer/platform_check.php
427 /modules/klaviyopsautomation/vendor/composer/autoload_static.php
428 /modules/psxdesign/vendor/autoload.php
429 /modules/psxdesign/vendor/composer/autoload_real.php
430 /modules/psxdesign/vendor/composer/platform_check.php
431 /modules/psxdesign/vendor/composer/autoload_static.php
432 /modules/psxdesign/vendor/jetbrains/phpstorm-stubs/PhpStormStubsMap.php
433 /modules/psxdesign/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
434 /modules/psxdesign/vendor/humbug/php-scoper/src/functions.php
435 /modules/psxdesign/vendor/humbug/php-scoper/src/json.php
436 /modules/psxdesign/vendor/ramsey/uuid/src/functions.php
437 /modules/mailchimppro/vendor/autoload.php
438 /modules/mailchimppro/vendor/composer/autoload_real.php
439 /modules/mailchimppro/vendor/composer/platform_check.php
440 /modules/mailchimppro/vendor/composer/autoload_static.php
441 /modules/mailchimppro/src/LinkHelper.php
442 /modules/mailchimppro/src/PrestaChamps/PrestaShop/Helpers/LinkHelper.php
443 /modules/mailchimppro/src/MailchimpProConfig.php
444 /modules/dpdfrance/vendor/autoload.php
445 /modules/dpdfrance/vendor/composer/autoload_real.php
446 /modules/dpdfrance/vendor/composer/platform_check.php
447 /modules/dpdfrance/vendor/composer/autoload_static.php
448 /modules/cmcicpaiement/vendor/autoload.php
449 /modules/cmcicpaiement/vendor/composer/autoload_real.php
450 /modules/cmcicpaiement/vendor/composer/autoload_static.php
451 /src/Core/Hook/HookModuleFilter.php
452 /src/Core/Hook/HookModuleFilterInterface.php
453 /modules/klaviyopsautomation/klaviyopsautomation.php
454 /modules/klaviyopsautomation/includes/KlaviyoPsModule.php
455 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
456 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
457 /classes/Translate.php
458 /modules/klaviyopsautomation/translations/fr.php
459 /modules/mailchimppro/mailchimppro.php
460 /modules/cart_to_order/cart_to_order.php
461 /classes/PaymentModule.php
462 /src/PrestaShopBundle/Translation/TranslatorComponent.php
463 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
464 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
465 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
466 /vendor/symfony/contracts/Translation/TranslatorInterface.php
467 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
468 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
469 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
470 /src/PrestaShopBundle/Translation/TranslatorInterface.php
471 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
472 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
473 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
474 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
475 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
476 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
477 /vendor/symfony/contracts/Translation/TranslatorTrait.php
478 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
479 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
480 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
481 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
482 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
483 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
484 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
485 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
486 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
487 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
488 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
489 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
490 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
491 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
492 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
493 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
494 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
495 /src/Adapter/ContainerFinder.php
496 /src/Core/Exception/ContainerNotFoundException.php
497 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
498 /src/Adapter/Module/Repository/ModuleRepository.php
499 /src/Core/Repository/AbstractObjectModelRepository.php
500 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
501 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
502 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
503 /vendor/prestashop/translationtools-bundle/Translation/Helper/DomainHelper.php
504 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
505 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
506 /modules/order_status/order_status.php
507 /modules/psassistant/psassistant.php
508 /src/PrestaShopBundle/Translation/DomainNormalizer.php
509 /src/Adapter/Localization/LegacyTranslator.php
510 /modules/psxdesign/psxdesign.php
511 /modules/psxdesign/src/Traits/UseHooks.php
512 /modules/psxdesign/src/Traits/Hooks/UseDisplayBackOfficeHeader.php
513 /modules/psxdesign/src/Traits/Hooks/UseActionThemeConfiguration.php
514 /modules/psxdesign/src/Traits/Hooks/UseActionFrontControllerSetMedia.php
515 /modules/psxdesign/src/Traits/Hooks/UseActionAdminControllerSetMedia.php
516 /modules/psxdesign/src/Traits/Hooks/UseDisplayAfterTitleTag.php
517 /modules/psxdesign/src/Traits/Hooks/UseActionObjectTabUpdateAfter.php
518 /modules/psxdesign/src/Traits/Hooks/UseActionDispatcherBefore.php
519 /modules/psxdesign/src/Traits/Hooks/UseActionObjectLanguageAddAfter.php
520 /modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
521 /controllers/front/listing/CategoryController.php
522 /classes/controller/ProductListingFrontController.php
523 /classes/controller/ProductPresentingFrontController.php
524 /classes/controller/FrontController.php
525 /src/Adapter/Presenter/Object/ObjectPresenter.php
526 /src/Adapter/Presenter/PresenterInterface.php
527 /src/Adapter/Presenter/Cart/CartPresenter.php
528 /src/Adapter/Image/ImageRetriever.php
529 /classes/tax/TaxConfiguration.php
530 /classes/Smarty/TemplateFinder.php
531 /classes/assets/StylesheetManager.php
532 /classes/assets/AbstractAssetManager.php
533 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
534 /classes/assets/JavascriptManager.php
535 /classes/assets/CccReducer.php
536 /classes/Category.php
537 /classes/webservice/WebserviceRequest.php
538 /src/Core/Localization/Locale/Repository.php
539 /src/Core/Localization/Locale/RepositoryInterface.php
540 /src/Core/Localization/CLDR/LocaleRepository.php
541 /src/Core/Localization/CLDR/LocaleDataSource.php
542 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
543 /src/Core/Data/Layer/AbstractDataLayer.php
544 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
545 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
546 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
547 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
548 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
549 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
550 /vendor/symfony/contracts/Cache/CacheTrait.php
551 /vendor/psr/cache/src/InvalidArgumentException.php
552 /vendor/psr/cache/src/CacheException.php
553 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
554 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
555 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
556 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
557 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
558 /src/Core/Localization/CLDR/Reader.php
559 /src/Core/Localization/CLDR/ReaderInterface.php
560 /src/Core/Localization/Currency/Repository.php
561 /src/Core/Localization/Currency/RepositoryInterface.php
562 /src/Core/Localization/Currency/CurrencyDataSource.php
563 /src/Core/Localization/Currency/DataSourceInterface.php
564 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
565 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
566 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
567 /src/Adapter/Currency/CurrencyDataProvider.php
568 /src/Core/Currency/CurrencyDataProviderInterface.php
569 /src/Adapter/LegacyContext.php
570 /src/Adapter/Tools.php
571 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
572 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
573 /vendor/prestashop/decimal/src/Operation/Rounding.php
574 /src/Core/Localization/Locale.php
575 /src/Core/Localization/LocaleInterface.php
576 /src/Core/Localization/Specification/Price.php
577 /src/Core/Localization/Specification/Number.php
578 /src/Core/Localization/Specification/NumberInterface.php
579 /src/Core/Localization/Specification/Factory.php
580 /src/Core/Localization/CLDR/LocaleData.php
581 /src/Core/Localization/CLDR/NumberSymbolsData.php
582 /src/Core/Localization/CLDR/CurrencyData.php
583 /src/Core/Localization/CLDR/Locale.php
584 /src/Core/Localization/CLDR/LocaleInterface.php
585 /src/Core/Localization/Specification/NumberSymbolList.php
586 /classes/Currency.php
587 /src/Core/Localization/Currency/LocalizedCurrencyId.php
588 /src/Core/Localization/Currency/CurrencyData.php
589 /src/Core/Localization/Currency/CurrencyCollection.php
590 /src/Core/Localization/Currency.php
591 /src/Core/Localization/CurrencyInterface.php
592 /src/Core/Localization/Specification/NumberCollection.php
593 /src/Core/Localization/Number/Formatter.php
594 /classes/Cart.php
595 /src/Adapter/AddressFactory.php
596 /classes/CartRule.php
597 /classes/Product.php
598 /src/Core/Domain/Product/ValueObject/RedirectType.php
599 /src/Core/Util/DateTime/DateTime.php
600 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
601 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
602 /src/Core/Domain/Product/ValueObject/ProductType.php
603 /src/Core/Domain/Product/ValueObject/Reference.php
604 /src/Core/Domain/Product/ValueObject/Ean13.php
605 /src/Core/Domain/Product/ValueObject/Isbn.php
606 /src/Core/Domain/Product/ValueObject/Upc.php
607 /src/Core/Domain/Product/ProductSettings.php
608 /src/Core/Image/ImageFormatConfiguration.php
609 /src/Core/Image/ImageFormatConfigurationInterface.php
610 /classes/FeatureFlag.php
611 /src/Core/FeatureFlag/FeatureFlagSettings.php
612 /classes/ImageType.php
613 /src/Core/Domain/Shop/ValueObject/ShopId.php
614 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
615 /modules/blockreassurance/blockreassurance.php
616 /src/Core/Module/WidgetInterface.php
617 /classes/Media.php
618 /modules/ps_emailsubscription/ps_emailsubscription.php
619 /modules/ps_socialfollow/ps_socialfollow.php
620 /modules/ps_emailalerts/ps_emailalerts.php
621 /modules/ps_emailalerts/MailAlert.php
622 /modules/ps_facebook/ps_facebook.php
623 /modules/ps_facebook/translations/fr.php
624 /modules/ps_facebook/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
625 /modules/ps_facebook/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
626 /var/cache/dev/Ps_facebookFrontContainer.php
627 /modules/ps_facebook/classes/Buffer/TemplateBuffer.php
628 /modules/psxdesign/src/Config/PsxDesignConfig.php
629 /src/Adapter/Presenter/Cart/CartLazyArray.php
630 /src/Adapter/Presenter/AbstractLazyArray.php
631 /src/Adapter/Product/PriceFormatter.php
632 /src/Core/Util/Inflector.php
633 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
634 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
635 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
636 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
637 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
638 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
639 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
640 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
641 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
642 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
643 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
644 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
645 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
646 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
647 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
648 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
649 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
650 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
651 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
652 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
653 /classes/Gender.php
654 /classes/Risk.php
655 /classes/Meta.php
656 /classes/Address.php
657 /classes/State.php
658 /src/Core/Security/PasswordPolicyConfiguration.php
659 /src/Core/Configuration/DataConfigurationInterface.php
660 /src/Core/Filter/FrontEndObject/MainFilter.php
661 /src/Core/Filter/FilterInterface.php
662 /src/Core/Filter/FrontEndObject/CartFilter.php
663 /src/Core/Filter/HashMapWhitelistFilter.php
664 /src/Core/Filter/CollectionFilter.php
665 /src/Core/Filter/FrontEndObject/ProductFilter.php
666 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
667 /src/Core/Filter/FrontEndObject/CustomerFilter.php
668 /src/Core/Filter/FrontEndObject/ShopFilter.php
669 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
670 /modules/ps_shoppingcart/ps_shoppingcart.php
671 /modules/ps_searchbar/ps_searchbar.php
672 /modules/ps_imageslider/ps_imageslider.php
673 /modules/ps_imageslider/Ps_HomeSlide.php
674 /modules/ps_googleanalytics/ps_googleanalytics.php
675 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
676 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
677 /modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php
678 /modules/ps_facebook/classes/Config/Env.php
679 /modules/ps_facebook/classes/Handler/ErrorHandler/ModuleFilteredRavenClient.php
680 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Client.php
681 /modules/ps_facebook/classes/Config/Config.php
682 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Util.php
683 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Compat.php
684 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
685 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Processor.php
686 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Context.php
687 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
688 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Serializer.php
689 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
690 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/TransactionStack.php
691 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
692 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Stacktrace.php
693 /modules/ps_facebook/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
694 /modules/ps_facebook/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
695 /src/Core/Addon/Module/ModuleManagerBuilder.php
696 /var/cache/dev/yaml/ffc496e60ea723b16085f97d2238d1ec.php
697 /src/Adapter/LegacyLogger.php
698 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
699 /src/Adapter/Module/ModuleDataProvider.php
700 /src/Adapter/Module/AdminModuleDataProvider.php
701 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
702 /src/Adapter/Module/Module.php
703 /src/Core/Module/ModuleInterface.php
704 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
705 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
706 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
707 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
708 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
709 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
710 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
711 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
712 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
713 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
714 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
715 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
716 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
717 /src/Adapter/Module/ModuleDataUpdater.php
718 /src/Core/Module/ModuleManager.php
719 /src/Core/Module/ModuleManagerInterface.php
720 /src/Core/Module/ModuleRepository.php
721 /src/Core/Module/ModuleRepositoryInterface.php
722 /src/Adapter/HookManager.php
723 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
724 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
725 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
726 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
727 /src/Core/Hook/HookDispatcherInterface.php
728 /modules/ps_accounts/ps_accounts.php
729 /modules/ps_accounts/src/Hook/HookableTrait.php
730 /modules/ps_accounts/src/Module/Install.php
731 /modules/ps_accounts/translations/fr.php
732 /modules/ps_accounts/src/ServiceContainer/PsAccountsContainer.php
733 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/ServiceContainer.php
734 /modules/ps_accounts/config.php
735 /modules/ps_accounts/src/Log/Logger.php
736 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Logger.php
737 /modules/ps_accounts/vendor/psr/log/Psr/Log/LoggerInterface.php
738 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
739 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
740 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
741 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
742 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
743 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
744 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Utils.php
745 /modules/ps_accounts/src/ServiceProvider/ApiClientProvider.php
746 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/Contract/IServiceProvider.php
747 /modules/ps_accounts/src/ServiceProvider/CommandProvider.php
748 /modules/ps_accounts/src/ServiceProvider/DefaultProvider.php
749 /modules/ps_accounts/src/ServiceProvider/OAuth2Provider.php
750 /modules/ps_accounts/src/ServiceProvider/RepositoryProvider.php
751 /modules/ps_accounts/src/ServiceProvider/SessionProvider.php
752 /modules/ps_accounts/src/Service/PsAccountsService.php
753 /modules/ps_accounts/src/Account/Session/ShopSession.php
754 /modules/ps_accounts/src/Account/Session/Session.php
755 /modules/ps_accounts/src/Account/Session/SessionInterface.php
756 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
757 /modules/ps_accounts/src/Adapter/Configuration.php
758 /modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php
759 /modules/ps_accounts/src/Http/Client/ClientConfig.php
760 /modules/ps_accounts/src/Http/Client/ConfigObject.php
761 /modules/ps_accounts/src/Type/Enum.php
762 /modules/ps_accounts/src/Service/OAuth2/OAuth2Client.php
763 /modules/ps_accounts/src/Adapter/Link.php
764 /modules/ps_accounts/src/Context/ShopContext.php
765 /modules/ps_accounts/vendor/ramsey/uuid/src/Uuid.php
766 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidInterface.php
767 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactory.php
768 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactoryInterface.php
769 /modules/ps_accounts/vendor/ramsey/uuid/src/FeatureSet.php
770 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
771 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
772 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
773 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
774 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/StringCodec.php
775 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/CodecInterface.php
776 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
777 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
778 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
779 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
780 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
781 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
782 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
783 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
784 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
785 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
786 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
787 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
788 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
789 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
790 /modules/ps_accounts/vendor/ramsey/uuid/src/BinaryUtils.php
791 /modules/ps_accounts/src/Service/OAuth2/CachedFile.php
792 /modules/ps_accounts/src/Account/LinkShop.php
793 /modules/ps_accounts/src/Cqrs/CommandBus.php
794 /modules/ps_accounts/src/Cqrs/Bus.php
795 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
796 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
797 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
798 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
799 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/ErrorHandler.php
800 /modules/ps_facebook/classes/Dispatcher/EventDispatcher.php
801 /modules/ps_facebook/classes/Handler/ApiConversionHandler.php
802 /modules/ps_facebook/classes/Adapter/ConfigurationAdapter.php
803 /modules/ps_facebook/classes/Factory/ContextFactory.php
804 /modules/ps_facebook/classes/API/Client/FacebookClient.php
805 /modules/ps_facebook/classes/Factory/FacebookEssentialsApiClientFactory.php
806 /modules/ps_facebook/classes/Factory/ApiClientFactoryInterface.php
807 /modules/ps_facebook/classes/Provider/AccessTokenProvider.php
808 /modules/ps_facebook/classes/Factory/PsApiClientFactory.php
809 /modules/ps_facebook/classes/Handler/ConfigurationHandler.php
810 /modules/ps_facebook/classes/Http/HttpClient.php
811 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Api.php
812 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Session.php
813 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/SessionInterface.php
814 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php
815 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Client.php
816 /modules/ps_facebook/classes/Handler/PixelHandler.php
817 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
818 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
819 /modules/ps_facebook/classes/Provider/EventDataProvider.php
820 /modules/ps_facebook/classes/Adapter/ToolsAdapter.php
821 /modules/ps_facebook/classes/Repository/ProductRepository.php
822 /modules/ps_facebook/classes/Provider/ProductAvailabilityProvider.php
823 /modules/ps_facebook/classes/Provider/ProductAvailabilityProviderInterface.php
824 /modules/ps_facebook/classes/Repository/GoogleCategoryRepository.php
825 /modules/ps_facebook/classes/Provider/GoogleCategoryProvider.php
826 /modules/ps_facebook/classes/Provider/GoogleCategoryProviderInterface.php
827 /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php
828 /modules/psxmarketingwithgoogle/translations/fr.php
829 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php
830 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
831 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
832 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
833 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
834 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php
835 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php
836 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
837 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
838 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
839 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
840 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
841 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
842 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
843 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php
844 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php
845 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php
846 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
847 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
848 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php
849 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php
850 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
851 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php
852 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
853 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php
854 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php
855 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
856 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
857 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
858 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php
859 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php
860 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
861 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
862 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php
863 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
864 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
865 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
866 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
867 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php
868 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
869 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
870 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
871 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
872 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
873 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
874 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
875 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php
876 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolvePrivatesPass.php
877 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
878 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
879 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
880 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
881 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
882 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
883 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php
884 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php
885 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
886 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php
887 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NodeInterface.php
888 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
889 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
890 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php
891 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php
892 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
893 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
894 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php
895 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php
896 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php
897 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php
898 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php
899 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php
900 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php
901 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php
902 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php
903 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php
904 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php
905 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php
906 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php
907 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php
908 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php
909 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php
910 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php
911 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
912 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
913 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php
914 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php
915 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ClassExistenceResource.php
916 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
917 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
918 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php
919 /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php
920 /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php
921 /modules/psxmarketingwithgoogle/classes/config/Config.php
922 /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php
923 /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php
924 /modules/dpdfrance/dpdfrance.php
925 /modules/dpdfrance/config/config.inc.php
926 /modules/dpdfrance/config/private_key.php
927 /classes/module/CarrierModule.php
928 /modules/dpdfrance/translations/fr.php
929 /modules/dpdfrance/src/Util/DPDTools.php
930 /modules/dpdfrance/src/Util/DPDConfig.php
931 /src/Core/Product/Search/ProductSearchContext.php
932 /src/Core/Product/Search/ProductSearchQuery.php
933 /src/Core/Product/Search/SortOrder.php
934 /modules/ps_facetedsearch/ps_facetedsearch.php
935 /modules/ps_facetedsearch/src/HookDispatcher.php
936 /modules/ps_facetedsearch/src/Hook/Attribute.php
937 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
938 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
939 /modules/ps_facetedsearch/src/Hook/Category.php
940 /modules/ps_facetedsearch/src/Hook/Configuration.php
941 /modules/ps_facetedsearch/src/Hook/Design.php
942 /modules/ps_facetedsearch/src/Hook/Feature.php
943 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
944 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
945 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
946 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
947 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
948 /modules/ps_facetedsearch/src/Hook/Product.php
949 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
950 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
951 /modules/ps_facetedsearch/src/Filters/Provider.php
952 /modules/ps_facetedsearch/src/URLSerializer.php
953 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
954 /modules/ps_facetedsearch/src/Product/SearchProvider.php
955 /src/Core/Product/Search/FacetsRendererInterface.php
956 /src/Core/Product/Search/ProductSearchProviderInterface.php
957 /modules/ps_facetedsearch/src/Filters/Converter.php
958 /modules/ps_facetedsearch/src/Product/SearchFactory.php
959 /src/Core/Product/Search/ProductSearchResult.php
960 /classes/Manufacturer.php
961 /src/Core/Util/String/StringModifier.php
962 /src/Core/Util/String/StringModifierInterface.php
963 /modules/ps_facetedsearch/src/Product/Search.php
964 /modules/ps_facetedsearch/src/Adapter/MySQL.php
965 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
966 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
967 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
968 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
969 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
970 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
971 /modules/ps_facetedsearch/src/Filters/Products.php
972 /classes/stock/StockAvailable.php
973 /modules/ps_facetedsearch/src/Filters/Block.php
974 /src/Core/Product/Search/Facet.php
975 /src/Core/Product/Search/Filter.php
976 /src/Core/Product/Search/FacetCollection.php
977 /classes/ProductAssembler.php
978 /classes/Combination.php
979 /classes/tax/Tax.php
980 /classes/SpecificPrice.php
981 /classes/tax/TaxManagerFactory.php
982 /classes/tax/TaxRulesTaxManager.php
983 /classes/tax/TaxManagerInterface.php
984 /classes/tax/TaxCalculator.php
985 /classes/GroupReduction.php
986 /src/Core/Localization/CLDR/ComputingPrecision.php
987 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
988 /classes/Pack.php
989 /override/classes/order/Order.php
990 /classes/order/Order.php
991 /classes/Feature.php
992 /vendor/prestashop/decimal/src/DecimalNumber.php
993 /vendor/prestashop/decimal/src/Builder.php
994 /vendor/prestashop/decimal/src/Operation/Addition.php
995 /src/Core/Domain/Combination/CombinationSettings.php
996 /classes/ProductPresenterFactory.php
997 /src/Adapter/Presenter/Product/ProductListingPresenter.php
998 /src/Adapter/Presenter/Product/ProductPresenter.php
999 /src/Adapter/Product/ProductColorsRetriever.php
1000 /src/Core/Product/ProductPresentationSettings.php
1001 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1002 /src/Adapter/Presenter/Product/ProductLazyArray.php
1003 /classes/Image.php
1004 /classes/Smarty/SmartyDevTemplate.php
1005 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
1006 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
1007 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
1008 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1009 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
1010 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
1011 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
1012 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
1013 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
1014 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
1015 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1016 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
1017 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
1018 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
1019 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1020 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
1021 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
1022 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
1023 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
1024 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1025 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
1026 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1027 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1028 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
1029 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
1030 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1031 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
1032 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
1033 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
1034 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1035 /var/cache/dev/smarty/compile/savoir_fhair_theme/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1036 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1037 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1038 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1039 /var/cache/dev/smarty/compile/savoir_fhair_theme/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1040 /src/Core/Product/Search/Pagination.php
1041 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
1042 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
1043 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/64/b3/ee/64b3ee190bbe7ac567da8d586603e7dcd3f37479_2.file.category.tpl.php
1044 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
1045 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/7a/c5/08/7ac508359b3ab3d6d8257d53fe3e422e4681ee83_2.file.product-list.tpl.php
1046 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/db/65/7f/db657fc7a6abaaeaa7b3a5f2e1db1ba34e071069_2.file.layout-left-column.tpl.php
1047 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/c1/ce/d3/c1ced35104aea3aa39a734da80bd3267fec77f63_2.parent.layoutslayoutleftcolumn.tpl.php
1048 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/0e/b7/50/0eb75070a79d2c0c36e3437309a41967789f05db_2.file.layout-both-columns.tpl.php
1049 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php
1050 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
1051 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/7b/a4/39/7ba43964a2af00bfc5a6f0adacaa41a5931b83c3_2.file.helpers.tpl.php
1052 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1053 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/39/da/ff/39daff6a758d049023edb5d1adbab2f2787f6b52_2.file.head.tpl.php
1054 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php
1055 /var/cache/dev/smarty/compile/savoir_fhair_theme/ab/9a/c2/ab9ac2651caebbca613749ff5674b89ed2ff61ad_2.file.displayFontTags.tpl.php
1056 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
1057 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/00/5e/b4/005eb493030677236f78db03a6d270628edb31c9_2.file.head-jsonld.tpl.php
1058 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
1059 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
1060 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1061 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/dc/7f/c2/dc7fc2beb9a549065d4adb8ccc41c663d254d592_2.file.pagination-seo.tpl.php
1062 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1063 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/12/4e/50/124e50ff871a2337b9b3f15244718174ae89ded2_2.file.stylesheets.tpl.php
1064 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/50/fc/8f/50fc8f551195b7f274194287c61b16faf5745d33_2.file.javascript.tpl.php
1065 /classes/ProductDownload.php
1066 /src/Core/Cart/Calculator.php
1067 /src/Core/Cart/CartRowCollection.php
1068 /src/Core/Cart/Fees.php
1069 /src/Core/Cart/AmountImmutable.php
1070 /src/Core/Cart/CartRuleCollection.php
1071 /src/Core/Cart/CartRuleCalculator.php
1072 /src/Adapter/Product/PriceCalculator.php
1073 /src/Core/Cart/CartRow.php
1074 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1075 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/10/52/d9/1052d9d25ae5dc29593557eadd62a5248b39836b_2.file.product-activation.tpl.php
1076 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/d3/1c/39/d31c39c4a69fb202d13bdfbf60fc1dd8cbaacd9d_2.file.header.tpl.php
1077 /var/cache/dev/smarty/compile/savoir_fhair_theme/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
1078 /modules/ps_customersignin/ps_customersignin.php
1079 /var/cache/dev/smarty/compile/savoir_fhair_theme/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
1080 /modules/ps_mainmenu/ps_mainmenu.php
1081 /modules/ps_mainmenu/ps_menutoplinks.class.php
1082 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
1083 /var/cache/dev/smarty/compile/savoir_fhair_theme/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
1084 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/e3/09/36/e30936bdbcbcef03a679376ea2051fd9aa4c97c2_2.file.notifications.tpl.php
1085 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/26/57/dd/2657dd21df74f837e90ce425468cf8e9d372b087_2.file.breadcrumb.tpl.php
1086 /var/cache/dev/smarty/compile/savoir_fhair_theme/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1087 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/d4/99/b4/d499b466f040040c93bed1abfc01b89903287901_2.file.category-header.tpl.php
1088 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/d6/62/4a/d6624adf9a269a732eaf1d31218e36be5ef85cc1_2.file.subcategories.tpl.php
1089 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/e8/7e/6f/e87e6f74b388d6f83e6d849100efe131ef8cd5d7_2.file.products-top.tpl.php
1090 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/19/15/fa/1915fad99e888891d9ea8a8d65b3e95843e92e23_2.file.sort-orders.tpl.php
1091 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/f1/8e/fc/f18efc1d6ad39f39bad3aa30e488f8141a34c7ea_2.file.products.tpl.php
1092 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/d8/0c/22/d80c224f0273a40e8e49c9d410e698a5090ffe4f_2.file.productlist.tpl.php
1093 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/50/a1/90/50a1908122137b7501ddcd167fadda9886a5986a_2.file.product.tpl.php
1094 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/30/39/92/303992c5084c0b1c54f8fd077602fd37fbfc631c_2.file.pagination.tpl.php
1095 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/ff/48/e5/ff48e5c3a12c86af65373d41a9f1389268995854_2.file.products-bottom.tpl.php
1096 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/b1/7a/cc/b17acc659f21933ce50b060042c83989076c0378_2.file.category-footer.tpl.php
1097 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/2a/f6/b0/2af6b0eb66aab866ebbb5418678648eaae29b69c_2.file.footer.tpl.php
1098 /modules/ps_banner/ps_banner.php
1099 /var/cache/dev/smarty/compile/savoir_fhair_theme/64/03/40/64034093fbda864710a2c0f526b37f921e53ee39_2.module.ps_bannerps_banner.tpl.php
1100 /var/cache/dev/smarty/compile/savoir_fhair_theme/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1101 /var/cache/dev/smarty/compile/savoir_fhair_theme/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.php
1102 /modules/ps_linklist/ps_linklist.php
1103 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1104 /modules/ps_linklist/src/Filter/LinkFilter.php
1105 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1106 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1107 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1108 /modules/ps_linklist/src/Model/LinkBlock.php
1109 /classes/CMS.php
1110 /var/cache/dev/smarty/compile/savoir_fhair_theme/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
1111 /var/cache/dev/smarty/compile/savoir_fhair_themelayouts_layout_left_column_tpl/a3/1f/b3/a31fb3b56bddb71b975c84afceffbeb073a7c9ac_2.file.password-policy-template.tpl.php
1112 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1113 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1114 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1115 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1116 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1117 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1118 /modules/statsdata/statsdata.php
1119 /classes/Connection.php
1120 /classes/ConnectionsSource.php