Active filters

APC NetShelter VX 42U Seismic Roof

Rack components that can be added to existing racks if requirements change.
£160.79
Tax included
Out of Stock

APC AR106V Filter

Rack system components that can be added to existing racks if requirements change. AR106V Filter Rack system components that can be added to existing racks if requirements change.
£100.12
Tax included
Out of Stock

APC AR8625

£884.00
Tax included
Out of Stock

APC AR8651

This 12” wide, high capacity vertical cable manager features double-sided cable channels and smooth plastic fingers at 1U increments for organized patching applications. Includes: Installation guide, Mounting Hardware
£807.45
Tax included
Out of Stock

APC AR8736

£42.54
Tax included
Out of Stock

APC AR8768

£491.00
Tax included
Out of Stock

APC AR8791

£81.65
Tax included
Out of Stock

APC AR8793

£96.11
Tax included
Out of Stock

APC AR8794

£135.61
Tax included
Out of Stock

APC ER7BTM04

£34.02
Tax included
Out of Stock

APC ER7BTM05

£85.57
Tax included
Out of Stock

APC ER7BTM06

£113.24
Tax included
Out of Stock
Load Time 1406 ms
Querying Time 1285 ms
Queries 712
Memory Peak Usage 27.2 Mb
Included Files 945 files - 10.29 Mb
PrestaShop Cache - Mb
Global vars 0.12 Mb
PrestaShop Version 8.2.1
PHP Version 8.1.31
MySQL Version 10.11.11-MariaDB-0ubuntu0.24.04.2
Memory Limit 256M
Max Execution Time 130s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 0.838 ms 0.838 ms 2.53 Mb 2.8 Mb
__construct 0.007 ms 0.845 ms - Mb 2.8 Mb
init 518.270 ms 519.115 ms 0.55 Mb 3.2 Mb
checkAccess 0.001 ms 519.116 ms - Mb 3.2 Mb
setMedia 18.880 ms 537.996 ms 0.70 Mb 3.8 Mb
postProcess 0.001 ms 537.997 ms - Mb 3.8 Mb
initHeader 0.000 ms 537.997 ms - Mb 3.8 Mb
initContent 65.920 ms 603.917 ms 3.56 Mb 7.4 Mb
initFooter 0.001 ms 603.918 ms - Mb 7.4 Mb
display 802 ms 1406 ms 18.98 Mb 27.2 Mb
Hook Time Memory Usage
DisplayHeaderCategory 584.972 ms 0.25 Mb
DisplayProductActions 136.706 ms 10.10 Mb
DisplayProductAttributes 54.681 ms 6.45 Mb
ActionFrontControllerSetMedia 8.458 ms 0.19 Mb
DisplayLeftColumn 6.373 ms 0.27 Mb
DisplayBeforeBodyClosingTag 1.641 ms 0.09 Mb
DisplayFooter 0.779 ms 0.37 Mb
ProductSearchProvider 0.501 ms - Mb
displayFooter 0.464 ms 0.11 Mb
displayTop 0.300 ms 0.07 Mb
DisplayAfterHeader 0.248 ms 0.05 Mb
DisplayFooterAfter 0.188 ms 0.08 Mb
DisplayHeader 0.177 ms - Mb
displayNav2 0.164 ms 0.04 Mb
DisplayTop 0.084 ms 0.01 Mb
Header 0.047 ms - Mb
DisplayAfterBodyOpeningTag 0.003 ms - Mb
ModuleRoutes 0.002 ms - Mb
18 hook(s) 795.788 ms 18.09 Mb
Module Time Memory Usage
ps_checkout 10.228 ms 0.18 Mb
ps_emailsubscription 1.423 ms - Mb
ps_socialfollow 0.362 ms 0.01 Mb
ps_emailalerts 1.810 ms 0.01 Mb
ps_accounts 0.126 ms 0.01 Mb
ps_mainmenu 1.018 ms 0.44 Mb
stylesheetswapper 0.951 ms 0.01 Mb
googlevertexsearch 0.217 ms 0.02 Mb
ps_categorytree 6.185 ms 0.23 Mb
reviews 59.952 ms 5.51 Mb
stockmessage 23.044 ms 3.18 Mb
subcategories 585.102 ms 0.26 Mb
cookieterms 0.281 ms 0.05 Mb
makepayment 0.105 ms 0.01 Mb
productattributes 110.234 ms 7.99 Mb
rewards 0.175 ms 0.01 Mb
deleteaccount 0.062 ms 0.01 Mb
ps_shoppingcart 0.488 ms 0.08 Mb
ps_imageslider 0.230 ms 0.01 Mb
ps_googleanalytics 0.911 ms 0.11 Mb
fetchify 0.076 ms 0.01 Mb
purchaseorder 0.183 ms 0.01 Mb
ps_facetedsearch 0.725 ms 0.02 Mb
ps_languageselector 0.203 ms 0.05 Mb
ps_linklist 0.557 ms 0.12 Mb
statsdata 0.856 ms 0.06 Mb
26 module(s) 806 ms 18.32 Mb

Stopwatch SQL - 712 queries

