Caricamento in corso ...
Load Time 430.094 ms
Querying Time 120 ms
Queries 217
Memory Peak Usage 46.2 Mb
Included Files 865 files - 13.65 Mb
PrestaShop Cache - Mb
Global vars 0.15 Mb
PrestaShop Version 9.0.0
PHP Version 8.4.7
MySQL Version 5.7.44
Memory Limit 512M
Max Execution Time 1250s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 145.827 ms 145.827 ms 19.73 Mb 20.5 Mb
__construct 0.020 ms 145.847 ms - Mb 20.5 Mb
init 39.463 ms 185.310 ms 3.53 Mb 23.3 Mb
checkAccess 0.001 ms 185.311 ms - Mb 23.3 Mb
setMedia 7.190 ms 192.501 ms 0.82 Mb 24.3 Mb
postProcess 0.001 ms 192.502 ms - Mb 24.3 Mb
initHeader 0.001 ms 192.503 ms - Mb 24.3 Mb
initContent 87.552 ms 280.055 ms 6.59 Mb 30.7 Mb
initFooter 0.002 ms 280.057 ms - Mb 30.7 Mb
display 150.037 ms 430.094 ms 15.30 Mb 46.2 Mb
Hook Time Memory Usage
DisplayBeforeBodyClosingTag 57.771 ms 0.85 Mb
displayNav2 5.094 ms 0.43 Mb
displayLeftColumn 3.817 ms 0.22 Mb
ActionObjectAddAfter 3.462 ms 0.12 Mb
displayFooter 2.830 ms 0.18 Mb
displayFooterBefore 2.725 ms 0.24 Mb
DisplayAfterBodyOpeningTag 2.130 ms 0.15 Mb
ProductSearchProvider 1.925 ms 0.23 Mb
displayTop 1.901 ms 0.16 Mb
DisplayHeader 1.327 ms 0.07 Mb
DisplayFooterBefore 1.323 ms 0.09 Mb
displayNav1 1.038 ms 0.07 Mb
ActionFrontControllerSetMedia 0.623 ms 0.07 Mb
displayBeforeBodyClosingTag 0.503 ms 0.03 Mb
DisplayLeftColumn 0.186 ms - Mb
DisplayWrapperTop 0.008 ms - Mb
DisplayFooterAfter 0.006 ms - Mb
DisplayNavFullWidth 0.005 ms - Mb
ModuleRoutes 0.004 ms - Mb
19 hook(s) 86.678 ms 2.91 Mb
Module Time Memory Usage
afgooglereviews 11.567 ms 2.13 Mb
ps_emailsubscription 4.008 ms 0.45 Mb
ps_socialfollow 2.190 ms 0.25 Mb
ps_emailalerts 1.964 ms 0.25 Mb
blockreassurance 2.028 ms 0.19 Mb
ps_shoppingcart 1.468 ms 0.19 Mb
ps_searchbar 1.152 ms 0.08 Mb
productcomments 1.366 ms 0.18 Mb
ps_googleanalytics 3.662 ms 0.19 Mb
stripe_official 5.985 ms 0.70 Mb
aflandingauth 0.469 ms 0.05 Mb
afaddtocart 3.275 ms 0.26 Mb
ps_facetedsearch 6.103 ms 0.61 Mb
ps_contactinfo 2.215 ms 0.16 Mb
ps_languageselector 1.123 ms 0.09 Mb
ps_currencyselector 2.603 ms 0.23 Mb
ps_customersignin 0.996 ms 0.10 Mb
ps_mainmenu 3.403 ms 0.37 Mb
ps_categorytree 4.325 ms 0.28 Mb
ps_linklist 35.568 ms 10.56 Mb
ps_customeraccountlinks 1.064 ms 0.09 Mb
statsdata 55.111 ms 0.78 Mb
dgtranslationall 10.544 ms 0.63 Mb
23 module(s) 162.190 ms 18.82 Mb

Stopwatch SQL - 217 queries

