Active filters

Load Time 254.971 ms
Querying Time 141 ms
Queries 415
Memory Peak Usage 41.2 Mb
Included Files 655 files - 8.30 Mb
PrestaShop Cache - Mb
Global vars 0.11 Mb
PrestaShop Version 9.1.3
PHP Version 8.1.34
MySQL Version 10.11.16-MariaDB-deb11-log
Memory Limit 1280M
Max Execution Time 300s
Smarty Cache disabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 49.344 ms 49.344 ms 17.63 Mb 18.0 Mb
__construct 0.802 ms 50.146 ms 0.20 Mb 18.0 Mb
init 14.201 ms 64.347 ms 4.47 Mb 22.3 Mb
checkAccess 0.001 ms 64.348 ms - Mb 22.3 Mb
setMedia 5.411 ms 69.759 ms 1.05 Mb 23.6 Mb
postProcess 0.001 ms 69.760 ms - Mb 23.6 Mb
initHeader 0.002 ms 69.762 ms - Mb 23.6 Mb
initContent 131.689 ms 201.451 ms 8.27 Mb 31.7 Mb
initFooter 0.002 ms 201.453 ms - Mb 31.7 Mb
display 53.518 ms 254.971 ms 8.99 Mb 41.2 Mb
Hook Time Memory Usage
displayFooter 5.167 ms 0.97 Mb
displayLeftColumn 3.584 ms 0.40 Mb
displayFooterBefore 2.153 ms 0.42 Mb
DisplayBeforeBodyClosingTag 2.079 ms 0.31 Mb
displayTop 1.727 ms 0.73 Mb
displayNav2 0.947 ms 0.14 Mb
ProductSearchProvider 0.825 ms 0.16 Mb
displayNav1 0.801 ms 0.08 Mb
ActionFrontControllerSetMedia 0.432 ms 0.08 Mb
DisplayGDPRConsent 0.192 ms 0.05 Mb
DisplayHeader 0.166 ms 0.01 Mb
DisplayLeftColumn 0.084 ms - Mb
DisplayTop 0.031 ms - Mb
DisplayAfterBodyOpeningTag 0.006 ms - Mb
DisplayFooterBefore 0.004 ms - Mb
DisplayNavFullWidth 0.003 ms - Mb
DisplayFooterAfter 0.003 ms - Mb
DisplayMyAccountBlock 0.002 ms - Mb
18 hook(s) 18.206 ms 3.36 Mb
Module Time Memory Usage
blockreassurance 1.636 ms 0.26 Mb
ps_emailalerts 1.167 ms 0.25 Mb
ps_emailsubscription 2.466 ms 0.62 Mb
ps_socialfollow 0.811 ms 0.15 Mb
ps_searchbar 0.550 ms 0.08 Mb
ps_imageslider 0.753 ms 0.21 Mb
ps_shoppingcart 0.705 ms 0.13 Mb
ps_facetedsearch 2.384 ms 0.64 Mb
ps_contactinfo 1.471 ms 0.18 Mb
ps_customersignin 0.503 ms 0.08 Mb
ps_mainmenu 2.482 ms 1.00 Mb
pagesnotfound 0.233 ms 0.05 Mb
ps_categorytree 3.813 ms 0.46 Mb
psgdpr 1.172 ms 0.26 Mb
ps_linklist 7.083 ms 2.43 Mb
ps_customeraccountlinks 0.653 ms 0.14 Mb
statsdata 2.310 ms 0.37 Mb
17 module(s) 30.192 ms 7.33 Mb

Stopwatch SQL - 415 queries

