Suppliers

No supplier

Subcategories

Active filters

Load Time 1955 ms
Querying Time 1757 ms
Queries 680
Memory Peak Usage 52.0 Mb
Included Files 925 files - 10.48 Mb
PrestaShop Cache - Mb
Global vars 0.13 Mb
PrestaShop Version 8.2.1
PHP Version 7.4.33
MySQL Version 8.0.41-32
Memory Limit 512M
Max Execution Time 165s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 4.731 ms 4.731 ms 16.70 Mb 17.3 Mb
__construct 0.030 ms 4.761 ms - Mb 17.3 Mb
init 175.980 ms 180.741 ms 6.60 Mb 23.6 Mb
checkAccess 0.002 ms 180.743 ms - Mb 23.6 Mb
setMedia 6.092 ms 186.835 ms 0.99 Mb 24.5 Mb
postProcess 0.001 ms 186.836 ms - Mb 24.5 Mb
initHeader 0.001 ms 186.837 ms - Mb 24.5 Mb
initContent 1389 ms 1576 ms 8.07 Mb 32.4 Mb
initFooter 0.002 ms 1576 ms - Mb 32.4 Mb
display 378.962 ms 1955 ms 16.50 Mb 52.0 Mb
Hook Time Memory Usage
DisplayBeforeBodyClosingTag 107.461 ms 0.69 Mb
displayProductListReviews 58.680 ms 3.38 Mb
displayLeftColumn 55.061 ms 4.88 Mb
displayNav2 8.609 ms 0.33 Mb
displayFooter 4.103 ms 0.20 Mb
displayFooterBefore 3.165 ms 0.11 Mb
displayNav1 3.022 ms 0.07 Mb
displayTop 2.665 ms 0.11 Mb
ActionDispatcherBefore 1.523 ms - Mb
ProductSearchProvider 1.297 ms 0.18 Mb
DisplayFooter 0.986 ms 0.11 Mb
ActionFrontControllerSetMedia 0.983 ms 0.19 Mb
DisplayHeader 0.408 ms 0.02 Mb
DisplayLeftColumn 0.239 ms - Mb
DisplayTop 0.029 ms - Mb
DisplayAfterBodyOpeningTag 0.004 ms - Mb
DisplayFooterBefore 0.004 ms - Mb
DisplayFooterAfter 0.004 ms - Mb
DisplayNavFullWidth 0.003 ms - Mb
19 hook(s) 248.247 ms 10.28 Mb
Module Time Memory Usage
ps_mbo 15.479 ms 2.79 Mb
blockreassurance 1.992 ms 0.35 Mb
blockwishlist 1.405 ms 0.17 Mb
ps_emailsubscription 3.189 ms 0.28 Mb
ps_socialfollow 1.487 ms 0.12 Mb
ps_emailalerts 1.394 ms 0.27 Mb
ps_shoppingcart 2.957 ms 0.20 Mb
ps_searchbar 1.431 ms 0.08 Mb
ps_imageslider 1.167 ms 0.23 Mb
productcomments 59.585 ms 3.58 Mb
ps_googleanalytics 98.887 ms 0.43 Mb
ps_facetedsearch 4.026 ms 0.61 Mb
ps_contactinfo 4.741 ms 0.17 Mb
ps_languageselector 2.004 ms 0.09 Mb
ps_currencyselector 2.831 ms 0.09 Mb
ps_customersignin 1.640 ms 0.08 Mb
ps_mainmenu 2.945 ms 0.34 Mb
pagesnotfound 0.270 ms 0.05 Mb
ps_categorytree 51.579 ms 4.72 Mb
ps_brandlist 2.701 ms 0.22 Mb
ps_supplierlist 1.633 ms 0.10 Mb
ps_linklist 7.235 ms 1.93 Mb
ps_customeraccountlinks 1.441 ms 0.10 Mb
statsdata 9.250 ms 0.37 Mb
24 module(s) 281.268 ms 17.37 Mb

Stopwatch SQL - 680 queries