# Query Time (ms) Rows Filesort Group By Location
250
SELECT SQL_NO_CACHE (
select count(distinct(ps.id_product)) as `product_count`  from ps_category cat 
inner join ps_category_product cp on cat.id_category = cp.id_category
inner join ps_product p on cp.id_product = p.id_product
inner join ps_product_shop ps on p.id_product = ps.id_product and ps.id_shop = 4 and ps.active = 1
where cat.nleft >= c.nleft and cat.nright <= c.nright  
) as `product_count`, c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 4)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 4 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2757
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
574.946 ms 210000 Yes /override/classes/Category.php:35
42
SELECT SQL_NO_CACHE (
select count(distinct(ps.id_product)) as `product_count`  from ps_category cat 
inner join ps_category_product cp on cat.id_category = cp.id_category
inner join ps_product p on cp.id_product = p.id_product
inner join ps_product_shop ps on p.id_product = ps.id_product and ps.id_shop = 4 and ps.active = 1
where cat.nleft >= c.nleft and cat.nright <= c.nright  
) as `product_count`, c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 4)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 4 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2757
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
509.883 ms 210000 Yes /override/classes/Category.php:35
603
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99853/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99853|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
12.789 ms 1 /classes/Smarty/SmartyCustom.php:184
269
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99813|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
5.599 ms 1 /classes/Smarty/SmartyCustom.php:265
247
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='dcf78c0748a33225881a8a664bded341' AND cache_id="subcategories|4|2757" AND compile_id="ecommerce_2025" LIMIT 1
5.544 ms 1 /classes/Smarty/SmartyCustom.php:216
47
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (4)
5.098 ms 2673 /classes/module/Module.php:2046
64
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 4 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='4' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1007 AND c.nright<=1020 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
4.637 ms 291259375 Yes Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
4.340 ms 87 /classes/Hook.php:290
15
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 4 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 4) AND (mg.id_shop = 4 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
4.229 ms 415 Yes Yes /classes/Hook.php:1289
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 4
3.828 ms 98 /classes/module/Module.php:346
268
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99813
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
3.758 ms 1 Yes Yes /classes/Product.php:2734
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
3.567 ms 892 /classes/Hook.php:1348
68
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-28 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 4
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 4 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 4
WHERE p.id_product IN (99813,99814,99815,99816,99817,99818,99819,99820,99821,99853,99854,99855)
3.413 ms 12 /classes/ProductAssembler.php:95
424
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99817|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
2.799 ms 1 /classes/Smarty/SmartyCustom.php:265
14
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
2.319 ms 892 /classes/Hook.php:1388
77
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.222 ms 0 /classes/Hook.php:1348
65
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="efbfa5ef22f5f56a93dc4f53eb9f4109" LIMIT 1
1.988 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.965 ms 1494 /classes/Configuration.php:180
62
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 2757) LIMIT 1
1.787 ms 1 /src/Adapter/EntityMapper.php:71
594
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99853 LIMIT 1
1.717 ms 1 /modules/reviews/reviews.php:235
44
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 2761) AND (b.`id_shop` = 4) LIMIT 1
1.590 ms 1 /src/Adapter/EntityMapper.php:71
61
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 2757
AND id_shop = 4
GROUP BY `type`, id_value ORDER BY position ASC
1.384 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
329
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99814|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
1.356 ms 1 /classes/Smarty/SmartyCustom.php:265
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 4)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.340 ms 415 /classes/Hook.php:459
67
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("efbfa5ef22f5f56a93dc4f53eb9f4109", "a:1:{s:7:\"filters\";a:0:{}}")
1.294 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
640
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99854/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99854|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
1.255 ms 1 /classes/Smarty/SmartyCustom.php:184
593
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99853","ecommerce_2025", FROM_UNIXTIME(1745831705))
1.132 ms 1 /classes/Smarty/SmartyCustom.php:265
245
UPDATE `ps_smarty_lazy_cache`
SET filepath='categorytree_left/4/category/2757/ecommerce_2025/7f/6e/aa/7f6eaa18ed65eaed4873e4f58ea1d799c3152075.ps_categorytreeviewstemplateshookleftColumn.tpl.php'
WHERE `template_hash`='69ff328c779abfb0c5e6fb28032fcd74' AND cache_id="categorytree_left|4|category|2757" AND compile_id="ecommerce_2025"
1.028 ms 1 /classes/Smarty/SmartyCustom.php:184
76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99813 AND id_shop=4 LIMIT 1
0.989 ms 1 /classes/Product.php:6876
634
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99854/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99854" AND compile_id="ecommerce_2025"
0.989 ms 1 /classes/Smarty/SmartyCustom.php:184
549
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99820
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.884 ms 2 Yes Yes /classes/Product.php:4598
85
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99813) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.864 ms 1 /classes/stock/StockAvailable.php:453
597
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99853/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99853" AND compile_id="ecommerce_2025"
0.804 ms 1 /classes/Smarty/SmartyCustom.php:184
79
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 17
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('CM77 7AA' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, 'CM77 7AA')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.780 ms 1 /classes/tax/TaxRulesTaxManager.php:109
632
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99854 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.763 ms 1 Yes /modules/reviews/reviews.php:239
58
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 1007) AND (a0.`nright` > 1020) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 4)
ORDER BY a0.`nleft` asc
0.758 ms 505 /classes/PrestaShopCollection.php:383
106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99815
ORDER BY f.position ASC
0.754 ms 17 Yes /classes/Product.php:6021
48
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 4
0.737 ms 98 /classes/module/Module.php:346
412
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99817/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99817" AND compile_id="ecommerce_2025"
0.668 ms 1 /classes/Smarty/SmartyCustom.php:184
251
SELECT SQL_NO_CACHE count(distinct(ps.id_product)) as `product_count` from `ps_category_product` cp
inner join `ps_product_shop` ps on cp.id_product = ps.id_product and ps.active = 1 and ps.id_shop = 4
where id_category in (
select c.id_category from `ps_category` c
inner join `ps_category_lang` cl on c.id_category = cl.id_category and cl.id_lang = 1 and cl.id_shop = 4
inner join `ps_category_shop` cs on c.id_category = cs.id_category and cs.id_shop = 4
where c.active = 1 and c.nleft >= 1010 and c.nright <= 1015
) LIMIT 1
0.643 ms 10100 /modules/subcategories/subcategories.php:152
134
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99818
ORDER BY f.position ASC
0.634 ms 17 Yes /classes/Product.php:6021
376
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99816|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.628 ms 1 /classes/Smarty/SmartyCustom.php:216
636
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99854|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.627 ms 1 /classes/Smarty/SmartyCustom.php:265
318
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99814","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.616 ms 1 /classes/Smarty/SmartyCustom.php:265
125
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99817
ORDER BY f.position ASC
0.604 ms 17 Yes /classes/Product.php:6021
138
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99819)
0.602 ms 1 /classes/Product.php:3860
360
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99815/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99815" AND compile_id="ecommerce_2025"
0.575 ms 1 /classes/Smarty/SmartyCustom.php:184
71
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.574 ms 1 /classes/Product.php:5659
688
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99855","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.565 ms 1 /classes/Smarty/SmartyCustom.php:265
330
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99814/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99814|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.563 ms 1 /classes/Smarty/SmartyCustom.php:184
87
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99813
ORDER BY f.position ASC
0.554 ms 8 Yes /classes/Product.php:6021
69
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99813
AND image_shop.`cover` = 1 LIMIT 1
0.552 ms 2 /classes/Product.php:3570
525
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99820|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.545 ms 1 /classes/Smarty/SmartyCustom.php:265
697
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99855
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.544 ms 2 Yes Yes /classes/Product.php:4598
614
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99853","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.532 ms 1 /classes/Smarty/SmartyCustom.php:265
589
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99821/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99821|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.529 ms 1 /classes/Smarty/SmartyCustom.php:184
503
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99819","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.528 ms 1 /classes/Smarty/SmartyCustom.php:265
290
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99813
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.522 ms 2 Yes Yes /classes/Product.php:4598
327
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99814
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.521 ms 2 Yes Yes /classes/Product.php:4598
595
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99853 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.517 ms 1 Yes /modules/reviews/reviews.php:239
253
SELECT SQL_NO_CACHE count(distinct(ps.id_product)) as `product_count` from `ps_category_product` cp
inner join `ps_product_shop` ps on cp.id_product = ps.id_product and ps.active = 1 and ps.id_shop = 4
where id_category in (
select c.id_category from `ps_category` c
inner join `ps_category_lang` cl on c.id_category = cl.id_category and cl.id_lang = 1 and cl.id_shop = 4
inner join `ps_category_shop` cs on c.id_category = cs.id_category and cs.id_shop = 4
where c.active = 1 and c.nleft >= 1018 and c.nright <= 1019
) LIMIT 1
0.493 ms 10150 /modules/subcategories/subcategories.php:152
270
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99813/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99813|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.477 ms 1 /classes/Smarty/SmartyCustom.php:184
242
SELECT SQL_NO_CACHE c.id_category, c.id_parent, cl.name, concat("/",cast(c.id_category as char),"-",cl.link_rewrite) as link, link_rewrite, cl.description, "" as type, (case when 	id_parent = 371 then 2 when 	id_parent = 2747 then 3 when 	id_parent = 2757 then 4 else "1" end) as level_depth, cs.position from ps_category c
inner join ps_category_shop cs on c.id_category = cs.id_category and cs.id_shop = 4
inner join ps_category_lang cl on c.id_category = cl.id_category and cl.id_shop = 4 and cl.id_lang = 1
where c.id_category in (371,2747,2757) or id_parent in (2757,2747) and c.active = 1 order by c.id_parent, cs.position asc
0.477 ms 12 Yes /override/modules/ps_categorytree/ps_categorytree.php:220
623
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99853
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.467 ms 2 Yes Yes /classes/Product.php:4598
364
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99815
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.462 ms 2 Yes Yes /classes/Product.php:4598
709
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 4 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 4)
WHERE cp.`id_product` IN (99813,99814,99815,99816,99817,99818,99819,99820,99821,99853,99854,99855) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.460 ms 24 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
666
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99855","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.455 ms 1 /classes/Smarty/SmartyCustom.php:265
651
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99854","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.450 ms 1 /classes/Smarty/SmartyCustom.php:265
86
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99813 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99813 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.448 ms 0 /classes/Cart.php:1430
248
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('dcf78c0748a33225881a8a664bded341',"subcategories|4|2757","ecommerce_2025", FROM_UNIXTIME(1745831704))
0.446 ms 1 /classes/Smarty/SmartyCustom.php:265
116
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99816
ORDER BY f.position ASC
0.446 ms 7 Yes /classes/Product.php:6021
252
SELECT SQL_NO_CACHE count(distinct(ps.id_product)) as `product_count` from `ps_category_product` cp
inner join `ps_product_shop` ps on cp.id_product = ps.id_product and ps.active = 1 and ps.id_shop = 4
where id_category in (
select c.id_category from `ps_category` c
inner join `ps_category_lang` cl on c.id_category = cl.id_category and cl.id_lang = 1 and cl.id_shop = 4
inner join `ps_category_shop` cs on c.id_category = cs.id_category and cs.id_shop = 4
where c.active = 1 and c.nleft >= 1016 and c.nright <= 1017
) LIMIT 1
0.443 ms 10125 /modules/subcategories/subcategories.php:152
555
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99821","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.437 ms 1 /classes/Smarty/SmartyCustom.php:265
552
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99820/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99820|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.436 ms 1 /classes/Smarty/SmartyCustom.php:184
355
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99815","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.433 ms 1 /classes/Smarty/SmartyCustom.php:265
660
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99854
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.416 ms 2 Yes Yes /classes/Product.php:4598
512
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99819
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.410 ms 2 Yes Yes /classes/Product.php:4598
529
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99820/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99820|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.399 ms 1 /classes/Smarty/SmartyCustom.php:184
254
SELECT SQL_NO_CACHE count(distinct(ps.id_product)) as `product_count` from `ps_category_product` cp
inner join `ps_product_shop` ps on cp.id_product = ps.id_product and ps.active = 1 and ps.id_shop = 4
where id_category in (
select c.id_category from `ps_category` c
inner join `ps_category_lang` cl on c.id_category = cl.id_category and cl.id_lang = 1 and cl.id_shop = 4
inner join `ps_category_shop` cs on c.id_category = cs.id_category and cs.id_shop = 4
where c.active = 1 and c.nleft >= 1008 and c.nright <= 1009
) LIMIT 1
0.398 ms 10025 /modules/subcategories/subcategories.php:152
586
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99821
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.396 ms 2 Yes Yes /classes/Product.php:4598
256
UPDATE `ps_smarty_lazy_cache`
SET filepath='subcategories/4/2757/ecommerce_2025/72/a4/30/72a4302f90f758cd14ca17087c136109a7f65262.subcategoriesviewstemplateshooksubcategories.tpl.php'
WHERE `template_hash`='dcf78c0748a33225881a8a664bded341' AND cache_id="subcategories|4|2757" AND compile_id="ecommerce_2025"
0.392 ms 1 /classes/Smarty/SmartyCustom.php:184
629
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99854","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.390 ms 1 /classes/Smarty/SmartyCustom.php:265
70
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 4 
AND cl.`id_category` = 2757 LIMIT 1
0.389 ms 1 /classes/Category.php:1378
599
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99853|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.389 ms 1 /classes/Smarty/SmartyCustom.php:265
75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99813)
0.389 ms 1 /classes/Product.php:3860
60
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2757
AND `id_shop` = 4 LIMIT 1
0.388 ms 1 /classes/Category.php:2450
338
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99815/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99815" AND compile_id="ecommerce_2025"
0.387 ms 1 /classes/Smarty/SmartyCustom.php:184
375
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99816/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99816" AND compile_id="ecommerce_2025"
0.385 ms 1 /classes/Smarty/SmartyCustom.php:184
236
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('69ff328c779abfb0c5e6fb28032fcd74',"categorytree_left|4|category|2757","ecommerce_2025", FROM_UNIXTIME(1745831704))
0.384 ms 1 /classes/Smarty/SmartyCustom.php:265
438
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99817
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.381 ms 2 Yes Yes /classes/Product.php:4598
626
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99853/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99853|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.377 ms 1 /classes/Smarty/SmartyCustom.php:184
401
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99816
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.372 ms 2 Yes Yes /classes/Product.php:4598
323
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99814/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99814" AND compile_id="ecommerce_2025"
0.372 ms 1 /classes/Smarty/SmartyCustom.php:184
656
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99854/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99854" AND compile_id="ecommerce_2025"
0.369 ms 1 /classes/Smarty/SmartyCustom.php:184
475
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 4  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99818
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.368 ms 2 Yes Yes /classes/Product.php:4598
560
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99821/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99821" AND compile_id="ecommerce_2025"
0.363 ms 1 /classes/Smarty/SmartyCustom.php:184
663
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99854/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99854|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.363 ms 1 /classes/Smarty/SmartyCustom.php:184
377
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99816|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.360 ms 1 /classes/Smarty/SmartyCustom.php:265
711
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('12790', '', 'prestashop.connectix.co.uk/2757-apc-netshelter-server-rack-accessories?page=6', '', '2025-04-28 10:15:05')
0.358 ms 1 /classes/ObjectModel.php:622
89
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99814
AND image_shop.`cover` = 1 LIMIT 1
0.357 ms 2 /classes/Product.php:3570
631
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99854 LIMIT 1
0.355 ms 1 /modules/reviews/reviews.php:235
429
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99817","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.354 ms 1 /classes/Smarty/SmartyCustom.php:265
404
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99816/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99816|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.353 ms 1 /classes/Smarty/SmartyCustom.php:184
97
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99814
ORDER BY f.position ASC
0.352 ms 6 Yes /classes/Product.php:6021
633
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99854","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.350 ms 1 /classes/Smarty/SmartyCustom.php:265
59
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1037 LIMIT 1
0.349 ms 1 /classes/Hook.php:247
381
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99816/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99816|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.349 ms 1 /classes/Smarty/SmartyCustom.php:184
577
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99821","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.344 ms 1 /classes/Smarty/SmartyCustom.php:265
333
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99815","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.338 ms 1 /classes/Smarty/SmartyCustom.php:265
619
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99853/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99853" AND compile_id="ecommerce_2025"
0.338 ms 1 /classes/Smarty/SmartyCustom.php:184
81
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.335 ms 2 /src/Adapter/EntityMapper.php:79
540
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99820","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.335 ms 1 /classes/Smarty/SmartyCustom.php:265
171
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99854
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 2 /classes/Product.php:3570
31
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 4
WHERE (a.`id_currency` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
510
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99819|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.329 ms 1 /classes/Smarty/SmartyCustom.php:265
643
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99854 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.328 ms 1 Yes /modules/reviews/reviews.php:239
671
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99855/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99855" AND compile_id="ecommerce_2025"
0.328 ms 1 /classes/Smarty/SmartyCustom.php:184
677
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99855/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99855|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.327 ms 1 /classes/Smarty/SmartyCustom.php:184
144
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99820
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 2 /classes/Product.php:3570
50
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.325 ms 0 /classes/module/Module.php:2664
441
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99817/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99817|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.325 ms 1 /classes/Smarty/SmartyCustom.php:184
425
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99817
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.324 ms 1 Yes Yes /classes/Product.php:2734
286
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99813/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99813" AND compile_id="ecommerce_2025"
0.323 ms 1 /classes/Smarty/SmartyCustom.php:184
545
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99820/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99820" AND compile_id="ecommerce_2025"
0.323 ms 1 /classes/Smarty/SmartyCustom.php:184
367
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99815/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99815|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.322 ms 1 /classes/Smarty/SmartyCustom.php:184
344
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99815/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99815|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.320 ms 1 /classes/Smarty/SmartyCustom.php:184
582
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99821/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99821" AND compile_id="ecommerce_2025"
0.320 ms 1 /classes/Smarty/SmartyCustom.php:184
434
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99817/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99817" AND compile_id="ecommerce_2025"
0.319 ms 1 /classes/Smarty/SmartyCustom.php:184
523
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99820/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99820" AND compile_id="ecommerce_2025"
0.319 ms 1 /classes/Smarty/SmartyCustom.php:184
384
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99816 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.314 ms 1 Yes /modules/reviews/reviews.php:239
340
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99815|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.311 ms 1 /classes/Smarty/SmartyCustom.php:265
566
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99821/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99821|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.311 ms 1 /classes/Smarty/SmartyCustom.php:184
606
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99853 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.309 ms 1 Yes /modules/reviews/reviews.php:239
478
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99818/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99818|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.305 ms 1 /classes/Smarty/SmartyCustom.php:184
49
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.304 ms 1 /src/Adapter/Module/ModuleDataProvider.php:257
373
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99816 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.304 ms 1 Yes /modules/reviews/reviews.php:239
486
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99819/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99819" AND compile_id="ecommerce_2025"
0.302 ms 1 /classes/Smarty/SmartyCustom.php:184
449
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99818/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99818" AND compile_id="ecommerce_2025"
0.295 ms 1 /classes/Smarty/SmartyCustom.php:184
558
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99821 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.294 ms 1 Yes /modules/reviews/reviews.php:239
584
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99821|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.294 ms 1 /classes/Smarty/SmartyCustom.php:265
693
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99855/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99855" AND compile_id="ecommerce_2025"
0.294 ms 1 /classes/Smarty/SmartyCustom.php:184
33
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 4 LIMIT 1
0.293 ms 1 /classes/ObjectModel.php:1729
307
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99814/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99814|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.291 ms 1 /classes/Smarty/SmartyCustom.php:184
162
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99853
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 2 /classes/Product.php:3570
492
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99819/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99819|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.289 ms 1 /classes/Smarty/SmartyCustom.php:184
190
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99813) AND (b.`id_shop` = 4) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:71
392
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99816","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.286 ms 1 /classes/Smarty/SmartyCustom.php:265
455
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99818/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99818|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.284 ms 1 /classes/Smarty/SmartyCustom.php:184
592
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99853","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.284 ms 1 /classes/Smarty/SmartyCustom.php:265
442
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99818) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.283 ms 2 Yes Yes /classes/Product.php:4524
20
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 4 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.282 ms 65 Yes /classes/Dispatcher.php:654
239
SELECT SQL_NO_CACHE c.id_category, c.id_parent, cl.name, concat("/",cast(c.id_category as char),"-",cl.link_rewrite) as link, link_rewrite, cl.description, "" as type, 1 as level_depth from ps_category c inner join ps_category_lang cl on c.id_category = cl.id_category and cl.id_shop = 4 and cl.id_lang = 1 inner join ps_category_shop cs on c.id_category = cs.id_category and cs.id_shop = 4 where c.id_category in (12,359,3,371,530,3040,2624,2625,3037,3413) and c.active = 1 order by field (c.id_category,12,359,3,371,530,3040,2624,2625,3037,3413)
0.282 ms 10 Yes /override/modules/ps_categorytree/ps_categorytree.php:159
658
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99854|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.281 ms 1 /classes/Smarty/SmartyCustom.php:265
562
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99821|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.280 ms 1 /classes/Smarty/SmartyCustom.php:265
301
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99814/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99814" AND compile_id="ecommerce_2025"
0.280 ms 1 /classes/Smarty/SmartyCustom.php:184
680
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99855 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.278 ms 1 Yes /modules/reviews/reviews.php:239
669
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99855 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.276 ms 1 Yes /modules/reviews/reviews.php:239
515
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99819/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99819|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.275 ms 1 /classes/Smarty/SmartyCustom.php:184
336
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99815 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.274 ms 1 Yes /modules/reviews/reviews.php:239
471
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99818/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99818" AND compile_id="ecommerce_2025"
0.272 ms 1 /classes/Smarty/SmartyCustom.php:184
532
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99820 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.272 ms 1 Yes /modules/reviews/reviews.php:239
347
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99815 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.271 ms 1 Yes /modules/reviews/reviews.php:239
518
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99820","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.271 ms 1 /classes/Smarty/SmartyCustom.php:265
407
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99817","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.270 ms 1 /classes/Smarty/SmartyCustom.php:265
73
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:426
466
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99818","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.268 ms 1 /classes/Smarty/SmartyCustom.php:265
508
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99819/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99819" AND compile_id="ecommerce_2025"
0.268 ms 1 /classes/Smarty/SmartyCustom.php:184
331
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99815) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.266 ms 2 Yes Yes /classes/Product.php:4524
700
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99855/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99855|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.266 ms 1 /classes/Smarty/SmartyCustom.php:184
325
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99814|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.264 ms 1 /classes/Smarty/SmartyCustom.php:265
531
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99820 LIMIT 1
0.263 ms 1 /modules/reviews/reviews.php:235
695
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99855|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.263 ms 1 /classes/Smarty/SmartyCustom.php:265
621
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99853|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.262 ms 1 /classes/Smarty/SmartyCustom.php:265
627
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99854) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.262 ms 2 Yes Yes /classes/Product.php:4524
281
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99813","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.260 ms 1 /classes/Smarty/SmartyCustom.php:265
397
UPDATE `ps_smarty_lazy_cache`
SET filepath='stock_message/4/99816/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php'
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99816" AND compile_id="ecommerce_2025"
0.259 ms 1 /classes/Smarty/SmartyCustom.php:184
142
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99819 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.259 ms 0 /classes/Cart.php:1430
638
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99854
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.258 ms 1 Yes Yes /classes/Product.php:2734
418
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99817/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99817|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.257 ms 1 /classes/Smarty/SmartyCustom.php:184
590
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99853) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.257 ms 2 Yes Yes /classes/Product.php:4524
21
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 2757) AND (b.`id_shop` = 4) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
96
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99814 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99814 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.255 ms 0 /classes/Cart.php:1430
521
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99820 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.254 ms 1 Yes /modules/reviews/reviews.php:239
405
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99817) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.253 ms 2 Yes Yes /classes/Product.php:4524
569
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99821 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.251 ms 1 Yes /modules/reviews/reviews.php:239
673
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99855|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.251 ms 1 /classes/Smarty/SmartyCustom.php:265
547
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99820|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.251 ms 1 /classes/Smarty/SmartyCustom.php:265
370
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99816","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.250 ms 1 /classes/Smarty/SmartyCustom.php:265
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.249 ms 12 Yes /classes/shop/Shop.php:715
516
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.248 ms 2 Yes Yes /classes/Product.php:4524
362
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99815|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.248 ms 1 /classes/Smarty/SmartyCustom.php:265
257
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99813) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.247 ms 2 Yes Yes /classes/Product.php:4524
481
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99819","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.246 ms 1 /classes/Smarty/SmartyCustom.php:265
550
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99820
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.246 ms 1 Yes Yes /classes/Product.php:2734
310
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99814 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.246 ms 1 Yes /modules/reviews/reviews.php:239
273
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99813 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.245 ms 1 Yes /modules/reviews/reviews.php:239
553
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.245 ms 2 Yes Yes /classes/Product.php:4524
143
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99819
ORDER BY f.position ASC
0.244 ms 9 Yes /classes/Product.php:6021
495
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99819 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.244 ms 1 Yes /modules/reviews/reviews.php:239
379
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99816
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.243 ms 1 Yes Yes /classes/Product.php:2734
444
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99818","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.243 ms 1 /classes/Smarty/SmartyCustom.php:265
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'prestashop.connectix.co.uk' OR su.domain_ssl = 'prestashop.connectix.co.uk')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.242 ms 12 Yes /classes/shop/Shop.php:1364
410
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99817 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.242 ms 1 Yes /modules/reviews/reviews.php:239
45
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 2762) AND (b.`id_shop` = 4) LIMIT 1
0.239 ms 1 /src/Adapter/EntityMapper.php:71
264
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99813/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99813" AND compile_id="ecommerce_2025"
0.239 ms 1 /classes/Smarty/SmartyCustom.php:184
664
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99855) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.238 ms 2 Yes Yes /classes/Product.php:4524
458
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99818 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.236 ms 1 Yes /modules/reviews/reviews.php:239
259
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99813","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.235 ms 1 /classes/Smarty/SmartyCustom.php:265
447
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99818 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.235 ms 1 Yes /modules/reviews/reviews.php:239
601
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99853
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.235 ms 1 Yes Yes /classes/Product.php:2734
169
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99853 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99853 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.234 ms 0 /classes/Cart.php:1430
293
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/CAT/99813/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php'
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99813|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.231 ms 1 /classes/Smarty/SmartyCustom.php:184
479
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.230 ms 2 Yes Yes /classes/Product.php:4524
596
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99853","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.228 ms 1 /classes/Smarty/SmartyCustom.php:265
368
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.227 ms 2 Yes Yes /classes/Product.php:4524
170
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99853
ORDER BY f.position ASC
0.226 ms 8 Yes /classes/Product.php:6021
484
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99819 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.224 ms 1 Yes /modules/reviews/reviews.php:239
152
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99820
ORDER BY f.position ASC
0.223 ms 9 Yes /classes/Product.php:6021
161
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99821
ORDER BY f.position ASC
0.219 ms 10 Yes /classes/Product.php:6021
299
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99814 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.219 ms 1 Yes /modules/reviews/reviews.php:239
262
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99813 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.214 ms 1 Yes /modules/reviews/reviews.php:239
328
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99814
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.214 ms 1 Yes Yes /classes/Product.php:2734
610
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99853
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.214 ms 1 Yes Yes /classes/Product.php:2734
436
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99817|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.213 ms 1 /classes/Smarty/SmartyCustom.php:265
151
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.212 ms 0 /classes/Cart.php:1430
179
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99854
ORDER BY f.position ASC
0.212 ms 8 Yes /classes/Product.php:6021
421
SELECT SQL_NO_CACHE `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = 99817 and rating >= 4 ORDER BY o.date_add desc LIMIT 25
0.212 ms 1 Yes /modules/reviews/reviews.php:239
178
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99854 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99854 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.211 ms 0 /classes/Cart.php:1430
414
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99817|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.210 ms 1 /classes/Smarty/SmartyCustom.php:265
124
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99817 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99817 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.208 ms 0 /classes/Cart.php:1430
187
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99855 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99855 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.207 ms 0 /classes/Cart.php:1430
288
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99813|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.207 ms 1 /classes/Smarty/SmartyCustom.php:265
488
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99819|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.206 ms 1 /classes/Smarty/SmartyCustom.php:265
296
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99814","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.205 ms 1 /classes/Smarty/SmartyCustom.php:265
684
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99855
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.205 ms 1 Yes Yes /classes/Product.php:2734
451
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99818|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.204 ms 1 /classes/Smarty/SmartyCustom.php:265
266
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99813|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.203 ms 1 /classes/Smarty/SmartyCustom.php:265
133
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99818 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.197 ms 0 /classes/Cart.php:1430
210
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99820) AND (b.`id_shop` = 4) LIMIT 1
0.197 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99816 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99816 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.196 ms 0 /classes/Cart.php:1430
473
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99818|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.196 ms 1 /classes/Smarty/SmartyCustom.php:265
226
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-04-28 00:00:00" AND date_to <= "2025-04-28 23:59:59") OR (date_from >= "2025-04-28 00:00:00" AND date_from <= "2025-04-28 23:59:59") OR (date_from < "2025-04-28 00:00:00" AND date_to > "2025-04-28 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.195 ms 1 /classes/CartRule.php:357
564
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99821
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.195 ms 1 Yes Yes /classes/Product.php:2734
160
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99821 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.193 ms 0 /classes/Cart.php:1430
399
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99816|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.192 ms 1 /classes/Smarty/SmartyCustom.php:265
188
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 4)
WHERE pf.id_product = 99855
ORDER BY f.position ASC
0.192 ms 6 Yes /classes/Product.php:6021
105
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 99815 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 99815 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.191 ms 0 /classes/Cart.php:1430
84
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 17
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('CM77 7AA' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, 'CM77 7AA')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.189 ms 0 /classes/tax/TaxRulesTaxManager.php:109
191
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99813
ORDER BY `position`
0.189 ms 2 Yes /classes/Product.php:3545
303
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99814|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.188 ms 1 /classes/Smarty/SmartyCustom.php:265
647
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99854
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.186 ms 1 Yes Yes /classes/Product.php:2734
536
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99820
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.184 ms 1 Yes Yes /classes/Product.php:2734
193
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99814) AND (b.`id_shop` = 4) LIMIT 1
0.182 ms 1 /src/Adapter/EntityMapper.php:71
600
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99853|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.181 ms 1 /classes/Smarty/SmartyCustom.php:265
579
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99821 LIMIT 1
0.179 ms 1 /modules/stockmessage/stockmessage.php:180
642
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99854 LIMIT 1
0.179 ms 1 /modules/reviews/reviews.php:235
216
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99853) AND (b.`id_shop` = 4) LIMIT 1
0.178 ms 1 /src/Adapter/EntityMapper.php:71
294
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (99814) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.178 ms 2 Yes Yes /classes/Product.php:4524
46
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 2763) AND (b.`id_shop` = 4) LIMIT 1
0.178 ms 1 /src/Adapter/EntityMapper.php:71
63
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2757 AND `id_shop` = 4
0.178 ms 1 /src/Adapter/EntityMapper.php:79
39
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.177 ms 1 /classes/FeatureFlag.php:105
675
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99855
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.177 ms 1 Yes Yes /classes/Product.php:2734
490
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99819
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.175 ms 1 Yes Yes /classes/Product.php:2734
573
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99821
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.175 ms 1 Yes Yes /classes/Product.php:2734
32
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.174 ms 2 /src/Adapter/EntityMapper.php:79
207
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99819) AND (b.`id_shop` = 4) LIMIT 1
0.172 ms 1 /src/Adapter/EntityMapper.php:71
204
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99818) AND (b.`id_shop` = 4) LIMIT 1
0.171 ms 1 /src/Adapter/EntityMapper.php:71
527
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99820
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.171 ms 1 Yes Yes /classes/Product.php:2734
453
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99818
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.170 ms 1 Yes Yes /classes/Product.php:2734
624
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99853
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.170 ms 1 Yes Yes /classes/Product.php:2734
635
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99854|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.169 ms 1 /classes/Smarty/SmartyCustom.php:216
19
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.168 ms 87 /classes/Hook.php:342
271
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99813","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.167 ms 1 /classes/Smarty/SmartyCustom.php:265
201
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99817) AND (b.`id_shop` = 4) LIMIT 1
0.166 ms 1 /src/Adapter/EntityMapper.php:71
388
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99816
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.166 ms 1 Yes Yes /classes/Product.php:2734
351
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99815
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.165 ms 1 Yes Yes /classes/Product.php:2734
416
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99817
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.163 ms 1 Yes Yes /classes/Product.php:2734
100
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99815 LIMIT 1
0.162 ms 1 /classes/SpecificPrice.php:435
499
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99819
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.162 ms 1 Yes Yes /classes/Product.php:2734
52
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.161 ms 7 Yes /classes/ImageType.php:109
66
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 2757
AND id_shop = 4
GROUP BY `type`, id_value ORDER BY position ASC
0.161 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
213
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99821) AND (b.`id_shop` = 4) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:71
88
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 17
AND tr.`id_tax_rules_group` = 1
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.159 ms 1 /classes/tax/TaxRulesTaxManager.php:109
109
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99816) AND (b.`id_shop` = 4) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
223
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99855
ORDER BY `position`
0.158 ms 2 Yes /classes/Product.php:3545
342
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99815
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.158 ms 1 Yes Yes /classes/Product.php:2734
365
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99815
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.157 ms 1 Yes Yes /classes/Product.php:2734
98
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99815
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 3 /classes/Product.php:3570
196
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99815) AND (b.`id_shop` = 4) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
462
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99818
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.153 ms 1 Yes Yes /classes/Product.php:2734
305
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99814
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.153 ms 1 Yes Yes /classes/Product.php:2734
92
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99814)
0.152 ms 1 /classes/Product.php:3860
314
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99814
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.152 ms 1 Yes Yes /classes/Product.php:2734
661
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99854
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.152 ms 1 Yes Yes /classes/Product.php:2734
202
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99817
ORDER BY `position`
0.151 ms 3 Yes /classes/Product.php:3545
211
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99820
ORDER BY `position`
0.151 ms 2 Yes /classes/Product.php:3545
277
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99813
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.151 ms 1 Yes Yes /classes/Product.php:2734
602
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99853|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.151 ms 1 /classes/Smarty/SmartyCustom.php:265
604
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99853","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.151 ms 1 /classes/Smarty/SmartyCustom.php:265
316
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99814/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99814|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.149 ms 1 /classes/Smarty/SmartyCustom.php:184
194
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99814
ORDER BY `position`
0.148 ms 2 Yes /classes/Product.php:3545
135
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99819
AND image_shop.`cover` = 1 LIMIT 1
0.147 ms 2 /classes/Product.php:3570
317
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99814" AND compile_id="ecommerce_2025" LIMIT 1
0.147 ms 1 /classes/Smarty/SmartyCustom.php:216
3
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.146 ms 3 /classes/shop/Shop.php:1183
219
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99854) AND (b.`id_shop` = 4) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
272
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99813 LIMIT 1
0.146 ms 1 /modules/reviews/reviews.php:235
222
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 4
WHERE (a.`id_product` = 99855) AND (b.`id_shop` = 4) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
51
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 4 LIMIT 1
0.143 ms 0 /classes/module/Module.php:2137
587
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99821
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.143 ms 1 Yes Yes /classes/Product.php:2734
620
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99853|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.140 ms 1 /classes/Smarty/SmartyCustom.php:216
710
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 20200
AND `date_add` > '2025-04-28 09:45:00'
AND id_shop_group = 1 
ORDER BY `date_add` DESC LIMIT 1
0.139 ms 1 Yes /classes/Connection.php:168
101
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99815)
0.138 ms 1 /classes/Product.php:3860
205
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99818
ORDER BY `position`
0.137 ms 3 Yes /classes/Product.php:3545
520
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99820 LIMIT 1
0.137 ms 1 /modules/reviews/reviews.php:235
208
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99819
ORDER BY `position`
0.136 ms 2 Yes /classes/Product.php:3545
413
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99817|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.136 ms 1 /classes/Smarty/SmartyCustom.php:216
217
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99853
ORDER BY `position`
0.136 ms 2 Yes /classes/Product.php:3545
126
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99818
AND image_shop.`cover` = 1 LIMIT 1
0.135 ms 3 /classes/Product.php:3570
246
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='060abe173b5faab27ac3a6e9b0891378' AND cache_id="reviews_left_column|4" AND compile_id="ecommerce_2025" LIMIT 1
0.135 ms 1 /classes/Smarty/SmartyCustom.php:216
513
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99819
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.135 ms 1 Yes Yes /classes/Product.php:2734
568
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99821 LIMIT 1
0.135 ms 1 /modules/reviews/reviews.php:235
598
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99853|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.134 ms 1 /classes/Smarty/SmartyCustom.php:216
107
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99816
AND image_shop.`cover` = 1 LIMIT 1
0.133 ms 3 /classes/Product.php:3570
22
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.133 ms 1 Yes /classes/Currency.php:709
476
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99818
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.132 ms 1 Yes Yes /classes/Product.php:2734
95
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99814) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:453
402
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99816
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.131 ms 1 Yes Yes /classes/Product.php:2734
199
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99816
ORDER BY `position`
0.131 ms 3 Yes /classes/Product.php:3545
435
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99817|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.131 ms 1 /classes/Smarty/SmartyCustom.php:216
220
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99854
ORDER BY `position`
0.129 ms 2 Yes /classes/Product.php:3545
672
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99855|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.129 ms 1 /classes/Smarty/SmartyCustom.php:216
57
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.128 ms 1 /classes/ObjectModel.php:1592
197
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99815
ORDER BY `position`
0.128 ms 3 Yes /classes/Product.php:3545
214
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 99821
ORDER BY `position`
0.128 ms 2 Yes /classes/Product.php:3545
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99817)
0.127 ms 1 /classes/Product.php:3860
243
SELECT SQL_NO_CACHE c.id_category from ps_category c inner join ps_category_shop cs on c.id_category = cs.id_category and cs.id_shop = 4 where id_parent = 2757 and active = 1 LIMIT 1
0.127 ms 4 /override/modules/ps_categorytree/ps_categorytree.php:282
694
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99855|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.127 ms 1 /classes/Smarty/SmartyCustom.php:216
83
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.127 ms 1 /classes/Group.php:154
641
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99854","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.127 ms 1 /classes/Smarty/SmartyCustom.php:265
37
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2757
AND `id_shop` = 4 LIMIT 1
0.126 ms 1 /classes/Category.php:2450
43
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 4
WHERE (a.`id_category` = 2758) AND (b.`id_shop` = 4) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
114
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99816) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:453
504
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99819","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.125 ms 1 /classes/Smarty/SmartyCustom.php:265
174
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99854)
0.124 ms 1 /classes/Product.php:3860
372
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99816 LIMIT 1
0.124 ms 1 /modules/reviews/reviews.php:235
353
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99815/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99815|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.123 ms 1 /classes/Smarty/SmartyCustom.php:184
439
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99817
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.123 ms 1 Yes Yes /classes/Product.php:2734
698
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99855
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.123 ms 1 Yes Yes /classes/Product.php:2734
309
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99814 LIMIT 1
0.122 ms 1 /modules/reviews/reviews.php:235
605
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99853 LIMIT 1
0.121 ms 1 /modules/reviews/reviews.php:235
291
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 4)
WHERE pa.`id_product` = 99813
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.120 ms 1 Yes Yes /classes/Product.php:2734
561
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99821|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.119 ms 1 /classes/Smarty/SmartyCustom.php:216
117
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99817
AND image_shop.`cover` = 1 LIMIT 1
0.117 ms 3 /classes/Product.php:3570
147
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99820)
0.117 ms 1 /classes/Product.php:3860
238
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 4)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.117 ms 1 /classes/Currency.php:1136
287
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99813|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.116 ms 1 /classes/Smarty/SmartyCustom.php:216
346
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99815 LIMIT 1
0.116 ms 1 /modules/reviews/reviews.php:235
324
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99814|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.116 ms 1 /classes/Smarty/SmartyCustom.php:216
591
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99853" AND compile_id="ecommerce_2025" LIMIT 1
0.114 ms 1 /classes/Smarty/SmartyCustom.php:216
227
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-04-28 00:00:00" AND date_to <= "2025-04-28 23:59:59") OR (date_from >= "2025-04-28 00:00:00" AND date_from <= "2025-04-28 23:59:59") OR (date_from < "2025-04-28 00:00:00" AND date_to > "2025-04-28 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.112 ms 1 /classes/CartRule.php:357
165
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99853)
0.112 ms 1 /classes/Product.php:3860
153
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99821
AND image_shop.`cover` = 1 LIMIT 1
0.111 ms 2 /classes/Product.php:3570
575
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99821/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99821|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.111 ms 1 /classes/Smarty/SmartyCustom.php:184
183
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99855)
0.110 ms 1 /classes/Product.php:3860
608
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99853/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99853" AND compile_id="ecommerce_2025"
0.110 ms 1 /classes/Smarty/SmartyCustom.php:184
302
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99814|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.109 ms 1 /classes/Smarty/SmartyCustom.php:216
29
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 4
WHERE (a.`id_currency` = 1) LIMIT 1
0.108 ms 1 /src/Adapter/EntityMapper.php:71
557
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99821 LIMIT 1
0.108 ms 1 /modules/reviews/reviews.php:235
349
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99815/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99815" AND compile_id="ecommerce_2025"
0.107 ms 1 /classes/Smarty/SmartyCustom.php:184
409
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99817 LIMIT 1
0.107 ms 1 /modules/reviews/reviews.php:235
524
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99820|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.107 ms 1 /classes/Smarty/SmartyCustom.php:216
637
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99854|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.107 ms 1 /classes/Smarty/SmartyCustom.php:265
335
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99815 LIMIT 1
0.106 ms 1 /modules/reviews/reviews.php:235
494
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99819 LIMIT 1
0.106 ms 1 /modules/reviews/reviews.php:235
156
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99821)
0.105 ms 1 /classes/Product.php:3860
457
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99818 LIMIT 1
0.104 ms 1 /modules/reviews/reviews.php:235
180
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 4)
WHERE i.`id_product` = 99855
AND image_shop.`cover` = 1 LIMIT 1
0.104 ms 2 /classes/Product.php:3570
446
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99818 LIMIT 1
0.104 ms 1 /modules/reviews/reviews.php:235
650
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99854" AND compile_id="ecommerce_2025" LIMIT 1
0.104 ms 1 /classes/Smarty/SmartyCustom.php:216
682
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99855/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99855" AND compile_id="ecommerce_2025"
0.104 ms 1 /classes/Smarty/SmartyCustom.php:184
139
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99819 AND id_shop=4 LIMIT 1
0.103 ms 1 /classes/Product.php:6876
426
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99817|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.103 ms 1 /classes/Smarty/SmartyCustom.php:265
645
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99854/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99854" AND compile_id="ecommerce_2025"
0.103 ms 1 /classes/Smarty/SmartyCustom.php:184
630
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99854","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.102 ms 1 /classes/Smarty/SmartyCustom.php:265
13
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 4)
WHERE l.`active` = 1 LIMIT 1
0.101 ms 4 /classes/Language.php:1216
354
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99815" AND compile_id="ecommerce_2025" LIMIT 1
0.101 ms 1 /classes/Smarty/SmartyCustom.php:216
383
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99816 LIMIT 1
0.101 ms 1 /modules/reviews/reviews.php:235
450
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99818|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.100 ms 1 /classes/Smarty/SmartyCustom.php:216
539
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99820" AND compile_id="ecommerce_2025" LIMIT 1
0.100 ms 1 /classes/Smarty/SmartyCustom.php:216
361
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99815|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.100 ms 1 /classes/Smarty/SmartyCustom.php:216
538
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99820/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99820|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.100 ms 1 /classes/Smarty/SmartyCustom.php:184
129
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99818)
0.099 ms 1 /classes/Product.php:3860
607
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99853","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.099 ms 1 /classes/Smarty/SmartyCustom.php:265
320
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99814 LIMIT 1
0.098 ms 1 /modules/stockmessage/stockmessage.php:180
420
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99817 LIMIT 1
0.098 ms 1 /modules/reviews/reviews.php:235
8
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 4
WHERE (a.`id_country` = 17) LIMIT 1
0.098 ms 1 /src/Adapter/EntityMapper.php:71
505
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99819 LIMIT 1
0.098 ms 1 /modules/stockmessage/stockmessage.php:180
543
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99820 LIMIT 1
0.098 ms 1 /modules/stockmessage/stockmessage.php:194
612
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99853/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99853|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.098 ms 1 /classes/Smarty/SmartyCustom.php:184
487
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99819|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.097 ms 1 /classes/Smarty/SmartyCustom.php:216
576
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99821" AND compile_id="ecommerce_2025" LIMIT 1
0.097 ms 1 /classes/Smarty/SmartyCustom.php:216
551
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99820|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.097 ms 1 /classes/Smarty/SmartyCustom.php:265
546
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99820|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.096 ms 1 /classes/Smarty/SmartyCustom.php:216
54
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
0.096 ms 1 /classes/Country.php:405
657
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99854|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.096 ms 1 /classes/Smarty/SmartyCustom.php:216
300
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99814","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.095 ms 1 /classes/Smarty/SmartyCustom.php:265
319
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99814","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.095 ms 1 /classes/Smarty/SmartyCustom.php:265
350
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99815|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.095 ms 1 /classes/Smarty/SmartyCustom.php:265
483
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99819 LIMIT 1
0.095 ms 1 /modules/reviews/reviews.php:235
613
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99853" AND compile_id="ecommerce_2025" LIMIT 1
0.095 ms 1 /classes/Smarty/SmartyCustom.php:216
542
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99820 LIMIT 1
0.094 ms 1 /modules/stockmessage/stockmessage.php:180
665
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99855" AND compile_id="ecommerce_2025" LIMIT 1
0.094 ms 1 /classes/Smarty/SmartyCustom.php:216
574
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99821|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.094 ms 1 /classes/Smarty/SmartyCustom.php:265
111
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 4)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 4)
WHERE (p.`id_product` = 99816)
0.093 ms 1 /classes/Product.php:3860
189
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 99855
0.093 ms 1 /classes/Product.php:6052
644
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99854","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.093 ms 1 /classes/Smarty/SmartyCustom.php:265
530
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99820","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.092 ms 1 /classes/Smarty/SmartyCustom.php:265
649
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99854/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99854|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.092 ms 1 /classes/Smarty/SmartyCustom.php:184
339
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99815|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.091 ms 1 /classes/Smarty/SmartyCustom.php:216
386
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99816/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99816" AND compile_id="ecommerce_2025"
0.091 ms 1 /classes/Smarty/SmartyCustom.php:184
472
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99818|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.091 ms 1 /classes/Smarty/SmartyCustom.php:216
679
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99855 LIMIT 1
0.091 ms 1 /modules/reviews/reviews.php:235
80
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
332
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99815" AND compile_id="ecommerce_2025" LIMIT 1
0.090 ms 1 /classes/Smarty/SmartyCustom.php:216
686
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99855/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99855|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.090 ms 1 /classes/Smarty/SmartyCustom.php:184
25
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 4
WHERE (a.`id_currency` = 2) LIMIT 1
0.090 ms 0 /src/Adapter/EntityMapper.php:71
326
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99814|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.090 ms 1 /classes/Smarty/SmartyCustom.php:265
456
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99818","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.090 ms 1 /classes/Smarty/SmartyCustom.php:265
93
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99814 AND id_shop=4 LIMIT 1
0.089 ms 1 /classes/Product.php:6876
378
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99816|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.089 ms 1 /classes/Smarty/SmartyCustom.php:265
583
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99821|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.089 ms 1 /classes/Smarty/SmartyCustom.php:216
690
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99855 LIMIT 1
0.089 ms 1 /modules/stockmessage/stockmessage.php:180
701
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.089 ms 1 /classes/module/Module.php:2664
315
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99814|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.088 ms 1 /classes/Smarty/SmartyCustom.php:265
380
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99816|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.088 ms 1 /classes/Smarty/SmartyCustom.php:265
534
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99820/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99820" AND compile_id="ecommerce_2025"
0.088 ms 1 /classes/Smarty/SmartyCustom.php:184
571
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99821/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99821" AND compile_id="ecommerce_2025"
0.088 ms 1 /classes/Smarty/SmartyCustom.php:184
572
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99821|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.088 ms 1 /classes/Smarty/SmartyCustom.php:265
668
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99855 LIMIT 1
0.088 ms 1 /modules/reviews/reviews.php:235
427
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99817/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99817|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.087 ms 1 /classes/Smarty/SmartyCustom.php:184
609
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99853|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.087 ms 1 /classes/Smarty/SmartyCustom.php:265
352
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99815|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.086 ms 1 /classes/Smarty/SmartyCustom.php:265
363
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99815|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.086 ms 1 /classes/Smarty/SmartyCustom.php:265
517
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99820" AND compile_id="ecommerce_2025" LIMIT 1
0.086 ms 1 /classes/Smarty/SmartyCustom.php:216
519
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99820","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.086 ms 1 /classes/Smarty/SmartyCustom.php:265
687
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99855" AND compile_id="ecommerce_2025" LIMIT 1
0.086 ms 1 /classes/Smarty/SmartyCustom.php:216
689
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99855","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.086 ms 1 /classes/Smarty/SmartyCustom.php:265
554
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99821" AND compile_id="ecommerce_2025" LIMIT 1
0.086 ms 1 /classes/Smarty/SmartyCustom.php:216
616
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99853 LIMIT 1
0.086 ms 1 /modules/stockmessage/stockmessage.php:180
265
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99813|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.085 ms 1 /classes/Smarty/SmartyCustom.php:216
334
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99815","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.085 ms 1 /classes/Smarty/SmartyCustom.php:265
357
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99815 LIMIT 1
0.085 ms 1 /modules/stockmessage/stockmessage.php:180
567
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99821","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.085 ms 1 /classes/Smarty/SmartyCustom.php:265
7
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.085 ms 14 /classes/Language.php:1080
366
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99815|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.085 ms 1 /classes/Smarty/SmartyCustom.php:265
639
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99854|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.085 ms 1 /classes/Smarty/SmartyCustom.php:265
55
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 4
WHERE (a.`id_country` = 17) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
408
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99817","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.084 ms 1 /classes/Smarty/SmartyCustom.php:265
628
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99854" AND compile_id="ecommerce_2025" LIMIT 1
0.084 ms 1 /classes/Smarty/SmartyCustom.php:216
225
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.083 ms 0 /classes/Smarty/SmartyCustom.php:96
255
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('dcf78c0748a33225881a8a664bded341',"subcategories|4|2757","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.083 ms 1 /classes/Smarty/SmartyCustom.php:265
298
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99814 LIMIT 1
0.083 ms 1 /modules/reviews/reviews.php:235
431
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99817 LIMIT 1
0.083 ms 1 /modules/stockmessage/stockmessage.php:180
501
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99819/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99819|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.082 ms 1 /classes/Smarty/SmartyCustom.php:184
615
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99853","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.082 ms 1 /classes/Smarty/SmartyCustom.php:265
237
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('69ff328c779abfb0c5e6fb28032fcd74',"categorytree_left|4|category|2757","ecommerce_2025", FROM_UNIXTIME(1745831704))
0.082 ms 1 /classes/Smarty/SmartyCustom.php:265
312
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99814/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99814" AND compile_id="ecommerce_2025"
0.081 ms 1 /classes/Smarty/SmartyCustom.php:184
394
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99816 LIMIT 1
0.081 ms 1 /modules/stockmessage/stockmessage.php:180
6
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 4
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.080 ms 1 /classes/shop/Shop.php:218
337
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99815","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.080 ms 1 /classes/Smarty/SmartyCustom.php:265
369
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99816" AND compile_id="ecommerce_2025" LIMIT 1
0.080 ms 1 /classes/Smarty/SmartyCustom.php:216
374
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99816","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.080 ms 1 /classes/Smarty/SmartyCustom.php:265
611
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99853|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.080 ms 1 /classes/Smarty/SmartyCustom.php:265
72
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 27
AND `active` = 1 LIMIT 1
0.080 ms 1 /classes/Manufacturer.php:316
497
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99819/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99819" AND compile_id="ecommerce_2025"
0.080 ms 1 /classes/Smarty/SmartyCustom.php:184
533
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99820","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.080 ms 1 /classes/Smarty/SmartyCustom.php:265
40
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.079 ms 7 Yes /classes/ImageType.php:109
348
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99815","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.079 ms 1 /classes/Smarty/SmartyCustom.php:265
398
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99816|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.079 ms 1 /classes/Smarty/SmartyCustom.php:216
502
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99819" AND compile_id="ecommerce_2025" LIMIT 1
0.079 ms 1 /classes/Smarty/SmartyCustom.php:216
308
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99814","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.079 ms 1 /classes/Smarty/SmartyCustom.php:265
460
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99818/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99818" AND compile_id="ecommerce_2025"
0.079 ms 1 /classes/Smarty/SmartyCustom.php:184
509
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2a4256524be8dfab7d1091aebf1376c2' AND cache_id="product_attribute|CAT|99819|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.079 ms 1 /classes/Smarty/SmartyCustom.php:216
646
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99854|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.079 ms 1 /classes/Smarty/SmartyCustom.php:265
468
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99818 LIMIT 1
0.078 ms 1 /modules/stockmessage/stockmessage.php:180
578
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99821","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.078 ms 1 /classes/Smarty/SmartyCustom.php:265
224
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99855
0.078 ms 1 /classes/Product.php:2902
345
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99815","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.078 ms 1 /classes/Smarty/SmartyCustom.php:265
541
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99820","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.078 ms 1 /classes/Smarty/SmartyCustom.php:265
258
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99813" AND compile_id="ecommerce_2025" LIMIT 1
0.077 ms 1 /classes/Smarty/SmartyCustom.php:216
356
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99815","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.077 ms 1 /classes/Smarty/SmartyCustom.php:265
443
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99818" AND compile_id="ecommerce_2025" LIMIT 1
0.077 ms 1 /classes/Smarty/SmartyCustom.php:216
493
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99819","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.077 ms 1 /classes/Smarty/SmartyCustom.php:265
559
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99821","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.077 ms 1 /classes/Smarty/SmartyCustom.php:265
653
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99854 LIMIT 1
0.077 ms 1 /modules/stockmessage/stockmessage.php:180
94
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99814 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:156
385
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99816","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.076 ms 1 /classes/Smarty/SmartyCustom.php:265
465
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99818" AND compile_id="ecommerce_2025" LIMIT 1
0.076 ms 1 /classes/Smarty/SmartyCustom.php:216
535
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99820|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.076 ms 1 /classes/Smarty/SmartyCustom.php:265
371
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99816","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.076 ms 1 /classes/Smarty/SmartyCustom.php:265
34
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 4
WHERE (a.`id_group` = 1) LIMIT 1
0.075 ms 1 /src/Adapter/EntityMapper.php:71
103
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99815 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:156
403
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99816|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.075 ms 1 /classes/Smarty/SmartyCustom.php:265
477
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99818|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.075 ms 1 /classes/Smarty/SmartyCustom.php:265
654
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99854 LIMIT 1
0.075 ms 1 /modules/stockmessage/stockmessage.php:194
678
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99855","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.075 ms 1 /classes/Smarty/SmartyCustom.php:265
382
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99816","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.075 ms 1 /classes/Smarty/SmartyCustom.php:265
406
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99817" AND compile_id="ecommerce_2025" LIMIT 1
0.075 ms 1 /classes/Smarty/SmartyCustom.php:216
570
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99821","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.074 ms 1 /classes/Smarty/SmartyCustom.php:265
683
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99855|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.074 ms 1 /classes/Smarty/SmartyCustom.php:265
228
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.074 ms 1 /classes/module/Module.php:2664
428
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99817" AND compile_id="ecommerce_2025" LIMIT 1
0.074 ms 1 /classes/Smarty/SmartyCustom.php:216
480
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99819" AND compile_id="ecommerce_2025" LIMIT 1
0.074 ms 1 /classes/Smarty/SmartyCustom.php:216
652
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99854","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.074 ms 1 /classes/Smarty/SmartyCustom.php:265
311
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99814","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.073 ms 1 /classes/Smarty/SmartyCustom.php:265
648
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99854|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.073 ms 1 /classes/Smarty/SmartyCustom.php:265
104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99815) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.072 ms 1 /classes/stock/StockAvailable.php:453
172
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.072 ms 1 /classes/Product.php:5659
261
SELECT SQL_NO_CACHE COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = 99813 LIMIT 1
0.072 ms 1 /modules/reviews/reviews.php:235
411
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99817","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.072 ms 1 /classes/Smarty/SmartyCustom.php:265
448
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99818","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.072 ms 1 /classes/Smarty/SmartyCustom.php:265
544
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99820","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.072 ms 1 /classes/Smarty/SmartyCustom.php:265
556
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99821","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.072 ms 1 /classes/Smarty/SmartyCustom.php:265
685
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99855|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.072 ms 1 /classes/Smarty/SmartyCustom.php:265
141
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99819) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.071 ms 1 /classes/stock/StockAvailable.php:453
240
SELECT SQL_NO_CACHE c.id_category, id_parent from ps_category c inner join ps_category_shop cs on c.id_category = cs.id_category and cs.id_shop = 4 where c.id_category = 2757 LIMIT 1
0.071 ms 1 /override/modules/ps_categorytree/ps_categorytree.php:176
282
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99813","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.071 ms 1 /classes/Smarty/SmartyCustom.php:265
581
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99821","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.071 ms 1 /classes/Smarty/SmartyCustom.php:265
496
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99819","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.071 ms 1 /classes/Smarty/SmartyCustom.php:265
667
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99855","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.071 ms 1 /classes/Smarty/SmartyCustom.php:265
192
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99813
0.070 ms 1 /classes/Product.php:2902
275
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99813/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99813" AND compile_id="ecommerce_2025"
0.070 ms 1 /classes/Smarty/SmartyCustom.php:184
452
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99818|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.070 ms 1 /classes/Smarty/SmartyCustom.php:265
522
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99820","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.070 ms 1 /classes/Smarty/SmartyCustom.php:265
670
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99855","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.070 ms 1 /classes/Smarty/SmartyCustom.php:265
674
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99855|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.070 ms 1 /classes/Smarty/SmartyCustom.php:265
74
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99813 LIMIT 1
0.069 ms 1 /classes/SpecificPrice.php:435
659
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99854|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.069 ms 1 /classes/Smarty/SmartyCustom.php:265
232
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.069 ms 1 /classes/Cart.php:1303
234
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='f7468c9fecd36b219464562b532153fa' AND cache_id="main_menu_after_header|4" AND compile_id="ecommerce_2025" LIMIT 1
0.069 ms 1 /classes/Smarty/SmartyCustom.php:216
423
UPDATE `ps_smarty_lazy_cache`
SET filepath='reviews_actions/4/99817/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php'
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99817" AND compile_id="ecommerce_2025"
0.069 ms 1 /classes/Smarty/SmartyCustom.php:184
459
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99818","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.069 ms 1 /classes/Smarty/SmartyCustom.php:265
563
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99821|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.069 ms 1 /classes/Smarty/SmartyCustom.php:265
53
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 17 LIMIT 1
0.068 ms 1 /classes/AddressFormat.php:656
341
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99815|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.068 ms 1 /classes/Smarty/SmartyCustom.php:265
526
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99820|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.068 ms 1 /classes/Smarty/SmartyCustom.php:265
82
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99813 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:156
274
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99813","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.068 ms 1 /classes/Smarty/SmartyCustom.php:265
322
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99814","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.068 ms 1 /classes/Smarty/SmartyCustom.php:265
467
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99818","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.068 ms 1 /classes/Smarty/SmartyCustom.php:265
511
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99819|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.068 ms 1 /classes/Smarty/SmartyCustom.php:265
681
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99855","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.068 ms 1 /classes/Smarty/SmartyCustom.php:265
691
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99855 LIMIT 1
0.068 ms 1 /modules/stockmessage/stockmessage.php:194
10
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 4
WHERE (a.`id_lang` = 1) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
56
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 17
0.067 ms 2 /src/Adapter/EntityMapper.php:79
182
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99855 LIMIT 1
0.067 ms 1 /classes/SpecificPrice.php:435
249
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('dcf78c0748a33225881a8a664bded341',"subcategories|4|2757","ecommerce_2025", FROM_UNIXTIME(1745831704))
0.067 ms 1 /classes/Smarty/SmartyCustom.php:265
283
SELECT SQL_NO_CACHE `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = 99813 LIMIT 1
0.067 ms 1 /modules/stockmessage/stockmessage.php:180
391
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99816" AND compile_id="ecommerce_2025" LIMIT 1
0.067 ms 1 /classes/Smarty/SmartyCustom.php:216
580
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99821 LIMIT 1
0.067 ms 1 /modules/stockmessage/stockmessage.php:194
617
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99853 LIMIT 1
0.067 ms 1 /modules/stockmessage/stockmessage.php:194
662
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99854|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.067 ms 1 /classes/Smarty/SmartyCustom.php:265
696
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99855|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.067 ms 1 /classes/Smarty/SmartyCustom.php:265
23
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.066 ms 2 /classes/Language.php:883
146
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99820 LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:435
212
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99820
0.066 ms 1 /classes/Product.php:2902
537
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99820|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.066 ms 1 /classes/Smarty/SmartyCustom.php:265
565
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99821|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.066 ms 1 /classes/Smarty/SmartyCustom.php:265
585
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99821|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.066 ms 1 /classes/Smarty/SmartyCustom.php:265
625
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99853|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.066 ms 1 /classes/Smarty/SmartyCustom.php:265
655
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99854","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.066 ms 1 /classes/Smarty/SmartyCustom.php:265
343
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99815|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.065 ms 1 /classes/Smarty/SmartyCustom.php:265
430
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99817","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.065 ms 1 /classes/Smarty/SmartyCustom.php:265
588
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99821|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.065 ms 1 /classes/Smarty/SmartyCustom.php:265
618
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99853","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.065 ms 1 /classes/Smarty/SmartyCustom.php:265
622
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99853|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.065 ms 1 /classes/Smarty/SmartyCustom.php:265
244
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('69ff328c779abfb0c5e6fb28032fcd74',"categorytree_left|4|category|2757","ecommerce_2025", FROM_UNIXTIME(1745831704))
0.065 ms 1 /classes/Smarty/SmartyCustom.php:265
280
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a7365a47eecc693ec669d5c7e3812e6a' AND cache_id="stock_message|4|99813" AND compile_id="ecommerce_2025" LIMIT 1
0.065 ms 1 /classes/Smarty/SmartyCustom.php:216
464
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99818/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99818|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.065 ms 1 /classes/Smarty/SmartyCustom.php:184
295
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c873c2a9267a49f55cdb0fb9fb6388ca' AND cache_id="reviews_actions|4|99814" AND compile_id="ecommerce_2025" LIMIT 1
0.064 ms 1 /classes/Smarty/SmartyCustom.php:216
445
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99818","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.064 ms 1 /classes/Smarty/SmartyCustom.php:265
4
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1
0.064 ms 12 /classes/shop/Shop.php:1184
359
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99815","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.064 ms 1 /classes/Smarty/SmartyCustom.php:265
485
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99819","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.064 ms 1 /classes/Smarty/SmartyCustom.php:265
548
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99820|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.064 ms 1 /classes/Smarty/SmartyCustom.php:265
708
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 4 LIMIT 1
0.064 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
437
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99817|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.063 ms 1 /classes/Smarty/SmartyCustom.php:265
489
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99819|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.063 ms 1 /classes/Smarty/SmartyCustom.php:265
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 4 LIMIT 1
0.062 ms 1 /classes/shop/ShopUrl.php:182
90
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.062 ms 1 /classes/Product.php:5659
99
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.062 ms 1 /classes/Product.php:5659
110
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99816 LIMIT 1
0.062 ms 1 /classes/SpecificPrice.php:435
136
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.062 ms 1 /classes/Product.php:5659
150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99820) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
177
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99854) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
5
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 4) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
112
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99816 AND id_shop=4 LIMIT 1
0.061 ms 1 /classes/Product.php:6876
279
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99813/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99813|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.061 ms 1 /classes/Smarty/SmartyCustom.php:184
321
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99814 LIMIT 1
0.061 ms 1 /modules/stockmessage/stockmessage.php:194
393
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99816","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.061 ms 1 /classes/Smarty/SmartyCustom.php:265
419
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99817","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.061 ms 1 /classes/Smarty/SmartyCustom.php:265
422
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99817","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.061 ms 1 /classes/Smarty/SmartyCustom.php:265
474
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99818|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.061 ms 1 /classes/Smarty/SmartyCustom.php:265
482
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99819","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.061 ms 1 /classes/Smarty/SmartyCustom.php:265
500
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99819|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.061 ms 1 /classes/Smarty/SmartyCustom.php:265
168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99853) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.060 ms 1 /classes/stock/StockAvailable.php:453
195
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99814
0.060 ms 1 /classes/Product.php:2902
676
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99855|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.060 ms 1 /classes/Smarty/SmartyCustom.php:265
186
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99855) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99817
0.059 ms 1 /classes/Product.php:2902
692
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99855","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.059 ms 1 /classes/Smarty/SmartyCustom.php:265
390
UPDATE `ps_smarty_lazy_cache`
SET filepath='product_attribute/PROD/99816/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php'
WHERE `template_hash`='7d12c7dff2d0fb2aea85aedcf1ffc0e2' AND cache_id="product_attribute|PROD|99816|1|4|1|1|1|17" AND compile_id="ecommerce_2025"
0.059 ms 1 /classes/Smarty/SmartyCustom.php:184
123
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99817) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
145
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.058 ms 1 /classes/Product.php:5659
491
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99819|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.058 ms 1 /classes/Smarty/SmartyCustom.php:265
132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99818) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
159
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 99821) AND (id_product_attribute = 0) AND (id_shop = 4) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
454
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99818|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.058 ms 1 /classes/Smarty/SmartyCustom.php:265
91
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99814 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:435
119
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99817 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:435
127
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
173
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99854 LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:435
209
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99819
0.057 ms 1 /classes/Product.php:2902
218
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99853
0.057 ms 1 /classes/Product.php:2902
263
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99813","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.057 ms 1 /classes/Smarty/SmartyCustom.php:265
284
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99813 LIMIT 1
0.057 ms 1 /modules/stockmessage/stockmessage.php:194
358
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99815 LIMIT 1
0.057 ms 1 /modules/stockmessage/stockmessage.php:194
415
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99817|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.057 ms 1 /classes/Smarty/SmartyCustom.php:265
703
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='14f3e6d3f5719f729bfd1d7275ccfb82' AND cache_id="ps_linklist|displayFooter|1|4|1|1|1|17" AND compile_id="ecommerce_2025" LIMIT 1
0.057 ms 1 /classes/Smarty/SmartyCustom.php:216
24
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.056 ms 1 /classes/Currency.php:893
163
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.056 ms 1 /classes/Product.php:5659
164
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99853 LIMIT 1
0.056 ms 1 /classes/SpecificPrice.php:435
206
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99818
0.056 ms 1 /classes/Product.php:2902
235
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='69ff328c779abfb0c5e6fb28032fcd74' AND cache_id="categorytree_left|4|category|2757" AND compile_id="ecommerce_2025" LIMIT 1
0.056 ms 1 /classes/Smarty/SmartyCustom.php:216
297
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99814","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.056 ms 1 /classes/Smarty/SmartyCustom.php:265
304
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99814|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.056 ms 1 /classes/Smarty/SmartyCustom.php:265
440
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99817|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.056 ms 1 /classes/Smarty/SmartyCustom.php:265
198
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99815
0.056 ms 1 /classes/Product.php:2902
108
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
137
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99819 LIMIT 1
0.055 ms 1 /classes/SpecificPrice.php:435
215
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99821
0.055 ms 1 /classes/Product.php:2902
514
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99819|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.055 ms 1 /classes/Smarty/SmartyCustom.php:265
699
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99855|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.055 ms 1 /classes/Smarty/SmartyCustom.php:265
221
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99854
0.055 ms 1 /classes/Product.php:2902
706
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0f6295b6d175504f5bec5fbaae6123b9' AND cache_id="cookie_terms|4" AND compile_id="ecommerce_2025" LIMIT 1
0.055 ms 1 /classes/Smarty/SmartyCustom.php:216
200
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 99816
0.054 ms 1 /classes/Product.php:2902
118
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
528
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99820|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.054 ms 1 /classes/Smarty/SmartyCustom.php:265
175
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99854 AND id_shop=4 LIMIT 1
0.053 ms 1 /classes/Product.php:6876
387
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99816|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.053 ms 1 /classes/Smarty/SmartyCustom.php:265
389
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99816|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.053 ms 1 /classes/Smarty/SmartyCustom.php:265
38
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2757 AND ctg.`id_group` = 1 LIMIT 1
0.052 ms 1 /classes/Category.php:1754
154
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
181
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 4 AND id_lang = 1 AND id_category = 2757 LIMIT 1
0.052 ms 1 /classes/Product.php:5659
241
SELECT SQL_NO_CACHE c.id_category, id_parent from ps_category c inner join ps_category_shop cs on c.id_category = cs.id_category and cs.id_shop = 4 where c.id_category = 2747 LIMIT 1
0.052 ms 1 /override/modules/ps_categorytree/ps_categorytree.php:176
432
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99817 LIMIT 1
0.052 ms 1 /modules/stockmessage/stockmessage.php:194
469
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99818 LIMIT 1
0.052 ms 1 /modules/stockmessage/stockmessage.php:194
35
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.051 ms 2 /src/Adapter/EntityMapper.php:79
128
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99818 LIMIT 1
0.051 ms 1 /classes/SpecificPrice.php:435
292
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99813|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.051 ms 1 /classes/Smarty/SmartyCustom.php:265
417
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99817|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.051 ms 1 /classes/Smarty/SmartyCustom.php:265
461
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99818|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.051 ms 1 /classes/Smarty/SmartyCustom.php:265
463
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99818|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.051 ms 1 /classes/Smarty/SmartyCustom.php:265
155
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 99821 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
229
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 4 LIMIT 1
0.050 ms 1 /classes/module/Module.php:2137
506
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99819 LIMIT 1
0.050 ms 1 /modules/stockmessage/stockmessage.php:194
702
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 4 LIMIT 1
0.050 ms 1 /classes/module/Module.php:2137
313
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99814|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.050 ms 1 /classes/Smarty/SmartyCustom.php:265
707
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='3e2ae7842739a0e8b186a0ca88ba32c8' AND cache_id="main_menu_after_footer|4" AND compile_id="ecommerce_2025" LIMIT 1
0.050 ms 1 /classes/Smarty/SmartyCustom.php:216
140
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99819 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:156
233
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.049 ms 0 /classes/Smarty/SmartyCustom.php:143
400
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99816|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.048 ms 1 /classes/Smarty/SmartyCustom.php:265
498
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99819|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.048 ms 1 /classes/Smarty/SmartyCustom.php:265
704
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d847b0d128382adced790bb1a66ec37b' AND cache_id="reviews_footer|4" AND compile_id="ecommerce_2025" LIMIT 1
0.048 ms 1 /classes/Smarty/SmartyCustom.php:216
148
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99820 AND id_shop=4 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
157
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99821 AND id_shop=4 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
184
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99855 AND id_shop=4 LIMIT 1
0.048 ms 1 /classes/Product.php:6876
276
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99813|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.048 ms 1 /classes/Smarty/SmartyCustom.php:265
306
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99814|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.048 ms 1 /classes/Smarty/SmartyCustom.php:265
705
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d7481e04754c381dee9e7f6ff911f797' AND cache_id="main_menu_display_footer|4" AND compile_id="ecommerce_2025" LIMIT 1
0.048 ms 1 /classes/Smarty/SmartyCustom.php:216
9
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.047 ms 1 /src/Adapter/EntityMapper.php:71
166
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99853 AND id_shop=4 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
102
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99815 AND id_shop=4 LIMIT 1
0.047 ms 1 /classes/Product.php:6876
260
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('c873c2a9267a49f55cdb0fb9fb6388ca',"reviews_actions|4|99813","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.047 ms 1 /classes/Smarty/SmartyCustom.php:265
267
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99813|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.047 ms 1 /classes/Smarty/SmartyCustom.php:265
395
SELECT SQL_NO_CACHE id_supplier FROM `ps_product` WHERE id_product = 99816 LIMIT 1
0.047 ms 1 /modules/stockmessage/stockmessage.php:194
121
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99817 AND id_shop=4 LIMIT 1
0.046 ms 1 /classes/Product.php:6876
278
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d12c7dff2d0fb2aea85aedcf1ffc0e2',"product_attribute|PROD|99813|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.046 ms 1 /classes/Smarty/SmartyCustom.php:265
433
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99817","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.046 ms 1 /classes/Smarty/SmartyCustom.php:265
230
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.045 ms 1 /classes/module/Module.php:2664
41
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.044 ms 7 /classes/ImageType.php:161
289
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('2a4256524be8dfab7d1091aebf1376c2',"product_attribute|CAT|99813|1|4|1|1|1|17","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.044 ms 1 /classes/Smarty/SmartyCustom.php:265
176
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99854 AND `id_group` = 1 LIMIT 1
0.043 ms 0 /classes/GroupReduction.php:156
11
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 4 LIMIT 1
0.042 ms 1 /classes/ObjectModel.php:1729
113
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99816 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
130
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 99818 AND id_shop=4 LIMIT 1
0.042 ms 1 /classes/Product.php:6876
185
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99855 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:156
396
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99816","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.042 ms 1 /classes/Smarty/SmartyCustom.php:265
470
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99818","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.042 ms 1 /classes/Smarty/SmartyCustom.php:265
28
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.041 ms 1 /classes/Currency.php:893
149
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99820 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
167
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99853 AND `id_group` = 1 LIMIT 1
0.041 ms 0 /classes/GroupReduction.php:156
26
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.040 ms 2 /classes/Language.php:883
231
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 4 LIMIT 1
0.040 ms 1 /classes/module/Module.php:2137
285
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99813","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.040 ms 1 /classes/Smarty/SmartyCustom.php:265
507
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('a7365a47eecc693ec669d5c7e3812e6a',"stock_message|4|99819","ecommerce_2025", FROM_UNIXTIME(1745831705))
0.040 ms 1 /classes/Smarty/SmartyCustom.php:265
158
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99821 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
122
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99817 AND `id_group` = 1 LIMIT 1
0.039 ms 0 /classes/GroupReduction.php:156
30
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.038 ms 2 /classes/Language.php:883
131
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 99818 AND `id_group` = 1 LIMIT 1
0.038 ms 0 /classes/GroupReduction.php:156
36
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 4 LIMIT 1
0.035 ms 1 /classes/ObjectModel.php:1729
27
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.033 ms 2 /classes/Language.php:883

Doubles

60 queries
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"reviews_actions|XX|XX","ecommerce_XX", FROM_UNIXTIME(XX))
60 queries
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"product_attribute|PROD|XX|XX|XX|XX|XX|XX|XX","ecommerce_XX", FROM_UNIXTIME(XX))
36 queries
SELECT pa.*, product_attribute_shop.*
                FROM `ps_product_attribute` pa
                 INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
                WHERE pa.`id_product` = XX
                GROUP BY pa.`id_product_attribute`
                ORDER BY pa.`id_product_attribute`