# Query Time (ms) Rows Filesort Group By Location
63
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 prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_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>=3 AND c.nright<=200 GROUP BY p.id_product) p INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
72.619 ms 13868176 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
302
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 10 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 6 AND `id_lang` = 3
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
1.716 ms 98 Yes Yes /classes/Category.php:829
69
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `prstshp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `prstshp_hook_alias` ha
INNER JOIN `prstshp_hook` h ON ha.name = h.name
1.555 ms 0 /classes/Hook.php:1568
16
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `prstshp_module` m
INNER JOIN prstshp_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `prstshp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `prstshp_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.227 ms 207 Yes Yes /classes/Hook.php:1500
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 `prstshp_configuration` c
LEFT JOIN `prstshp_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.114 ms 459 /classes/Configuration.php:182
39
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3  AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 10
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.112 ms 41 Yes Yes /classes/Category.php:954
65
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-02 00:00:00',
INTERVAL 10 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN prstshp_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (12338,9897,4948,16803,12608,12337,9898,4949,16802,16123,12336,10056,4950,16801,16124,12335,10057,4951,16800,16125,12334,10450,4952,16799,16126,12333,10451,4953,16798,16127)
1.055 ms 30 /classes/ProductAssembler.php:101
70
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 `prstshp_hook_module` hm
STRAIGHT_JOIN `prstshp_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `prstshp_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
0.620 ms 207 /classes/Hook.php:507
15
SELECT SQL_NO_CACHE lower(name) as name
FROM `prstshp_hook` h
WHERE (h.active = 1)
0.601 ms 1242 /classes/Hook.php:1608
41
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `prstshp_hook`
0.447 ms 1242 /classes/Hook.php:1568
18
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `prstshp_meta` m
LEFT JOIN `prstshp_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.417 ms 41 Yes /classes/Dispatcher.php:643
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 prstshp_shop_group gs
LEFT JOIN prstshp_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN prstshp_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.400 ms 1 Yes /classes/shop/Shop.php:716
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM prstshp_shop_url su
LEFT JOIN prstshp_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'perle-huesli.ch' OR su.domain_ssl = 'perle-huesli.ch')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.396 ms 1 Yes /classes/shop/Shop.php:1392
346
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12338) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.366 ms 1 Yes Yes /classes/Product.php:4315
74
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12338 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 12338 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.337 ms 0 /classes/Cart.php:1450
43
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.312 ms 63 /classes/module/Module.php:348
347
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9897) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.311 ms 1 Yes Yes /classes/Product.php:4315
45
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_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.310 ms 1 /src/Adapter/EntityMapper.php:54
363
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4951) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.281 ms 1 Yes Yes /classes/Product.php:4315
348
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.276 ms 1 Yes Yes /classes/Product.php:4315
57
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 200) AND (a1.`id_lang` = 3) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.274 ms 2 /classes/PrestaShopCollection.php:381
79
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9897 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 9897 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.272 ms 0 /classes/Cart.php:1450
409
INSERT INTO `prstshp_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')
0.263 ms 1 /classes/ObjectModel.php:535
352
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9898) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.259 ms 1 Yes Yes /classes/Product.php:4315
365
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16125) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.259 ms 1 Yes Yes /classes/Product.php:4315
357
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10056) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.259 ms 1 Yes Yes /classes/Product.php:4315
361
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12335) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.256 ms 1 Yes Yes /classes/Product.php:4315
351
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12337) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.255 ms 1 Yes Yes /classes/Product.php:4315
355
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16123) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.254 ms 1 Yes Yes /classes/Product.php:4315
220
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12338) AND (b.`id_shop` = 1) LIMIT 1
0.253 ms 1 /src/Adapter/EntityMapper.php:54
371
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12333) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.251 ms 1 Yes Yes /classes/Product.php:4315
19
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_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.250 ms 1 /src/Adapter/EntityMapper.php:54
366
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12334) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.250 ms 1 Yes Yes /classes/Product.php:4315
349
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16803) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.249 ms 1 Yes Yes /classes/Product.php:4315
119
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.248 ms 0 /classes/Cart.php:1450
372
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10451) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.248 ms 1 Yes Yes /classes/Product.php:4315
374
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16798) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.247 ms 1 Yes Yes /classes/Product.php:4315
303
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 3)
WHERE `level_depth` = 1
0.246 ms 1 /classes/Category.php:2250
353
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4949) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.246 ms 1 Yes Yes /classes/Product.php:4315
364
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16800) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.246 ms 1 Yes Yes /classes/Product.php:4315
373
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4953) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.244 ms 1 Yes Yes /classes/Product.php:4315
356
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12336) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.240 ms 1 Yes Yes /classes/Product.php:4315
350
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12608) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.240 ms 1 Yes Yes /classes/Product.php:4315
359
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16801) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.238 ms 1 Yes Yes /classes/Product.php:4315
360
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16124) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.238 ms 1 Yes Yes /classes/Product.php:4315
354
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16802) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.237 ms 1 Yes Yes /classes/Product.php:4315
60
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM prstshp_layered_category
WHERE controller = 'category'
AND id_category = 10
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.237 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
375
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16127) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.236 ms 1 Yes Yes /classes/Product.php:4315
84
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4948 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.234 ms 0 /classes/Cart.php:1450
169
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16125 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16125 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.230 ms 0 /classes/Cart.php:1450
307
SELECT SQL_NO_CACHE c.*, cl.*  FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 200 AND c.`nleft` >= 2 AND c.`nright` <= 749 ORDER BY `nleft` DESC
0.230 ms 2 /classes/Category.php:1623
358
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4950) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.230 ms 1 Yes Yes /classes/Product.php:4315
367
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10450) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.229 ms 1 Yes Yes /classes/Product.php:4315
89
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16803 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16803 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.229 ms 0 /classes/Cart.php:1450
369
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16799) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.228 ms 1 Yes Yes /classes/Product.php:4315
362
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10057) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.227 ms 1 Yes Yes /classes/Product.php:4315
368
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4952) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.222 ms 1 Yes Yes /classes/Product.php:4315
370
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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (16126) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.219 ms 1 Yes Yes /classes/Product.php:4315
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `prstshp_lang` l
JOIN prstshp_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.219 ms 9 /classes/Language.php:1206
64
SELECT SQL_NO_CACHE data FROM prstshp_layered_filter_block WHERE hash="1a88995c9877a64118067cdb3b0c16dd" LIMIT 1
0.219 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
134
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4950 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4950 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.217 ms 0 /classes/Cart.php:1450
402
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
0.217 ms 3 /src/Adapter/EntityMapper.php:62
94
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12608 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 12608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.216 ms 0 /classes/Cart.php:1450
179
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10450 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.214 ms 0 /classes/Cart.php:1450
224
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9897) AND (b.`id_shop` = 1) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:54
129
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10056 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10056 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.214 ms 0 /classes/Cart.php:1450
189
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16799 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16799 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.213 ms 0 /classes/Cart.php:1450
104
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9898 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 9898 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.213 ms 0 /classes/Cart.php:1450
99
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12337 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 12337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.212 ms 0 /classes/Cart.php:1450
230
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16803) AND (b.`id_shop` = 1) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:54
124
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12336 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 12336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.211 ms 0 /classes/Cart.php:1450
222
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 12338
ORDER BY `position`
0.211 ms 3 Yes /classes/Product.php:3291
109
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4949 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4949 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.210 ms 0 /classes/Cart.php:1450
114
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16802 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16802 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.210 ms 0 /classes/Cart.php:1450
214
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16798 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16798 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.210 ms 0 /classes/Cart.php:1450
194
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16126 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16126 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.210 ms 0 /classes/Cart.php:1450
139
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16801 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16801 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.209 ms 0 /classes/Cart.php:1450
164
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16800 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16800 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.209 ms 0 /classes/Cart.php:1450
174
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12334 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 12334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.209 ms 0 /classes/Cart.php:1450
144
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16124 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.208 ms 0 /classes/Cart.php:1450
149
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12335 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 12335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.207 ms 0 /classes/Cart.php:1450
184
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4952 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.207 ms 0 /classes/Cart.php:1450
199
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12333 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 12333 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.206 ms 0 /classes/Cart.php:1450
159
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4951 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4951 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.205 ms 0 /classes/Cart.php:1450
204
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10451 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10451 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.205 ms 0 /classes/Cart.php:1450
209
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4953 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4953 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.204 ms 0 /classes/Cart.php:1450
154
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10057 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10057 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.204 ms 0 /classes/Cart.php:1450
219
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16127 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 16127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.203 ms 0 /classes/Cart.php:1450
276
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10451) AND (b.`id_shop` = 1) LIMIT 1
0.202 ms 1 /src/Adapter/EntityMapper.php:54
227
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4948) AND (b.`id_shop` = 1) LIMIT 1
0.202 ms 1 /src/Adapter/EntityMapper.php:54
256
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10057) AND (b.`id_shop` = 1) LIMIT 1
0.201 ms 1 /src/Adapter/EntityMapper.php:54
270
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16799) AND (b.`id_shop` = 1) LIMIT 1
0.196 ms 1 /src/Adapter/EntityMapper.php:54
304
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_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.196 ms 1 /src/Adapter/EntityMapper.php:54
280
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16798) AND (b.`id_shop` = 1) LIMIT 1
0.195 ms 1 /src/Adapter/EntityMapper.php:54
232
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12608) AND (b.`id_shop` = 1) LIMIT 1
0.194 ms 1 /src/Adapter/EntityMapper.php:54
252
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16124) AND (b.`id_shop` = 1) LIMIT 1
0.194 ms 1 /src/Adapter/EntityMapper.php:54
308
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 363) AND (b.`id_shop` = 1) LIMIT 1
0.194 ms 1 /src/Adapter/EntityMapper.php:54
248
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4950) AND (b.`id_shop` = 1) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:54
258
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4951) AND (b.`id_shop` = 1) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:54
266
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10450) AND (b.`id_shop` = 1) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:54
274
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12333) AND (b.`id_shop` = 1) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:54
413
INSERT INTO `prstshp_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('7489106', '17', '3628718374', '', '1', '1', '2026-06-02 10:01:33')
0.192 ms 1 /classes/ObjectModel.php:535
260
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16800) AND (b.`id_shop` = 1) LIMIT 1
0.191 ms 1 /src/Adapter/EntityMapper.php:54
254
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12335) AND (b.`id_shop` = 1) LIMIT 1
0.191 ms 1 /src/Adapter/EntityMapper.php:54
262
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16125) AND (b.`id_shop` = 1) LIMIT 1
0.191 ms 1 /src/Adapter/EntityMapper.php:54
68
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 12338)
0.190 ms 1 /classes/Product.php:3629
264
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12334) AND (b.`id_shop` = 1) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:54
268
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4952) AND (b.`id_shop` = 1) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:54
286
SELECT SQL_NO_CACHE 1 FROM `prstshp_cart_rule` WHERE ((date_to >= "2026-06-02 00:00:00" AND date_to <= "2026-06-02 23:59:59") OR (date_from >= "2026-06-02 00:00:00" AND date_from <= "2026-06-02 23:59:59") OR (date_from < "2026-06-02 00:00:00" AND date_to > "2026-06-02 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.190 ms 1 /classes/CartRule.php:359
390
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1
0.190 ms 2 /classes/Meta.php:190
278
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4953) AND (b.`id_shop` = 1) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:54
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM prstshp_shop s
LEFT JOIN prstshp_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.189 ms 1 /classes/shop/Shop.php:219
272
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16126) AND (b.`id_shop` = 1) LIMIT 1
0.189 ms 1 /src/Adapter/EntityMapper.php:54
282
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16127) AND (b.`id_shop` = 1) LIMIT 1
0.189 ms 1 /src/Adapter/EntityMapper.php:54
234
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12337) AND (b.`id_shop` = 1) LIMIT 1
0.188 ms 1 /src/Adapter/EntityMapper.php:54
236
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9898) AND (b.`id_shop` = 1) LIMIT 1
0.187 ms 1 /src/Adapter/EntityMapper.php:54
246
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10056) AND (b.`id_shop` = 1) LIMIT 1
0.187 ms 1 /src/Adapter/EntityMapper.php:54
240
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16802) AND (b.`id_shop` = 1) LIMIT 1
0.186 ms 1 /src/Adapter/EntityMapper.php:54
410
SELECT SQL_NO_CACHE `id_guest`
FROM `prstshp_connections`
WHERE `id_guest` = 7489106
AND `date_add` > '2026-06-02 09:31:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.186 ms 1 Yes /classes/Connection.php:168
244
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12336) AND (b.`id_shop` = 1) LIMIT 1
0.185 ms 1 /src/Adapter/EntityMapper.php:54
242
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16123) AND (b.`id_shop` = 1) LIMIT 1
0.184 ms 1 /src/Adapter/EntityMapper.php:54
250
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16801) AND (b.`id_shop` = 1) LIMIT 1
0.184 ms 1 /src/Adapter/EntityMapper.php:54
238
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4949) AND (b.`id_shop` = 1) LIMIT 1
0.184 ms 1 /src/Adapter/EntityMapper.php:54
46
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_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.182 ms 1 /src/Adapter/EntityMapper.php:54
414
INSERT INTO `prstshp_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('4937508', '', 'perle-huesli.ch/it/10-eigene-kreationen?page=129', '', '2026-06-02 10:01:33')
0.181 ms 1 /classes/ObjectModel.php:535
30
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1
0.180 ms 1 /src/Adapter/EntityMapper.php:54
6
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1
0.178 ms 1 /src/Adapter/EntityMapper.php:54
384
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM prstshp_link_block lb
INNER JOIN prstshp_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.178 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
47
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.171 ms 7 Yes /classes/ImageType.php:109
398
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.170 ms 3 /src/Adapter/EntityMapper.php:62
24
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:54
285
SELECT SQL_NO_CACHE 1 FROM prstshp_cart_product cp INNER JOIN prstshp_product p
ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.162 ms 1 /classes/Cart.php:4078
20
SELECT SQL_NO_CACHE * FROM `prstshp_currency` c ORDER BY `iso_code` ASC
0.161 ms 2 Yes /classes/Currency.php:709
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `prstshp_lang` l
LEFT JOIN `prstshp_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.160 ms 3 /classes/Language.php:1070
61
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:54
76
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 9897)
0.160 ms 1 /classes/Product.php:3629
316
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:54
17
SELECT SQL_NO_CACHE `name`, `alias` FROM `prstshp_hook_alias`
0.159 ms 88 /classes/Hook.php:320
226
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 9897
ORDER BY `position`
0.158 ms 1 Yes /classes/Product.php:3291
309
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1
0.157 ms 1 /src/Adapter/EntityMapper.php:54
336
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 353) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:54
50
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.155 ms 7 Yes /classes/ImageType.php:109
343
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 367) AND (b.`id_shop` = 1) LIMIT 1
0.155 ms 1 /src/Adapter/EntityMapper.php:54
315
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:54
51
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.153 ms 7 Yes /classes/ImageType.php:109
345
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 396) AND (b.`id_shop` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:54
391
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1
0.152 ms 2 /classes/Meta.php:190
319
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:54
320
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 125) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:54
40
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM prstshp_shop s
0.149 ms 1 /classes/shop/Shop.php:922
310
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:54
321
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:54
96
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 12337)
0.148 ms 1 /classes/Product.php:3629
311
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:54
66
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 0 LIMIT 1
0.147 ms 1 /classes/SpecificPrice.php:433
396
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.147 ms 3 /src/Adapter/EntityMapper.php:62
28
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:54
62
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1
0.147 ms 3 /src/Adapter/EntityMapper.php:62
229
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 4948
ORDER BY `position`
0.146 ms 2 Yes /classes/Product.php:3291
231
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16803
ORDER BY `position`
0.146 ms 1 Yes /classes/Product.php:3291
42
SELECT SQL_NO_CACHE * FROM `prstshp_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.145 ms 1 /classes/module/Module.php:2171
131
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4950)
0.145 ms 1 /classes/Product.php:3629
313
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:54
81
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4948)
0.144 ms 1 /classes/Product.php:3629
235
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 12337
ORDER BY `position`
0.144 ms 3 Yes /classes/Product.php:3291
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM prstshp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.143 ms 1 /classes/shop/ShopUrl.php:182
312
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:54
337
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 357) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:54
314
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:54
381
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `prstshp_currency` c
LEFT JOIN prstshp_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.142 ms 2 /classes/Currency.php:1122
21
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.142 ms 3 /classes/Language.php:873
287
SELECT SQL_NO_CACHE 1 FROM `prstshp_cart_rule` WHERE ((date_to >= "2026-06-02 00:00:00" AND date_to <= "2026-06-02 23:59:59") OR (date_from >= "2026-06-02 00:00:00" AND date_from <= "2026-06-02 23:59:59") OR (date_from < "2026-06-02 00:00:00" AND date_to > "2026-06-02 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.142 ms 1 /classes/CartRule.php:359
324
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 294) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:54
333
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 355) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:54
237
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 9898
ORDER BY `position`
0.140 ms 1 Yes /classes/Product.php:3291
259
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 4951
ORDER BY `position`
0.140 ms 2 Yes /classes/Product.php:3291
322
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:54
326
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 291) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:54
249
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 4950
ORDER BY `position`
0.139 ms 2 Yes /classes/Product.php:3291
3
SELECT SQL_NO_CACHE *
FROM `prstshp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:54
255
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 12335
ORDER BY `position`
0.138 ms 3 Yes /classes/Product.php:3291
265
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 12334
ORDER BY `position`
0.138 ms 3 Yes /classes/Product.php:3291
44
SELECT SQL_NO_CACHE name, alias FROM `prstshp_hook_alias`
0.137 ms 88 /classes/Hook.php:372
317
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:54
245
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 12336
ORDER BY `position`
0.137 ms 3 Yes /classes/Product.php:3291
341
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 361) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:54
233
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 12608
ORDER BY `position`
0.136 ms 1 Yes /classes/Product.php:3291
323
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:54
325
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 166) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:54
344
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 395) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:54
34
SELECT SQL_NO_CACHE *
FROM `prstshp_group` a
LEFT JOIN `prstshp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:54
329
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 343) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:54
335
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 351) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:54
239
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 4949
ORDER BY `position`
0.134 ms 2 Yes /classes/Product.php:3291
403
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1
0.134 ms 1 /classes/Meta.php:190
52
SELECT SQL_NO_CACHE format
FROM `prstshp_address_format`
WHERE `id_country` = 19 LIMIT 1
0.133 ms 1 /classes/AddressFormat.php:652
86
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16803)
0.133 ms 1 /classes/Product.php:3629
161
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16800)
0.133 ms 1 /classes/Product.php:3629
243
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16123
ORDER BY `position`
0.133 ms 1 Yes /classes/Product.php:3291
257
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10057
ORDER BY `position`
0.133 ms 1 Yes /classes/Product.php:3291
247
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10056
ORDER BY `position`
0.133 ms 1 Yes /classes/Product.php:3291
275
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 12333
ORDER BY `position`
0.133 ms 3 Yes /classes/Product.php:3291
22
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.132 ms 1 /classes/shop/Shop.php:1211
241
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16802
ORDER BY `position`
0.132 ms 1 Yes /classes/Product.php:3291
279
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 4953
ORDER BY `position`
0.132 ms 2 Yes /classes/Product.php:3291
191
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16126)
0.131 ms 1 /classes/Product.php:3629
291
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.131 ms 1 /classes/module/Module.php:2781
330
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 333) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:54
340
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 358) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:54
8
SELECT SQL_NO_CACHE *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:54
54
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:54
261
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16800
ORDER BY `position`
0.131 ms 1 Yes /classes/Product.php:3291
277
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10451
ORDER BY `position`
0.131 ms 1 Yes /classes/Product.php:3291
318
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:54
267
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10450
ORDER BY `position`
0.130 ms 1 Yes /classes/Product.php:3291
327
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 317) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:54
91
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 12608)
0.130 ms 1 /classes/Product.php:3629
385
SELECT SQL_NO_CACHE *
FROM `prstshp_link_block` a
LEFT JOIN `prstshp_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:54
392
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1
0.130 ms 2 /classes/Meta.php:190
269
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 4952
ORDER BY `position`
0.129 ms 2 Yes /classes/Product.php:3291
13
SELECT SQL_NO_CACHE *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:54
121
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 12336)
0.129 ms 1 /classes/Product.php:3629
251
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16801
ORDER BY `position`
0.129 ms 1 Yes /classes/Product.php:3291
253
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16124
ORDER BY `position`
0.129 ms 1 Yes /classes/Product.php:3291
273
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16126
ORDER BY `position`
0.129 ms 1 Yes /classes/Product.php:3291
283
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16127
ORDER BY `position`
0.129 ms 1 Yes /classes/Product.php:3291
338
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 354) AND (b.`id_shop` = 1) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:54
171
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 12334)
0.128 ms 1 /classes/Product.php:3629
263
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16125
ORDER BY `position`
0.128 ms 1 Yes /classes/Product.php:3291
281
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16798
ORDER BY `position`
0.128 ms 1 Yes /classes/Product.php:3291
339
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 356) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:54
106
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4949)
0.127 ms 1 /classes/Product.php:3629
111
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16802)
0.127 ms 1 /classes/Product.php:3629
216
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16127)
0.127 ms 1 /classes/Product.php:3629
271
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 16799
ORDER BY `position`
0.127 ms 1 Yes /classes/Product.php:3291
332
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 350) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:54
101
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 9898)
0.127 ms 1 /classes/Product.php:3629
328
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 335) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:54
116
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16123)
0.126 ms 1 /classes/Product.php:3629
201
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10451)
0.126 ms 1 /classes/Product.php:3629
176
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10450)
0.125 ms 1 /classes/Product.php:3629
126
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10056)
0.125 ms 1 /classes/Product.php:3629
136
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16801)
0.125 ms 1 /classes/Product.php:3629
141
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16124)
0.125 ms 1 /classes/Product.php:3629
156
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4951)
0.125 ms 1 /classes/Product.php:3629
166
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16125)
0.125 ms 1 /classes/Product.php:3629
288
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.125 ms 1 /classes/module/Module.php:2781
331
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 349) AND (b.`id_shop` = 1) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:54
334
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:54
412
SELECT SQL_NO_CACHE `id_page`
FROM `prstshp_page`
WHERE `id_page_type` = 9 AND `id_object` = 10 LIMIT 1
0.125 ms 1 /classes/Page.php:83
196
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 12333)
0.124 ms 1 /classes/Product.php:3629
151
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10057)
0.124 ms 1 /classes/Product.php:3629
181
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4952)
0.124 ms 1 /classes/Product.php:3629
186
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16799)
0.124 ms 1 /classes/Product.php:3629
146
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 12335)
0.123 ms 1 /classes/Product.php:3629
206
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4953)
0.123 ms 1 /classes/Product.php:3629
211
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 16798)
0.123 ms 1 /classes/Product.php:3629
342
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 364) AND (b.`id_shop` = 1) LIMIT 1
0.121 ms 1 /src/Adapter/EntityMapper.php:54
394
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.120 ms 3 /src/Adapter/EntityMapper.php:62
80
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4948 LIMIT 1
0.119 ms 1 /classes/SpecificPrice.php:442
305
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 10 LIMIT 1
0.119 ms 1 /classes/Category.php:1608
31
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.118 ms 1 /src/Adapter/EntityMapper.php:54
55
SELECT SQL_NO_CACHE *
FROM `prstshp_country_lang`
WHERE `id_country` = 19
0.118 ms 3 /src/Adapter/EntityMapper.php:62
378
SELECT SQL_NO_CACHE psgdpr.active FROM `prstshp_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 17 LIMIT 1
0.117 ms 1 /modules/psgdpr/classes/GDPRConsent.php:132
400
SELECT SQL_NO_CACHE *
FROM `prstshp_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
0.117 ms 3 /src/Adapter/EntityMapper.php:62
75
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 9897 LIMIT 1
0.116 ms 1 /classes/SpecificPrice.php:442
12
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang` WHERE `iso_code` = 'it' LIMIT 1
0.116 ms 3 /classes/Language.php:844
48
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.115 ms 7 Yes /classes/ImageType.php:109
395
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.114 ms 1 /src/Adapter/EntityMapper.php:54
382
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_linklist" LIMIT 1
0.112 ms 1 /classes/module/Module.php:2781
295
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `prstshp_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.112 ms 1 /classes/Cart.php:1324
399
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
0.112 ms 1 /src/Adapter/EntityMapper.php:54
58
SELECT SQL_NO_CACHE `name`
FROM `prstshp_hook`
WHERE `id_hook` = 14 LIMIT 1
0.110 ms 1 /classes/Hook.php:274
32
SELECT SQL_NO_CACHE *
FROM `prstshp_currency_lang`
WHERE `id_currency` = 2
0.109 ms 3 /src/Adapter/EntityMapper.php:62
376
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.109 ms 1 /classes/module/Module.php:2781
397
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
0.109 ms 1 /src/Adapter/EntityMapper.php:54
7
SELECT SQL_NO_CACHE *
FROM `prstshp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.108 ms 1 /src/Adapter/EntityMapper.php:54
296
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.108 ms 1 /classes/module/Module.php:2781
35
SELECT SQL_NO_CACHE *
FROM `prstshp_group_lang`
WHERE `id_group` = 1
0.107 ms 3 /src/Adapter/EntityMapper.php:62
73
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 12338) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:286
393
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.106 ms 1 /src/Adapter/EntityMapper.php:54
284
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `prstshp_smarty_last_flush` WHERE type='compile' LIMIT 1
0.105 ms 1 /classes/Smarty/SmartyCustom.php:96
404
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1
0.105 ms 1 /classes/Meta.php:190
300
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.104 ms 1 /classes/module/Module.php:2781
386
SELECT SQL_NO_CACHE *
FROM `prstshp_link_block_lang`
WHERE `id_link_block` = 1
0.104 ms 3 /src/Adapter/EntityMapper.php:62
411
SELECT SQL_NO_CACHE id_page_type
FROM prstshp_page_type
WHERE name = 'category' LIMIT 1
0.104 ms 1 /classes/Page.php:104
59
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 10
AND `id_shop` = 1 LIMIT 1
0.103 ms 1 /classes/Category.php:2458
223
SELECT SQL_NO_CACHE * FROM `prstshp_image_type`
0.103 ms 7 /classes/ImageType.php:161
293
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.103 ms 1 /classes/module/Module.php:2781
23
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'CHF') LIMIT 1
0.102 ms 1 /classes/Currency.php:893
37
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 10
AND `id_shop` = 1 LIMIT 1
0.102 ms 1 /classes/Category.php:2458
36
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.101 ms 1 /classes/ObjectModel.php:1575
387
SELECT SQL_NO_CACHE *
FROM `prstshp_link_block` a
LEFT JOIN `prstshp_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.101 ms 1 /src/Adapter/EntityMapper.php:54
120
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 12336 LIMIT 1
0.100 ms 1 /classes/SpecificPrice.php:442
405
SELECT SQL_NO_CACHE *
FROM prstshp_meta m
LEFT JOIN prstshp_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1
0.100 ms 1 /classes/Meta.php:190
9
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.099 ms 1 /classes/ObjectModel.php:1575
49
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.098 ms 7 Yes /classes/ImageType.php:109
56
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM prstshp_required_field
0.098 ms 1 /classes/ObjectModel.php:1440
289
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1
0.097 ms 1 /classes/module/Module.php:2270
377
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.097 ms 1 /classes/module/Module.php:2270
401
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1
0.097 ms 1 /src/Adapter/EntityMapper.php:54
25
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.097 ms 3 /classes/Language.php:873
71
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 12338 AND `id_group` = 1 LIMIT 1
0.096 ms 0 /classes/GroupReduction.php:149
406
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.095 ms 1 /classes/module/Module.php:2781
190
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16126 LIMIT 1
0.095 ms 1 /classes/SpecificPrice.php:442
298
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.095 ms 1 /classes/module/Module.php:2781
33
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1
0.094 ms 1 /classes/ObjectModel.php:1575
67
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 12338 LIMIT 1
0.094 ms 1 /classes/SpecificPrice.php:442
221
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.094 ms 1 /classes/Category.php:1401
27
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.093 ms 1 /classes/Currency.php:893
38
SELECT SQL_NO_CACHE ctg.`id_group`
FROM prstshp_category_group ctg
WHERE ctg.`id_category` = 10 AND ctg.`id_group` = 1 LIMIT 1
0.093 ms 1 /classes/Category.php:1777
85
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16803 LIMIT 1
0.093 ms 1 /classes/SpecificPrice.php:442
379
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.093 ms 1 /classes/module/Module.php:2781
78
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 9897) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:286
90
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 12608 LIMIT 1
0.092 ms 1 /classes/SpecificPrice.php:442
105
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4949 LIMIT 1
0.091 ms 1 /classes/SpecificPrice.php:442
380
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.091 ms 1 /classes/module/Module.php:2270
294
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1
0.091 ms 1 /classes/module/Module.php:2270
14
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1
0.090 ms 1 /classes/ObjectModel.php:1575
408
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 19 LIMIT 1
0.090 ms 1 /classes/Country.php:409
135
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16801 LIMIT 1
0.090 ms 1 /classes/SpecificPrice.php:442
299
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1
0.090 ms 1 /classes/module/Module.php:2270
115
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16123 LIMIT 1
0.089 ms 1 /classes/SpecificPrice.php:442
29
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.088 ms 3 /classes/Language.php:873
95
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 12337 LIMIT 1
0.088 ms 1 /classes/SpecificPrice.php:442
125
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10056 LIMIT 1
0.088 ms 1 /classes/SpecificPrice.php:442
170
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 12334 LIMIT 1
0.088 ms 1 /classes/SpecificPrice.php:442
210
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16798 LIMIT 1
0.088 ms 1 /classes/SpecificPrice.php:442
306
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `prstshp_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.088 ms 1 /classes/Category.php:1614
26
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.087 ms 3 /classes/Language.php:873
100
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 9898 LIMIT 1
0.087 ms 1 /classes/SpecificPrice.php:442
110
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16802 LIMIT 1
0.087 ms 1 /classes/SpecificPrice.php:442
145
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 12335 LIMIT 1
0.087 ms 1 /classes/SpecificPrice.php:442
175
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10450 LIMIT 1
0.087 ms 1 /classes/SpecificPrice.php:442
185
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16799 LIMIT 1
0.087 ms 1 /classes/SpecificPrice.php:442
200
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10451 LIMIT 1
0.087 ms 1 /classes/SpecificPrice.php:442
215
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16127 LIMIT 1
0.087 ms 1 /classes/SpecificPrice.php:442
83
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4948) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.086 ms 1 /classes/stock/StockAvailable.php:286
140
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16124 LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:442
155
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4951 LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:442
160
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16800 LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:442
180
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4952 LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:442
292
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
0.086 ms 1 /classes/module/Module.php:2270
130
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4950 LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:442
195
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 12333 LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:442
150
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10057 LIMIT 1
0.085 ms 1 /classes/SpecificPrice.php:442
165
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 16125 LIMIT 1
0.085 ms 1 /classes/SpecificPrice.php:442
205
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4953 LIMIT 1
0.085 ms 1 /classes/SpecificPrice.php:442
53
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 19 LIMIT 1
0.085 ms 1 /classes/Country.php:409
93
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 12608) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.085 ms 1 /classes/stock/StockAvailable.php:286
103
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 9898) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:286
113
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16802) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:286
383
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.084 ms 1 /classes/module/Module.php:2270
123
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 12336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:286
88
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16803) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:286
168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16125) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:286
301
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.083 ms 1 /classes/module/Module.php:2270
77
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 9897 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:149
98
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 12337) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:286
118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:286
128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10056) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:286
133
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4950) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:286
193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16126) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:286
218
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:286
225
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 36 LIMIT 1
0.082 ms 1 /classes/Category.php:1401
388
SELECT SQL_NO_CACHE *
FROM `prstshp_link_block_lang`
WHERE `id_link_block` = 2
0.082 ms 3 /src/Adapter/EntityMapper.php:62
108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4949) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:286
163
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16800) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:286
173
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 12334) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:286
188
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16799) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:286
138
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16801) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:286
178
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10450) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:286
208
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4953) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:286
297
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.081 ms 1 /classes/module/Module.php:2270
389
SELECT SQL_NO_CACHE *
FROM `prstshp_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
0.081 ms 1 /src/Adapter/EntityMapper.php:54
143
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16124) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:286
153
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10057) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:286
183
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:286
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 12333) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:286
148
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 12335) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:286
203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10451) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:286
213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 16798) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:286
158
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4951) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.079 ms 1 /classes/stock/StockAvailable.php:286
290
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 19 LIMIT 1
0.079 ms 1 /classes/Country.php:409
102
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 9898 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:149
228
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 88 LIMIT 1
0.078 ms 1 /classes/Category.php:1401
97
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 12337 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:149
167
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16125 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:149
407
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1
0.077 ms 1 /classes/module/Module.php:2270
72
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_group`
WHERE `id_group` = 1 LIMIT 1
0.076 ms 1 /classes/Group.php:154
82
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4948 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:149
87
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16803 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:149
187
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16799 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:149
192
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16126 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:149
117
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16123 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
127
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10056 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
92
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 12608 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
107
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4949 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
132
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4950 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
137
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16801 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
162
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16800 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
172
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 12334 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
177
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10450 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
122
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 12336 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:149
142
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16124 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:149
202
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10451 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:149
207
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4953 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:149
212
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16798 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:149
147
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 12335 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:149
157
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4951 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:149
182
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4952 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:149
217
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16127 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:149
112
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 16802 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:149
152
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10057 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:149
197
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 12333 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:149