# Query Time (ms) Rows Filesort Group By Location
283
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=3677 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
1142 ms 1094860800 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
661
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 (1038,105,104,103,1063,925,795,979,967,969,971,1029) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC
81.284 ms 312800 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
574
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
34.676 ms 1839 Yes Yes /classes/Category.php:799
27
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
9.595 ms 1 /src/Adapter/EntityMapper.php:71
32
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
6.831 ms 1 /src/Adapter/EntityMapper.php:71
17
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
6.673 ms 860 Yes Yes /classes/Hook.php:1289
47
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` = 2  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
6.227 ms 225 Yes Yes /classes/Category.php:924
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
5.339 ms 878 /classes/Configuration.php:180
583
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1038) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
5.302 ms 1 Yes Yes /classes/Product.php:4524
42
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
4.182 ms 1 /src/Adapter/EntityMapper.php:71
385
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 12392) LIMIT 1
4.157 ms 1 /src/Adapter/EntityMapper.php:71
28
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
4.006 ms 2 Yes /classes/Currency.php:709
476
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 971 AND id_shop=1 LIMIT 1
3.474 ms 1 /classes/Product.php:6876
590
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (12511)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
3.469 ms 1 /classes/Product.php:2752
15
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
3.414 ms 1014 /classes/Hook.php:1388
596
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (12502)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
2.673 ms 1 /classes/Product.php:2752
589
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1038
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
2.557 ms 1 Yes Yes /classes/Product.php:2734
402
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` = 13021) LIMIT 1
2.542 ms 1 /src/Adapter/EntityMapper.php:71
46
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
2.499 ms 1 /classes/Category.php:1754
303
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.480 ms 0 /classes/Hook.php:1348
586
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1038) LIMIT 1
2.346 ms 1 /src/Adapter/EntityMapper.php:71
16
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
2.311 ms 86 Yes /classes/Dispatcher.php:654
612
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (925) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.085 ms 1 Yes Yes /classes/Product.php:4524
601
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (12501)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.982 ms 1 /classes/Product.php:2752
30
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
1.933 ms 1 /classes/shop/Shop.php:1183
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.gasgas-online.com' OR su.domain_ssl = 'www.gasgas-online.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.889 ms 1 Yes /classes/shop/Shop.php:1364
679
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('10485', '', 'www.gasgas-online.com/en/2-accueil?page=70', '', '2025-06-16 09:43:39')
1.887 ms 1 /classes/ObjectModel.php:622
674
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
1.868 ms 1 /classes/ObjectModel.php:622
606
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (12499)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.863 ms 1 /classes/Product.php:2752
591
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (105) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.857 ms 1 Yes Yes /classes/Product.php:4524
304
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.829 ms 340 /classes/Hook.php:459
43
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
1.790 ms 2 /src/Adapter/EntityMapper.php:79
479
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` = 971 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` = 971 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.755 ms 0 /classes/Cart.php:1430
38
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` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
1.754 ms 1 /src/Adapter/EntityMapper.php:71
19
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
1.740 ms 1014 /classes/Hook.php:1348
650
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (13576)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.725 ms 1 /classes/Product.php:2752
611
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (12392)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.715 ms 1 /classes/Product.php:2752
629
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (13866)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.685 ms 1 /classes/Product.php:2752
419
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 795
AND pac.`id_product_attribute` = 13697
AND agl.`id_lang` = 2
1.596 ms 1 /classes/Product.php:7535
285
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-06-16 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
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 (1038,105,104,103,1063,925,795,979,967,969,971,1029)
1.594 ms 12 /classes/ProductAssembler.php:95
501
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1029
AND pac.`id_product_attribute` = 13576
AND agl.`id_lang` = 2
1.588 ms 1 /classes/Product.php:7535
400
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 925
ORDER BY f.position ASC
1.576 ms 3 Yes /classes/Product.php:6021
598
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 104) LIMIT 1
1.571 ms 1 /src/Adapter/EntityMapper.php:71
618
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (795) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.544 ms 1 Yes Yes /classes/Product.php:4524
607
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1063) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.504 ms 1 Yes Yes /classes/Product.php:4524
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
1.475 ms 1 Yes /classes/shop/Shop.php:715
597
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (104) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.471 ms 1 Yes Yes /classes/Product.php:4524
6
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
1.467 ms 1 /src/Adapter/EntityMapper.php:71
335
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 105
ORDER BY f.position ASC
1.466 ms 3 Yes /classes/Product.php:6021
595
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 105
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.465 ms 1 Yes Yes /classes/Product.php:2734
562
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
1.440 ms 2 /classes/Currency.php:1136
417
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 795
ORDER BY f.position ASC
1.438 ms 3 Yes /classes/Product.php:6021
645
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1029) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.420 ms 1 Yes Yes /classes/Product.php:4524
39
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
1.408 ms 1 /src/Adapter/EntityMapper.php:71
614
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 925 AND `id_shop` = 1
1.405 ms 2 /src/Adapter/EntityMapper.php:79
644
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (13854)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.397 ms 1 /classes/Product.php:2752
602
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (103) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.384 ms 1 Yes Yes /classes/Product.php:4524
624
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.335 ms 1 Yes Yes /classes/Product.php:4524
436
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 979
AND pac.`id_product_attribute` = 13866
AND agl.`id_lang` = 2
1.334 ms 1 /classes/Product.php:7535
639
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (13856)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.331 ms 1 /classes/Product.php:2752
316
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 1038
ORDER BY f.position ASC
1.329 ms 3 Yes /classes/Product.php:6021
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
1.321 ms 2 /classes/Language.php:1080
678
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10487', '16', '3628718223', '', '1', '1', '2025-06-16 09:43:39')
1.319 ms 1 /classes/ObjectModel.php:622
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
1.309 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
1.295 ms 1 /classes/Cart.php:4255
635
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (969) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.290 ms 1 Yes Yes /classes/Product.php:4524
592
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105) LIMIT 1
1.280 ms 1 /src/Adapter/EntityMapper.php:71
294
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0
1.279 ms 320 /classes/SpecificPrice.php:310
617
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (13021)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.248 ms 1 /classes/Product.php:2752
484
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 971
AND pac.`id_product_attribute` = 13854
AND agl.`id_lang` = 2
1.240 ms 1 /classes/Product.php:7535
317
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1038
AND pac.`id_product_attribute` = 12511
AND agl.`id_lang` = 2
1.235 ms 1 /classes/Product.php:7535
584
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
1.225 ms 1 /classes/module/Module.php:2664
483
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 971
ORDER BY f.position ASC
1.214 ms 5 Yes /classes/Product.php:6021
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 103) AND (b.`id_shop` = 1) LIMIT 1
1.214 ms 1 /src/Adapter/EntityMapper.php:71
367
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 103
ORDER BY f.position ASC
1.207 ms 2 Yes /classes/Product.php:6021
587
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1038 AND `id_shop` = 1
1.205 ms 2 /src/Adapter/EntityMapper.php:79
640
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (971) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.201 ms 1 Yes Yes /classes/Product.php:4524
567
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
1.194 ms 1 /classes/Cart.php:1303
359
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 103)
1.191 ms 1 /classes/Product.php:3860
336
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 105
AND pac.`id_product_attribute` = 12502
AND agl.`id_lang` = 2
1.185 ms 1 /classes/Product.php:7535
447
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` = 967 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` = 967 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.178 ms 0 /classes/Cart.php:1430
468
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 969
AND pac.`id_product_attribute` = 13856
AND agl.`id_lang` = 2
1.172 ms 1 /classes/Product.php:7535
413
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` = 795 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` = 795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.169 ms 0 /classes/Cart.php:1430
467
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 969
ORDER BY f.position ASC
1.135 ms 5 Yes /classes/Product.php:6021
492
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` = 1029)
1.135 ms 1 /classes/Product.php:3860
302
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1038 AND id_shop=1 LIMIT 1
1.135 ms 1 /classes/Product.php:6876
649
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1029
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.134 ms 1 Yes Yes /classes/Product.php:2734
463
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` = 969 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` = 969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.125 ms 0 /classes/Cart.php:1430
623
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (13697)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.124 ms 1 /classes/Product.php:2752
363
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 103 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` = 103 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.113 ms 0 /classes/Cart.php:1430
496
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` = 1029 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` = 1029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.103 ms 0 /classes/Cart.php:1430
401
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 925
AND pac.`id_product_attribute` = 13021
AND agl.`id_lang` = 2
1.101 ms 1 /classes/Product.php:7535
431
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` = 979 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` = 979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.100 ms 0 /classes/Cart.php:1430
630
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (967) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.100 ms 1 Yes Yes /classes/Product.php:4524
331
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` = 105 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` = 105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.097 ms 0 /classes/Cart.php:1430
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
1.093 ms 2 /classes/Language.php:1216
600
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 104
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.086 ms 1 Yes Yes /classes/Product.php:2734
452
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 967
AND pac.`id_product_attribute` = 13870
AND agl.`id_lang` = 2
1.084 ms 1 /classes/Product.php:7535
435
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 979
ORDER BY f.position ASC
1.078 ms 4 Yes /classes/Product.php:6021
504
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1038) AND (b.`id_shop` = 1) LIMIT 1
1.068 ms 1 /src/Adapter/EntityMapper.php:71
605
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 103
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.066 ms 1 Yes Yes /classes/Product.php:2734
515
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 104
ORDER BY `position`
1.060 ms 1 Yes /classes/Product.php:3545
530
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 795) AND (b.`id_shop` = 1) LIMIT 1
1.041 ms 1 /src/Adapter/EntityMapper.php:71
594
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 2950 LIMIT 1
1.037 ms 0 /classes/Category.php:1378
610
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 1063
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.034 ms 1 Yes Yes /classes/Product.php:2734
631
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 967) LIMIT 1
1.034 ms 1 /src/Adapter/EntityMapper.php:71
347
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` = 104 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` = 104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.033 ms 0 /classes/Cart.php:1430
383
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 1063
ORDER BY f.position ASC
1.031 ms 2 Yes /classes/Product.php:6021
634
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (13870)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.030 ms 1 /classes/Product.php:2752
36
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
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
1.030 ms 1 /src/Adapter/EntityMapper.php:71
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
1.025 ms 1 /classes/shop/Shop.php:218
327
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` = 105)
1.023 ms 1 /classes/Product.php:3860
662
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 12511
ORDER BY ag.`position` ASC, a.`position` ASC
1.023 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
510
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105) AND (b.`id_shop` = 1) LIMIT 1
1.020 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
1.019 ms 87 /classes/Hook.php:342
451
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 967
ORDER BY f.position ASC
1.005 ms 3 Yes /classes/Product.php:6021
599
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 104 AND `id_shop` = 1
0.998 ms 2 /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.996 ms 1 /classes/shop/ShopUrl.php:182
633
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 967
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.986 ms 1 Yes Yes /classes/Product.php:2734
409
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` = 795)
0.984 ms 1 /classes/Product.php:3860
379
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1063 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` = 1063 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.980 ms 0 /classes/Cart.php:1430
312
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` = 1038 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` = 1038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.977 ms 0 /classes/Cart.php:1430
636
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 969) LIMIT 1
0.977 ms 1 /src/Adapter/EntityMapper.php:71
396
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` = 925 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` = 925 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.975 ms 0 /classes/Cart.php:1430
37
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.974 ms 2 /classes/Language.php:883
351
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 104
ORDER BY f.position ASC
0.961 ms 2 Yes /classes/Product.php:6021
418
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 2)
WHERE pa.id_product = 795
0.950 ms 4 /classes/Product.php:6052
500
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 1029
ORDER BY f.position ASC
0.950 ms 3 Yes /classes/Product.php:6021
511
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 105
ORDER BY `position`
0.950 ms 1 Yes /classes/Product.php:3545
641
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 971) LIMIT 1
0.949 ms 1 /src/Adapter/EntityMapper.php:71
21
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.947 ms 71 /classes/module/Module.php:346
659
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.938 ms 1 /classes/Country.php:405
352
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` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 104
AND pac.`id_product_attribute` = 12501
AND agl.`id_lang` = 2
0.935 ms 1 /classes/Product.php:7535
314
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` = 12511
AND cp.`id_cart` = 0 AND cp.`id_product` = 1038 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` = 12511
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.934 ms 0 /classes/Cart.php:1430
593
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 105 AND `id_shop` = 1
0.931 ms 2 /src/Adapter/EntityMapper.php:79
579
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_brandlist" LIMIT 1
0.931 ms 1 /classes/module/Module.php:2664
603
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 103) LIMIT 1
0.929 ms 1 /src/Adapter/EntityMapper.php:71
546
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 971) AND (b.`id_shop` = 1) LIMIT 1
0.924 ms 1 /src/Adapter/EntityMapper.php:71
613
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 925) LIMIT 1
0.921 ms 1 /src/Adapter/EntityMapper.php:71
505
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` = 2)
WHERE i.`id_product` = 1038
ORDER BY `position`
0.917 ms 1 Yes /classes/Product.php:3545
646
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1029) LIMIT 1
0.908 ms 1 /src/Adapter/EntityMapper.php:71
368
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 103
AND pac.`id_product_attribute` = 12499
AND agl.`id_lang` = 2
0.907 ms 1 /classes/Product.php:7535
523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1063
ORDER BY `position`
0.904 ms 1 Yes /classes/Product.php:3545
375
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1063)
0.901 ms 1 /classes/Product.php:3860
29
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.895 ms 2 /classes/Language.php:883
538
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 967) AND (b.`id_shop` = 1) LIMIT 1
0.892 ms 1 /src/Adapter/EntityMapper.php:71
384
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1063
AND pac.`id_product_attribute` = 12392
AND agl.`id_lang` = 2
0.880 ms 1 /classes/Product.php:7535
619
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 795) LIMIT 1
0.877 ms 1 /src/Adapter/EntityMapper.php:71
616
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 925
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.874 ms 1 Yes Yes /classes/Product.php:2734
519
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 103
ORDER BY `position`
0.874 ms 1 Yes /classes/Product.php:3545
677
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 16 AND `id_object` = 2 LIMIT 1
0.872 ms 1 /classes/Page.php:83
301
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` = 1038)
0.870 ms 1 /classes/Product.php:3860
575
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1
0.870 ms 2 /classes/Category.php:2242
608
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1063) LIMIT 1
0.868 ms 1 /src/Adapter/EntityMapper.php:71
443
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` = 967)
0.862 ms 1 /classes/Product.php:3860
585
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.858 ms 1 /classes/module/Module.php:2137
287
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 3082 LIMIT 1
0.858 ms 1 /classes/Category.php:1378
522
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1063) AND (b.`id_shop` = 1) LIMIT 1
0.856 ms 1 /src/Adapter/EntityMapper.php:71
535
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 979
ORDER BY `position`
0.856 ms 1 Yes /classes/Product.php:3545
534
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 979) AND (b.`id_shop` = 1) LIMIT 1
0.853 ms 1 /src/Adapter/EntityMapper.php:71
652
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.850 ms 1 /classes/module/Module.php:2137
531
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 795
ORDER BY `position`
0.849 ms 1 Yes /classes/Product.php:3545
550
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1029) AND (b.`id_shop` = 1) LIMIT 1
0.847 ms 1 /src/Adapter/EntityMapper.php:71
175
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2493) AND (b.`id_shop` = 1) LIMIT 1
0.846 ms 1 /src/Adapter/EntityMapper.php:71
628
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 979
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.845 ms 1 Yes Yes /classes/Product.php:2734
527
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 925
ORDER BY `position`
0.844 ms 1 Yes /classes/Product.php:3545
465
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` = 13856
AND cp.`id_cart` = 0 AND cp.`id_product` = 969 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` = 13856
AND cp.`id_cart` = 0 AND p.`id_product_item` = 969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.842 ms 0 /classes/Cart.php:1430
555
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.835 ms 1 /classes/module/Module.php:2664
622
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 795
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.834 ms 1 Yes Yes /classes/Product.php:2734
539
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` = 2)
WHERE i.`id_product` = 967
ORDER BY `position`
0.833 ms 1 Yes /classes/Product.php:3545
557
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.829 ms 1 /classes/Country.php:405
620
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 795 AND `id_shop` = 1
0.823 ms 2 /src/Adapter/EntityMapper.php:79
625
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 979) LIMIT 1
0.823 ms 1 /src/Adapter/EntityMapper.php:71
643
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 971
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.819 ms 1 Yes Yes /classes/Product.php:2734
449
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13870
AND cp.`id_cart` = 0 AND cp.`id_product` = 967 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` = 13870
AND cp.`id_cart` = 0 AND p.`id_product_item` = 967 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.818 ms 0 /classes/Cart.php:1430
542
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 969) AND (b.`id_shop` = 1) LIMIT 1
0.816 ms 1 /src/Adapter/EntityMapper.php:71
475
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` = 971)
0.814 ms 1 /classes/Product.php:3860
660
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.810 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
521
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (12499) AND il.`id_lang` = 2 ORDER by i.`position`
0.810 ms 1 Yes /classes/Product.php:2921
487
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` = 1029
AND image_shop.`cover` = 1 LIMIT 1
0.808 ms 1 /classes/Product.php:3570
651
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.800 ms 1 /classes/module/Module.php:2664
26
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.799 ms 1 /modules/ps_mbo/ps_mbo.php:335
33
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.794 ms 2 /classes/Language.php:883
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.794 ms 1 /src/Adapter/EntityMapper.php:71
549
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 (13854) AND il.`id_lang` = 2 ORDER by i.`position`
0.793 ms 1 Yes /classes/Product.php:2921
675
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10487
AND `date_add` > '2025-06-16 09:13:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.793 ms 1 Yes /classes/Connection.php:168
404
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` = 795
AND image_shop.`cover` = 1 LIMIT 1
0.792 ms 1 /classes/Product.php:3570
455
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` = 969
AND image_shop.`cover` = 1 LIMIT 1
0.790 ms 1 /classes/Product.php:3570
333
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` = 12502
AND cp.`id_cart` = 0 AND cp.`id_product` = 105 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` = 12502
AND cp.`id_cart` = 0 AND p.`id_product_item` = 105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.789 ms 0 /classes/Cart.php:1430
305
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 22
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.785 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
326
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` = 105 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-16 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-16 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 0 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.785 ms 1 Yes /classes/SpecificPrice.php:576
310
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.785 ms 0 /classes/tax/TaxRulesTaxManager.php:109
514
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 104) AND (b.`id_shop` = 1) LIMIT 1
0.784 ms 1 /src/Adapter/EntityMapper.php:71
433
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` = 13866
AND cp.`id_cart` = 0 AND cp.`id_product` = 979 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` = 13866
AND cp.`id_cart` = 0 AND p.`id_product_item` = 979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.783 ms 0 /classes/Cart.php:1430
306
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 51) LIMIT 1
0.782 ms 1 /src/Adapter/EntityMapper.php:71
543
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` = 2)
WHERE i.`id_product` = 969
ORDER BY `position`
0.780 ms 1 Yes /classes/Product.php:3545
416
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` = 795 AND pa.`id_product` = 795 AND pa.`id_product_attribute` = 13697 LIMIT 1
0.777 ms 1 /classes/Product.php:1209
300
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` = 1038 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-16 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-16 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 0 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.777 ms 1 Yes /classes/SpecificPrice.php:576
398
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` = 13021
AND cp.`id_cart` = 0 AND cp.`id_product` = 925 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` = 13021
AND cp.`id_cart` = 0 AND p.`id_product_item` = 925 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.775 ms 0 /classes/Cart.php:1430
621
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 3468 LIMIT 1
0.774 ms 0 /classes/Category.php:1378
415
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` = 13697
AND cp.`id_cart` = 0 AND cp.`id_product` = 795 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` = 13697
AND cp.`id_cart` = 0 AND p.`id_product_item` = 795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.773 ms 0 /classes/Cart.php:1430
498
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` = 13576
AND cp.`id_cart` = 0 AND cp.`id_product` = 1029 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` = 13576
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.770 ms 0 /classes/Cart.php:1430
482
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` = 971 AND pa.`id_product` = 971 AND pa.`id_product_attribute` = 13854 LIMIT 1
0.769 ms 1 /classes/Product.php:1209
434
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` = 979 AND pa.`id_product` = 979 AND pa.`id_product_attribute` = 13866 LIMIT 1
0.765 ms 1 /classes/Product.php:1209
315
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` = 1038 AND pa.`id_product` = 1038 AND pa.`id_product_attribute` = 12511 LIMIT 1
0.764 ms 1 /classes/Product.php:1209
551
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` = 2)
WHERE i.`id_product` = 1029
ORDER BY `position`
0.762 ms 1 Yes /classes/Product.php:3545
588
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 3082 LIMIT 1
0.761 ms 0 /classes/Category.php:1378
427
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` = 979)
0.760 ms 1 /classes/Product.php:3860
18
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.756 ms 87 /classes/Hook.php:290
45
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.755 ms 1 /classes/Category.php:2450
638
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 969
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.753 ms 1 Yes Yes /classes/Product.php:2734
578
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 3677 AND c.`nleft` >= 2 AND c.`nright` <= 3677 ORDER BY `nleft` DESC
0.750 ms 1 /classes/Category.php:1600
392
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` = 925)
0.747 ms 1 /classes/Product.php:3860
507
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 (12511) AND il.`id_lang` = 2 ORDER by i.`position`
0.738 ms 1 Yes /classes/Product.php:2921
647
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1029 AND `id_shop` = 1
0.737 ms 2 /src/Adapter/EntityMapper.php:79
526
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 925) AND (b.`id_shop` = 1) LIMIT 1
0.733 ms 1 /src/Adapter/EntityMapper.php:71
286
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` = 1038
AND image_shop.`cover` = 1 LIMIT 1
0.732 ms 1 /classes/Product.php:3570
280
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.731 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
371
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1063
AND image_shop.`cover` = 1 LIMIT 1
0.731 ms 1 /classes/Product.php:3570
626
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 979 AND `id_shop` = 1
0.726 ms 2 /src/Adapter/EntityMapper.php:79
525
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (12392) AND il.`id_lang` = 2 ORDER by i.`position`
0.719 ms 1 Yes /classes/Product.php:2921
604
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 103 AND `id_shop` = 1
0.719 ms 2 /src/Adapter/EntityMapper.php:79
466
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` = 969 AND pa.`id_product` = 969 AND pa.`id_product_attribute` = 13856 LIMIT 1
0.717 ms 1 /classes/Product.php:1209
627
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 3152 LIMIT 1
0.713 ms 0 /classes/Category.php:1378
397
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 925) AND (id_product_attribute = 13021) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.712 ms 1 /classes/stock/StockAvailable.php:453
459
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` = 969)
0.708 ms 1 /classes/Product.php:3860
529
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13021) AND il.`id_lang` = 2 ORDER by i.`position`
0.708 ms 1 Yes /classes/Product.php:2921
481
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` = 13854
AND cp.`id_cart` = 0 AND cp.`id_product` = 971 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` = 13854
AND cp.`id_cart` = 0 AND p.`id_product_item` = 971 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.708 ms 0 /classes/Cart.php:1430
580
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 45 AND `id_shop` = 1 LIMIT 1
0.705 ms 1 /classes/module/Module.php:2137
513
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (12502) AND il.`id_lang` = 2 ORDER by i.`position`
0.704 ms 1 Yes /classes/Product.php:2921
343
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` = 104)
0.703 ms 1 /classes/Product.php:3860
497
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1029) AND (id_product_attribute = 13576) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.701 ms 1 /classes/stock/StockAvailable.php:453
23
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.701 ms 1 /modules/ps_mbo/ps_mbo.php:335
324
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 105 LIMIT 1
0.699 ms 1 /classes/SpecificPrice.php:435
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` = 967
AND image_shop.`cover` = 1 LIMIT 1
0.692 ms 1 /classes/Product.php:3570
541
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 (13870) AND il.`id_lang` = 2 ORDER by i.`position`
0.692 ms 1 Yes /classes/Product.php:2921
450
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` = 967 AND pa.`id_product` = 967 AND pa.`id_product_attribute` = 13870 LIMIT 1
0.691 ms 1 /classes/Product.php:1209
25
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.688 ms 1 /modules/ps_mbo/ps_mbo.php:325
320
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` = 105
AND image_shop.`cover` = 1 LIMIT 1
0.684 ms 1 /classes/Product.php:3570
387
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 925
AND image_shop.`cover` = 1 LIMIT 1
0.684 ms 1 /classes/Product.php:3570
533
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13697) AND il.`id_lang` = 2 ORDER by i.`position`
0.683 ms 1 Yes /classes/Product.php:2921
378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1063) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.681 ms 1 /classes/stock/StockAvailable.php:453
556
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.680 ms 1 /classes/module/Module.php:2137
22
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.677 ms 1 /modules/ps_mbo/ps_mbo.php:325
422
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` = 979
AND image_shop.`cover` = 1 LIMIT 1
0.675 ms 1 /classes/Product.php:3570
559
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.673 ms 1 /classes/module/Module.php:2137
471
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` = 971
AND image_shop.`cover` = 1 LIMIT 1
0.673 ms 1 /classes/Product.php:3570
339
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` = 104
AND image_shop.`cover` = 1 LIMIT 1
0.672 ms 1 /classes/Product.php:3570
284
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="144fccdb19ea90e53bd6bf2720c59597" LIMIT 1
0.671 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
547
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` = 2)
WHERE i.`id_product` = 971
ORDER BY `position`
0.668 ms 1 Yes /classes/Product.php:3545
508
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.666 ms 1 /classes/FeatureFlag.php:105
568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.665 ms 1 /classes/module/Module.php:2664
40
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.662 ms 2 /src/Adapter/EntityMapper.php:79
491
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1029 LIMIT 1
0.659 ms 1 /classes/SpecificPrice.php:435
537
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 (13866) AND il.`id_lang` = 2 ORDER by i.`position`
0.658 ms 1 Yes /classes/Product.php:2921
473
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` = 13854 LIMIT 1
0.655 ms 1 /classes/Combination.php:564
381
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12392
AND cp.`id_cart` = 0 AND cp.`id_product` = 1063 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` = 12392
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1063 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.654 ms 0 /classes/Cart.php:1430
486
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13854
0.653 ms 2 /src/Adapter/EntityMapper.php:79
408
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 795 LIMIT 1
0.653 ms 1 /classes/SpecificPrice.php:435
442
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 967 LIMIT 1
0.651 ms 1 /classes/SpecificPrice.php:435
517
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (12501) AND il.`id_lang` = 2 ORDER by i.`position`
0.646 ms 1 Yes /classes/Product.php:2921
637
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 969 AND `id_shop` = 1
0.640 ms 2 /src/Adapter/EntityMapper.php:79
141
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2158) AND (b.`id_shop` = 1) LIMIT 1
0.638 ms 1 /src/Adapter/EntityMapper.php:71
268
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.638 ms 71 /classes/module/Module.php:346
365
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 12499
AND cp.`id_cart` = 0 AND cp.`id_product` = 103 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` = 12499
AND cp.`id_cart` = 0 AND p.`id_product_item` = 103 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.637 ms 0 /classes/Cart.php:1430
446
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 967) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.636 ms 1 /classes/stock/StockAvailable.php:453
558
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.636 ms 1 /classes/module/Module.php:2664
399
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` = 925 AND pa.`id_product` = 925 AND pa.`id_product_attribute` = 13021 LIMIT 1
0.635 ms 1 /classes/Product.php:1209
191
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2801) AND (b.`id_shop` = 1) LIMIT 1
0.631 ms 1 /src/Adapter/EntityMapper.php:71
13
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
0.630 ms 1 /src/Adapter/EntityMapper.php:71
676
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1
0.629 ms 1 /classes/Page.php:104
545
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 (13856) AND il.`id_lang` = 2 ORDER by i.`position`
0.623 ms 1 Yes /classes/Product.php:2921
391
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 925 LIMIT 1
0.619 ms 1 /classes/SpecificPrice.php:435
366
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 103 AND pa.`id_product` = 103 AND pa.`id_product_attribute` = 12499 LIMIT 1
0.618 ms 1 /classes/Product.php:1209
31
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CHF') LIMIT 1
0.615 ms 1 /classes/Currency.php:893
142
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2162) AND (b.`id_shop` = 1) LIMIT 1
0.613 ms 1 /src/Adapter/EntityMapper.php:71
120
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1947) AND (b.`id_shop` = 1) LIMIT 1
0.609 ms 1 /src/Adapter/EntityMapper.php:71
499
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` = 1029 AND pa.`id_product` = 1029 AND pa.`id_product_attribute` = 13576 LIMIT 1
0.609 ms 1 /classes/Product.php:1209
48
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1
0.608 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.607 ms 1 /src/Adapter/EntityMapper.php:71
609
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1063 AND `id_shop` = 1
0.606 ms 2 /src/Adapter/EntityMapper.php:79
490
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` = 13576 LIMIT 1
0.606 ms 1 /classes/Combination.php:564
349
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` = 12501
AND cp.`id_cart` = 0 AND cp.`id_product` = 104 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` = 12501
AND cp.`id_cart` = 0 AND p.`id_product_item` = 104 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.605 ms 0 /classes/Cart.php:1430
563
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.604 ms 1 /classes/module/Module.php:2664
414
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 795) AND (id_product_attribute = 13697) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.604 ms 1 /classes/stock/StockAvailable.php:453
553
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 (13576) AND il.`id_lang` = 2 ORDER by i.`position`
0.603 ms 1 Yes /classes/Product.php:2921
474
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 971 LIMIT 1
0.602 ms 1 /classes/SpecificPrice.php:435
291
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.598 ms 1 /classes/SpecificPrice.php:426
648
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 3066 LIMIT 1
0.596 ms 0 /classes/Category.php:1378
503
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13576
0.596 ms 2 /src/Adapter/EntityMapper.php:79
20
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.595 ms 1 /classes/module/Module.php:2046
34
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.590 ms 2 /classes/Language.php:883
355
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` = 103
AND image_shop.`cover` = 1 LIMIT 1
0.590 ms 1 /classes/Product.php:3570
374
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1063 LIMIT 1
0.585 ms 1 /classes/SpecificPrice.php:435
448
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 967) AND (id_product_attribute = 13870) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.582 ms 1 /classes/stock/StockAvailable.php:453
12
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1
0.579 ms 2 /classes/Language.php:854
35
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.575 ms 1 /classes/Currency.php:893
278
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 3677) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.574 ms 1 /classes/PrestaShopCollection.php:383
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 979) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.572 ms 1 /classes/stock/StockAvailable.php:453
464
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 969) AND (id_product_attribute = 13856) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.570 ms 1 /classes/stock/StockAvailable.php:453
426
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 979 LIMIT 1
0.569 ms 1 /classes/SpecificPrice.php:435
632
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 967 AND `id_shop` = 1
0.566 ms 2 /src/Adapter/EntityMapper.php:79
564
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.564 ms 1 /classes/module/Module.php:2137
582
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 47 AND `id_shop` = 1 LIMIT 1
0.564 ms 1 /classes/module/Module.php:2137
271
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_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.563 ms 1 /src/Adapter/EntityMapper.php:71
407
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` = 13697 LIMIT 1
0.562 ms 1 /classes/Combination.php:564
663
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 12502
ORDER BY ag.`position` ASC, a.`position` ASC
0.560 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
53
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1427) AND (b.`id_shop` = 1) LIMIT 1
0.559 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 3468 LIMIT 1
0.558 ms 1 /classes/Category.php:1378
561
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.557 ms 1 /classes/module/Module.php:2137
370
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12499
0.555 ms 2 /src/Adapter/EntityMapper.php:79
560
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.555 ms 1 /classes/module/Module.php:2664
299
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1038
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.554 ms 0 /classes/SpecificPrice.php:259
642
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 971 AND `id_shop` = 1
0.552 ms 2 /src/Adapter/EntityMapper.php:79
272
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.551 ms 7 Yes /classes/ImageType.php:109
403
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13021
0.548 ms 2 /src/Adapter/EntityMapper.php:79
673
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` = 2
)
WHERE pac.`id_product_attribute` = 13576
ORDER BY ag.`position` ASC, a.`position` ASC
0.547 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
462
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 969) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.547 ms 1 /classes/stock/StockAvailable.php:453
125
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1992) AND (b.`id_shop` = 1) LIMIT 1
0.546 ms 1 /src/Adapter/EntityMapper.php:71
469
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` = 13856) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:71
478
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 971) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.544 ms 1 /classes/stock/StockAvailable.php:453
420
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` = 13697) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:71
334
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` = 105 AND pa.`id_product` = 105 AND pa.`id_product_attribute` = 12502 LIMIT 1
0.543 ms 1 /classes/Product.php:1209
576
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
0.543 ms 1 /classes/Category.php:1585
520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 103
0.542 ms 1 /classes/Product.php:2902
581
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_supplierlist" LIMIT 1
0.541 ms 1 /classes/module/Module.php:2664
412
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.541 ms 1 /classes/stock/StockAvailable.php:453
494
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1029 AND `id_group` = 1 LIMIT 1
0.541 ms 0 /classes/GroupReduction.php:156
480
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 971) AND (id_product_attribute = 13854) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.541 ms 1 /classes/stock/StockAvailable.php:453
485
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` = 13854) LIMIT 1
0.539 ms 1 /src/Adapter/EntityMapper.php:71
318
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` = 12511) LIMIT 1
0.539 ms 1 /src/Adapter/EntityMapper.php:71
437
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` = 13866) LIMIT 1
0.538 ms 1 /src/Adapter/EntityMapper.php:71
290
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` = 12511 LIMIT 1
0.531 ms 1 /classes/Combination.php:564
552
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1029
0.528 ms 1 /classes/Product.php:2902
311
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.528 ms 1 /classes/stock/StockAvailable.php:453
380
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1063) AND (id_product_attribute = 12392) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.527 ms 1 /classes/stock/StockAvailable.php:453
411
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 795 AND `id_group` = 1 LIMIT 1
0.526 ms 0 /classes/GroupReduction.php:156
319
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12511
0.525 ms 2 /src/Adapter/EntityMapper.php:79
432
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 979) AND (id_product_attribute = 13866) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.521 ms 1 /classes/stock/StockAvailable.php:453
14
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.521 ms 1 /classes/ObjectModel.php:1729
458
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 969 LIMIT 1
0.520 ms 1 /classes/SpecificPrice.php:435
461
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 969 AND `id_group` = 1 LIMIT 1
0.520 ms 0 /classes/GroupReduction.php:156
470
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13856
0.519 ms 2 /src/Adapter/EntityMapper.php:79
421
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13697
0.517 ms 2 /src/Adapter/EntityMapper.php:79
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.517 ms 1 /classes/ObjectModel.php:1729
338
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12502
0.517 ms 2 /src/Adapter/EntityMapper.php:79
423
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 3152 LIMIT 1
0.517 ms 1 /classes/Category.php:1378
340
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3082 LIMIT 1
0.514 ms 1 /classes/Product.php:5659
502
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` = 13576) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:71
313
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1038) AND (id_product_attribute = 12511) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.512 ms 1 /classes/stock/StockAvailable.php:453
49
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 221) AND (b.`id_shop` = 1) LIMIT 1
0.511 ms 1 /src/Adapter/EntityMapper.php:71
155
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2206) AND (b.`id_shop` = 1) LIMIT 1
0.511 ms 1 /src/Adapter/EntityMapper.php:71
668
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 13697
ORDER BY ag.`position` ASC, a.`position` ASC
0.509 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
332
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 105) AND (id_product_attribute = 12502) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.508 ms 1 /classes/stock/StockAvailable.php:453
350
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` = 104 AND pa.`id_product` = 104 AND pa.`id_product_attribute` = 12501 LIMIT 1
0.506 ms 1 /classes/Product.php:1209
657
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.506 ms 1 /classes/module/Module.php:2664
671
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` = 2
)
WHERE pac.`id_product_attribute` = 13856
ORDER BY ag.`position` ASC, a.`position` ASC
0.504 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
615
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 3150 LIMIT 1
0.504 ms 0 /classes/Category.php:1378
382
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 1063 AND pa.`id_product` = 1063 AND pa.`id_product_attribute` = 12392 LIMIT 1
0.501 ms 1 /classes/Product.php:1209
666
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 12392
ORDER BY ag.`position` ASC, a.`position` ASC
0.500 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
664
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 12501
ORDER BY ag.`position` ASC, a.`position` ASC
0.500 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
565
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.499 ms 1 /classes/module/Module.php:2664
667
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 13021
ORDER BY ag.`position` ASC, a.`position` ASC
0.497 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
655
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.497 ms 1 /classes/module/Module.php:2664
154
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2200) AND (b.`id_shop` = 1) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
453
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` = 13870) LIMIT 1
0.496 ms 1 /src/Adapter/EntityMapper.php:71
524
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1063
0.495 ms 1 /classes/Product.php:2902
337
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` = 12502) LIMIT 1
0.494 ms 1 /src/Adapter/EntityMapper.php:71
279
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.493 ms 1 /classes/Category.php:2450
395
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 925) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.493 ms 1 /classes/stock/StockAvailable.php:453
571
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.492 ms 1 /classes/module/Module.php:2137
50
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1421) AND (b.`id_shop` = 1) LIMIT 1
0.491 ms 1 /src/Adapter/EntityMapper.php:71
325
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 105
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.489 ms 0 /classes/SpecificPrice.php:259
275
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.488 ms 1 /src/Adapter/EntityMapper.php:71
289
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.487 ms 1 /classes/Manufacturer.php:316
669
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` = 2
)
WHERE pac.`id_product_attribute` = 13866
ORDER BY ag.`position` ASC, a.`position` ASC
0.486 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
672
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` = 2
)
WHERE pac.`id_product_attribute` = 13854
ORDER BY ag.`position` ASC, a.`position` ASC
0.485 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
656
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.485 ms 1 /classes/module/Module.php:2137
566
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.484 ms 1 /classes/module/Module.php:2137
572
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.484 ms 1 /classes/module/Module.php:2664
128
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2057) AND (b.`id_shop` = 1) LIMIT 1
0.484 ms 1 /src/Adapter/EntityMapper.php:71
369
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 12499) LIMIT 1
0.483 ms 1 /src/Adapter/EntityMapper.php:71
307
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 51
0.482 ms 2 /src/Adapter/EntityMapper.php:79
425
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` = 13866 LIMIT 1
0.479 ms 1 /classes/Combination.php:564
281
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.479 ms 1 /src/Adapter/EntityMapper.php:71
364
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 12499) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.478 ms 1 /classes/stock/StockAvailable.php:453
394
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 925 AND `id_group` = 1 LIMIT 1
0.478 ms 0 /classes/GroupReduction.php:156
477
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 971 AND `id_group` = 1 LIMIT 1
0.478 ms 0 /classes/GroupReduction.php:156
139
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2147) AND (b.`id_shop` = 1) LIMIT 1
0.477 ms 1 /src/Adapter/EntityMapper.php:71
441
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` = 13870 LIMIT 1
0.475 ms 1 /classes/Combination.php:564
429
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 979 AND `id_group` = 1 LIMIT 1
0.472 ms 0 /classes/GroupReduction.php:156
670
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` = 2
)
WHERE pac.`id_product_attribute` = 13870
ORDER BY ag.`position` ASC, a.`position` ASC
0.472 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
512
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 105
0.471 ms 1 /classes/Product.php:2902
353
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` = 12501) LIMIT 1
0.471 ms 1 /src/Adapter/EntityMapper.php:71
190
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2797) AND (b.`id_shop` = 1) LIMIT 1
0.470 ms 1 /src/Adapter/EntityMapper.php:71
377
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1063 AND `id_group` = 1 LIMIT 1
0.468 ms 0 /classes/GroupReduction.php:156
569
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.467 ms 1 /classes/module/Module.php:2137
54
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1429) AND (b.`id_shop` = 1) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
570
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.465 ms 1 /classes/module/Module.php:2664
390
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` = 13021 LIMIT 1
0.464 ms 1 /classes/Combination.php:564
665
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 2
)
WHERE pac.`id_product_attribute` = 12499
ORDER BY ag.`position` ASC, a.`position` ASC
0.464 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
346
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.463 ms 1 /classes/stock/StockAvailable.php:453
509
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.463 ms 7 /classes/ImageType.php:161
488
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 3066 LIMIT 1
0.463 ms 1 /classes/Category.php:1378
528
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 925
0.463 ms 1 /classes/Product.php:2902
51
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1423) AND (b.`id_shop` = 1) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
329
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 105 AND `id_group` = 1 LIMIT 1
0.460 ms 0 /classes/GroupReduction.php:156
362
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 103) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.460 ms 1 /classes/stock/StockAvailable.php:453
536
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 979
0.459 ms 1 /classes/Product.php:2902
323
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` = 12502 LIMIT 1
0.458 ms 1 /classes/Combination.php:564
493
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1029 AND id_shop=1 LIMIT 1
0.457 ms 1 /classes/Product.php:6876
44
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.456 ms 1 /classes/ObjectModel.php:1729
372
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3082 LIMIT 1
0.456 ms 1 /classes/Product.php:5659
495
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1029) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.454 ms 1 /classes/stock/StockAvailable.php:453
273
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.454 ms 1 /classes/AddressFormat.php:656
276
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.452 ms 2 /src/Adapter/EntityMapper.php:79
573
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.451 ms 1 /classes/module/Module.php:2137
308
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1038 AND `id_group` = 1 LIMIT 1
0.449 ms 0 /classes/GroupReduction.php:156
653
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.449 ms 1 /classes/module/Module.php:2664
52
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1425) AND (b.`id_shop` = 1) LIMIT 1
0.448 ms 1 /src/Adapter/EntityMapper.php:71
62
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1459) AND (b.`id_shop` = 1) LIMIT 1
0.447 ms 1 /src/Adapter/EntityMapper.php:71
445
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 967 AND `id_group` = 1 LIMIT 1
0.447 ms 0 /classes/GroupReduction.php:156
472
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3152 LIMIT 1
0.447 ms 1 /classes/Product.php:5659
457
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` = 13856 LIMIT 1
0.445 ms 1 /classes/Combination.php:564
138
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2139) AND (b.`id_shop` = 1) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
59
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1444) AND (b.`id_shop` = 1) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
140
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2154) AND (b.`id_shop` = 1) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
321
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 2950 LIMIT 1
0.443 ms 1 /classes/Category.php:1378
373
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 12392 LIMIT 1
0.442 ms 1 /classes/Combination.php:564
506
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1038
0.441 ms 1 /classes/Product.php:2902
71
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1535) AND (b.`id_shop` = 1) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
297
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-06-16 00:00:00' AND '2025-06-16 23:59:59' LIMIT 1
0.440 ms 1 /classes/SpecificPrice.php:377
540
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 967
0.439 ms 1 /classes/Product.php:2902
55
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1434) AND (b.`id_shop` = 1) LIMIT 1
0.438 ms 1 /src/Adapter/EntityMapper.php:71
102
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1817) AND (b.`id_shop` = 1) LIMIT 1
0.438 ms 1 /src/Adapter/EntityMapper.php:71
57
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1438) AND (b.`id_shop` = 1) LIMIT 1
0.437 ms 1 /src/Adapter/EntityMapper.php:71
282
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.437 ms 2 /src/Adapter/EntityMapper.php:79
124
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1984) AND (b.`id_shop` = 1) LIMIT 1
0.436 ms 1 /src/Adapter/EntityMapper.php:71
66
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1518) AND (b.`id_shop` = 1) LIMIT 1
0.435 ms 1 /src/Adapter/EntityMapper.php:71
456
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3152 LIMIT 1
0.434 ms 1 /classes/Product.php:5659
440
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3152 LIMIT 1
0.434 ms 1 /classes/Product.php:5659
516
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 104
0.433 ms 1 /classes/Product.php:2902
219
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2336) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
63
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1461) AND (b.`id_shop` = 1) LIMIT 1
0.431 ms 1 /src/Adapter/EntityMapper.php:71
309
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.429 ms 1 /classes/Group.php:154
277
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.429 ms 1 /classes/ObjectModel.php:1592
658
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.429 ms 1 /classes/module/Module.php:2137
56
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1436) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
361
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 103 AND `id_group` = 1 LIMIT 1
0.428 ms 0 /classes/GroupReduction.php:156
548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 971
0.426 ms 1 /classes/Product.php:2902
544
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 969
0.426 ms 1 /classes/Product.php:2902
58
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1440) AND (b.`id_shop` = 1) LIMIT 1
0.426 ms 1 /src/Adapter/EntityMapper.php:71
330
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.425 ms 1 /classes/stock/StockAvailable.php:453
532
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 795
0.424 ms 1 /classes/Product.php:2902
225
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2785) AND (b.`id_shop` = 1) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
196
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2931) AND (b.`id_shop` = 1) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
354
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12501
0.422 ms 2 /src/Adapter/EntityMapper.php:79
348
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 104) AND (id_product_attribute = 12501) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.420 ms 1 /classes/stock/StockAvailable.php:453
214
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1942) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
341
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` = 12501 LIMIT 1
0.418 ms 1 /classes/Combination.php:564
227
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2798) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
64
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1464) AND (b.`id_shop` = 1) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:71
406
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3468 LIMIT 1
0.414 ms 1 /classes/Product.php:5659
82
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1655) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
162
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2274) AND (b.`id_shop` = 1) LIMIT 1
0.412 ms 1 /src/Adapter/EntityMapper.php:71
91
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1707) AND (b.`id_shop` = 1) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:71
386
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 12392
0.407 ms 2 /src/Adapter/EntityMapper.php:79
111
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1910) AND (b.`id_shop` = 1) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
215
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2108) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
126
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1995) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
213
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1939) AND (b.`id_shop` = 1) LIMIT 1
0.402 ms 1 /src/Adapter/EntityMapper.php:71
220
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2340) AND (b.`id_shop` = 1) LIMIT 1
0.401 ms 1 /src/Adapter/EntityMapper.php:71
438
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13866
0.401 ms 2 /src/Adapter/EntityMapper.php:79
129
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2066) AND (b.`id_shop` = 1) LIMIT 1
0.399 ms 1 /src/Adapter/EntityMapper.php:71
274
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.398 ms 1 /classes/Country.php:405
118
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1941) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
342
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 104 LIMIT 1
0.397 ms 1 /classes/SpecificPrice.php:435
224
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2733) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
121
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1962) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
60
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1446) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
228
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2875) AND (b.`id_shop` = 1) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
81
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1624) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
117
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1937) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
388
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 3150 LIMIT 1
0.389 ms 1 /classes/Category.php:1378
211
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1908) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
489
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3066 LIMIT 1
0.387 ms 1 /classes/Product.php:5659
136
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2133) AND (b.`id_shop` = 1) LIMIT 1
0.387 ms 1 /src/Adapter/EntityMapper.php:71
156
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2208) AND (b.`id_shop` = 1) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
41
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.385 ms 1 /classes/ObjectModel.php:1729
122
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1966) AND (b.`id_shop` = 1) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:71
376
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1063 AND id_shop=1 LIMIT 1
0.384 ms 1 /classes/Product.php:6876
194
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2844) AND (b.`id_shop` = 1) LIMIT 1
0.383 ms 1 /src/Adapter/EntityMapper.php:71
229
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2932) AND (b.`id_shop` = 1) LIMIT 1
0.383 ms 1 /src/Adapter/EntityMapper.php:71
393
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 925 AND id_shop=1 LIMIT 1
0.382 ms 1 /classes/Product.php:6876
74
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1564) AND (b.`id_shop` = 1) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
133
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2112) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
86
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1685) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
345
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 104 AND `id_group` = 1 LIMIT 1
0.381 ms 0 /classes/GroupReduction.php:156
358
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 103 LIMIT 1
0.379 ms 1 /classes/SpecificPrice.php:435
77
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1612) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
157
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2213) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
116
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1935) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
235
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1905) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
231
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3107) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
132
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2106) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
217
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2209) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
577
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.375 ms 1 /classes/Category.php:1591
424
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3152 LIMIT 1
0.374 ms 1 /classes/Product.php:5659
195
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2874) AND (b.`id_shop` = 1) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:71
357
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 12499 LIMIT 1
0.374 ms 1 /classes/Combination.php:564
72
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1559) AND (b.`id_shop` = 1) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
221
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2430) AND (b.`id_shop` = 1) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
103
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1819) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
163
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2280) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
204
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1618) AND (b.`id_shop` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
73
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1562) AND (b.`id_shop` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
226
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2789) AND (b.`id_shop` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
80
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1622) AND (b.`id_shop` = 1) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
65
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1498) AND (b.`id_shop` = 1) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
127
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2022) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
158
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2215) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
68
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1522) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
454
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13870
0.368 ms 2 /src/Adapter/EntityMapper.php:79
67
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1520) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
79
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1620) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
208
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1803) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
146
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2171) AND (b.`id_shop` = 1) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
212
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1930) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
654
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.365 ms 1 /classes/module/Module.php:2137
135
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2128) AND (b.`id_shop` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
293
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.365 ms 659 /classes/SpecificPrice.php:297
222
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2488) AND (b.`id_shop` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
460
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 969 AND id_shop=1 LIMIT 1
0.364 ms 1 /classes/Product.php:6876
216
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2196) AND (b.`id_shop` = 1) LIMIT 1
0.364 ms 1 /src/Adapter/EntityMapper.php:71
210
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1904) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
410
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 795 AND id_shop=1 LIMIT 1
0.363 ms 1 /classes/Product.php:6876
137
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2136) AND (b.`id_shop` = 1) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
70
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1528) AND (b.`id_shop` = 1) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
78
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1617) AND (b.`id_shop` = 1) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
113
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1927) AND (b.`id_shop` = 1) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
119
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1945) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
187
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2766) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
130
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2082) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
147
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2173) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
167
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2335) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
75
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1566) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
161
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2255) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
101
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1809) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
192
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2805) AND (b.`id_shop` = 1) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
69
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1525) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
266
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3581) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
61
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1455) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
177
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2559) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
93
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1716) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
356
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3082 LIMIT 1
0.350 ms 1 /classes/Product.php:5659
123
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1971) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
185
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2741) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
186
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2764) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
166
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2331) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
244
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2799) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
230
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2945) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
100
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1801) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
92
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1712) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
236
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1943) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
76
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1596) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
112
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1919) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
296
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0
0.343 ms 1 /classes/SpecificPrice.php:310
298
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-06-16 00:00:00' AND '2025-06-16 23:59:59' LIMIT 1
0.343 ms 1 /classes/SpecificPrice.php:381
292
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1038 LIMIT 1
0.343 ms 1 /classes/SpecificPrice.php:435
170
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2380) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
444
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 967 AND id_shop=1 LIMIT 1
0.342 ms 1 /classes/Product.php:6876
159
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2224) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
197
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2944) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
164
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2293) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
168
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2339) AND (b.`id_shop` = 1) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
176
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2495) AND (b.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
206
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1658) AND (b.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
264
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3386) AND (b.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
160
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2230) AND (b.`id_shop` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
94
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1718) AND (b.`id_shop` = 1) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
134
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2125) AND (b.`id_shop` = 1) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
270
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.338 ms 0 /classes/module/Module.php:2137
218
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2225) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
131
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2085) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
143
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2164) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
207
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1796) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1933) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
165
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2311) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
288
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3082 LIMIT 1
0.336 ms 1 /classes/Product.php:5659
223
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2730) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 979 AND id_shop=1 LIMIT 1
0.335 ms 1 /classes/Product.php:6876
269
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.335 ms 0 /classes/module/Module.php:2664
169
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2348) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
189
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2788) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
245
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2876) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
200
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1456) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
193
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2826) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
295
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.332 ms 6 /classes/SpecificPrice.php:297
144
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2166) AND (b.`id_shop` = 1) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
105
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1843) AND (b.`id_shop` = 1) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
107
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1895) AND (b.`id_shop` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
145
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2168) AND (b.`id_shop` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
205
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1625) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
201
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1523) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
238
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2226) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
83
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1657) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
151
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2187) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
360
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 103 AND id_shop=1 LIMIT 1
0.328 ms 1 /classes/Product.php:6876
188
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2784) AND (b.`id_shop` = 1) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
106
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1867) AND (b.`id_shop` = 1) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
87
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1688) AND (b.`id_shop` = 1) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
234
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1899) AND (b.`id_shop` = 1) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
149
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2179) AND (b.`id_shop` = 1) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
97
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1788) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
254
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
114
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1929) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
95
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1765) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
237
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2210) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
257
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3087) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
247
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
109
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1903) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
178
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2598) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
96
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1786) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
179
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2600) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
99
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1793) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
180
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2631) AND (b.`id_shop` = 1) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:71
108
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1897) AND (b.`id_shop` = 1) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
209
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1898) AND (b.`id_shop` = 1) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
233
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1797) AND (b.`id_shop` = 1) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
172
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2436) AND (b.`id_shop` = 1) LIMIT 1
0.320 ms 1 /src/Adapter/EntityMapper.php:71
202
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1526) AND (b.`id_shop` = 1) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
98
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1790) AND (b.`id_shop` = 1) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
150
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2185) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
248
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1900) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
104
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1831) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
148
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2175) AND (b.`id_shop` = 1) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
171
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2429) AND (b.`id_shop` = 1) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
239
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2341) AND (b.`id_shop` = 1) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:71
184
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2732) AND (b.`id_shop` = 1) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:71
322
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 2950 LIMIT 1
0.315 ms 1 /classes/Product.php:5659
198
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:71
181
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2634) AND (b.`id_shop` = 1) LIMIT 1
0.313 ms 1 /src/Adapter/EntityMapper.php:71
173
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2458) AND (b.`id_shop` = 1) LIMIT 1
0.313 ms 1 /src/Adapter/EntityMapper.php:71
241
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2734) AND (b.`id_shop` = 1) LIMIT 1
0.313 ms 1 /src/Adapter/EntityMapper.php:71
153
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2195) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
252
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1901) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
174
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2487) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
182
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2677) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
152
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2189) AND (b.`id_shop` = 1) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
85
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1683) AND (b.`id_shop` = 1) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
253
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3122) AND (b.`id_shop` = 1) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
110
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1907) AND (b.`id_shop` = 1) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
242
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2786) AND (b.`id_shop` = 1) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
88
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1696) AND (b.`id_shop` = 1) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
267
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3602) AND (b.`id_shop` = 1) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
203
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1560) AND (b.`id_shop` = 1) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
258
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3125) AND (b.`id_shop` = 1) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
183
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2729) AND (b.`id_shop` = 1) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:71
344
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 104 AND id_shop=1 LIMIT 1
0.307 ms 1 /classes/Product.php:6876
249
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2343) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
263
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3295) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
265
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3537) AND (b.`id_shop` = 1) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
84
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1660) AND (b.`id_shop` = 1) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
246
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2933) AND (b.`id_shop` = 1) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:71
389
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3150 LIMIT 1
0.302 ms 1 /classes/Product.php:5659
251
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
255
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3123) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
250
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2877) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
89
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1700) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
199
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1430) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
260
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3126) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
232
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1290) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
243
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2790) AND (b.`id_shop` = 1) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
90
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1705) AND (b.`id_shop` = 1) LIMIT 1
0.297 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3189) AND (b.`id_shop` = 1) LIMIT 1
0.295 ms 1 /src/Adapter/EntityMapper.php:71
261
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2950) AND (b.`id_shop` = 1) LIMIT 1
0.293 ms 1 /src/Adapter/EntityMapper.php:71
240
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2489) AND (b.`id_shop` = 1) LIMIT 1
0.292 ms 1 /src/Adapter/EntityMapper.php:71
328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 105 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6876
256
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3124) AND (b.`id_shop` = 1) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
259
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71