# Query Time (ms) Rows Filesort Group By Location
212
INSERT INTO `banxw_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('8268', '', 'shop.algo-factory.com/it/3-modules', '', '2026-01-15 21:21:11')
42.591 ms 1 /classes/ObjectModel.php:543
77
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `banxw_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `banxw_hook_alias` ha
INNER JOIN `banxw_hook` h ON ha.name = h.name
3.446 ms 0 /classes/Hook.php:1582
16
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `banxw_module` m
INNER JOIN banxw_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `banxw_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `banxw_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `banxw_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2.196 ms 657 Yes Yes /classes/Hook.php:1514
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 `banxw_configuration` c
LEFT JOIN `banxw_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.034 ms 5232 /classes/Configuration.php:182
71
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 banxw_product p LEFT JOIN banxw_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN banxw_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN banxw_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 banxw_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN banxw_category_product cp ON (p.id_product = cp.id_product) INNER JOIN banxw_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN banxw_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN banxw_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<=8 GROUP BY p.id_product) p INNER JOIN banxw_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
2.027 ms 120 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
22
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `banxw_meta` m
LEFT JOIN `banxw_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.658 ms 368 Yes /classes/Dispatcher.php:635
15
SELECT SQL_NO_CACHE lower(name) as name
FROM `banxw_hook` h
WHERE (h.active = 1)
1.574 ms 1066 /classes/Hook.php:1622
78
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 `banxw_hook_module` hm
STRAIGHT_JOIN `banxw_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `banxw_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.540 ms 248 /classes/Hook.php:505
18
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `banxw_hook`
1.271 ms 1066 /classes/Hook.php:1582
73
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-15 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM banxw_product p
LEFT JOIN banxw_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN banxw_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN banxw_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1,2,3,4,5,6,8,9,10)
1.262 ms 10 /classes/ProductAssembler.php:101
45
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 `banxw_category` c
INNER JOIN banxw_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `banxw_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3  AND cl.id_shop = 1 )
LEFT JOIN `banxw_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.251 ms 5 Yes Yes /classes/Category.php:916
178
SELECT SQL_NO_CACHE c.*, cl.*
FROM `banxw_category` c
INNER JOIN banxw_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `banxw_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `banxw_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `banxw_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 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
0.953 ms 5 Yes Yes /classes/Category.php:785
214
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `banxw_category_product` cp
LEFT JOIN `banxw_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `banxw_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN banxw_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (1,2,3,4,5,6,8,9,10) AND cl.`id_lang` = 3
ORDER BY c.`level_depth` DESC
0.824 ms 50 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
19
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `banxw_module` m
LEFT JOIN `banxw_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.723 ms 73 /classes/module/Module.php:340
48
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `banxw_module` m
LEFT JOIN `banxw_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.635 ms 73 /classes/module/Module.php:340
184
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1
ORDER BY f.position ASC, fvl.value ASC
0.633 ms 4 Yes /classes/Product.php:5704
68
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM banxw_layered_category
WHERE controller = 'category'
AND id_category = 3
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.587 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
42
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.580 ms 1 /src/Adapter/EntityMapper.php:73
185
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.568 ms 1 Yes Yes /classes/Product.php:4230
83
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.538 ms 0 /classes/Cart.php:1421
186
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2
ORDER BY f.position ASC, fvl.value ASC
0.530 ms 3 Yes /classes/Product.php:5704
187
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.530 ms 1 Yes Yes /classes/Product.php:4230
183
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.526 ms 1 Yes Yes /classes/Product.php:4230
188
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3
ORDER BY f.position ASC, fvl.value ASC
0.519 ms 3 Yes /classes/Product.php:5704
26
SELECT SQL_NO_CACHE *
FROM `banxw_currency` a
LEFT JOIN `banxw_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `banxw_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:73
49
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:73
189
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.512 ms 1 Yes Yes /classes/Product.php:4230
190
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4
ORDER BY f.position ASC, fvl.value ASC
0.504 ms 3 Yes /classes/Product.php:5704
196
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8
ORDER BY f.position ASC, fvl.value ASC
0.504 ms 3 Yes /classes/Product.php:5704
206
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_linklist" LIMIT 1
0.495 ms 1 /classes/module/Module.php:2758
147
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.491 ms 1 /src/Adapter/EntityMapper.php:73
191
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.488 ms 1 Yes Yes /classes/Product.php:4230
195
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.488 ms 1 Yes Yes /classes/Product.php:4230
211
SELECT SQL_NO_CACHE `id_guest`
FROM `banxw_connections`
WHERE `id_guest` = 8259
AND `date_add` > '2026-01-15 20:51:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.487 ms 1 Yes /classes/Connection.php:168
197
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.485 ms 1 Yes Yes /classes/Product.php:4230
66
SELECT SQL_NO_CACHE *
FROM `banxw_category` a0
LEFT JOIN `banxw_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 8) AND (a1.`id_lang` = 3) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.484 ms 2 /classes/PrestaShopCollection.php:383
193
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.481 ms 1 Yes Yes /classes/Product.php:4230
192
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5
ORDER BY f.position ASC, fvl.value ASC
0.478 ms 3 Yes /classes/Product.php:5704
198
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9
ORDER BY f.position ASC, fvl.value ASC
0.477 ms 3 Yes /classes/Product.php:5704
133
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:73
199
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 `banxw_product_attribute` pa
INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `banxw_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.476 ms 1 Yes Yes /classes/Product.php:4230
194
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6
ORDER BY f.position ASC, fvl.value ASC
0.474 ms 3 Yes /classes/Product.php:5704
69
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1
0.473 ms 1 /src/Adapter/EntityMapper.php:73
129
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.463 ms 1 /src/Adapter/EntityMapper.php:73
142
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6) AND (b.`id_shop` = 1) LIMIT 1
0.454 ms 1 /src/Adapter/EntityMapper.php:73
150
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) AND (b.`id_shop` = 1) LIMIT 1
0.454 ms 1 /src/Adapter/EntityMapper.php:73
200
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM banxw_feature_product pf
LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN banxw_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10
ORDER BY f.position ASC, fvl.value ASC
0.451 ms 3 Yes /classes/Product.php:5704
136
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:73
23
SELECT SQL_NO_CACHE * FROM `banxw_currency` c ORDER BY `iso_code` ASC
0.438 ms 3 Yes /classes/Currency.php:708
139
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.437 ms 1 /src/Adapter/EntityMapper.php:73
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `banxw_lang` l
JOIN banxw_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.426 ms 8 /classes/Language.php:1204
144
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8) AND (b.`id_shop` = 1) LIMIT 1
0.424 ms 1 /src/Adapter/EntityMapper.php:73
67
SELECT SQL_NO_CACHE `id_category`
FROM `banxw_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1
0.416 ms 1 /classes/Category.php:2418
56
SELECT SQL_NO_CACHE * FROM `banxw_image_type` WHERE 1 AND `categories` = 1  AND `theme_name` = 'algofactory' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC
0.407 ms 32 Yes /classes/ImageType.php:113
124
SELECT SQL_NO_CACHE *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `banxw_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.396 ms 1 /src/Adapter/EntityMapper.php:73
88
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1421
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 banxw_shop_group gs
LEFT JOIN banxw_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN banxw_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.389 ms 1 Yes /classes/shop/Shop.php:719
57
SELECT SQL_NO_CACHE * FROM `banxw_image_type` WHERE 1 AND `manufacturers` = 1  AND `theme_name` = 'algofactory' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC
0.381 ms 32 Yes /classes/ImageType.php:113
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM banxw_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.377 ms 1 /classes/shop/ShopUrl.php:178
93
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.376 ms 0 /classes/Cart.php:1421
103
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.373 ms 0 /classes/Cart.php:1421
140
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 5
ORDER BY `position`
0.370 ms 4 Yes /classes/Product.php:3259
98
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 4 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.369 ms 0 /classes/Cart.php:1421
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `banxw_lang` l
LEFT JOIN `banxw_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.368 ms 8 /classes/Language.php:1070
113
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 8 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.368 ms 0 /classes/Cart.php:1421
123
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.368 ms 0 /classes/Cart.php:1421
108
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 6 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.368 ms 0 /classes/Cart.php:1421
50
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:73
118
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 `banxw_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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` = 9 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.365 ms 0 /classes/Cart.php:1421
152
SELECT SQL_NO_CACHE 1 FROM banxw_cart_product cp INNER JOIN banxw_product p
ON (p.id_product = cp.id_product) INNER JOIN banxw_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.360 ms 1 /classes/Cart.php:3961
59
SELECT SQL_NO_CACHE * FROM `banxw_image_type` WHERE 1 AND `products` = 1  AND `theme_name` = 'algofactory' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC
0.357 ms 32 Yes /classes/ImageType.php:113
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM banxw_shop_url su
LEFT JOIN banxw_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'shop.algo-factory.com' OR su.domain_ssl = 'shop.algo-factory.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.356 ms 1 Yes /classes/shop/Shop.php:1395
213
SELECT SQL_NO_CACHE data
FROM `banxw_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.352 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
182
SELECT SQL_NO_CACHE c.*, cl.*  FROM `banxw_category` c
LEFT JOIN `banxw_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` >= 8 AND c.`nleft` >= 2 AND c.`nright` <= 9 ORDER BY `nleft` DESC
0.346 ms 2 /classes/Category.php:1587
179
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `banxw_category` c
LEFT JOIN `banxw_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 3)
WHERE `level_depth` = 1
0.341 ms 8 /classes/Category.php:2211
34
SELECT SQL_NO_CACHE *
FROM `banxw_currency` a
LEFT JOIN `banxw_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `banxw_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:73
51
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:73
58
SELECT SQL_NO_CACHE * FROM `banxw_image_type` WHERE 1 AND `suppliers` = 1  AND `theme_name` = 'algofactory' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC
0.330 ms 32 Yes /classes/ImageType.php:113
134
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 3
ORDER BY `position`
0.323 ms 3 Yes /classes/Product.php:3259
8
SELECT SQL_NO_CACHE *
FROM `banxw_lang` a
LEFT JOIN `banxw_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 7) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:73
70
SELECT SQL_NO_CACHE *
FROM `banxw_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1
0.320 ms 8 /src/Adapter/EntityMapper.php:81
30
SELECT SQL_NO_CACHE *
FROM `banxw_currency` a
LEFT JOIN `banxw_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `banxw_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.320 ms 1 /src/Adapter/EntityMapper.php:73
52
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:73
79
SELECT SQL_NO_CACHE tr.*
FROM `banxw_tax_rule` tr
JOIN `banxw_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.319 ms 0 /classes/tax/TaxRulesTaxManager.php:100
148
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 9
ORDER BY `position`
0.319 ms 1 Yes /classes/Product.php:3259
72
SELECT SQL_NO_CACHE data FROM banxw_layered_filter_block WHERE hash="ed7983043f8f21eecfb7fda680555695" LIMIT 1
0.317 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
153
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.315 ms 1 /classes/module/Module.php:2758
53
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:73
137
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 4
ORDER BY `position`
0.313 ms 3 Yes /classes/Product.php:3259
205
SELECT SQL_NO_CACHE * FROM `banxw_psreassurance` pr
LEFT JOIN banxw_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "3"
AND pr.status = 1
ORDER BY pr.position
0.311 ms 3 Yes /modules/blockreassurance/classes/ReassuranceActivity.php:159
60
SELECT SQL_NO_CACHE * FROM `banxw_image_type` WHERE 1 AND `stores` = 1  AND `theme_name` = 'algofactory' OR `theme_name` IS NULL ORDER BY `width` DESC, `height` DESC, `name`ASC
0.308 ms 32 Yes /classes/ImageType.php:113
55
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:73
54
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `banxw_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:73
177
SELECT SQL_NO_CACHE *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `banxw_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.300 ms 1 /src/Adapter/EntityMapper.php:73
21
SELECT SQL_NO_CACHE name, alias FROM `banxw_hook_alias`
0.298 ms 86 /classes/Hook.php:375
149
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `banxw_product_attribute_image` pai
LEFT JOIN `banxw_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `banxw_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 9 AND il.`id_lang` = 3 ORDER by i.`position`
0.297 ms 1 Yes /classes/Product.php:2642
128
SELECT SQL_NO_CACHE * FROM `banxw_image_type`
0.289 ms 32 /classes/ImageType.php:165
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 1)
0.289 ms 1 /classes/Product.php:3577
161
SELECT SQL_NO_CACHE *
FROM `banxw_currency` c
INNER JOIN banxw_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.286 ms 3 Yes /classes/Currency.php:687
126
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 1
ORDER BY `position`
0.284 ms 7 Yes /classes/Product.php:3259
145
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 8
ORDER BY `position`
0.282 ms 1 Yes /classes/Product.php:3259
171
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.281 ms 1 /classes/module/Module.php:2758
201
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.281 ms 1 /classes/module/Module.php:2758
6
SELECT SQL_NO_CACHE *
FROM `banxw_country` a
LEFT JOIN `banxw_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `banxw_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.279 ms 1 /src/Adapter/EntityMapper.php:73
141
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `banxw_product_attribute_image` pai
LEFT JOIN `banxw_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `banxw_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 3 ORDER by i.`position`
0.279 ms 1 Yes /classes/Product.php:2642
175
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.279 ms 1 /classes/module/Module.php:2758
143
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 6
ORDER BY `position`
0.276 ms 1 Yes /classes/Product.php:3259
3
SELECT SQL_NO_CACHE *
FROM `banxw_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:73
151
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 10
ORDER BY `position`
0.275 ms 1 Yes /classes/Product.php:3259
135
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `banxw_product_attribute_image` pai
LEFT JOIN `banxw_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `banxw_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 3 ORDER by i.`position`
0.273 ms 1 Yes /classes/Product.php:2642
146
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `banxw_product_attribute_image` pai
LEFT JOIN `banxw_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `banxw_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 8 AND il.`id_lang` = 3 ORDER by i.`position`
0.269 ms 1 Yes /classes/Product.php:2642
39
SELECT SQL_NO_CACHE *
FROM `banxw_group` a
LEFT JOIN `banxw_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:73
138
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `banxw_product_attribute_image` pai
LEFT JOIN `banxw_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `banxw_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 3 ORDER by i.`position`
0.268 ms 1 Yes /classes/Product.php:2642
131
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `banxw_image` i
INNER JOIN banxw_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 2
ORDER BY `position`
0.267 ms 4 Yes /classes/Product.php:3259
36
SELECT SQL_NO_CACHE *
FROM `banxw_currency` a
LEFT JOIN `banxw_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.265 ms 1 /src/Adapter/EntityMapper.php:73
20
SELECT SQL_NO_CACHE value FROM `banxw_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.260 ms 1 /classes/shop/Shop.php:1214
24
SELECT SQL_NO_CACHE `id_lang` FROM `banxw_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.257 ms 8 /classes/Language.php:870
63
SELECT SQL_NO_CACHE *
FROM `banxw_country` a
LEFT JOIN `banxw_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.255 ms 1 /src/Adapter/EntityMapper.php:73
17
SELECT SQL_NO_CACHE `name`, `alias` FROM `banxw_hook_alias`
0.247 ms 86 /classes/Hook.php:321
160
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `banxw_currency` c
LEFT JOIN banxw_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.245 ms 3 /classes/Currency.php:1120
27
SELECT SQL_NO_CACHE `id_lang` FROM `banxw_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.241 ms 8 /classes/Language.php:870
85
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 2)
0.240 ms 1 /classes/Product.php:3577
25
SELECT SQL_NO_CACHE c.id_currency
FROM `banxw_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.239 ms 1 /classes/Currency.php:893
64
SELECT SQL_NO_CACHE *
FROM `banxw_country_lang`
WHERE `id_country` = 8
0.239 ms 8 /src/Adapter/EntityMapper.php:81
215
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "afgooglereviews" LIMIT 1
0.236 ms 1 /classes/module/Module.php:2758
37
SELECT SQL_NO_CACHE *
FROM `banxw_currency_lang`
WHERE `id_currency` = 1
0.232 ms 8 /src/Adapter/EntityMapper.php:81
40
SELECT SQL_NO_CACHE *
FROM `banxw_group_lang`
WHERE `id_group` = 1
0.230 ms 8 /src/Adapter/EntityMapper.php:81
207
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.226 ms 1 /classes/module/Module.php:2245
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM banxw_shop s
LEFT JOIN banxw_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.225 ms 1 /classes/shop/Shop.php:218
132
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `banxw_product_attribute_image` pai
LEFT JOIN `banxw_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `banxw_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 3 ORDER by i.`position`
0.224 ms 1 Yes /classes/Product.php:2642
90
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 3)
0.222 ms 1 /classes/Product.php:3577
127
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `banxw_product_attribute_image` pai
LEFT JOIN `banxw_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `banxw_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 1 AND il.`id_lang` = 3 ORDER by i.`position`
0.222 ms 1 Yes /classes/Product.php:2642
29
SELECT SQL_NO_CACHE c.id_currency
FROM `banxw_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.221 ms 1 /classes/Currency.php:893
46
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM banxw_shop s
0.221 ms 1 /classes/shop/Shop.php:925
95
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 4)
0.216 ms 1 /classes/Product.php:3577
105
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 6)
0.216 ms 1 /classes/Product.php:3577
110
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 8)
0.214 ms 1 /classes/Product.php:3577
120
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 10)
0.214 ms 1 /classes/Product.php:3577
100
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 5)
0.213 ms 1 /classes/Product.php:3577
47
SELECT SQL_NO_CACHE * FROM `banxw_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.211 ms 1 /classes/module/Module.php:2146
115
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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `banxw_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` = 9)
0.211 ms 1 /classes/Product.php:3577
43
SELECT SQL_NO_CACHE `id_category`
FROM `banxw_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1
0.210 ms 1 /classes/Category.php:2418
74
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 0 LIMIT 1
0.210 ms 1 /classes/SpecificPrice.php:423
31
SELECT SQL_NO_CACHE `id_lang` FROM `banxw_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.207 ms 8 /classes/Language.php:870
13
SELECT SQL_NO_CACHE *
FROM `banxw_lang` a
LEFT JOIN `banxw_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1
0.203 ms 1 /src/Adapter/EntityMapper.php:73
33
SELECT SQL_NO_CACHE c.id_currency
FROM `banxw_currency` c
WHERE (iso_code = 'PLN') LIMIT 1
0.201 ms 1 /classes/Currency.php:893
180
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `banxw_category` c
LEFT JOIN `banxw_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 3 AND cl.id_shop = 1 ) WHERE c.`id_category` = 3 LIMIT 1
0.201 ms 1 /classes/Category.php:1577
162
SELECT SQL_NO_CACHE *
FROM `banxw_currency` a
LEFT JOIN `banxw_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.198 ms 1 /src/Adapter/EntityMapper.php:73
208
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.196 ms 1 /classes/module/Module.php:2758
28
SELECT SQL_NO_CACHE `id_lang` FROM `banxw_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.195 ms 8 /classes/Language.php:870
216
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1
0.195 ms 1 /classes/module/Module.php:2245
35
SELECT SQL_NO_CACHE `id_lang` FROM `banxw_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.194 ms 8 /classes/Language.php:870
170
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `banxw_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.191 ms 1 /classes/Cart.php:1292
44
SELECT SQL_NO_CACHE ctg.`id_group`
FROM banxw_category_group ctg
WHERE ctg.`id_category` = 3 AND ctg.`id_group` = 1 LIMIT 1
0.187 ms 1 /classes/Category.php:1744
164
SELECT SQL_NO_CACHE *
FROM `banxw_currency` a
LEFT JOIN `banxw_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.187 ms 1 /src/Adapter/EntityMapper.php:73
38
SELECT SQL_NO_CACHE id_shop
FROM `banxw_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.186 ms 1 /classes/ObjectModel.php:1582
65
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM banxw_required_field
0.181 ms 1 /classes/ObjectModel.php:1447
41
SELECT SQL_NO_CACHE id_shop
FROM `banxw_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.180 ms 1 /classes/ObjectModel.php:1582
61
SELECT SQL_NO_CACHE format
FROM `banxw_address_format`
WHERE `id_country` = 8 LIMIT 1
0.179 ms 1 /classes/AddressFormat.php:651
163
SELECT SQL_NO_CACHE *
FROM `banxw_currency_lang`
WHERE `id_currency` = 2
0.179 ms 8 /src/Adapter/EntityMapper.php:81
82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:269
62
SELECT SQL_NO_CACHE `need_identification_number`
FROM `banxw_country`
WHERE `id_country` = 8 LIMIT 1
0.176 ms 1 /classes/Country.php:402
165
SELECT SQL_NO_CACHE *
FROM `banxw_currency_lang`
WHERE `id_currency` = 3
0.176 ms 8 /src/Adapter/EntityMapper.php:81
32
SELECT SQL_NO_CACHE `id_lang` FROM `banxw_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.174 ms 8 /classes/Language.php:870
84
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 2 LIMIT 1
0.166 ms 1 /classes/SpecificPrice.php:432
7
SELECT SQL_NO_CACHE *
FROM `banxw_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:73
210
SELECT SQL_NO_CACHE `need_identification_number`
FROM `banxw_country`
WHERE `id_country` = 8 LIMIT 1
0.165 ms 1 /classes/Country.php:402
12
SELECT SQL_NO_CACHE `id_lang` FROM `banxw_lang` WHERE `iso_code` = 'it' LIMIT 1
0.161 ms 8 /classes/Language.php:844
209
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.161 ms 1 /classes/module/Module.php:2245
202
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.160 ms 1 /classes/module/Module.php:2245
172
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.160 ms 1 /classes/module/Module.php:2245
176
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.160 ms 1 /classes/module/Module.php:2245
80
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 1 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:146
166
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.154 ms 1 /classes/module/Module.php:2758
173
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.152 ms 1 /classes/module/Module.php:2758
9
SELECT SQL_NO_CACHE id_shop
FROM `banxw_lang_shop`
WHERE `id_lang` = 7
AND id_shop = 1 LIMIT 1
0.151 ms 1 /classes/ObjectModel.php:1582
181
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `banxw_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.149 ms 1 /classes/Category.php:1582
125
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `banxw_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 3 LIMIT 1
0.148 ms 1 /classes/Category.php:1366
14
SELECT SQL_NO_CACHE id_shop
FROM `banxw_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1
0.144 ms 1 /classes/ObjectModel.php:1582
75
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 1 LIMIT 1
0.144 ms 1 /classes/SpecificPrice.php:432
87
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:269
168
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.141 ms 1 /classes/module/Module.php:2758
203
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.140 ms 1 /classes/module/Module.php:2758
102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:269
130
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `banxw_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.137 ms 1 /classes/Category.php:1366
167
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.134 ms 1 /classes/module/Module.php:2245
89
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 3 LIMIT 1
0.133 ms 1 /classes/SpecificPrice.php:432
117
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.132 ms 1 /classes/stock/StockAvailable.php:269
99
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 5 LIMIT 1
0.131 ms 1 /classes/SpecificPrice.php:432
122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:269
104
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 6 LIMIT 1
0.130 ms 1 /classes/SpecificPrice.php:432
94
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 4 LIMIT 1
0.130 ms 1 /classes/SpecificPrice.php:432
114
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 9 LIMIT 1
0.130 ms 1 /classes/SpecificPrice.php:432
109
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 8 LIMIT 1
0.129 ms 1 /classes/SpecificPrice.php:432
92
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:269
119
SELECT SQL_NO_CACHE 1 FROM `banxw_specific_price` WHERE id_product = 10 LIMIT 1
0.128 ms 1 /classes/SpecificPrice.php:432
107
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 6) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:269
174
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.128 ms 1 /classes/module/Module.php:2245
97
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:269
81
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_group`
WHERE `id_group` = 1 LIMIT 1
0.126 ms 1 /classes/Group.php:151
154
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1
0.126 ms 1 /classes/module/Module.php:2245
169
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.126 ms 1 /classes/module/Module.php:2245
112
SELECT SQL_NO_CACHE SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.122 ms 1 /classes/stock/StockAvailable.php:269
204
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
0.119 ms 1 /classes/module/Module.php:2245
156
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.115 ms 1 /classes/module/Module.php:2758
86
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 2 AND `id_group` = 1 LIMIT 1
0.112 ms 0 /classes/GroupReduction.php:146
158
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.108 ms 1 /classes/module/Module.php:2758
96
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 4 AND `id_group` = 1 LIMIT 1
0.106 ms 0 /classes/GroupReduction.php:146
91
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 3 AND `id_group` = 1 LIMIT 1
0.106 ms 0 /classes/GroupReduction.php:146
101
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:146
106
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 6 AND `id_group` = 1 LIMIT 1
0.105 ms 0 /classes/GroupReduction.php:146
111
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 8 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:146
116
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 9 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:146
121
SELECT SQL_NO_CACHE `reduction`
FROM `banxw_product_group_reduction_cache`
WHERE `id_product` = 10 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:146
155
SELECT SQL_NO_CACHE `need_identification_number`
FROM `banxw_country`
WHERE `id_country` = 8 LIMIT 1
0.099 ms 1 /classes/Country.php:402
157
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.095 ms 1 /classes/module/Module.php:2245
159
SELECT SQL_NO_CACHE `id_module` FROM `banxw_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.091 ms 1 /classes/module/Module.php:2245

Doubles

13 queries
SELECT `id_module` FROM `banxw_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
10 queries
SELECT XX FROM `banxw_specific_price` WHERE id_product = XX LIMIT XX
9 queries
SELECT *
FROM `banxw_category` a
LEFT JOIN `banxw_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `banxw_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
9 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 `banxw_product` p
INNER JOIN `banxw_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `banxw_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)
9 queries
			SELECT `reduction`
			FROM `banxw_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
9 queries
SELECT SUM(quantity)
FROM `banxw_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
9 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 `banxw_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 `banxw_cart_product` cp JOIN `banxw_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `banxw_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
9 queries
SELECT *
FROM `banxw_product` a
LEFT JOIN `banxw_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `banxw_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
9 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `banxw_image` i
             INNER JOIN banxw_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `banxw_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