36 queries
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"stock_message|XX|XX","ecommerce_XX", FROM_UNIXTIME(XX))
36 queries
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"product_attribute|CAT|XX|XX|XX|XX|XX|XX|XX","ecommerce_XX", FROM_UNIXTIME(XX))
24 queries
SELECT COUNT(id_order) as `counter`, avg(rating) as `avg` FROM `ps_product_reviews` WHERE id_product = XX LIMIT XX
24 queries
SELECT `rating`, `review`, o.`date_add`, a.`firstname`, a.`lastname` FROM `ps_product_reviews` r LEFT JOIN `ps_orders` o on r.id_order = o.id_order LEFT JOIN `ps_address` a on o.id_address_invoice = a.id_address WHERE id_product = XX and rating >= XX ORDER BY o.date_add desc LIMIT XX
24 queries
UPDATE `ps_smarty_lazy_cache`
							SET filepath='reviews_actions/XX/XX/ecommerce_XX/df/XXd/XX/dfXXdXXfXXbaXXffXXdbfafXXeXXbXXdXXcXX.reviewsviewstemplateshooklistreviews.tpl.php'
							WHERE `template_hash`=XX AND cache_id="reviews_actions|XX|XX" AND compile_id="ecommerce_XX"
24 queries
UPDATE `ps_smarty_lazy_cache`
							SET filepath='product_attribute/PROD/XX/XX/XX/XX/XX/XX/XX/ecommerce_XX/eXX/XX/XX/eXXbdXXcXXdXXcXXeXXbcXXfabafeXXeXX.productattributesviewstemplateshookproductAttributes.tpl.php'
							WHERE `template_hash`=XX AND cache_id="product_attribute|PROD|XX|XX|XX|XX|XX|XX|XX" AND compile_id="ecommerce_XX"