Doubles

222 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
24 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
24 queries
SELECT 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
16 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
13 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
12 queries
SELECT *
							FROM `ps_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
12 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
12 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `ps_product_attribute` pa
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
12 queries
SELECT *
							FROM `ps_product_attribute_lang`
							WHERE `id_product_attribute` = XX
12 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
12 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
12 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
12 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
12 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `ps_product_attribute_image` pai
            LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX) AND il.`id_lang` = XX ORDER by i.`position`
12 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
12 queries
SELECT pa.*, product_attribute_shop.*
                FROM `ps_product_attribute` pa
                 INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
                WHERE pa.`id_product` = XX
                GROUP BY pa.`id_product_attribute`
                ORDER BY pa.`id_product_attribute`
12 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `ps_product_attribute_combination` pac
                LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
12 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
12 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
12 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
12 queries
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
12 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
12 queries
SELECT 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
12 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12 queries
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
12 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
12 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
4 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'en-us'
                    OR `language_code` = 'en-us' LIMIT XX
3 queries
			SELECT `need_identification_number`
			FROM `ps_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
2 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
2 queries
				SELECT id_shop
				FROM `ps_lang_shop`
				WHERE `id_lang` = XX
				AND id_shop = XX LIMIT XX
2 queries
SELECT *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
WHERE (a.`id_lang` = XX) LIMIT XX
2 queries
SELECT *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
2 queries
SELECT `active`
        FROM `ps_module`
        WHERE `name` = "ps_mbo" LIMIT XX