9 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 `banxw_product_attribute` pa
             INNER JOIN banxw_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 `banxw_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `banxw_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `banxw_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `banxw_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;
9 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM banxw_feature_product pf
                LEFT JOIN banxw_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN banxw_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
                LEFT JOIN banxw_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN banxw_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN banxw_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC, fvl.value ASC
7 queries
SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `banxw_product_attribute_image` pai
            LEFT JOIN `banxw_image_lang` il ON (il.`id_image` = pai.`id_image`)
            INNER JOIN `banxw_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE i.`id_product` = XX AND il.`id_lang` = XX ORDER by i.`position`
6 queries
SELECT `id_lang` FROM `banxw_lang`
                    WHERE `locale` = 'it-it'
                    OR `language_code` = 'it-it' LIMIT XX
3 queries
SELECT *
FROM `banxw_currency` a
LEFT JOIN `banxw_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `banxw_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
3 queries
SELECT *
FROM `banxw_currency` a
LEFT JOIN `banxw_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
3 queries
SELECT *
							FROM `banxw_currency_lang`
							WHERE `id_currency` = XX
3 queries
			SELECT `need_identification_number`
			FROM `banxw_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
SELECT *
FROM `banxw_lang` a
LEFT JOIN `banxw_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 `banxw_lang_shop`
				WHERE `id_lang` = XX
				AND id_shop = XX LIMIT XX
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `banxw_module` m
                LEFT JOIN `banxw_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
		SELECT `id_category`
		FROM `banxw_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
			SELECT cl.`link_rewrite`
			FROM `banxw_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX

Tables stress

30 product
21 product_shop
20 category
20 cart_product
19 category_lang
18 product_attribute_shop
17 module
16 module_shop
16 image
16 image_lang
15 category_shop
12 currency
11 lang
11 stock_available
10 product_attribute
10 product_attribute_combination
10 product_lang
10 specific_price
9 currency_shop
9 product_group_reduction_cache
9 pack
9 image_shop
9 attribute
9 attribute_lang
9 attribute_group
9 feature_product
9 feature_lang
9 feature_value
9 feature_value_lang
9 feature
9 feature_shop
7 product_attribute_image
6 lang_shop
6 hook
6 currency_lang
6 image_type
5 shop
5 country
4 shop_url
4 category_group
3 hook_alias
3 category_product
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 layered_category
1 product_sale
1 layered_filter_block
1 tax_rule
1 tax_rules_group
1 psreassurance
1 psreassurance_lang
1 connections
1 ganalytics_data

ObjectModel instances

Name Instances Source
Category 26 /controllers/front/listing/CategoryController.php:89 (__construct) [id: 3]
/classes/Meta.php:372 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/classes/Link.php:397 (__construct) [id: 3]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Product 18 /src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 1]
/src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 2]
/src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 3]
/src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 4]
/src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 5]
/src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 6]
/src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 8]
/src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 9]
/src/Adapter/Image/ImageRetriever.php:69 (__construct) [id: 10]
/classes/Link.php:112 (__construct) [id: 1]
/classes/Link.php:112 (__construct) [id: 2]
/classes/Link.php:112 (__construct) [id: 3]
/classes/Link.php:112 (__construct) [id: 4]
/classes/Link.php:112 (__construct) [id: 5]
/classes/Link.php:112 (__construct) [id: 6]
/classes/Link.php:112 (__construct) [id: 8]
/classes/Link.php:112 (__construct) [id: 9]
/classes/Link.php:112 (__construct) [id: 10]
Country 7 /config/config.inc.php:154 (__construct) [id: 8]
/classes/AddressFormat.php:402 (__construct) [id: 8]
/classes/controller/FrontController.php:1719 (__construct) [id: 8]
/classes/AddressFormat.php:402 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
/classes/AddressFormat.php:402 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
Currency 6 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/classes/Tools.php:680 (getCurrencyInstance) [id: 1]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 2]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 3]
Address 4 /classes/shop/Shop.php:490 (__construct) [id: ]
/classes/Product.php:3411 (initialize) [id: ]
/classes/Product.php:3521 (__construct) [id: ]
/classes/Product.php:5649 (__construct) [id: ]
Language 3 /config/config.inc.php:219 (__construct) [id: 7]
/classes/Tools.php:631 (__construct) [id: 3]
/classes/Tools.php:550 (__construct) [id: 3]
AddressFormat 3 /classes/controller/FrontController.php:1713 (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:1718 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Shop 1 /config/config.inc.php:122 (initialize) [id: 1]
ShopGroup 1 /classes/shop/Shop.php:565 (__construct) [id: 1]
Customer 1 /config/config.inc.php:272 (__construct) [id: ]
Cart 1 /classes/controller/FrontController.php:430 (__construct) [id: ]
Group 1 /classes/Cart.php:255 (getCurrent) [id: 1]
Gender 1 /classes/controller/FrontController.php:1636 (__construct) [id: 0]
Risk 1 /classes/controller/FrontController.php:1639 (__construct) [id: ]
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/var-dumper/Resources/functions/dump.php
16 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
17 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
18 /vendor/twig/twig/src/Resources/core.php
19 /vendor/twig/twig/src/Resources/debug.php
20 /vendor/twig/twig/src/Resources/escaper.php
21 /vendor/twig/twig/src/Resources/string_loader.php
22 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
23 /vendor/symfony/string/Resources/functions.php
24 /vendor/symfony/polyfill-intl-idn/bootstrap.php
25 /vendor/symfony/clock/Resources/now.php
26 /vendor/symfony/polyfill-php80/bootstrap.php
27 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
28 /vendor/jakeasmith/http_build_url/src/http_build_url.php
29 /vendor/symfony/polyfill-intl-icu/bootstrap.php
30 /vendor/ircmaxell/password-compat/lib/password.php
31 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
32 /vendor/symfony/polyfill-php73/bootstrap.php
33 /vendor/symfony/translation/Resources/functions.php
34 /src/Core/Version.php
35 /config/alias.php
36 /vendor/prestashop/autoload/src/PrestashopAutoload.php
37 /vendor/prestashop/autoload/src/LegacyClassLoader.php
38 /vendor/symfony/filesystem/Filesystem.php
39 /vendor/prestashop/autoload/src/Autoloader.php
40 /config/bootstrap.php
41 /src/Core/ContainerBuilder.php
42 /src/Core/Foundation/IoC/Container.php
43 /src/Adapter/ServiceLocator.php
44 /var/cache/dev/appParameters.php
47 /var/cache/dev/class_index.php
48 /classes/controller/Controller.php
50 /classes/ObjectModel.php
51 /src/Core/Foundation/Database/EntityInterface.php
53 /classes/db/Db.php
55 /classes/Hook.php
57 /classes/module/Module.php
58 /src/Core/Module/Legacy/ModuleInterface.php
60 /classes/Tools.php
61 /classes/Context.php
62 /classes/shop/Shop.php
63 /src/Core/Security/PasswordGenerator.php
64 /classes/db/DbPDO.php
65 /classes/AddressFormat.php
66 /classes/Configuration.php
67 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
68 /classes/Validate.php
69 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
70 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
71 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
72 /vendor/symfony/form/AbstractType.php
73 /vendor/symfony/form/FormTypeInterface.php
74 /classes/cache/Cache.php
75 /src/Adapter/EntityMapper.php
76 /classes/db/DbQuery.php
77 /src/Core/Addon/Theme/ThemeManagerBuilder.php
78 /vendor/psr/log/src/NullLogger.php
79 /vendor/psr/log/src/AbstractLogger.php
80 /vendor/psr/log/src/LoggerTrait.php
81 /vendor/psr/log/src/LoggerInterface.php
82 /src/Core/Context/ApiClientContext.php
83 /src/Adapter/Configuration.php
84 /vendor/symfony/http-foundation/ParameterBag.php
85 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
86 /src/Core/ConfigurationInterface.php
87 /src/Core/Addon/Theme/ThemeRepository.php
88 /src/Core/Addon/AddonRepositoryInterface.php
89 /src/Core/Addon/Theme/Theme.php
90 /src/Core/Addon/AddonInterface.php
91 /src/Core/Util/ArrayFinder.php
92 /vendor/symfony/property-access/PropertyAccess.php
93 /vendor/symfony/property-access/PropertyAccessorBuilder.php
94 /vendor/symfony/property-access/PropertyAccessor.php
95 /vendor/symfony/property-access/PropertyAccessorInterface.php
96 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
97 /vendor/symfony/property-info/PropertyListExtractorInterface.php
98 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
99 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
100 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
101 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
102 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
103 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
104 /vendor/symfony/property-info/Type.php
105 /vendor/symfony/string/Inflector/EnglishInflector.php
106 /vendor/symfony/string/Inflector/InflectorInterface.php
107 /vendor/symfony/property-access/PropertyPath.php
108 /vendor/symfony/property-access/PropertyPathInterface.php
109 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
110 /config/defines_uri.inc.php
111 /classes/Language.php
112 /src/Core/Language/LanguageInterface.php
113 /classes/Country.php
114 /classes/PrestaShopCollection.php
115 /classes/shop/ShopGroup.php
116 /classes/Cookie.php
117 /src/Core/Http/CookieOptions.php
118 /classes/PhpEncryption.php
119 /classes/PhpEncryptionEngine.php
120 /vendor/defuse/php-encryption/src/Key.php
121 /vendor/defuse/php-encryption/src/Encoding.php
122 /vendor/defuse/php-encryption/src/Core.php
123 /vendor/defuse/php-encryption/src/Crypto.php
124 /vendor/defuse/php-encryption/src/KeyOrPassword.php
125 /vendor/defuse/php-encryption/src/RuntimeTests.php
126 /vendor/defuse/php-encryption/src/DerivedKeys.php
127 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
128 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
129 /src/Core/Session/SessionHandler.php
130 /src/Core/Session/SessionHandlerInterface.php
131 /vendor/symfony/http-foundation/Session/Session.php
132 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
133 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
134 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
135 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
136 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
137 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
138 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
139 /vendor/symfony/http-foundation/Session/SessionInterface.php
140 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
141 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
142 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
143 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
144 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
145 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
146 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
147 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
148 /config/smarty.config.inc.php
149 /classes/Smarty/SmartyDev.php
150 /vendor/smarty/smarty/libs/Smarty.class.php
151 /vendor/smarty/smarty/libs/functions.php
152 /vendor/smarty/smarty/libs/Autoloader.php
153 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
154 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
156 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
157 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
158 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
159 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
160 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
161 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
162 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
163 /classes/ImageManager.php
164 /classes/Product.php
165 /classes/Profile.php
166 /classes/Tab.php
167 /config/smartyfront.config.inc.php
168 /classes/Smarty/SmartyResourceModule.php
169 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
170 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
171 /classes/Smarty/SmartyResourceParent.php
172 /classes/Smarty/SmartyLazyRegister.php
173 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
174 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
175 /classes/Customer.php
176 /classes/Group.php
177 /classes/Link.php
178 /classes/shop/ShopUrl.php
179 /app/FrontKernel.php
180 /app/AppKernel.php
181 /vendor/symfony/http-kernel/Kernel.php
182 /vendor/symfony/config/ConfigCache.php
183 /vendor/symfony/config/ResourceCheckerConfigCache.php
184 /vendor/symfony/config/ConfigCacheInterface.php
185 /vendor/symfony/http-kernel/KernelInterface.php
186 /vendor/symfony/http-kernel/HttpKernelInterface.php
187 /vendor/symfony/http-kernel/RebootableInterface.php
188 /vendor/symfony/http-kernel/TerminableInterface.php
189 /vendor/symfony/dotenv/Dotenv.php
190 /classes/Dispatcher.php
191 /vendor/symfony/http-foundation/Request.php
192 /vendor/symfony/http-foundation/AcceptHeader.php
193 /vendor/symfony/http-foundation/AcceptHeaderItem.php
194 /vendor/symfony/http-foundation/FileBag.php
195 /vendor/symfony/http-foundation/HeaderBag.php
196 /vendor/symfony/http-foundation/HeaderUtils.php
197 /vendor/symfony/http-foundation/InputBag.php
198 /vendor/symfony/http-foundation/ServerBag.php
199 /src/Adapter/SymfonyContainer.php
200 /config/db_slave_server.inc.php
201 /src/Adapter/ContainerBuilder.php
202 /src/Adapter/Environment.php
203 /src/Core/EnvironmentInterface.php
204 /vendor/symfony/config/Resource/SelfCheckingResourceChecker.php
205 /vendor/symfony/config/ResourceCheckerInterface.php
206 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
207 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
208 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
209 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
210 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
211 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
212 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
213 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
214 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
215 /vendor/symfony/cache/Adapter/ArrayAdapter.php
216 /vendor/psr/log/src/LoggerAwareTrait.php
217 /vendor/symfony/cache/Adapter/AdapterInterface.php
218 /vendor/symfony/cache/CacheItem.php
219 /vendor/symfony/cache-contracts/ItemInterface.php
220 /vendor/psr/cache/src/CacheItemInterface.php
221 /vendor/psr/cache/src/CacheItemPoolInterface.php
222 /vendor/symfony/cache-contracts/CacheInterface.php
223 /vendor/psr/log/src/LoggerAwareInterface.php
224 /vendor/symfony/cache/ResettableInterface.php
225 /vendor/symfony/service-contracts/ResetInterface.php
226 /vendor/doctrine/orm/src/Tools/Setup.php
227 /vendor/doctrine/deprecations/src/Deprecation.php
228 /vendor/doctrine/orm/src/Configuration.php
229 /vendor/doctrine/dbal/src/Configuration.php
230 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
231 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
232 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
233 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
234 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
235 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
236 /vendor/doctrine/lexer/src/AbstractLexer.php
237 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
238 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
239 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
240 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
241 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
242 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
243 /vendor/symfony/config/Resource/FileResource.php
244 /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
245 /vendor/symfony/config/Resource/ResourceInterface.php
246 /vendor/symfony/config/Resource/ReflectionClassResource.php
247 /vendor/symfony/config/Resource/DirectoryResource.php
248 /var/cache/dev/FrontContainer.php
249 /src/Adapter/Container/LegacyContainer.php
250 /vendor/symfony/dependency-injection/Container.php
251 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
252 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
253 /vendor/symfony/dependency-injection/ServiceLocator.php
254 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
255 /vendor/psr/container/src/ContainerExceptionInterface.php
256 /vendor/psr/container/src/NotFoundExceptionInterface.php
257 /vendor/symfony/service-contracts/ServiceProviderInterface.php
258 /vendor/psr/container/src/ContainerInterface.php
259 /vendor/symfony/dependency-injection/ContainerInterface.php
260 /src/Adapter/Container/LegacyContainerInterface.php
261 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
262 /vendor/doctrine/orm/src/EntityRepository.php
263 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
264 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
265 /vendor/symfony/var-exporter/LazyProxyTrait.php
266 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
267 /vendor/symfony/var-exporter/LazyObjectInterface.php
268 /vendor/symfony/var-exporter/Internal/Hydrator.php
269 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
270 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
271 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
272 /vendor/symfony/var-exporter/LazyGhostTrait.php
273 /src/Core/FeatureFlag/FeatureFlagManager.php
274 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
275 /src/Core/FeatureFlag/Layer/DbLayer.php
276 /src/Core/FeatureFlag/TypeLayerInterface.php
277 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
278 /src/Core/FeatureFlag/Layer/EnvLayer.php
279 /src/Core/FeatureFlag/Layer/QueryLayer.php
280 /vendor/symfony/http-foundation/RequestStack.php
281 /vendor/doctrine/orm/src/EntityManager.php
282 /vendor/doctrine/orm/src/EntityManagerInterface.php
283 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
284 /modules/ps_specials/vendor/autoload.php
285 /modules/ps_specials/vendor/composer/autoload_real.php
286 /modules/ps_specials/vendor/composer/platform_check.php
287 /modules/ps_specials/vendor/composer/autoload_static.php
288 /modules/dgtranslationall/vendor/autoload.php
289 /modules/dgtranslationall/vendor/composer/autoload_real.php
290 /modules/dgtranslationall/vendor/composer/platform_check.php
291 /modules/dgtranslationall/vendor/composer/autoload_static.php
292 /modules/ps_viewedproduct/vendor/autoload.php
293 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
294 /modules/ps_viewedproduct/vendor/composer/platform_check.php
295 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
296 /modules/statsnewsletter/vendor/autoload.php
297 /modules/statsnewsletter/vendor/composer/autoload_real.php
298 /modules/statsnewsletter/vendor/composer/platform_check.php
299 /modules/statsnewsletter/vendor/composer/autoload_static.php
300 /modules/ps_categorytree/vendor/autoload.php
301 /modules/ps_categorytree/vendor/composer/autoload_real.php
302 /modules/ps_categorytree/vendor/composer/platform_check.php
303 /modules/ps_categorytree/vendor/composer/autoload_static.php
304 /modules/afpdtextratabs/vendor/autoload.php
305 /modules/afpdtextratabs/vendor/composer/autoload_real.php
306 /modules/afpdtextratabs/vendor/composer/autoload_static.php
307 /modules/statsproduct/vendor/autoload.php
308 /modules/statsproduct/vendor/composer/autoload_real.php
309 /modules/statsproduct/vendor/composer/platform_check.php
310 /modules/statsproduct/vendor/composer/autoload_static.php
311 /modules/statssearch/vendor/autoload.php
312 /modules/statssearch/vendor/composer/autoload_real.php
313 /modules/statssearch/vendor/composer/platform_check.php
314 /modules/statssearch/vendor/composer/autoload_static.php
315 /modules/ps_crossselling/vendor/autoload.php
316 /modules/ps_crossselling/vendor/composer/autoload_real.php
317 /modules/ps_crossselling/vendor/composer/platform_check.php
318 /modules/ps_crossselling/vendor/composer/autoload_static.php
319 /modules/ps_googleanalytics/vendor/autoload.php
320 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
321 /modules/ps_googleanalytics/vendor/composer/platform_check.php
322 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
323 /modules/statsregistrations/vendor/autoload.php
324 /modules/statsregistrations/vendor/composer/autoload_real.php
325 /modules/statsregistrations/vendor/composer/platform_check.php
326 /modules/statsregistrations/vendor/composer/autoload_static.php
327 /modules/stripe_official/vendor/autoload.php
328 /modules/stripe_official/vendor/composer/autoload_real.php
329 /modules/stripe_official/vendor/composer/platform_check.php
330 /modules/stripe_official/vendor/composer/autoload_static.php
331 /modules/statspersonalinfos/vendor/autoload.php
332 /modules/statspersonalinfos/vendor/composer/autoload_real.php
333 /modules/statspersonalinfos/vendor/composer/platform_check.php
334 /modules/statspersonalinfos/vendor/composer/autoload_static.php
335 /modules/ps_newproducts/vendor/autoload.php
336 /modules/ps_newproducts/vendor/composer/autoload_real.php
337 /modules/ps_newproducts/vendor/composer/platform_check.php
338 /modules/ps_newproducts/vendor/composer/autoload_static.php
339 /modules/statsbestproducts/vendor/autoload.php
340 /modules/statsbestproducts/vendor/composer/autoload_real.php
341 /modules/statsbestproducts/vendor/composer/platform_check.php
342 /modules/statsbestproducts/vendor/composer/autoload_static.php
343 /modules/dashproducts/vendor/autoload.php
344 /modules/dashproducts/vendor/composer/autoload_real.php
345 /modules/dashproducts/vendor/composer/platform_check.php
346 /modules/dashproducts/vendor/composer/autoload_static.php
347 /modules/ps_imageslider/vendor/autoload.php
348 /modules/ps_imageslider/vendor/composer/autoload_real.php
349 /modules/ps_imageslider/vendor/composer/platform_check.php
350 /modules/ps_imageslider/vendor/composer/autoload_static.php
351 /modules/statsbestmanufacturers/vendor/autoload.php
352 /modules/statsbestmanufacturers/vendor/composer/autoload_real.php
353 /modules/statsbestmanufacturers/vendor/composer/platform_check.php
354 /modules/statsbestmanufacturers/vendor/composer/autoload_static.php
355 /modules/ps_faviconnotificationbo/vendor/autoload.php
356 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
357 /modules/ps_faviconnotificationbo/vendor/composer/platform_check.php
358 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
359 /modules/ps_bestsellers/vendor/autoload.php
360 /modules/ps_bestsellers/vendor/composer/autoload_real.php
361 /modules/ps_bestsellers/vendor/composer/platform_check.php
362 /modules/ps_bestsellers/vendor/composer/autoload_static.php
363 /modules/ps_supplierlist/vendor/autoload.php
364 /modules/ps_supplierlist/vendor/composer/autoload_real.php
365 /modules/ps_supplierlist/vendor/composer/platform_check.php
366 /modules/ps_supplierlist/vendor/composer/autoload_static.php
367 /modules/ps_featuredproducts/vendor/autoload.php
368 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
369 /modules/ps_featuredproducts/vendor/composer/platform_check.php
370 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
371 /modules/ps_brandlist/vendor/autoload.php
372 /modules/ps_brandlist/vendor/composer/autoload_real.php
373 /modules/ps_brandlist/vendor/composer/platform_check.php
374 /modules/ps_brandlist/vendor/composer/autoload_static.php
375 /modules/ps_facetedsearch/vendor/autoload.php
376 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
377 /modules/ps_facetedsearch/vendor/composer/platform_check.php
378 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
379 /modules/statsbestsuppliers/vendor/autoload.php
380 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
381 /modules/statsbestsuppliers/vendor/composer/platform_check.php
382 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
383 /modules/productcomments/vendor/autoload.php
384 /modules/productcomments/vendor/composer/autoload_real.php
385 /modules/productcomments/vendor/composer/platform_check.php
386 /modules/productcomments/vendor/composer/autoload_static.php
387 /modules/statsstock/vendor/autoload.php
388 /modules/statsstock/vendor/composer/autoload_real.php
389 /modules/statsstock/vendor/composer/platform_check.php
390 /modules/statsstock/vendor/composer/autoload_static.php
391 /modules/statsbestcategories/vendor/autoload.php
392 /modules/statsbestcategories/vendor/composer/autoload_real.php
393 /modules/statsbestcategories/vendor/composer/platform_check.php
394 /modules/statsbestcategories/vendor/composer/autoload_static.php
395 /modules/ps_customtext/vendor/autoload.php
396 /modules/ps_customtext/vendor/composer/autoload_real.php
397 /modules/ps_customtext/vendor/composer/platform_check.php
398 /modules/ps_customtext/vendor/composer/autoload_static.php
399 /modules/statsforecast/vendor/autoload.php
400 /modules/statsforecast/vendor/composer/autoload_real.php
401 /modules/statsforecast/vendor/composer/platform_check.php
402 /modules/statsforecast/vendor/composer/autoload_static.php
403 /modules/statscatalog/vendor/autoload.php
404 /modules/statscatalog/vendor/composer/autoload_real.php
405 /modules/statscatalog/vendor/composer/platform_check.php
406 /modules/statscatalog/vendor/composer/autoload_static.php
407 /modules/statsbestcustomers/vendor/autoload.php
408 /modules/statsbestcustomers/vendor/composer/autoload_real.php
409 /modules/statsbestcustomers/vendor/composer/platform_check.php
410 /modules/statsbestcustomers/vendor/composer/autoload_static.php
411 /modules/statsbestvouchers/vendor/autoload.php
412 /modules/statsbestvouchers/vendor/composer/autoload_real.php
413 /modules/statsbestvouchers/vendor/composer/platform_check.php
414 /modules/statsbestvouchers/vendor/composer/autoload_static.php
415 /modules/gsitemap/vendor/autoload.php
416 /modules/gsitemap/vendor/composer/autoload_real.php
417 /modules/gsitemap/vendor/composer/platform_check.php
418 /modules/gsitemap/vendor/composer/autoload_static.php
419 /modules/pagesnotfound/vendor/autoload.php
420 /modules/pagesnotfound/vendor/composer/autoload_real.php
421 /modules/pagesnotfound/vendor/composer/platform_check.php
422 /modules/pagesnotfound/vendor/composer/autoload_static.php
423 /modules/autoupgrade/vendor/autoload.php
424 /modules/autoupgrade/vendor/composer/autoload_real.php
425 /modules/autoupgrade/vendor/composer/autoload_static.php
426 /modules/autoupgrade/vendor/symfony/polyfill-php72/bootstrap.php
427 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
428 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
429 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
430 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
431 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
432 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
433 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
434 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
435 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
436 /modules/statssales/vendor/autoload.php
437 /modules/statssales/vendor/composer/autoload_real.php
438 /modules/statssales/vendor/composer/platform_check.php
439 /modules/statssales/vendor/composer/autoload_static.php
440 /modules/statscarrier/vendor/autoload.php
441 /modules/statscarrier/vendor/composer/autoload_real.php
442 /modules/statscarrier/vendor/composer/platform_check.php
443 /modules/statscarrier/vendor/composer/autoload_static.php
444 /modules/ps_socialfollow/vendor/autoload.php
445 /modules/ps_socialfollow/vendor/composer/autoload_real.php
446 /modules/ps_socialfollow/vendor/composer/platform_check.php
447 /modules/ps_socialfollow/vendor/composer/autoload_static.php
448 /modules/ps_emailsubscription/vendor/autoload.php
449 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
450 /modules/ps_emailsubscription/vendor/composer/platform_check.php
451 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
452 /modules/ps_wirepayment/vendor/autoload.php
453 /modules/ps_wirepayment/vendor/composer/autoload_real.php
454 /modules/ps_wirepayment/vendor/composer/platform_check.php
455 /modules/ps_wirepayment/vendor/composer/autoload_static.php
456 /modules/ps_distributionapiclient/vendor/autoload.php
457 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
458 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
459 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
460 /modules/ps_categoryproducts/vendor/autoload.php
461 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
462 /modules/ps_categoryproducts/vendor/composer/platform_check.php
463 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
464 /src/Core/Hook/HookModuleFilter.php
465 /src/Core/Hook/HookModuleFilterInterface.php
466 /modules/afgooglereviews/afgooglereviews.php
467 /modules/afgooglereviews/classes/GoogleReviews.php
468 /src/Core/Module/WidgetInterface.php
469 /classes/Translate.php
470 /modules/afgooglereviews/translations/it.php
471 /src/PrestaShopBundle/Translation/TranslatorComponent.php
472 /vendor/symfony/translation/Translator.php
473 /vendor/symfony/translation/MessageCatalogue.php
474 /vendor/symfony/translation/MessageCatalogueInterface.php
475 /vendor/symfony/translation/MetadataAwareInterface.php
476 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
477 /vendor/symfony/translation-contracts/TranslatorInterface.php
478 /vendor/symfony/translation/TranslatorBagInterface.php
479 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
480 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
481 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
482 /src/PrestaShopBundle/Translation/TranslatorInterface.php
483 /vendor/symfony/translation/Formatter/MessageFormatter.php
484 /vendor/symfony/translation/Formatter/IntlFormatter.php
485 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
486 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
487 /vendor/symfony/translation/IdentityTranslator.php
488 /vendor/symfony/translation-contracts/TranslatorTrait.php
489 /vendor/symfony/config/ConfigCacheFactory.php
490 /vendor/symfony/config/ConfigCacheFactoryInterface.php
491 /var/cache/dev/translations/catalogue.it-IT.NXhscRe.php
492 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
493 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
494 /controllers/front/listing/CategoryController.php
495 /classes/controller/ProductListingFrontController.php
496 /classes/controller/ProductPresentingFrontController.php
497 /classes/controller/FrontController.php
498 /src/Adapter/Presenter/Object/ObjectPresenter.php
499 /src/Adapter/Presenter/PresenterInterface.php
500 /src/Adapter/Presenter/Cart/CartPresenter.php
501 /src/Adapter/Image/ImageRetriever.php
502 /classes/tax/TaxConfiguration.php
503 /classes/Smarty/TemplateFinder.php
504 /classes/assets/StylesheetManager.php
505 /classes/assets/AbstractAssetManager.php
506 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
507 /classes/assets/JavascriptManager.php
508 /classes/assets/CccReducer.php
509 /src/Core/Localization/Locale/Repository.php
510 /src/Core/Localization/Locale/RepositoryInterface.php
511 /src/Core/Localization/CLDR/LocaleRepository.php
512 /src/Core/Localization/CLDR/LocaleDataSource.php
513 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
514 /src/Core/Data/Layer/AbstractDataLayer.php
515 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
516 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
517 /vendor/symfony/cache/Adapter/AbstractAdapter.php
518 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
519 /vendor/symfony/cache/Traits/ContractsTrait.php
520 /vendor/symfony/cache-contracts/CacheTrait.php
521 /vendor/psr/cache/src/InvalidArgumentException.php
522 /vendor/psr/cache/src/CacheException.php
523 /vendor/symfony/cache/Traits/FilesystemTrait.php
524 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
525 /vendor/symfony/cache/PruneableInterface.php
526 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
527 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
528 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
529 /src/Core/Localization/CLDR/Reader.php
530 /src/Core/Localization/CLDR/ReaderInterface.php
531 /src/Core/Localization/Currency/Repository.php
532 /src/Core/Localization/Currency/RepositoryInterface.php
533 /src/Core/Localization/Currency/CurrencyDataSource.php
534 /src/Core/Localization/Currency/DataSourceInterface.php
535 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
536 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
537 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
538 /src/Adapter/Currency/CurrencyDataProvider.php
539 /src/Core/Currency/CurrencyDataProviderInterface.php
540 /src/Adapter/LegacyContext.php
541 /src/Adapter/Tools.php
542 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
543 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
544 /vendor/prestashop/decimal/src/Operation/Rounding.php
545 /src/Core/Localization/Locale.php
546 /src/Core/Localization/LocaleInterface.php
547 /src/Core/Localization/Specification/Price.php
548 /src/Core/Localization/Specification/Number.php
549 /src/Core/Localization/Specification/NumberInterface.php
550 /src/Core/Localization/Specification/Factory.php
551 /src/Core/Localization/CLDR/LocaleData.php
552 /src/Core/Localization/CLDR/NumberSymbolsData.php
553 /src/Core/Localization/CLDR/CurrencyData.php
554 /src/Core/Localization/CLDR/Locale.php
555 /src/Core/Localization/CLDR/LocaleInterface.php
556 /src/Core/Localization/Specification/NumberSymbolList.php
557 /classes/Currency.php
558 /src/Core/Localization/Currency/LocalizedCurrencyId.php
559 /classes/webservice/WebserviceRequest.php
560 /src/Core/Localization/Currency/CurrencyData.php
561 /src/Core/Localization/Currency/CurrencyCollection.php
562 /src/Core/Localization/Currency.php
563 /src/Core/Localization/CurrencyInterface.php
564 /src/Core/Localization/Specification/NumberCollection.php
565 /src/Core/Localization/Number/Formatter.php
566 /classes/Cart.php
567 /src/Adapter/AddressFactory.php
568 /classes/CartRule.php
569 /src/Core/Domain/Product/ValueObject/RedirectType.php
570 /src/Core/Util/DateTime/DateTime.php
571 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
572 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
573 /src/Core/Domain/Product/ValueObject/ProductType.php
574 /src/Core/Domain/Product/ValueObject/Reference.php
575 /src/Core/Domain/Product/ValueObject/Gtin.php
576 /src/Core/Domain/Product/ValueObject/Isbn.php
577 /src/Core/Domain/Product/ValueObject/Upc.php
578 /src/Core/Domain/Product/ProductSettings.php
579 /classes/Category.php
580 /src/Core/Domain/Category/ValueObject/RedirectType.php
581 /src/Core/Domain/Category/CategorySettings.php
582 /src/Core/Domain/Category/SeoSettings.php
583 /src/Adapter/Presenter/Category/CategoryPresenter.php
584 /src/Adapter/Presenter/Category/CategoryLazyArray.php
585 /src/Adapter/Presenter/AbstractLazyArray.php
586 /src/Adapter/Presenter/LazyArrayAttribute.php
587 /src/Core/Util/Inflector.php
588 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
589 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
590 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
591 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
592 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
593 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
594 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
595 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
596 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
597 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
598 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
599 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
600 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
601 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
602 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
603 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
604 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
605 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
606 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
607 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
608 /src/Core/Domain/Shop/ValueObject/ShopId.php
609 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
610 /vendor/symfony/property-access/Exception/UnexpectedTypeException.php
611 /vendor/symfony/property-access/Exception/RuntimeException.php
612 /vendor/symfony/property-access/Exception/ExceptionInterface.php
613 /modules/ps_emailsubscription/ps_emailsubscription.php
614 /src/PrestaShopBundle/Translation/DomainNormalizer.php
615 /classes/Media.php
616 /modules/ps_socialfollow/ps_socialfollow.php
617 /modules/ps_emailalerts/ps_emailalerts.php
618 /modules/ps_emailalerts/MailAlert.php
619 /modules/blockreassurance/blockreassurance.php
620 /src/Adapter/Presenter/Cart/CartLazyArray.php
621 /src/Adapter/Product/PriceFormatter.php
622 /classes/Gender.php
623 /src/Core/Domain/Title/ValueObject/Gender.php
624 /classes/Risk.php
625 /classes/Meta.php
626 /classes/Address.php
627 /classes/ImageType.php
628 /classes/State.php
629 /src/Core/Security/PasswordPolicyConfiguration.php
630 /src/Core/Configuration/DataConfigurationInterface.php
631 /src/Core/Security/Hashing.php
632 /src/Core/Filter/FrontEndObject/MainFilter.php
633 /src/Core/Filter/FilterInterface.php
634 /src/Core/Filter/FrontEndObject/CartFilter.php
635 /src/Core/Filter/HashMapWhitelistFilter.php
636 /src/Core/Filter/CollectionFilter.php
637 /src/Core/Filter/FrontEndObject/ProductFilter.php
638 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
639 /src/Core/Filter/FrontEndObject/CustomerFilter.php
640 /src/Core/Filter/FrontEndObject/ShopFilter.php
641 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
642 /classes/ProductAssembler.php
643 /src/Core/Product/Search/ProductSearchContext.php
644 /modules/ps_shoppingcart/ps_shoppingcart.php
645 /modules/ps_searchbar/ps_searchbar.php
646 /modules/productcomments/productcomments.php
647 /modules/ps_googleanalytics/ps_googleanalytics.php
648 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
649 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
650 /modules/stripe_official/stripe_official.php
651 /classes/PaymentModule.php
652 /modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php
653 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php
654 /modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php
655 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php
656 /modules/stripe_official/classes/services/PrestashopTranslationService.php
657 /src/Adapter/Localization/LegacyTranslator.php
658 /modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
659 /modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
660 /modules/stripe_official/vendor/stripe/stripe-php/lib/Util/ApiVersion.php
661 /modules/stripe_official/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
662 /modules/stripe_official/classes/services/StripeDisplayHeaderService.php
663 /modules/aflandingauth/aflandingauth.php
664 /modules/afaddtocart/afaddtocart.php
665 /src/Core/Product/Search/ProductSearchQuery.php
666 /src/Core/Product/Search/SortOrder.php
667 /modules/ps_facetedsearch/ps_facetedsearch.php
668 /modules/ps_facetedsearch/src/HookDispatcher.php
669 /modules/ps_facetedsearch/src/Hook/Attribute.php
670 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
671 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
672 /modules/ps_facetedsearch/src/Hook/Category.php
673 /modules/ps_facetedsearch/src/Hook/Configuration.php
674 /modules/ps_facetedsearch/src/Hook/Design.php
675 /modules/ps_facetedsearch/src/Hook/Feature.php
676 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
677 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
678 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
679 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
680 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
681 /modules/ps_facetedsearch/src/Hook/Product.php
682 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
683 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
684 /modules/ps_facetedsearch/src/Filters/Provider.php
685 /modules/ps_facetedsearch/src/URLSerializer.php
686 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
687 /modules/ps_facetedsearch/src/Product/SearchProvider.php
688 /src/Core/Product/Search/FacetsRendererInterface.php
689 /src/Core/Product/Search/ProductSearchProviderInterface.php
690 /modules/ps_facetedsearch/src/Filters/Converter.php
691 /modules/ps_facetedsearch/src/Product/SearchFactory.php
692 /src/Core/Product/Search/ProductSearchResult.php
693 /modules/ps_facetedsearch/src/Product/Search.php
694 /modules/ps_facetedsearch/src/Adapter/MySQL.php
695 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
696 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
697 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
698 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
699 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
700 /modules/ps_facetedsearch/src/Filters/Products.php
701 /classes/stock/StockAvailable.php
702 /modules/ps_facetedsearch/src/Filters/Block.php
703 /src/Core/Product/Search/FacetCollection.php
704 /classes/Pack.php
705 /classes/Combination.php
706 /classes/SpecificPrice.php
707 /classes/tax/TaxManagerFactory.php
708 /classes/tax/TaxRulesTaxManager.php
709 /classes/tax/TaxManagerInterface.php
710 /classes/tax/TaxCalculator.php
711 /classes/GroupReduction.php
712 /src/Core/Localization/CLDR/ComputingPrecision.php
713 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
714 /override/classes/order/Order.php
715 /classes/order/Order.php
716 /classes/tax/Tax.php
717 /classes/ProductPresenterFactory.php
718 /src/Adapter/Presenter/Product/ProductListingPresenter.php
719 /src/Adapter/Presenter/Product/ProductPresenter.php
720 /src/Adapter/Product/ProductColorsRetriever.php
721 /src/Adapter/HookManager.php
722 /src/Core/Product/ProductPresentationSettings.php
723 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
724 /src/Adapter/Presenter/Product/ProductLazyArray.php
725 /vendor/prestashop/decimal/src/DecimalNumber.php
726 /vendor/prestashop/decimal/src/Builder.php
727 /classes/Image.php
728 /src/Core/Image/ImageFormatConfiguration.php
729 /src/Core/Image/ImageFormatConfigurationInterface.php
730 /classes/Smarty/SmartyDevTemplate.php
731 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
732 /var/cache/dev/smarty/compile/algofactory/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
733 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
734 /vendor/smarty/smarty/libs/plugins/modifier.count.php
735 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
736 /src/Core/Product/Search/Pagination.php
737 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/3f/85/f6/3f85f69e7840482624091b4f3db79c54f72cc123_2.file.category.tpl.php
738 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/3f/42/f9/3f42f9b386f0a5c04bb9976a6fcd9793085823bd_2.file.product-list.tpl.php
739 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/ae/b7/35/aeb7357f3126a156a08b2bc2786fca6824745ebc_2.file.layout-left-column.tpl.php
740 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/b0/4c/76/b04c7686018f5fd6c944739aa8d2ad8d8aa04ec3_2.file.layout-both-columns.tpl.php
741 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/29/7a/26/297a2669b4e742bafb78c880bc6462a868785fba_2.file.helpers.tpl.php
742 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
743 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/5f/f5/65/5ff56582968e1005eccd8e87b2622e27c6b0575a_2.file.head.tpl.php
744 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/c1/a0/e1/c1a0e16713eb66d5b1e98e84b5b416f9e384ef54_2.file.preload.tpl.php
745 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
746 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
747 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/6c/5d/e5/6c5de5f946bda5e2454cbbcc1b2872824019caf9_2.file.preload.html.php
748 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
749 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
750 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/af/00/eb/af00eb02e37056ca9c90e652c0c0ed3cc164f634_2.file.head-jsonld.tpl.php
751 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/1c/72/34/1c7234218c740ea0ac58cda7db032c672f993ebe_2.file.product-list-jsonld.tpl.php
752 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/fd/cd/57/fdcd579979e49a03704b02dc8ec8836dc8247486_2.file.pagination-seo.tpl.php
753 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/ad/b6/24/adb62401fb819cb060c21a529e90e2d1141320ab_2.file.stylesheets.tpl.php
754 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/41/59/4a/41594a45125abb4c7f232b3478c459f35aee5ca8_2.file.javascript.tpl.php
755 /classes/ProductDownload.php
756 /src/Core/Cart/Calculator.php
757 /src/Core/Cart/CartRowCollection.php
758 /src/Core/Cart/Fees.php
759 /src/Core/Cart/AmountImmutable.php
760 /src/Core/Cart/CartRuleCollection.php
761 /src/Core/Cart/CartRuleCalculator.php
762 /src/Adapter/Product/PriceCalculator.php
763 /src/Core/Cart/CartRow.php
764 /src/Core/Util/String/StringModifier.php
765 /src/Core/Util/String/StringModifierInterface.php
766 /var/cache/dev/smarty/compile/73/46/e2/7346e2b8364cd1cbcd727b53b3cdc122e4c0985f_2.module.afaddtocartviewstemplatesfrontsmartcart.tpl.php
767 /var/cache/dev/smarty/compile/8d/d3/10/8dd31009debf99687a98c9d776fab0061f53e4b5_2.module.afaddtocartviewstemplatesfront_partialsshippingrest.tpl.php
768 /var/cache/dev/smarty/compile/f4/6b/df/f46bdf05da0b533b258c9f181d6b7efc53c296af_2.module.afaddtocartviewstemplatesfront_partialsproduct.tpl.php
769 /var/cache/dev/smarty/compile/00/84/46/008446da1f6b704e505fba855b4dc2dc68ee357b_2.module.afaddtocartviewstemplatesfront_partialsproductcustomization.tpl.php
770 /var/cache/dev/smarty/compile/e6/02/a7/e602a7102d9cdf48c2ac9eecac9b121b324c2101_2.module.afaddtocartviewstemplatesfront_partialsproductactions.tpl.php
771 /var/cache/dev/smarty/compile/6f/04/a1/6f04a10bfc604ccd42671030baf56d340ffe1f9f_2.module.afaddtocartviewstemplatesfront_partialssubtotalproducts.tpl.php
772 /var/cache/dev/smarty/compile/35/88/7c/35887cc0c038f611c8bf4b368b2b18aa34887a0d_2.module.afaddtocartviewstemplatesfront_partialstotalproducts.tpl.php
773 /var/cache/dev/smarty/compile/e8/00/42/e800425338aee6871354442644d489d85d732e11_2.module.afaddtocartviewstemplatesfront_partialstotaldiscount.tpl.php
774 /var/cache/dev/smarty/compile/79/aa/97/79aa975101c459c208c7e13a91c5a68c835b4057_2.module.afaddtocartviewstemplatesfront_partialsdiscountform.tpl.php
775 /var/cache/dev/smarty/compile/d4/1a/02/d41a025cc8883f1840362be48b11125e72c69c9d_2.module.afaddtocartviewstemplatesfront_partialscrossselling.tpl.php
776 /var/cache/dev/smarty/compile/22/6f/c6/226fc6a2faeaebd063b235f155dcd8dd2540b923_2.module.afaddtocartviewstemplatesfrontsmartcarterrors.tpl.php
777 /var/cache/dev/smarty/compile/f4/bd/bd/f4bdbdc2f497c105ffbe5e8841f60c70d2f00daf_2.module.afaddtocartviewstemplatesfrontsmartcartsuccess.tpl.php
778 /var/cache/dev/smarty/compile/c6/ec/66/c6ec665ea6efbc2f46b4f8feeca4195adea6f0db_2.module.afaddtocartviewstemplatesfrontsmartcartaction.tpl.php
779 /var/cache/dev/smarty/compile/c4/54/54/c45454ddf4d1b52ab8e1ea1a60b10c9fdfc32111_2.module.afaddtocartviewstemplatesfrontsmartcartfloatbtn.tpl.php
780 /var/cache/dev/smarty/compile/8b/89/29/8b892988897ff1655d374971385696494a5827b4_2.module.afaddtocartviewstemplatesfrontsmartcartextratext.tpl.php
781 /var/cache/dev/smarty/compile/82/83/9a/82839a36cb0f5f7e4d275edcdb72e4e42d7f95c1_2.module.afaddtocartviewstemplatesfrontaddtocarttoolbar.tpl.php
782 /var/cache/dev/smarty/compile/e0/f0/69/e0f069b1c770b7069490dbb47ab5a3a8305f3a12_2.module.afaddtocartviewstemplatesfrontgotocarttoolbar.tpl.php
783 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/53/aa/4c/53aa4cdf613f625f030cc9f44a92041fb0d04534_2.file.product-activation.tpl.php
784 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/cd/ed/e4/cdede4944a83b23a6e06ecf0be233fc68d90410c_2.file.header.tpl.php
785 /modules/ps_contactinfo/ps_contactinfo.php
786 /var/cache/dev/smarty/compile/algofactory/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
787 /modules/ps_languageselector/ps_languageselector.php
788 /var/cache/dev/smarty/compile/algofactory/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
789 /modules/ps_currencyselector/ps_currencyselector.php
790 /var/cache/dev/smarty/compile/algofactory/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.ps_currencyselectorps_currencyselector.tpl.php
791 /modules/ps_customersignin/ps_customersignin.php
792 /var/cache/dev/smarty/compile/algofactory/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
793 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
794 /var/cache/dev/smarty/compile/algofactory/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
795 /modules/ps_mainmenu/ps_mainmenu.php
796 /modules/ps_mainmenu/ps_menutoplinks.class.php
797 /var/cache/dev/smarty/compile/algofactory/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
798 /var/cache/dev/smarty/compile/algofactory/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
799 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/84/19/20/841920fcb24ee6604fa4fded6568c4dba8093eb5_2.file.breadcrumb.tpl.php
800 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/ae/a9/e9/aea9e91445a050ce7bb15b9069a362bd2591df47_2.file.notifications.tpl.php
801 /modules/ps_categorytree/ps_categorytree.php
802 /var/cache/dev/smarty/compile/algofactory/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
803 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
804 /var/cache/dev/smarty/compile/algofactory/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
805 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/0d/0a/28/0d0a2845d0fae403a35518edb0d3b47b0041f68c_2.file.category-header.tpl.php
806 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/a9/1a/45/a91a4581c2cc48767e3d6605572f604a56736d9d_2.file.page-title-section.tpl.php
807 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/17/66/47/176647c10f03b532d9a4197f6c6f7409a93158bd_2.file.subcategories.tpl.php
808 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/16/ec/70/16ec70098f6b57ae7c9d4678596e4db2ff860421_2.file.products-top.tpl.php
809 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/e1/7f/e8/e17fe87edd33a569b332e910970272ee13040418_2.file.sort-orders.tpl.php
810 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
811 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/a4/6b/4e/a46b4e2106789c8d2c385cc05dc0f2b839124345_2.file.products.tpl.php
812 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/88/76/a7/8876a70ce01577655155056ad330c0e8ea599216_2.file.productlist.tpl.php
813 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/e1/c1/f7/e1c1f766c61f99da09b5ad4d4584e30511a4cf45_2.file.product.tpl.php
814 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/91/cc/74/91cc741b208b8c922e656d5e5ec623e7c53384c9_2.file.product-flags.tpl.php
815 /classes/Feature.php
816 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/6d/dd/81/6ddd81d19fe6e29b078d086f14a4a0005afe4ad0_2.file.pagination.tpl.php
817 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/de/4d/8c/de4d8ccf120e4a300afd62c0a0d88945d7664ea8_2.file.products-bottom.tpl.php
818 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/8b/96/76/8b96763be3f0944905b421e46c83fffcd3dea443_2.file.category-footer.tpl.php
819 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/77/7e/a9/777ea9205c988369d575d310e1a21bb14bb76781_2.file.footer.tpl.php
820 /var/cache/dev/smarty/compile/algofactory/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
821 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
822 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
823 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
824 /var/cache/dev/smarty/cache/ps_socialfollow/1/1/1/3/1/8/algofactory/9c/ae/b5/9caeb5d2d71b2a4bf672371a6cbe957c0149a210.ps_socialfollowps_socialfollow.tpl.php
825 /modules/blockreassurance/classes/ReassuranceActivity.php
826 /var/cache/dev/smarty/compile/algofactory/6e/46/4e/6e464e8378a346c8af7e2952bb14032c32841a87_2.file.displayBlockWhite.tpl.php
827 /modules/ps_linklist/ps_linklist.php
828 /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
829 /var/cache/dev/translations/catalogue.es-ES.NXhscRe.php
830 /var/cache/dev/translations/catalogue.en-GB.NXhscRe.php
831 /var/cache/dev/translations/catalogue.de-DE.NXhscRe.php
832 /var/cache/dev/translations/catalogue.nl-NL.NXhscRe.php
833 /var/cache/dev/translations/catalogue.pl-PL.NXhscRe.php
834 /var/cache/dev/translations/catalogue.pt-PT.NXhscRe.php
835 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
836 /modules/ps_linklist/src/Filter/LinkFilter.php
837 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
838 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
839 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
840 /var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/3/1/8/algofactory/0e/ed/51/0eed51118f9e02168809e91e07070722b20454b7.ps_linklistviewstemplateshooklinkblock.tpl.php
841 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
842 /var/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/3/1/8/algofactory/06/4e/3a/064e3a8db1b2763027bcaa26521f2ca96d298921.ps_customeraccountlinksps_customeraccountlinks.tpl.php
843 /var/cache/dev/smarty/compile/algofactory/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
844 /vendor/smarty/smarty/libs/plugins/function.mailto.php
845 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/60/20/a1/6020a1a417e46ca335acef55bac2fd4b7b99f9ce_2.file.page-loader.tpl.php
846 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/34/e4/ca/34e4ca9efb44b9f6ede35ca1b70fa533ed8fff8c_2.file.toast-container.tpl.php
847 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/b3/da/e2/b3dae2a43f5f05faba1ff0a68f8c439dbadc7864_2.file.toast.tpl.php
848 /var/cache/dev/smarty/compile/algofactorylayouts_layout_left_column_tpl/f9/62/3f/f9623f0da7929f884b4c6cb45ed08d3010206667_2.file.password-policy-template.tpl.php
849 /modules/statsdata/statsdata.php
850 /classes/Connection.php
851 /classes/ConnectionsSource.php
852 /modules/dgtranslationall/dgtranslationall.php
853 /modules/dgtranslationall/translations/it.php
854 /modules/dgtranslationall/vendor/dingedi/dingedi-pstranslationsapi/src/DgTranslationTools.php
855 /modules/dgtranslationall/vendor/dingedi/dingedi-pstranslationsapi/src/Configuration/AutomaticTranslationConfiguration.php
856 /modules/dgtranslationall/vendor/dingedi/dingedi-pstools/src/DgConfiguration.php
857 /modules/dgtranslationall/vendor/dingedi/dingedi-pstools/src/DgTools.php
858 /modules/dgtranslationall/vendor/dingedi/dingedi-pstools/src/DgShopInfos.php
859 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
860 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
861 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
862 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
863 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
864 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php