Doubles

42 queries
SELECT *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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
31 queries
SELECT XX FROM `prstshp_specific_price` WHERE id_product = XX LIMIT XX
30 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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `prstshp_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)
30 queries
			SELECT `reduction`
			FROM `prstshp_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
30 queries
SELECT SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
30 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 `prstshp_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 `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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
30 queries
SELECT *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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
30 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `prstshp_image` i
             INNER JOIN prstshp_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
30 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 `prstshp_product_attribute` pa
             INNER JOIN prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
10 queries
SELECT `id_module` FROM `prstshp_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
5 queries
SELECT *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
5 queries
SELECT *
							FROM `prstshp_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
4 queries
SELECT `id_lang` FROM `prstshp_lang`
                    WHERE `locale` = 'it-it'
                    OR `language_code` = 'it-it' LIMIT XX
3 queries
			SELECT `need_identification_number`
			FROM `prstshp_country`
			WHERE `id_country` = XX LIMIT XX
3 queries
			SELECT cl.`link_rewrite`
			FROM `prstshp_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
2 queries
SELECT *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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 *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
WHERE (a.`id_lang` = XX) LIMIT XX
2 queries
				SELECT id_shop
				FROM `prstshp_lang_shop`
				WHERE `id_lang` = XX
				AND id_shop = XX LIMIT XX
2 queries
SELECT *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
		SELECT `id_category`
		FROM `prstshp_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT XX FROM `prstshp_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT *
FROM `prstshp_link_block` a
LEFT JOIN `prstshp_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `prstshp_link_block_lang`
							WHERE `id_link_block` = XX