Tables stress

254 category_lang
233 category
228 category_shop
85 product_attribute
84 product_attribute_shop
75 product
63 product_shop
50 cart_product
49 product_attribute_combination
48 attribute_lang
48 attribute
36 attribute_group
36 image
26 stock_available
25 product_lang
24 image_shop
24 image_lang
24 attribute_group_lang
24 module
24 product_attribute_lang
24 pack
21 specific_price
21 module_shop
12 product_group_reduction_cache
12 feature_product
12 feature_lang
12 feature_value_lang
12 feature
12 feature_shop
12 product_attribute_image
9 lang
7 currency
6 hook
6 country
6 lang_shop
5 currency_shop
4 category_group
4 shop_url
4 shop
3 currency_lang
3 country_lang
3 hook_alias
3 country_shop
3 category_product
2 tax_rules_group
2 configuration
2 shop_group
2 image_type
2 tax_rule
2 specific_price_priority
2 group
2 group_shop
2 hook_module
1 connections
1 ganalytics_data
1 feature_flag
1 product_attachment
1 page_type
1 attachment
1 attachment_lang
1 product_sale
1 tax_lang
1 tax
1 manufacturer
1 layered_filter_block
1 layered_category
1 required_field
1 address_format
1 group_lang
1 hook_module_exceptions
1 module_group
1 meta_lang
1 meta
1 configuration_lang
1 page