13 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
12 queries
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
12 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
12 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
12 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
12 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
12 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
12 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
12 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
12 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
12 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
12 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `ps_product_attribute` pa
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
12 queries
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="reviews_actions|XX|XX" AND compile_id="ecommerce_XX" LIMIT XX
12 queries
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="product_attribute|PROD|XX|XX|XX|XX|XX|XX|XX" AND compile_id="ecommerce_XX" LIMIT XX
12 queries
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="stock_message|XX|XX" AND compile_id="ecommerce_XX" LIMIT XX
12 queries
SELECT `stock_message`, `exp_date` FROM `ps_product_stock_message` WHERE id_product = XX LIMIT XX
12 queries
SELECT id_supplier FROM `ps_product` WHERE id_product = XX LIMIT XX
12 queries
UPDATE `ps_smarty_lazy_cache`
							SET filepath='stock_message/XX/XX/ecommerce_XX/XX/cXX/eXX/XXcXXeXXcXXcXXfXXaXXbfXXbXXabXXcXXbXX.stockmessageviewstemplateshookstockmessage.tpl.php'
							WHERE `template_hash`=XX AND cache_id="stock_message|XX|XX" AND compile_id="ecommerce_XX"
12 queries
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="product_attribute|CAT|XX|XX|XX|XX|XX|XX|XX" AND compile_id="ecommerce_XX" LIMIT XX
12 queries
SELECT ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
                    a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
                    IFNULL(stock.quantity, XX) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
                    product_attribute_shop.`default_on`, pa.`reference`, pa.`eanXX`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
                    product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
                    pal.`available_now`, pal.`available_later`
                FROM `ps_product_attribute` pa
                 INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
                 LEFT JOIN ps_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
                LEFT JOIN `ps_product_attribute_lang` pal
                    ON (
                        pa.`id_product_attribute` = pal.`id_product_attribute` AND
                        pal.`id_lang` = XX)
                LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
                LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
                LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
                LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
                LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
                 INNER JOIN ps_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX)
                WHERE pa.`id_product` = XX
                    AND al.`id_lang` = XX
                    AND agl.`id_lang` = XX
                GROUP BY id_attribute_group, id_product_attribute
                ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