Tables stress

93 product
63 product_shop
62 cart_product
60 product_attribute_shop
52 category
52 category_lang
47 category_shop
32 stock_available
31 product_attribute
31 product_attribute_combination
31 product_lang
31 specific_price
30 product_group_reduction_cache
30 pack
30 image
30 image_shop
30 image_lang
30 attribute
30 attribute_lang
30 attribute_group
13 module
12 module_shop
9 lang
8 hook
7 meta
7 meta_lang
7 currency
6 lang_shop
6 country
6 image_type
5 shop
5 currency_shop
5 cms
5 cms_shop
5 cms_lang
4 shop_url
4 category_group
3 country_lang
3 country_shop
3 hook_alias
3 currency_lang
3 link_block
3 link_block_shop
2 shop_group
2 configuration
2 hook_module
2 group
2 group_shop
2 category_product
2 cart_rule
2 link_block_lang
1 configuration_lang
1 module_group
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 layered_category
1 product_sale
1 layered_filter_block
1 smarty_last_flush
1 psgdpr_consent
1 connections
1 page_type
1 page

ObjectModel instances

Name Instances Source
Product 60 /src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 12338]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 9897]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 4948]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16803]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 12608]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 12337]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 9898]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 4949]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16802]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16123]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 12336]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 10056]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 4950]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16801]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16124]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 12335]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 10057]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 4951]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16800]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16125]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 12334]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 10450]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 4952]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16799]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16126]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 12333]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 10451]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 4953]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16798]
/src/Adapter/Image/ImageRetriever.php:51 (__construct) [id: 16127]
/classes/Link.php:114 (__construct) [id: 12338]
/classes/Link.php:114 (__construct) [id: 9897]
/classes/Link.php:114 (__construct) [id: 4948]
/classes/Link.php:114 (__construct) [id: 16803]
/classes/Link.php:114 (__construct) [id: 12608]
/classes/Link.php:114 (__construct) [id: 12337]
/classes/Link.php:114 (__construct) [id: 9898]
/classes/Link.php:114 (__construct) [id: 4949]
/classes/Link.php:114 (__construct) [id: 16802]
/classes/Link.php:114 (__construct) [id: 16123]
/classes/Link.php:114 (__construct) [id: 12336]
/classes/Link.php:114 (__construct) [id: 10056]
/classes/Link.php:114 (__construct) [id: 4950]
/classes/Link.php:114 (__construct) [id: 16801]
/classes/Link.php:114 (__construct) [id: 16124]
/classes/Link.php:114 (__construct) [id: 12335]
/classes/Link.php:114 (__construct) [id: 10057]
/classes/Link.php:114 (__construct) [id: 4951]
/classes/Link.php:114 (__construct) [id: 16800]
/classes/Link.php:114 (__construct) [id: 16125]
/classes/Link.php:114 (__construct) [id: 12334]
/classes/Link.php:114 (__construct) [id: 10450]
/classes/Link.php:114 (__construct) [id: 4952]
/classes/Link.php:114 (__construct) [id: 16799]
/classes/Link.php:114 (__construct) [id: 16126]
/classes/Link.php:114 (__construct) [id: 12333]
/classes/Link.php:114 (__construct) [id: 10451]
/classes/Link.php:114 (__construct) [id: 4953]
/classes/Link.php:114 (__construct) [id: 16798]
/classes/Link.php:114 (__construct) [id: 16127]
Category 47 /controllers/front/listing/CategoryController.php:87 (__construct) [id: 10]
/classes/Meta.php:364 (__construct) [id: 10]
/classes/Link.php:416 (__construct) [id: 10]
/classes/Link.php:416 (__construct) [id: 10]
/classes/Link.php:416 (__construct) [id: 10]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct) [id: 10]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 363]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 32]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 20]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 29]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 36]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 31]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 37]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 33]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 55]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 56]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 60]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 59]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 125]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 81]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 138]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 61]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 294]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 166]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 291]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 317]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 335]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 343]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 333]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 349]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 350]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 355]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 88]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 351]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 353]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 357]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 354]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 356]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 358]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 361]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 364]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 367]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 395]
/src/Adapter/Presenter/Category/CategoryLazyArray.php:113 (__construct) [id: 396]
Country 8 /config/config.inc.php:154 (__construct) [id: 19]
/classes/controller/FrontController.php:325 (__construct) [id: 19]
/classes/AddressFormat.php:402 (__construct) [id: 19]
/classes/controller/FrontController.php:1739 (__construct) [id: 19]
/classes/AddressFormat.php:402 (__construct) [id: 19]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 19]
/classes/AddressFormat.php:402 (__construct) [id: 19]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 19]
CMS 6 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 2]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 3]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 4]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 5]
Address 4 /classes/shop/Shop.php:487 (__construct) [id: ]
/classes/Product.php:3454 (initialize) [id: ]
/classes/Product.php:3573 (__construct) [id: ]
/classes/Product.php:5723 (__construct) [id: ]
Language 3 /config/config.inc.php:219 (__construct) [id: 1]
/classes/Tools.php:659 (__construct) [id: 3]
/classes/Tools.php:553 (__construct) [id: 3]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 1]
/classes/Tools.php:713 (getCurrencyInstance) [id: 2]
AddressFormat 3 /classes/controller/FrontController.php:1733 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
State 3 /classes/controller/FrontController.php:1738 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 35]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 35]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
Shop 1 /config/config.inc.php:122 (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:1659 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1656 (__construct) [id: 0]
Group 1 /classes/Cart.php:275 (getCurrent) [id: 1]
Cart 1 /classes/controller/FrontController.php:459 (__construct) [id: ]
Customer 1 /config/config.inc.php:272 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:562 (__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/autoload_static.php
9 /vendor/symfony/deprecation-contracts/function.php
10 /vendor/symfony/polyfill-mbstring/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap80.php
12 /vendor/symfony/polyfill-ctype/bootstrap.php
13 /vendor/symfony/polyfill-ctype/bootstrap80.php
14 /vendor/symfony/polyfill-php83/bootstrap.php
15 /vendor/symfony/polyfill-php83/bootstrap80.php
16 /vendor/symfony/polyfill-php83/bootstrap81.php
17 /vendor/symfony/var-dumper/Resources/functions/dump.php
18 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
19 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
20 /vendor/twig/twig/src/Resources/core.php
21 /vendor/twig/twig/src/Resources/debug.php
22 /vendor/twig/twig/src/Resources/escaper.php
23 /vendor/twig/twig/src/Resources/string_loader.php
24 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
25 /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
26 /vendor/symfony/string/Resources/functions.php
27 /vendor/symfony/polyfill-intl-idn/bootstrap.php
28 /vendor/symfony/clock/Resources/now.php
29 /vendor/symfony/polyfill-php80/bootstrap.php
30 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
31 /vendor/jakeasmith/http_build_url/src/http_build_url.php
32 /vendor/symfony/polyfill-intl-icu/bootstrap.php
33 /vendor/symfony/polyfill-php84/bootstrap.php
34 /vendor/symfony/polyfill-php84/bootstrap80.php
35 /vendor/ircmaxell/password-compat/lib/password.php
36 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
37 /vendor/symfony/polyfill-php73/bootstrap.php
38 /vendor/symfony/translation/Resources/functions.php
39 /src/Core/Version.php
40 /config/alias.php
41 /vendor/prestashop/autoload/src/PrestashopAutoload.php
42 /vendor/prestashop/autoload/src/LegacyClassLoader.php
43 /vendor/symfony/filesystem/Filesystem.php
44 /vendor/prestashop/autoload/src/Autoloader.php
45 /config/bootstrap.php
46 /src/Core/ContainerBuilder.php
47 /src/Core/Foundation/IoC/Container.php
48 /src/Adapter/ServiceLocator.php
49 /var/cache/dev/appParameters.php
52 /var/cache/dev/class_index.php
53 /classes/controller/Controller.php
55 /classes/ObjectModel.php
56 /src/Core/Foundation/Database/EntityInterface.php
58 /classes/db/Db.php
60 /classes/Hook.php
62 /classes/module/Module.php
63 /src/Core/Module/Legacy/ModuleInterface.php
65 /classes/Tools.php
66 /classes/Context.php
67 /classes/shop/Shop.php
68 /src/Core/Security/PasswordGenerator.php
69 /classes/db/DbPDO.php
70 /classes/AddressFormat.php
71 /classes/Configuration.php
72 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
73 /classes/Validate.php
74 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
75 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
76 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
77 /vendor/symfony/form/AbstractType.php
78 /vendor/symfony/form/FormTypeInterface.php
79 /classes/cache/Cache.php
80 /src/Adapter/EntityMapper.php
81 /classes/db/DbQuery.php
82 /src/Core/Addon/Theme/ThemeManagerBuilder.php
83 /vendor/psr/log/src/NullLogger.php
84 /vendor/psr/log/src/AbstractLogger.php
85 /vendor/psr/log/src/LoggerTrait.php
86 /vendor/psr/log/src/LoggerInterface.php
87 /src/Core/Context/ApiClientContext.php
88 /src/Adapter/Configuration.php
89 /vendor/symfony/http-foundation/ParameterBag.php
90 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
91 /src/Core/ConfigurationInterface.php
92 /src/Core/Addon/Theme/ThemeRepository.php
93 /src/Core/Addon/AddonRepositoryInterface.php
94 /src/Core/Addon/Theme/Theme.php
95 /src/Core/Addon/AddonInterface.php
96 /src/Core/Util/ArrayFinder.php
97 /vendor/symfony/property-access/PropertyAccess.php
98 /vendor/symfony/property-access/PropertyAccessorBuilder.php
99 /vendor/symfony/property-access/PropertyAccessor.php
100 /vendor/symfony/property-access/PropertyAccessorInterface.php
101 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
102 /vendor/symfony/property-info/PropertyListExtractorInterface.php
103 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
104 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
105 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
106 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
107 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
108 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
109 /vendor/symfony/property-info/Type.php
110 /vendor/symfony/string/Inflector/EnglishInflector.php
111 /vendor/symfony/string/Inflector/InflectorInterface.php
112 /vendor/symfony/property-access/PropertyPath.php
113 /vendor/symfony/property-access/PropertyPathInterface.php
114 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
115 /config/defines_uri.inc.php
116 /classes/Language.php
117 /src/Core/Language/LanguageInterface.php
118 /classes/Country.php
119 /classes/PrestaShopCollection.php
120 /classes/shop/ShopGroup.php
121 /classes/Cookie.php
122 /src/Core/Http/CookieOptions.php
123 /classes/PhpEncryption.php
124 /classes/PhpEncryptionEngine.php
125 /vendor/defuse/php-encryption/src/Key.php
126 /vendor/defuse/php-encryption/src/Encoding.php
127 /vendor/defuse/php-encryption/src/Core.php
128 /src/Core/Session/SessionHandler.php
129 /src/Core/Session/SessionHandlerInterface.php
130 /vendor/symfony/http-foundation/Session/Session.php
131 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
132 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
133 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
134 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
135 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
136 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
137 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
138 /vendor/symfony/http-foundation/Session/SessionInterface.php
139 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
140 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
141 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
142 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
143 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
144 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
145 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
146 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
147 /config/smarty.config.inc.php
148 /classes/Smarty/SmartyCustom.php
149 /vendor/smarty/smarty/libs/Smarty.class.php
150 /vendor/smarty/smarty/libs/functions.php
151 /vendor/smarty/smarty/libs/Autoloader.php
152 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
153 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
154 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
156 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
157 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
158 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
159 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
160 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
161 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
162 /classes/ImageManager.php
163 /classes/Product.php
164 /classes/Profile.php
165 /classes/Tab.php
166 /config/smartyfront.config.inc.php
167 /classes/Smarty/SmartyResourceModule.php
168 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
169 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
170 /classes/Smarty/SmartyResourceParent.php
171 /classes/Smarty/SmartyLazyRegister.php
172 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
173 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
174 /classes/Customer.php
175 /classes/Group.php
176 /classes/Link.php
177 /classes/shop/ShopUrl.php
178 /app/FrontKernel.php
179 /app/AppKernel.php
180 /vendor/symfony/http-kernel/Kernel.php
181 /vendor/symfony/config/ConfigCache.php
182 /vendor/symfony/config/ResourceCheckerConfigCache.php
183 /vendor/symfony/config/ConfigCacheInterface.php
184 /vendor/symfony/http-kernel/KernelInterface.php
185 /vendor/symfony/http-kernel/HttpKernelInterface.php
186 /vendor/symfony/http-kernel/RebootableInterface.php
187 /vendor/symfony/http-kernel/TerminableInterface.php
188 /vendor/symfony/dotenv/Dotenv.php
189 /classes/Dispatcher.php
190 /vendor/symfony/http-foundation/Request.php
191 /vendor/symfony/http-foundation/AcceptHeader.php
192 /vendor/symfony/http-foundation/AcceptHeaderItem.php
193 /vendor/symfony/http-foundation/FileBag.php
194 /vendor/symfony/http-foundation/HeaderBag.php
195 /vendor/symfony/http-foundation/HeaderUtils.php
196 /vendor/symfony/http-foundation/InputBag.php
197 /vendor/symfony/http-foundation/ServerBag.php
198 /src/Adapter/SymfonyContainer.php
199 /config/db_slave_server.inc.php
200 /src/Adapter/ContainerBuilder.php
201 /src/Adapter/Environment.php
202 /src/Core/EnvironmentInterface.php
203 /vendor/symfony/config/Resource/SelfCheckingResourceChecker.php
204 /vendor/symfony/config/ResourceCheckerInterface.php
205 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
206 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
207 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
208 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
209 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
210 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
211 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
212 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
213 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
214 /vendor/symfony/cache/Adapter/ArrayAdapter.php
215 /vendor/psr/log/src/LoggerAwareTrait.php
216 /vendor/symfony/cache/Adapter/AdapterInterface.php
217 /vendor/symfony/cache/CacheItem.php
218 /vendor/symfony/cache-contracts/ItemInterface.php
219 /vendor/psr/cache/src/CacheItemInterface.php
220 /vendor/psr/cache/src/CacheItemPoolInterface.php
221 /vendor/symfony/cache-contracts/CacheInterface.php
222 /vendor/psr/log/src/LoggerAwareInterface.php
223 /vendor/symfony/cache/ResettableInterface.php
224 /vendor/symfony/service-contracts/ResetInterface.php
225 /vendor/doctrine/orm/src/Tools/Setup.php
226 /vendor/doctrine/deprecations/src/Deprecation.php
227 /vendor/doctrine/orm/src/Configuration.php
228 /vendor/doctrine/dbal/src/Configuration.php
229 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
230 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
231 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
232 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
233 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
234 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
235 /vendor/doctrine/lexer/src/AbstractLexer.php
236 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
237 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
238 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
239 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
240 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
241 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
242 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
243 /vendor/symfony/cache/Adapter/AbstractAdapter.php
244 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
245 /vendor/symfony/cache/Traits/ContractsTrait.php
246 /vendor/symfony/cache-contracts/CacheTrait.php
247 /vendor/psr/cache/src/InvalidArgumentException.php
248 /vendor/psr/cache/src/CacheException.php
249 /vendor/symfony/cache/Traits/FilesystemTrait.php
250 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
251 /vendor/symfony/cache/PruneableInterface.php
252 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
253 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
254 /src/Adapter/Module/Repository/CachedModuleRepository.php
255 /src/Adapter/Module/Repository/ModuleRepository.php
256 /src/Core/Repository/AbstractObjectModelRepository.php
257 /vendor/symfony/cache/LockRegistry.php
258 /modules/dashactivity/vendor/autoload.php
259 /modules/dashactivity/vendor/composer/autoload_real.php
260 /modules/dashactivity/vendor/composer/platform_check.php
261 /modules/dashactivity/vendor/composer/autoload_static.php
262 /modules/ps_themecusto/vendor/autoload.php
263 /modules/ps_themecusto/vendor/composer/autoload_real.php
264 /modules/ps_themecusto/vendor/composer/autoload_static.php
265 /modules/ps_apiresources/vendor/autoload.php
266 /modules/ps_apiresources/vendor/composer/autoload_real.php
267 /modules/ps_apiresources/vendor/composer/platform_check.php
268 /modules/ps_apiresources/vendor/composer/autoload_static.php
269 /modules/autoupgrade/vendor/autoload.php
270 /modules/autoupgrade/vendor/composer/autoload_real.php
271 /modules/autoupgrade/vendor/composer/autoload_static.php
272 /modules/autoupgrade/vendor/symfony/polyfill-php72/bootstrap.php
273 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
274 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
275 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
276 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
277 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
278 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
279 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
280 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
281 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
282 /vendor/symfony/config/Resource/FileResource.php
283 /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
284 /vendor/symfony/config/Resource/ResourceInterface.php
285 /vendor/symfony/config/Resource/ReflectionClassResource.php
286 /var/cache/dev/FrontContainer.php
287 /src/Adapter/Container/LegacyContainer.php
288 /vendor/symfony/dependency-injection/Container.php
289 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
290 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
291 /vendor/symfony/dependency-injection/ServiceLocator.php
292 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
293 /vendor/psr/container/src/ContainerExceptionInterface.php
294 /vendor/psr/container/src/NotFoundExceptionInterface.php
295 /vendor/symfony/service-contracts/ServiceProviderInterface.php
296 /vendor/psr/container/src/ContainerInterface.php
297 /vendor/symfony/dependency-injection/ContainerInterface.php
298 /src/Adapter/Container/LegacyContainerInterface.php
299 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
300 /vendor/doctrine/orm/src/EntityRepository.php
301 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
302 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
303 /vendor/symfony/var-exporter/LazyProxyTrait.php
304 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
305 /vendor/symfony/var-exporter/LazyObjectInterface.php
306 /vendor/symfony/var-exporter/Internal/Hydrator.php
307 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
308 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
309 /src/PrestaShopBundle/Entity/Repository/ShipmentRepository.php
310 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
311 /vendor/symfony/var-exporter/LazyGhostTrait.php
312 /src/Core/FeatureFlag/FeatureFlagManager.php
313 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
314 /src/Core/FeatureFlag/Layer/DbLayer.php
315 /src/Core/FeatureFlag/TypeLayerInterface.php
316 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
317 /src/Core/FeatureFlag/Layer/EnvLayer.php
318 /src/Core/FeatureFlag/Layer/QueryLayer.php
319 /vendor/symfony/http-foundation/RequestStack.php
320 /vendor/doctrine/orm/src/EntityManager.php
321 /vendor/doctrine/orm/src/EntityManagerInterface.php
322 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
323 /src/Core/Hook/HookModuleFilter.php
324 /src/Core/Hook/HookModuleFilterInterface.php
325 /controllers/front/listing/CategoryController.php
326 /classes/controller/ProductListingFrontController.php
327 /classes/controller/ProductPresentingFrontController.php
328 /classes/controller/FrontController.php
329 /src/PrestaShopBundle/Translation/TranslatorComponent.php
330 /vendor/symfony/translation/Translator.php
331 /vendor/symfony/translation/MessageCatalogue.php
332 /vendor/symfony/translation/MessageCatalogueInterface.php
333 /vendor/symfony/translation/MetadataAwareInterface.php
334 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
335 /vendor/symfony/translation-contracts/TranslatorInterface.php
336 /vendor/symfony/translation/TranslatorBagInterface.php
337 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
338 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
339 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
340 /src/PrestaShopBundle/Translation/TranslatorInterface.php
341 /vendor/symfony/translation/Formatter/MessageFormatter.php
342 /vendor/symfony/translation/Formatter/IntlFormatter.php
343 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
344 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
345 /vendor/symfony/translation/IdentityTranslator.php
346 /vendor/symfony/translation-contracts/TranslatorTrait.php
347 /vendor/symfony/config/ConfigCacheFactory.php
348 /vendor/symfony/config/ConfigCacheFactoryInterface.php
349 /var/cache/dev/translations/catalogue.it-IT.NXhscRe.php
350 /src/Adapter/Presenter/Object/ObjectPresenter.php
351 /src/Adapter/Presenter/PresenterInterface.php
352 /src/Adapter/Presenter/Cart/CartPresenter.php
353 /src/Adapter/Image/ImageRetriever.php
354 /classes/tax/TaxConfiguration.php
355 /classes/Smarty/TemplateFinder.php
356 /classes/assets/StylesheetManager.php
357 /classes/assets/AbstractAssetManager.php
358 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
359 /classes/assets/JavascriptManager.php
360 /classes/assets/CccReducer.php
361 /classes/Category.php
362 /src/Core/Domain/Category/ValueObject/RedirectType.php
363 /src/Core/Domain/Category/CategorySettings.php
364 /src/Core/Domain/Category/SeoSettings.php
365 /classes/webservice/WebserviceRequest.php
366 /src/Core/Localization/Locale/Repository.php
367 /src/Core/Localization/Locale/RepositoryInterface.php
368 /src/Core/Localization/CLDR/LocaleRepository.php
369 /src/Core/Localization/CLDR/LocaleDataSource.php
370 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
371 /src/Core/Data/Layer/AbstractDataLayer.php
372 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
373 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
374 /src/Core/Localization/CLDR/Reader.php
375 /src/Core/Localization/CLDR/ReaderInterface.php
376 /src/Core/Localization/Currency/Repository.php
377 /src/Core/Localization/Currency/RepositoryInterface.php
378 /src/Core/Localization/Currency/CurrencyDataSource.php
379 /src/Core/Localization/Currency/DataSourceInterface.php
380 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
381 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
382 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
383 /src/Adapter/Currency/CurrencyDataProvider.php
384 /src/Core/Currency/CurrencyDataProviderInterface.php
385 /src/Adapter/LegacyContext.php
386 /src/Adapter/Tools.php
387 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
388 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
389 /vendor/prestashop/decimal/src/Operation/Rounding.php
390 /src/Core/Localization/Locale.php
391 /src/Core/Localization/LocaleInterface.php
392 /src/Core/Localization/Specification/Price.php
393 /src/Core/Localization/Specification/Number.php
394 /src/Core/Localization/Specification/NumberInterface.php
395 /src/Core/Localization/Specification/Factory.php
396 /src/Core/Localization/CLDR/LocaleData.php
397 /src/Core/Localization/CLDR/NumberSymbolsData.php
398 /src/Core/Localization/CLDR/CurrencyData.php
399 /src/Core/Localization/CLDR/Locale.php
400 /src/Core/Localization/CLDR/LocaleInterface.php
401 /src/Core/Localization/Specification/NumberSymbolList.php
402 /classes/Currency.php
403 /src/Core/Localization/Currency/LocalizedCurrencyId.php
404 /src/Core/Localization/Currency/CurrencyData.php
405 /src/Core/Localization/Currency/CurrencyCollection.php
406 /src/Core/Localization/Currency.php
407 /src/Core/Localization/CurrencyInterface.php
408 /src/Core/Localization/Specification/NumberCollection.php
409 /src/Core/Localization/Number/Formatter.php
410 /classes/Cart.php
411 /src/Adapter/AddressFactory.php
412 /classes/CartRule.php
413 /src/Core/Domain/Product/ValueObject/RedirectType.php
414 /src/Core/Util/DateTime/DateTime.php
415 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
416 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
417 /src/Core/Domain/Product/ValueObject/ProductType.php
418 /src/Core/Domain/Product/ValueObject/Reference.php
419 /src/Core/Domain/Product/ValueObject/Gtin.php
420 /src/Core/Domain/Product/ValueObject/Isbn.php
421 /src/Core/Domain/Product/ValueObject/Upc.php
422 /src/Core/Domain/Product/ProductSettings.php
423 /src/Adapter/Presenter/Category/CategoryPresenter.php
424 /src/Adapter/Presenter/Category/CategoryLazyArray.php
425 /src/Adapter/Presenter/AbstractLazyArray.php
426 /src/Adapter/Presenter/LazyArrayAttribute.php
427 /src/Core/Util/Inflector.php
428 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
429 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
430 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
431 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
432 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
433 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
434 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
435 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
436 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
437 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
438 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
439 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
440 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
441 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
442 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
443 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
444 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
445 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
446 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
447 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
448 /src/Core/Domain/Shop/ValueObject/ShopId.php
449 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
450 /vendor/symfony/property-access/Exception/UnexpectedTypeException.php
451 /vendor/symfony/property-access/Exception/RuntimeException.php
452 /vendor/symfony/property-access/Exception/ExceptionInterface.php
453 /modules/blockreassurance/blockreassurance.php
454 /src/Core/Module/WidgetInterface.php
455 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
456 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
457 /src/PrestaShopBundle/Translation/DomainNormalizer.php
458 /src/Adapter/Localization/LegacyTranslator.php
459 /classes/Translate.php
460 /classes/Media.php
461 /modules/ps_emailalerts/ps_emailalerts.php
462 /modules/ps_emailalerts/MailAlert.php
463 /modules/ps_emailsubscription/ps_emailsubscription.php
464 /modules/ps_socialfollow/ps_socialfollow.php
465 /src/Adapter/Presenter/Cart/CartLazyArray.php
466 /src/Adapter/Product/PriceFormatter.php
467 /src/Adapter/Presenter/Cart/CartProductPresenter.php
468 /src/Adapter/Presenter/Product/ProductPresenter.php
469 /src/Adapter/Product/ProductColorsRetriever.php
470 /src/Adapter/HookManager.php
471 /classes/Gender.php
472 /src/Core/Domain/Title/ValueObject/Gender.php
473 /classes/Risk.php
474 /classes/Meta.php
475 /classes/Address.php
476 /classes/ImageType.php
477 /classes/State.php
478 /src/Core/Security/PasswordPolicyConfiguration.php
479 /src/Core/Configuration/DataConfigurationInterface.php
480 /src/Core/Security/Hashing.php
481 /src/Core/Filter/FrontEndObject/MainFilter.php
482 /src/Core/Filter/FilterInterface.php
483 /src/Core/Filter/FrontEndObject/CartFilter.php
484 /src/Core/Filter/HashMapWhitelistFilter.php
485 /src/Core/Filter/CollectionFilter.php
486 /src/Core/Filter/FrontEndObject/ProductFilter.php
487 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
488 /src/Core/Filter/FrontEndObject/CustomerFilter.php
489 /src/Core/Filter/FrontEndObject/ShopFilter.php
490 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
491 /classes/ProductAssembler.php
492 /src/Core/Product/Search/ProductSearchContext.php
493 /modules/ps_searchbar/ps_searchbar.php
494 /modules/ps_imageslider/ps_imageslider.php
495 /modules/ps_imageslider/Ps_HomeSlide.php
496 /modules/ps_shoppingcart/ps_shoppingcart.php
497 /src/Core/Product/Search/ProductSearchQuery.php
498 /src/Core/Product/Search/SortOrder.php
499 /modules/ps_facetedsearch/ps_facetedsearch.php
500 /modules/ps_facetedsearch/src/HookDispatcher.php
501 /modules/ps_facetedsearch/src/Hook/Attribute.php
502 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
503 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
504 /modules/ps_facetedsearch/src/Hook/Category.php
505 /modules/ps_facetedsearch/src/Hook/Configuration.php
506 /modules/ps_facetedsearch/src/Hook/Design.php
507 /modules/ps_facetedsearch/src/Hook/Feature.php
508 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
509 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
510 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
511 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
512 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
513 /modules/ps_facetedsearch/src/Hook/Product.php
514 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
515 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
516 /modules/ps_facetedsearch/src/Filters/Provider.php
517 /modules/ps_facetedsearch/src/URLSerializer.php
518 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
519 /modules/ps_facetedsearch/src/Product/SearchProvider.php
520 /src/Core/Product/Search/FacetsRendererInterface.php
521 /src/Core/Product/Search/ProductSearchProviderInterface.php
522 /modules/ps_facetedsearch/src/Filters/Converter.php
523 /modules/ps_facetedsearch/src/Product/SearchFactory.php
524 /src/Core/Product/Search/ProductSearchResult.php
525 /modules/ps_facetedsearch/src/Product/Search.php
526 /modules/ps_facetedsearch/src/Adapter/MySQL.php
527 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
528 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
529 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
530 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
531 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
532 /modules/ps_facetedsearch/src/Filters/Products.php
533 /classes/stock/StockAvailable.php
534 /modules/ps_facetedsearch/src/Filters/Block.php
535 /src/Core/Product/Search/FacetCollection.php
536 /classes/Pack.php
537 /classes/Combination.php
538 /classes/SpecificPrice.php
539 /classes/tax/TaxManagerFactory.php
540 /classes/tax/TaxRulesTaxManager.php
541 /classes/tax/TaxManagerInterface.php
542 /classes/tax/TaxCalculator.php
543 /classes/GroupReduction.php
544 /src/Core/Localization/CLDR/ComputingPrecision.php
545 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
546 /classes/order/Order.php
547 /classes/tax/Tax.php
548 /classes/ProductPresenterFactory.php
549 /src/Adapter/Presenter/Product/ProductListingPresenter.php
550 /src/Core/Product/ProductPresentationSettings.php
551 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
552 /src/Adapter/Presenter/Product/ProductLazyArray.php
553 /vendor/prestashop/decimal/src/DecimalNumber.php
554 /vendor/prestashop/decimal/src/Builder.php
555 /classes/Image.php
556 /src/Core/Image/ImageFormatConfiguration.php
557 /src/Core/Image/ImageFormatConfigurationInterface.php
558 /classes/Smarty/SmartyCustomTemplate.php
559 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
560 /var/cache/dev/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
561 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
562 /vendor/smarty/smarty/libs/plugins/modifier.count.php
563 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
564 /src/Core/Product/Search/Pagination.php
565 /vendor/defuse/php-encryption/src/Crypto.php
566 /vendor/defuse/php-encryption/src/KeyOrPassword.php
567 /vendor/defuse/php-encryption/src/RuntimeTests.php
568 /vendor/defuse/php-encryption/src/DerivedKeys.php
569 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
570 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
571 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d7/0d/03/d70d031c0b01fcdbabbab89f8aae9d598da2999c_2.file.category.tpl.php
572 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d3/09/a2/d309a2deabce91bae00f37417eab3bcb0142e5f3_2.file.product-list.tpl.php
573 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/5a/63/35/5a6335ed99adb39b525a59abc9ada6800b4d4cc9_2.file.layout-left-column.tpl.php
574 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7e/a7/e5/7ea7e5f21705befa196906a2c21da6a2a2043eda_2.file.layout-both-columns.tpl.php
575 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f6/d3/23/f6d323d62a7b676090a815f22a3f1e87068e4648_2.file.helpers.tpl.php
576 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
577 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f9/16/72/f916720d95c64e82912d720a28d44bed2b13343c_2.file.head.tpl.php
578 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
579 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/84/ea/42/84ea42bfc02d50a912c4c7abfd42518fb22c9038_2.file.head-jsonld.tpl.php
580 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ef/e0/b3/efe0b3da0b8b75aeb222d1cd148fe46e37274ab1_2.file.product-list-jsonld.tpl.php
581 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9a/5e/85/9a5e855f2b2423903503f0efb87e4e9179eaab13_2.file.pagination-seo.tpl.php
582 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
583 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
584 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/25/74/a4/2574a4de7eb03c1af2053e19aa0e7c0f0d013318_2.file.stylesheets.tpl.php
585 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/40/41/49/404149c39464bdbb975e289729f7a83dd205bd00_2.file.javascript.tpl.php
586 /classes/ProductDownload.php
587 /src/Core/Cart/Calculator.php
588 /src/Core/Cart/CartRowCollection.php
589 /src/Core/Cart/Fees.php
590 /src/Core/Cart/AmountImmutable.php
591 /src/Core/Cart/CartRuleCollection.php
592 /src/Core/Cart/CartRuleCalculator.php
593 /src/Adapter/Product/PriceCalculator.php
594 /src/Core/Cart/CartRow.php
595 /src/Core/Util/String/StringModifier.php
596 /src/Core/Util/String/StringModifierInterface.php
597 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/3f/74/1d/3f741d46aa4ce2e823f1441a47e38661055a149b_2.file.product-activation.tpl.php
598 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/01/b0/6a/01b06a198303241d0fd8dc58f594b5e23e009b07_2.file.header.tpl.php
599 /modules/ps_contactinfo/ps_contactinfo.php
600 /var/cache/dev/smarty/compile/classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
601 /modules/ps_customersignin/ps_customersignin.php
602 /var/cache/dev/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
603 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
604 /var/cache/dev/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
605 /modules/ps_mainmenu/ps_mainmenu.php
606 /modules/ps_mainmenu/ps_menutoplinks.class.php
607 /var/cache/dev/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
608 /var/cache/dev/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
609 /modules/pagesnotfound/pagesnotfound.php
610 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d5/93/0c/d5930c58c8e127e0db5b726e2556004a92693010_2.file.notifications.tpl.php
611 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d3/e9/2f/d3e92f79df163cf42a086e5e71368be82d91e21a_2.file.breadcrumb.tpl.php
612 /modules/ps_categorytree/ps_categorytree.php
613 /var/cache/dev/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
614 /var/cache/dev/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
615 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/be/00/53/be00531b71e788de3bb8605afb6a502892ea30ac_2.file.category-header.tpl.php
616 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/66/2b/f7/662bf7f7de90cb165cf69f9932740a4a87132ab1_2.file.subcategories.tpl.php
617 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
618 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/52/61/00/526100c07ada9046d4ed919eaa75b0ede16cc3ba_2.file.products-top.tpl.php
619 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/01/d2/59/01d25959559515b9937b216c30527f403eb994c4_2.file.sort-orders.tpl.php
620 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/cd/44/9b/cd449bf0c0a927272e54751acef42d44eb9a6e2f_2.file.products.tpl.php
621 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/76/35/8f/76358fba4fa16aafb94103e57b341d1d98047b30_2.file.productlist.tpl.php
622 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
623 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ba/40/86/ba408616ddf59049eeea68630d7f018342225240_2.file.product.tpl.php
624 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/8d/2b/b5/8d2bb5915adaacc8d49d27d2e6957ffb4648f32b_2.file.product-flags.tpl.php
625 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/1c/61/eb/1c61eb890aa9a1590dd77b324ff6561f0e40edea_2.file.pagination.tpl.php
626 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/3c/0e/e3/3c0ee32145f8af4a87a18878cbb494d37b4c948c_2.file.products-bottom.tpl.php
627 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/a8/61/d2/a861d259fe8925db0a77f1002920113465d5a84f_2.file.category-footer.tpl.php
628 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/33/fc/6e/33fc6ed1c9b33cfd3c7418c0f05a0adb3efdc42c_2.file.footer.tpl.php
629 /var/cache/dev/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
630 /modules/psgdpr/psgdpr.php
631 /modules/psgdpr/translations/it.php
632 /modules/psgdpr/classes/GDPRConsent.php
633 /var/cache/dev/smarty/compile/classic/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.php
634 /modules/ps_linklist/ps_linklist.php
635 /var/cache/dev/translations/catalogue.de-DE.NXhscRe.php
636 /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
637 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
638 /modules/ps_linklist/src/Filter/LinkFilter.php
639 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
640 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
641 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
642 /modules/ps_linklist/src/Model/LinkBlock.php
643 /classes/CMS.php
644 /var/cache/dev/smarty/compile/classic/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
645 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
646 /var/cache/dev/smarty/compile/classic/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php
647 /var/cache/dev/smarty/compile/classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
648 /vendor/smarty/smarty/libs/plugins/function.mailto.php
649 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/94/27/e8/9427e8d6e0d3dfdcf72a4dbd7c6a20fb92de408b_2.file.password-policy-template.tpl.php
650 /modules/statsdata/statsdata.php
651 /classes/Guest.php
652 /classes/Connection.php
653 /classes/Page.php
654 /classes/ConnectionsSource.php