ObjectModel instances

Name Instances Source
Category 232 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 10]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 221]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1421]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1423]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1425]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1427]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1429]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1434]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1436]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1438]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1440]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1444]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1446]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1455]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1459]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1461]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1464]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1498]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1518]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1520]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1522]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1525]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1528]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1535]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1559]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1562]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1564]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1566]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1596]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1612]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1617]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1620]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1622]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1624]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1655]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1657]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1660]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1683]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1685]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1688]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1696]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1700]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1705]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1707]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1712]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1716]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1718]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1765]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1786]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1788]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1790]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1793]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1801]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1809]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1817]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1819]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1831]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1843]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1867]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1895]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1897]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1903]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1907]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1910]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1919]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1927]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1929]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1933]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1935]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1937]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1941]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1945]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1947]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1962]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1966]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1971]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1984]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1992]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1995]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2022]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2057]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2066]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2082]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2085]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2106]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2112]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2125]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2128]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2133]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2136]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2139]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2147]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2154]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2158]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2162]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2164]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2166]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2168]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2171]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2173]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2175]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2179]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2185]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2187]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2189]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2195]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2200]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2206]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2208]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2213]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2215]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2224]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2230]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2255]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2274]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2280]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2293]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2311]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2331]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2335]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2339]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2348]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2380]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2429]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2436]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2458]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2487]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2493]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2495]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2559]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2598]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2600]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2631]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2634]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2677]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2729]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2732]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2741]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2764]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2766]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2784]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2788]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2797]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2801]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2805]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2826]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2844]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2874]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2931]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2944]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 11]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1430]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1456]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1523]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1526]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1560]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1618]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1625]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1658]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1796]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1803]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1898]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1904]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1908]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1930]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1939]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1942]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2108]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2196]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2209]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2225]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2336]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2340]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2430]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2488]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2730]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2733]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2785]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2789]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2798]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2875]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2932]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2945]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3107]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1290]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1797]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1899]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1905]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1943]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2210]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2226]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2341]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2489]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2734]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2786]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2790]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2799]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2876]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2933]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 13]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1900]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2343]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2877]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 14]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1901]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3122]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 15]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3123]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3124]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3087]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3125]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 12]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3126]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2950]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3189]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3295]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3386]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3537]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3581]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3602]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Product 36 /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1038]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 105]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 104]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 103]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1063]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 925]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 795]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 979]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 967]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 969]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 971]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1029]
/classes/Link.php:113 (__construct) [id: 1038]
/classes/Link.php:113 (__construct) [id: 105]
/classes/Link.php:113 (__construct) [id: 104]
/classes/Link.php:113 (__construct) [id: 103]
/classes/Link.php:113 (__construct) [id: 1063]
/classes/Link.php:113 (__construct) [id: 925]
/classes/Link.php:113 (__construct) [id: 795]
/classes/Link.php:113 (__construct) [id: 979]
/classes/Link.php:113 (__construct) [id: 967]
/classes/Link.php:113 (__construct) [id: 969]
/classes/Link.php:113 (__construct) [id: 971]
/classes/Link.php:113 (__construct) [id: 1029]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1038]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 105]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 104]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 103]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1063]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 925]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 795]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 979]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 967]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 969]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 971]
/src/Adapter/Presenter/Product/ProductLazyArray.php:658 (__construct) [id: 1029]
Combination 12 /classes/Product.php:5912 (__construct) [id: 12511]
/classes/Product.php:5912 (__construct) [id: 12502]
/classes/Product.php:5912 (__construct) [id: 12501]
/classes/Product.php:5912 (__construct) [id: 12499]
/classes/Product.php:5912 (__construct) [id: 12392]
/classes/Product.php:5912 (__construct) [id: 13021]
/classes/Product.php:5912 (__construct) [id: 13697]
/classes/Product.php:5912 (__construct) [id: 13866]
/classes/Product.php:5912 (__construct) [id: 13870]
/classes/Product.php:5912 (__construct) [id: 13856]
/classes/Product.php:5912 (__construct) [id: 13854]
/classes/Product.php:5912 (__construct) [id: 13576]
Country 8 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:354 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1779 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
State 3 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Language 3 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:641 (__construct) [id: 2]
/classes/Tools.php:560 (__construct) [id: 2]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
AddressFormat 3 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Tax 1 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 51]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

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