12 queries
UPDATE `ps_smarty_lazy_cache`
							SET filepath='product_attribute/CAT/XX/XX/XX/XX/XX/XX/XX/ecommerce_XX/aXX/XX/eXX/aXXeXXaXXdXXdXXaXXcXXdXXabXXcXXa.productattributesviewstemplateshookcategoryAttributes.tpl.php'
							WHERE `template_hash`=XX AND cache_id="product_attribute|CAT|XX|XX|XX|XX|XX|XX|XX" AND compile_id="ecommerce_XX"
5 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
4 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'en-us'
                    OR `language_code` = 'en-us' LIMIT XX
4 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
4 queries
select count(distinct(ps.id_product)) as `product_count` from `ps_category_product` cp
				inner join `ps_product_shop` ps on cp.id_product = ps.id_product and ps.active = XX and ps.id_shop = XX
				where id_category in (
					select c.id_category from `ps_category` c
					inner join `ps_category_lang` cl on c.id_category = cl.id_category and cl.id_lang = XX and cl.id_shop = XX
					inner join `ps_category_shop` cs on c.id_category = cs.id_category and cs.id_shop = XX
					where c.active = XX and c.nleft >= XX and c.nright <= XX
				) LIMIT XX
3 queries
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"categorytree_left|XX|category|XX","ecommerce_XX", FROM_UNIXTIME(XX))
3 queries
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"subcategories|XX|XX","ecommerce_XX", FROM_UNIXTIME(XX))
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT (
			select count(distinct(ps.id_product)) as `product_count`  from ps_category cat 
			inner join ps_category_product cp on cat.id_category = cp.id_category
			
			inner join ps_product p on cp.id_product = p.id_product
    		inner join ps_product_shop ps on p.id_product = ps.id_product and ps.id_shop = XX and ps.active = XX
			
			where cat.nleft >= c.nleft and cat.nright <= c.nright  
		) as `product_count`, c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
		FROM `ps_category` c
		 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
		LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = XX  AND cl.id_shop = XX )
		LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
		WHERE `id_parent` = XX
		AND `active` = XX
		AND cg.`id_group` =XX
		GROUP BY c.`id_category`
		ORDER BY `level_depth` ASC, category_shop.`position` ASC
2 queries
SELECT type, id_value, filter_show_limit, filter_type FROM ps_layered_category
            WHERE controller = 'category'
            AND id_category = XX
            AND id_shop = XX
            GROUP BY `type`, id_value ORDER BY position ASC
2 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('CMXX XXAA' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'CMXX XXAA')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT XX FROM `ps_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
select c.id_category, id_parent from ps_category c inner join ps_category_shop cs on c.id_category = cs.id_category and cs.id_shop = XX where c.id_category = XX LIMIT XX

Tables stress

72 product_attribute_shop
72 product_attribute
57 smarty_lazy_cache
52 product
48 product_reviews
44 product_shop
29 category_lang
25 stock_available
25 cart_product
24 image
24 image_shop
24 product_attribute_combination
24 attribute
24 attribute_lang
24 attribute_group
24 orders
24 address
22 category
20 category_shop
13 product_lang
13 specific_price
12 product_group_reduction_cache
12 pack
12 feature_product
12 feature_lang
12 feature_value_lang
12 feature
12 feature_shop
12 image_lang
12 product_stock_message
12 product_attribute_lang
12 attribute_group_lang
12 attribute_shop
9 module
9 category_product
7 lang
7 hook
7 module_shop
7 currency
5 shop
5 currency_shop
4 shop_url
4 lang_shop
4 category_group
3 country
3 hook_alias
3 currency_lang
3 image_type
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 layered_category
2 smarty_last_flush
2 cart_rule
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 group_lang
1 feature_flag
1 hook_module_exceptions
1 address_format
1 required_field
1 product_sale
1 layered_filter_block
1 manufacturer
1 tax
1 tax_lang
1 product_attachment
1 attachment
1 attachment_lang
1 ganalytics_data
1 connections

ObjectModel instances

Name Instances Source
Product 74 /classes/Link.php:113 (__construct) [id: 99816]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99813]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99814]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99815]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99816]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99817]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99818]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99819]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99820]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99821]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99853]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99854]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 99855]
/classes/Link.php:113 (__construct) [id: 99816]
/modules/reviews/reviews.php:233 (__construct) [id: 99813]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99813]
/modules/reviews/reviews.php:233 (__construct) [id: 99813]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99813]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99813]
/modules/reviews/reviews.php:233 (__construct) [id: 99814]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99814]
/modules/reviews/reviews.php:233 (__construct) [id: 99814]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99814]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99814]
/modules/reviews/reviews.php:233 (__construct) [id: 99815]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99815]
/modules/reviews/reviews.php:233 (__construct) [id: 99815]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99815]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99815]
/modules/reviews/reviews.php:233 (__construct) [id: 99816]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99816]
/modules/reviews/reviews.php:233 (__construct) [id: 99816]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99816]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99816]
/modules/reviews/reviews.php:233 (__construct) [id: 99817]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99817]
/modules/reviews/reviews.php:233 (__construct) [id: 99817]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99817]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99817]
/modules/reviews/reviews.php:233 (__construct) [id: 99818]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99818]
/modules/reviews/reviews.php:233 (__construct) [id: 99818]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99818]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99818]
/modules/reviews/reviews.php:233 (__construct) [id: 99819]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99819]
/modules/reviews/reviews.php:233 (__construct) [id: 99819]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99819]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99819]
/modules/reviews/reviews.php:233 (__construct) [id: 99820]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99820]
/modules/reviews/reviews.php:233 (__construct) [id: 99820]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99820]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99820]
/modules/reviews/reviews.php:233 (__construct) [id: 99821]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99821]
/modules/reviews/reviews.php:233 (__construct) [id: 99821]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99821]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99821]
/modules/reviews/reviews.php:233 (__construct) [id: 99853]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99853]
/modules/reviews/reviews.php:233 (__construct) [id: 99853]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99853]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99853]
/modules/reviews/reviews.php:233 (__construct) [id: 99854]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99854]
/modules/reviews/reviews.php:233 (__construct) [id: 99854]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99854]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99854]
/modules/reviews/reviews.php:233 (__construct) [id: 99855]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99855]
/modules/reviews/reviews.php:233 (__construct) [id: 99855]
/modules/productattributes/productattributes.php:86 (__construct) [id: 99855]
/modules/productattributes/productattributes.php:166 (__construct) [id: 99855]
Category 16 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2757]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2758]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2761]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2762]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 2763]
/classes/Meta.php:380 (__construct) [id: 2757]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2757]
/modules/subcategories/subcategories.php:131 (__construct) [id: 2757]
/modules/subcategories/subcategories.php:135 (__construct) [id: 2758]
/modules/subcategories/subcategories.php:135 (__construct) [id: 2761]
/modules/subcategories/subcategories.php:135 (__construct) [id: 2762]
/modules/subcategories/subcategories.php:135 (__construct) [id: 2763]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
Country 3 /config/config.inc.php:146 (__construct) [id: 17]
/classes/AddressFormat.php:404 (__construct) [id: 17]
/classes/controller/FrontController.php:1779 (__construct) [id: 17]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 4]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/prod/appParameters.php
114 /var/cache/prod/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /override/classes/Validate.php
135 /classes/Validate.php
136 /classes/cache/Cache.php
137 /src/Adapter/EntityMapper.php
138 /classes/db/DbQuery.php
139 /src/Core/Addon/Theme/ThemeManagerBuilder.php
140 /vendor/psr/log/Psr/Log/NullLogger.php
141 /vendor/psr/log/Psr/Log/AbstractLogger.php
142 /vendor/psr/log/Psr/Log/LoggerInterface.php
143 /src/Adapter/Configuration.php
144 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
145 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
146 /src/Core/ConfigurationInterface.php
147 /src/Core/Addon/Theme/ThemeRepository.php
148 /src/Core/Addon/AddonRepositoryInterface.php
149 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
150 /src/Core/Addon/Theme/Theme.php
151 /src/Core/Addon/AddonInterface.php
152 /src/Core/Util/ArrayFinder.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
158 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
159 /config/defines_uri.inc.php
160 /classes/Language.php
161 /src/Core/Language/LanguageInterface.php
162 /classes/Country.php
163 /classes/PrestaShopCollection.php
164 /classes/shop/ShopGroup.php
165 /classes/Cookie.php
166 /classes/PhpEncryption.php
167 /classes/PhpEncryptionEngine.php
168 /vendor/defuse/php-encryption/src/Key.php
169 /vendor/defuse/php-encryption/src/Encoding.php
170 /vendor/defuse/php-encryption/src/Core.php
171 /vendor/defuse/php-encryption/src/Crypto.php
172 /vendor/defuse/php-encryption/src/KeyOrPassword.php
173 /vendor/defuse/php-encryption/src/RuntimeTests.php
174 /vendor/defuse/php-encryption/src/DerivedKeys.php
175 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
176 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
177 /src/Core/Session/SessionHandler.php
178 /src/Core/Session/SessionHandlerInterface.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
195 /config/smarty.config.inc.php
196 /classes/Smarty/SmartyCustom.php
197 /vendor/smarty/smarty/libs/Smarty.class.php
198 /vendor/smarty/smarty/libs/functions.php
199 /vendor/smarty/smarty/libs/Autoloader.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
209 /config/smartyfront.config.inc.php
210 /classes/Smarty/SmartyResourceModule.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
213 /classes/Smarty/SmartyResourceParent.php
214 /classes/Smarty/SmartyLazyRegister.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
216 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
217 /classes/Customer.php
218 /classes/Group.php
219 /classes/Link.php
220 /classes/shop/ShopUrl.php
221 /classes/Dispatcher.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
229 /src/Adapter/SymfonyContainer.php
230 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
231 /config/db_slave_server.inc.php
232 /src/Adapter/ContainerBuilder.php
233 /src/Adapter/Environment.php
234 /src/Core/EnvironmentInterface.php
235 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
236 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
237 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
238 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
239 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
245 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
246 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
247 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
249 /vendor/symfony/contracts/Service/ResetInterface.php
250 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
251 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
252 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
253 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
254 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
255 /vendor/symfony/contracts/Cache/ItemInterface.php
256 /vendor/psr/cache/src/CacheItemInterface.php
257 /vendor/psr/cache/src/CacheItemPoolInterface.php
258 /vendor/symfony/contracts/Cache/CacheInterface.php
259 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
260 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
261 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
262 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
263 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
264 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
265 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
266 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
267 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
268 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
269 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
320 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
321 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
323 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
324 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
327 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
328 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
329 /var/cache/prod/FrontContainer.php
330 /src/Adapter/Container/LegacyContainer.php
331 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
332 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
333 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
334 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
335 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
336 /vendor/psr/container/src/ContainerExceptionInterface.php
337 /vendor/psr/container/src/NotFoundExceptionInterface.php
338 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
339 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
340 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
341 /src/Adapter/Container/LegacyContainerInterface.php
342 /modules/ps_checkout/vendor/autoload.php
343 /modules/ps_checkout/vendor/composer/autoload_real.php
344 /modules/ps_checkout/vendor/composer/platform_check.php
345 /modules/ps_checkout/vendor/composer/autoload_static.php
346 /modules/ps_checkout/vendor/clue/stream-filter/src/functions_include.php
347 /modules/ps_checkout/vendor/clue/stream-filter/src/functions.php
348 /modules/ps_checkout/vendor/php-http/message/src/filters.php
349 /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php
350 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment.php
351 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Client.php
352 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
353 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
354 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
355 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
356 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
357 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
358 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Version.php
359 /modules/ps_accounts/vendor/autoload.php
360 /modules/ps_accounts/vendor/composer/autoload_real.php
361 /modules/ps_accounts/vendor/composer/platform_check.php
362 /modules/ps_accounts/vendor/composer/autoload_static.php
363 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
364 /modules/ps_accounts/vendor/ralouphie/getallheaders/src/getallheaders.php
365 /modules/ps_accounts/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
366 /modules/ps_accounts/vendor/symfony/polyfill-php70/bootstrap.php
367 /modules/ps_accounts/vendor/symfony/polyfill-php72/bootstrap.php
368 /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php
369 /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php
370 /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php
371 /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php
372 /modules/ps_accounts/vendor/symfony/polyfill-intl-idn/bootstrap.php
373 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php
374 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php
375 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
376 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
377 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
378 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
379 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
380 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
381 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
382 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
383 /modules/ps_eventbus/vendor/autoload.php
384 /modules/ps_eventbus/vendor/composer/autoload_real.php
385 /modules/ps_eventbus/vendor/composer/autoload_static.php
386 /modules/ps_mbo/vendor/autoload.php
387 /modules/ps_mbo/vendor/composer/autoload_real.php
388 /modules/ps_mbo/vendor/composer/platform_check.php
389 /modules/ps_mbo/vendor/composer/autoload_static.php
390 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
391 /modules/ps_mbo/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
392 /modules/ps_mbo/vendor/symfony/string/Resources/functions.php
393 /modules/ps_mbo/bootstrap.php
394 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
395 /src/Core/Hook/HookModuleFilter.php
396 /src/Core/Hook/HookModuleFilterInterface.php
397 /modules/ps_checkout/ps_checkout.php
398 /override/classes/PaymentModule.php
399 /classes/PaymentModule.php
400 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
401 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
402 /classes/Translate.php
403 /modules/ps_checkout/translations/en.php
404 /src/PrestaShopBundle/Translation/TranslatorComponent.php
405 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
406 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
407 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
408 /vendor/symfony/contracts/Translation/TranslatorInterface.php
409 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
410 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
411 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
412 /src/PrestaShopBundle/Translation/TranslatorInterface.php
413 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
414 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
415 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
416 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
417 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
418 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
419 /vendor/symfony/contracts/Translation/TranslatorTrait.php
420 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
421 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
422 /var/cache/prod/translations/catalogue.en-US.NXhscRe.php
423 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
424 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
425 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
426 /controllers/front/listing/CategoryController.php
427 /classes/controller/ProductListingFrontController.php
428 /classes/controller/ProductPresentingFrontController.php
429 /classes/controller/FrontController.php
430 /src/Adapter/Presenter/Object/ObjectPresenter.php
431 /src/Adapter/Presenter/PresenterInterface.php
432 /src/Adapter/Presenter/Cart/CartPresenter.php
433 /src/Adapter/Image/ImageRetriever.php
434 /classes/tax/TaxConfiguration.php
435 /classes/Smarty/TemplateFinder.php
436 /classes/assets/StylesheetManager.php
437 /classes/assets/AbstractAssetManager.php
438 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
439 /classes/assets/JavascriptManager.php
440 /classes/assets/CccReducer.php
441 /override/classes/Category.php
442 /classes/Category.php
443 /classes/webservice/WebserviceRequest.php
444 /src/Core/Localization/Locale/Repository.php
445 /src/Core/Localization/Locale/RepositoryInterface.php
446 /src/Core/Localization/CLDR/LocaleRepository.php
447 /src/Core/Localization/CLDR/LocaleDataSource.php
448 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
449 /src/Core/Data/Layer/AbstractDataLayer.php
450 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
451 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
452 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
453 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
454 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
455 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
456 /vendor/symfony/contracts/Cache/CacheTrait.php
457 /vendor/psr/cache/src/InvalidArgumentException.php
458 /vendor/psr/cache/src/CacheException.php
459 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
460 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
461 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
462 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
463 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
464 /src/Core/Localization/CLDR/Reader.php
465 /src/Core/Localization/CLDR/ReaderInterface.php
466 /src/Core/Localization/Currency/Repository.php
467 /src/Core/Localization/Currency/RepositoryInterface.php
468 /src/Core/Localization/Currency/CurrencyDataSource.php
469 /src/Core/Localization/Currency/DataSourceInterface.php
470 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
471 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
472 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
473 /src/Adapter/Currency/CurrencyDataProvider.php
474 /src/Core/Currency/CurrencyDataProviderInterface.php
475 /src/Adapter/LegacyContext.php
476 /src/Adapter/Tools.php
477 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
478 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
479 /vendor/prestashop/decimal/src/Operation/Rounding.php
480 /src/Core/Localization/Locale.php
481 /src/Core/Localization/LocaleInterface.php
482 /src/Core/Localization/Specification/Price.php
483 /src/Core/Localization/Specification/Number.php
484 /src/Core/Localization/Specification/NumberInterface.php
485 /src/Core/Localization/Specification/Factory.php
486 /src/Core/Localization/CLDR/LocaleData.php
487 /src/Core/Localization/CLDR/NumberSymbolsData.php
488 /src/Core/Localization/CLDR/CurrencyData.php
489 /src/Core/Localization/CLDR/Locale.php
490 /src/Core/Localization/CLDR/LocaleInterface.php
491 /src/Core/Localization/Specification/NumberSymbolList.php
492 /classes/Currency.php
493 /src/Core/Localization/Currency/LocalizedCurrencyId.php
494 /src/Core/Localization/Currency/CurrencyData.php
495 /src/Core/Localization/Currency/CurrencyCollection.php
496 /src/Core/Localization/Currency.php
497 /src/Core/Localization/CurrencyInterface.php
498 /src/Core/Localization/Specification/NumberCollection.php
499 /src/Core/Localization/Number/Formatter.php
500 /classes/Cart.php
501 /src/Adapter/AddressFactory.php
502 /classes/CartRule.php
503 /classes/Product.php
504 /src/Core/Domain/Product/ValueObject/RedirectType.php
505 /src/Core/Util/DateTime/DateTime.php
506 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
507 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
508 /src/Core/Domain/Product/ValueObject/ProductType.php
509 /src/Core/Domain/Product/ValueObject/Reference.php
510 /src/Core/Domain/Product/ValueObject/Ean13.php
511 /src/Core/Domain/Product/ValueObject/Isbn.php
512 /src/Core/Domain/Product/ValueObject/Upc.php
513 /src/Core/Domain/Product/ProductSettings.php
514 /src/Core/Image/ImageFormatConfiguration.php
515 /src/Core/Image/ImageFormatConfigurationInterface.php
516 /classes/FeatureFlag.php
517 /src/Core/FeatureFlag/FeatureFlagSettings.php
518 /classes/ImageType.php
519 /src/Core/Domain/Shop/ValueObject/ShopId.php
520 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
521 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
522 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
523 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
524 /modules/ps_emailsubscription/ps_emailsubscription.php
525 /src/Core/Module/WidgetInterface.php
526 /src/PrestaShopBundle/Translation/DomainNormalizer.php
527 /classes/Media.php
528 /modules/ps_socialfollow/ps_socialfollow.php
529 /modules/ps_emailalerts/ps_emailalerts.php
530 /modules/ps_emailalerts/MailAlert.php
531 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
532 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
533 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
534 /var/cache/prod/Ps_checkout8440FrontContainer.php
535 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
536 /modules/ps_checkout/src/Validator/MerchantValidator.php
537 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
538 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
539 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
540 /modules/ps_checkout/src/Shop/ShopProvider.php
541 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
542 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
543 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
544 /modules/ps_checkout/src/Repository/PsAccountRepository.php
545 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
546 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
547 /src/Core/Addon/Module/ModuleManagerBuilder.php
548 /src/Core/Util/File/YamlParser.php
549 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
550 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
551 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
552 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
553 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
554 /var/cache/prod/yaml/646122aeafb9f1549bb607b0cb4b9d35.php
555 /src/Adapter/LegacyLogger.php
556 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
557 /src/Adapter/Module/ModuleDataProvider.php
558 /src/Adapter/Module/AdminModuleDataProvider.php
559 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
560 /src/Adapter/Module/Module.php
561 /src/Core/Module/ModuleInterface.php
562 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
563 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
564 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
565 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
566 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
567 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
568 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
569 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
570 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
571 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
572 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
573 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
574 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
575 /src/Adapter/Module/ModuleDataUpdater.php
576 /src/Core/Module/ModuleManager.php
577 /src/Core/Module/ModuleManagerInterface.php
578 /src/Core/Module/ModuleRepository.php
579 /src/Core/Module/ModuleRepositoryInterface.php
580 /src/Adapter/HookManager.php
581 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
582 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
583 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
584 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
585 /src/Core/Hook/HookDispatcherInterface.php
586 /modules/ps_accounts/ps_accounts.php
587 /modules/ps_accounts/src/Hook/HookableTrait.php
588 /modules/ps_accounts/src/Module/Install.php
589 /modules/ps_accounts/translations/en.php
590 /modules/ps_accounts/src/ServiceContainer/PsAccountsContainer.php
591 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/ServiceContainer.php
592 /modules/ps_accounts/config.php
593 /modules/ps_accounts/src/Log/Logger.php
594 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Logger.php
595 /modules/ps_accounts/vendor/psr/log/Psr/Log/LoggerInterface.php
596 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
597 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
598 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
599 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
600 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
601 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
602 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Utils.php
603 /modules/ps_accounts/src/ServiceProvider/ApiClientProvider.php
604 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/Contract/IServiceProvider.php
605 /modules/ps_accounts/src/ServiceProvider/CommandProvider.php
606 /modules/ps_accounts/src/ServiceProvider/DefaultProvider.php
607 /modules/ps_accounts/src/ServiceProvider/OAuth2Provider.php
608 /modules/ps_accounts/src/ServiceProvider/RepositoryProvider.php
609 /modules/ps_accounts/src/ServiceProvider/SessionProvider.php
610 /modules/ps_accounts/src/Service/PsAccountsService.php
611 /modules/ps_accounts/src/Account/Session/ShopSession.php
612 /modules/ps_accounts/src/Account/Session/Session.php
613 /modules/ps_accounts/src/Account/Session/SessionInterface.php
614 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
615 /modules/ps_accounts/src/Adapter/Configuration.php
616 /modules/ps_accounts/src/Provider/OAuth2/ShopProvider.php
617 /modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/PrestaShop.php
618 /modules/ps_accounts/vendor/league/oauth2-client/src/Provider/AbstractProvider.php
619 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php
620 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php
621 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php
622 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php
623 /modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/LogoutTrait.php
624 /modules/ps_accounts/src/Provider/OAuth2/Oauth2Client.php
625 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
626 /modules/ps_accounts/src/Type/Enum.php
627 /modules/ps_accounts/src/Adapter/Link.php
628 /modules/ps_accounts/src/Context/ShopContext.php
629 /modules/ps_accounts/vendor/league/oauth2-client/src/Grant/GrantFactory.php
630 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/RequestFactory.php
631 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Client.php
632 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/ClientInterface.php
633 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/HandlerStack.php
634 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
635 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
636 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
637 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
638 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
639 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
640 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Middleware.php
641 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
642 /modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php
643 /modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php
644 /modules/ps_accounts/src/Account/LinkShop.php
645 /modules/ps_accounts/src/Cqrs/CommandBus.php
646 /modules/ps_accounts/src/Cqrs/Bus.php
647 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
648 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
649 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
650 /modules/ps_checkout/src/Context/PrestaShopContext.php
651 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
652 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
653 /modules/ps_checkout/src/Version/Version.php
654 /modules/ps_mainmenu/ps_mainmenu.php
655 /modules/ps_mainmenu/ps_menutoplinks.class.php
656 /override/modules/ps_mainmenu/ps_mainmenu.php
657 /modules/stylesheetswapper/stylesheetswapper.php
658 /src/Adapter/Localization/LegacyTranslator.php
659 /modules/stylesheetswapper/translations/en.php
660 /modules/googlevertexsearch/googlevertexsearch.php
661 /modules/googlevertexsearch/translations/en.php
662 /modules/ps_categorytree/ps_categorytree.php
663 /override/modules/ps_categorytree/ps_categorytree.php
664 /modules/reviews/reviews.php
665 /modules/reviews/translations/en.php
666 /modules/stockmessage/stockmessage.php
667 /modules/stockmessage/translations/en.php
668 /modules/subcategories/subcategories.php
669 /modules/subcategories/translations/en.php
670 /modules/cookieterms/cookieterms.php
671 /modules/cookieterms/translations/en.php
672 /modules/makepayment/makepayment.php
673 /modules/makepayment/translations/en.php
674 /modules/productattributes/productattributes.php
675 /modules/rewards/rewards.php
676 /modules/deleteaccount/deleteaccount.php
677 /src/Adapter/Presenter/Cart/CartLazyArray.php
678 /src/Adapter/Presenter/AbstractLazyArray.php
679 /src/Adapter/Product/PriceFormatter.php
680 /src/Core/Util/Inflector.php
681 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
682 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
683 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
684 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
685 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
686 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
687 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
688 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
689 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
690 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
691 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
692 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
693 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
694 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
695 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
696 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
697 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
698 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
699 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
700 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
701 /classes/Gender.php
702 /classes/Risk.php
703 /classes/Meta.php
704 /classes/Address.php
705 /classes/State.php
706 /src/Core/Security/PasswordPolicyConfiguration.php
707 /src/Core/Configuration/DataConfigurationInterface.php
708 /src/Core/Security/Hashing.php
709 /src/Core/Filter/FrontEndObject/MainFilter.php
710 /src/Core/Filter/FilterInterface.php
711 /src/Core/Filter/FrontEndObject/CartFilter.php
712 /src/Core/Filter/HashMapWhitelistFilter.php
713 /src/Core/Filter/CollectionFilter.php
714 /src/Core/Filter/FrontEndObject/ProductFilter.php
715 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
716 /src/Core/Filter/FrontEndObject/CustomerFilter.php
717 /src/Core/Filter/FrontEndObject/ShopFilter.php
718 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
719 /modules/ps_shoppingcart/ps_shoppingcart.php
720 /modules/ps_imageslider/ps_imageslider.php
721 /modules/ps_imageslider/Ps_HomeSlide.php
722 /override/modules/ps_imageslider/ps_imageslider.php
723 /modules/ps_googleanalytics/ps_googleanalytics.php
724 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
725 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
726 /modules/fetchify/fetchify.php
727 /override/modules/fetchify/fetchify.php
728 /modules/fetchify/translations/en.php
729 /modules/purchaseorder/purchaseorder.php
730 /modules/purchaseorder/PrestoChangeoClasses/init.php
731 /modules/purchaseorder/PrestoChangeoClasses/PrestoChangeoPaymentModule.php
732 /modules/purchaseorder/en.php
733 /src/Core/Product/Search/ProductSearchContext.php
734 /src/Core/Product/Search/ProductSearchQuery.php
735 /src/Core/Product/Search/SortOrder.php
736 /modules/ps_facetedsearch/ps_facetedsearch.php
737 /modules/ps_facetedsearch/src/HookDispatcher.php
738 /modules/ps_facetedsearch/src/Hook/Attribute.php
739 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
740 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
741 /modules/ps_facetedsearch/src/Hook/Category.php
742 /modules/ps_facetedsearch/src/Hook/Configuration.php
743 /modules/ps_facetedsearch/src/Hook/Design.php
744 /modules/ps_facetedsearch/src/Hook/Feature.php
745 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
746 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
747 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
748 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
749 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
750 /modules/ps_facetedsearch/src/Hook/Product.php
751 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
752 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
753 /modules/ps_facetedsearch/src/Filters/Provider.php
754 /modules/ps_facetedsearch/src/URLSerializer.php
755 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
756 /modules/ps_facetedsearch/src/Product/SearchProvider.php
757 /src/Core/Product/Search/FacetsRendererInterface.php
758 /src/Core/Product/Search/ProductSearchProviderInterface.php
759 /modules/ps_facetedsearch/src/Filters/Converter.php
760 /modules/ps_facetedsearch/src/Product/SearchFactory.php
761 /src/Core/Product/Search/ProductSearchResult.php
762 /modules/ps_facetedsearch/src/Product/Search.php
763 /modules/ps_facetedsearch/src/Adapter/MySQL.php
764 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
765 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
766 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
767 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
768 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
769 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
770 /modules/ps_facetedsearch/src/Filters/Products.php
771 /classes/stock/StockAvailable.php
772 /modules/ps_facetedsearch/src/Filters/Block.php
773 /src/Core/Product/Search/FacetCollection.php
774 /classes/ProductAssembler.php
775 /classes/Combination.php
776 /classes/tax/Tax.php
777 /classes/Manufacturer.php
778 /classes/SpecificPrice.php
779 /classes/tax/TaxManagerFactory.php
780 /classes/tax/TaxRulesTaxManager.php
781 /classes/tax/TaxManagerInterface.php
782 /classes/tax/TaxCalculator.php
783 /classes/GroupReduction.php
784 /src/Core/Localization/CLDR/ComputingPrecision.php
785 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
786 /classes/Pack.php
787 /classes/order/Order.php
788 /classes/Feature.php
789 /vendor/prestashop/decimal/src/DecimalNumber.php
790 /vendor/prestashop/decimal/src/Builder.php
791 /vendor/prestashop/decimal/src/Operation/Division.php
792 /classes/ProductPresenterFactory.php
793 /src/Adapter/Presenter/Product/ProductListingPresenter.php
794 /src/Adapter/Presenter/Product/ProductPresenter.php
795 /src/Adapter/Product/ProductColorsRetriever.php
796 /src/Core/Product/ProductPresentationSettings.php
797 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
798 /src/Adapter/Presenter/Product/ProductLazyArray.php
799 /classes/Image.php
800 /classes/ImageManager.php
801 /classes/Smarty/SmartyCustomTemplate.php
802 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
803 /var/cache/prod/smarty/compile/ecommerce_2025/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
804 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
805 /vendor/smarty/smarty/libs/plugins/modifier.count.php
806 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
807 /src/Core/Product/Search/Pagination.php
808 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/f4/ee/88/f4ee889aa1db42773ea165d9503b1bd7e9ae316d_2.file.category.tpl.php
809 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/44/bb/17/44bb172719b23727966fd4d8f5a2c03a7686991a_2.file.product-list.tpl.php
810 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/21/0d/8a/210d8a6fbda410f2c0368e7494c183af3a0920b7_2.file.layout-left-column.tpl.php
811 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/ad/53/d5/ad53d5aecae7a6273898538894932b26da9aa39f_2.file.layout-both-columns.tpl.php
812 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/68/17/93/6817939bc8de8e5f32981813acd685e4cef93dbc_2.file.helpers.tpl.php
813 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
814 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/b4/da/ff/b4daff6f0c6126c00c9ed62b24afe05563bf013d_2.file.head.tpl.php
815 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
816 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/d0/8d/76/d08d76f5af532d190e75cc27310360061c041235_2.file.head-jsonld.tpl.php
817 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/ff/89/37/ff8937fba796734f419acdc1a1e50cd69f4851a7_2.file.product-list-jsonld.tpl.php
818 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/fd/ae/3f/fdae3f546dc2a8425c28b52069dbbee3a8ff14a0_2.file.pagination-seo.tpl.php
819 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
820 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
821 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/3f/bc/13/3fbc13c511c4654746a69942627c492976054a7f_2.file.stylesheets.tpl.php
822 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/38/4e/ee/384eee3c720d898a549d41e975ec6c11ef0cd916_2.file.javascript.tpl.php
823 /classes/ProductDownload.php
824 /src/Core/Cart/Calculator.php
825 /src/Core/Cart/CartRowCollection.php
826 /src/Core/Cart/Fees.php
827 /src/Core/Cart/AmountImmutable.php
828 /src/Core/Cart/CartRuleCollection.php
829 /src/Core/Cart/CartRuleCalculator.php
830 /src/Adapter/Product/PriceCalculator.php
831 /src/Core/Cart/CartRow.php
832 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
833 /src/Core/Util/String/StringModifier.php
834 /src/Core/Util/String/StringModifierInterface.php
835 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/29/1f/54/291f54071bf3fbf59055c654367fce230ff2a770_2.file.product-activation.tpl.php
836 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/b0/d0/4d/b0d04d70504defffd2f8f238e54b3ce279ac3150_2.file.header.tpl.php
837 /modules/ps_languageselector/ps_languageselector.php
838 /var/cache/prod/smarty/compile/ecommerce_2025/e7/c8/04/e7c8044fcb9eaa023074103d476f90853aab052b_2.file.googlevertexsearch.tpl.php
839 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
840 /var/cache/prod/smarty/compile/ecommerce_2025/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
841 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
842 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
843 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
844 /var/cache/prod/smarty/cache/main_menu_after_header/4/ecommerce_2025/5b/e5/16/5be51617e23f2b1a3f0fa526372b0584c03f45c4.ps_mainmenudisplayAfterHeader.tpl.php
845 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/fb/b0/a0/fbb0a08a8b29425c53eca9c265fe0f819c57ff6b_2.file.notifications.tpl.php
846 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/c1/92/b3/c192b37429d14b3f91b918986b84e227b6ce2b14_2.file.breadcrumb.tpl.php
847 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_clearcache.php
848 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_cacheresourcefile.php
849 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
850 /var/cache/prod/smarty/compile/ecommerce_2025/37/67/af/3767af46545cb85b2b9b4d2a5ea7db612da61181_2.module.ps_categorytreeviewstemplateshookleftColumn.tpl.cache.php
851 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
852 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
853 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
854 /var/cache/prod/smarty/cache/categorytree_left/4/category/2757/ecommerce_2025/7f/6e/aa/7f6eaa18ed65eaed4873e4f58ea1d799c3152075.ps_categorytreeviewstemplateshookleftColumn.tpl.php
855 /var/cache/prod/smarty/cache/reviews_left_column/4/ecommerce_2025/62/68/7e/62687e386f4f47692218ee151bde4525712b683c.reviewsviewstemplateshookleftcolumn.tpl.php
856 /var/cache/prod/smarty/compile/ecommerce_2025/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
857 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/26/b4/4a/26b44aa72c81cbbe85959af7286fec3540fbd3e4_2.file.category-header.tpl.php
858 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/45/3c/0a/453c0a4596c7f8d0d2a8c78a6add6819517c1a42_2.file.subcategories.tpl.php
859 /var/cache/prod/smarty/compile/ecommerce_2025/7d/90/d5/7d90d5186fccfcd21ba4253d2363f418f9d2e482_2.module.subcategoriesviewstemplateshooksubcategories.tpl.cache.php
860 /var/cache/prod/smarty/cache/subcategories/4/2757/ecommerce_2025/72/a4/30/72a4302f90f758cd14ca17087c136109a7f65262.subcategoriesviewstemplateshooksubcategories.tpl.php
861 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/cb/bc/5f/cbbc5fb81778c89c6c421ba1977df7e472ed2385_2.file.products-top.tpl.php
862 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/88/51/12/885112c15580d29f72e2aa74eec69b3db185a848_2.file.sort-orders.tpl.php
863 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/17/ed/bb/17edbbfd9af5ced87b7ca9ee2b78e1fa045e26bf_2.file.products.tpl.php
864 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/75/69/68/756968c12f3142e7b57b904da304f32364ac64d8_2.file.productlist.tpl.php
865 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
866 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/3b/eb/1c/3beb1c8d9534e0eae890fcd3745ed4310ba80376_2.file.product.tpl.php
867 /var/cache/prod/smarty/compile/ecommerce_2025/76/8f/6c/768f6c8ae3b4e0d512e047bf84eeebe9937e7f26_2.module.reviewsviewstemplateshooklistreviews.tpl.cache.php
868 /var/cache/prod/smarty/cache/reviews_actions/4/99813/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
869 /var/cache/prod/smarty/compile/ecommerce_2025/9a/6a/56/9a6a564aa2115513d97b89b3767d7bbff34bfc43_2.module.productattributesviewstemplateshookproductAttributes.tpl.cache.php
870 /var/cache/prod/smarty/cache/product_attribute/PROD/99813/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
871 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/19/d8/43/19d843e7f9b050fda12b7d2414c2ff7fbacc1aad_2.file.product-prices.tpl.php
872 /var/cache/prod/smarty/compile/ecommerce_2025/14/f7/04/14f7040eeb14e01c91cbbb7860f5940422452797_2.module.stockmessageviewstemplateshookstockmessage.tpl.cache.php
873 /var/cache/prod/smarty/cache/stock_message/4/99813/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
874 /var/cache/prod/smarty/compile/ecommerce_2025/7d/85/a5/7d85a5a77496f42ce9a9c47804b83ba266668896_2.module.productattributesviewstemplateshookcategoryAttributes.tpl.cache.php
875 /var/cache/prod/smarty/cache/product_attribute/CAT/99813/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
876 /var/cache/prod/smarty/cache/reviews_actions/4/99814/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
877 /var/cache/prod/smarty/cache/product_attribute/PROD/99814/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
878 /var/cache/prod/smarty/cache/stock_message/4/99814/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
879 /var/cache/prod/smarty/cache/product_attribute/CAT/99814/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
880 /var/cache/prod/smarty/cache/reviews_actions/4/99815/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
881 /var/cache/prod/smarty/cache/product_attribute/PROD/99815/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
882 /var/cache/prod/smarty/cache/stock_message/4/99815/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
883 /var/cache/prod/smarty/cache/product_attribute/CAT/99815/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
884 /var/cache/prod/smarty/cache/reviews_actions/4/99816/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
885 /var/cache/prod/smarty/cache/product_attribute/PROD/99816/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
886 /var/cache/prod/smarty/cache/stock_message/4/99816/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
887 /var/cache/prod/smarty/cache/product_attribute/CAT/99816/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
888 /var/cache/prod/smarty/cache/reviews_actions/4/99817/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
889 /var/cache/prod/smarty/cache/product_attribute/PROD/99817/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
890 /var/cache/prod/smarty/cache/stock_message/4/99817/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
891 /var/cache/prod/smarty/cache/product_attribute/CAT/99817/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
892 /var/cache/prod/smarty/cache/reviews_actions/4/99818/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
893 /var/cache/prod/smarty/cache/product_attribute/PROD/99818/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
894 /var/cache/prod/smarty/cache/stock_message/4/99818/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
895 /var/cache/prod/smarty/cache/product_attribute/CAT/99818/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
896 /var/cache/prod/smarty/cache/reviews_actions/4/99819/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
897 /var/cache/prod/smarty/cache/product_attribute/PROD/99819/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
898 /var/cache/prod/smarty/cache/stock_message/4/99819/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
899 /var/cache/prod/smarty/cache/product_attribute/CAT/99819/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
900 /var/cache/prod/smarty/cache/reviews_actions/4/99820/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
901 /var/cache/prod/smarty/cache/product_attribute/PROD/99820/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
902 /var/cache/prod/smarty/cache/stock_message/4/99820/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
903 /var/cache/prod/smarty/cache/product_attribute/CAT/99820/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
904 /var/cache/prod/smarty/cache/reviews_actions/4/99821/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
905 /var/cache/prod/smarty/cache/product_attribute/PROD/99821/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
906 /var/cache/prod/smarty/cache/stock_message/4/99821/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
907 /var/cache/prod/smarty/cache/product_attribute/CAT/99821/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
908 /var/cache/prod/smarty/cache/reviews_actions/4/99853/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
909 /var/cache/prod/smarty/cache/product_attribute/PROD/99853/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
910 /var/cache/prod/smarty/cache/stock_message/4/99853/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
911 /var/cache/prod/smarty/cache/product_attribute/CAT/99853/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
912 /var/cache/prod/smarty/cache/reviews_actions/4/99854/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
913 /var/cache/prod/smarty/cache/product_attribute/PROD/99854/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
914 /var/cache/prod/smarty/cache/stock_message/4/99854/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
915 /var/cache/prod/smarty/cache/product_attribute/CAT/99854/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
916 /var/cache/prod/smarty/cache/reviews_actions/4/99855/ecommerce_2025/df/0d/31/df0d317f62ba7ff667dbfaf7e867b9347d268c62.reviewsviewstemplateshooklistreviews.tpl.php
917 /var/cache/prod/smarty/cache/product_attribute/PROD/99855/1/4/1/1/1/17/ecommerce_2025/e3/64/26/e36426bd907c3d27c80e1bc5001fabafe7e50803.productattributesviewstemplateshookproductAttributes.tpl.php
918 /var/cache/prod/smarty/cache/stock_message/4/99855/ecommerce_2025/88/c4/e6/88c4e6c754c82f9a2bf62b3715459ab6c24913b4.stockmessageviewstemplateshookstockmessage.tpl.php
919 /var/cache/prod/smarty/cache/product_attribute/CAT/99855/1/4/1/1/1/17/ecommerce_2025/a1/78/e3/a178e3460a6711d4248d1a0c0344d90ab3c9333a.productattributesviewstemplateshookcategoryAttributes.tpl.php
920 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/44/f3/bc/44f3bcae2dcc0e97de799b9483e04cd596d93790_2.file.pagination.tpl.php
921 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/68/a2/3a/68a23a3c572843489ee2bd009b9f96920b478ec0_2.file.products-bottom.tpl.php
922 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/65/e6/9a/65e69ad7fe9d5f0ae744cce0a5b1000f21f343e0_2.file.category-footer.tpl.php
923 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/3c/10/78/3c107844fef468c6ae85b3bcd3e1b11c7acb3b8c_2.file.footer.tpl.php
924 /modules/ps_linklist/ps_linklist.php
925 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
926 /modules/ps_linklist/src/Filter/LinkFilter.php
927 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
928 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
929 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
930 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/4/1/1/1/17/ecommerce_2025/f5/b0/9a/f5b09a2d485ddbed6497d5a747a0b1ac11e96da3.ps_linklistviewstemplateshooklinkblock.tpl.php
931 /var/cache/prod/smarty/cache/reviews_footer/4/ecommerce_2025/6e/26/e8/6e26e8336a2ef40bdf6e0370c4ee7f968ae4802f.reviewsviewstemplateshookfooter.tpl.php
932 /var/cache/prod/smarty/cache/main_menu_display_footer/4/ecommerce_2025/b6/58/94/b658946a4687436162f6cb60a74d1e3f8ce0cfa2.ps_mainmenudisplayFooter.tpl.php
933 /var/cache/prod/smarty/cache/cookie_terms/4/ecommerce_2025/1e/83/b5/1e83b53019ad5181ad8fa0708f8d4e4a3796418a.cookietermsviewstemplateshookcookieterms.tpl.php
934 /var/cache/prod/smarty/cache/main_menu_after_footer/4/ecommerce_2025/f8/02/8c/f8028c9d4f93a475b57fb73ae79fd0d7f22e8b1b.ps_mainmenudisplayAfterFooter.tpl.php
935 /var/cache/prod/smarty/compile/ecommerce_2025layouts_layout_left_column_tpl/6d/29/aa/6d29aaacae4e498218b9c407653e2eaf2afdfeac_2.file.password-policy-template.tpl.php
936 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
937 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
938 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
939 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
940 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
941 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
942 /modules/statsdata/statsdata.php
943 /classes/Connection.php
944 /classes/ConnectionsSource.php