Mes devis

Il n'y a aucun produit dans votre devis

» Voir tous mes devis.

Tables d'examen électriques  

Résultats 1 - 12 sur 99.
Résultats 1 - 12 sur 99.
Load Time5499 ms - You'd better run your shop on a toaster
Querying Time183 ms
Queries195
Memory Peak Usage61.8 Mb
Included Files370 files - 8.17 Mb
PrestaShop Cache- Mb
Global vars1.78 Mb
PrestaShop Version1.6.1.4
PHP Version5.6.40 (OK)
MySQL Version10.6.20-MariaDB (OK)
Memory Limit2048M
Max Execution Time2400s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 345 ms 345 ms 29.36 Mb 29.51 Mb
__construct 0 ms 345 ms - Mb 29.51 Mb
init 125 ms 471 ms 4.38 Mb 34.33 Mb
checkAccess 0 ms 471 ms - Mb 34.33 Mb
setMedia 9 ms 480 ms 0.35 Mb 34.67 Mb
postProcess 0 ms 480 ms - Mb 34.67 Mb
initHeader 0 ms 480 ms 0.01 Mb 34.67 Mb
initContent 4489 ms 4969 ms 23.91 Mb 58.36 Mb
initFooter 189 ms 5157 ms 0.92 Mb 60.29 Mb
display 342 ms 5499 ms 1.98 Mb 61.79 Mb
Hook Time Memory Usage
__construct 315 ms 24.00 Mb
hookdisplayTop 142 ms 0.25 Mb
hookheader 63 ms - Mb
hookproductlistassign 56 ms - Mb
hookfooter 47 ms - Mb
hookdisplayHeader 40 ms - Mb
hookdisplayNav 21 ms 0.75 Mb
hookdisplayFooter 5 ms - Mb
hookleftcolumn 3 ms - Mb
hookdisplayBanner 2 ms - Mb
hookactionObjectAddAfter 1 ms - Mb
hookdisplayLeftColumn 1 ms - Mb
hookdisplayProductListReviews 0 ms - Mb
hookdisplayTopColumn - ms - Mb
hooktop - ms - Mb
hookmoduleRoutes - ms - Mb
16 hooks 695 ms 24.75 Mb
Module Time Memory Usage
blocktopmenu 106 ms 0.50 Mb
blocklayered 102 ms 1.25 Mb
cookiesplus 59 ms 1.75 Mb
prestablog 43 ms 3.50 Mb
paypal 36 ms 2.50 Mb
statsdata 32 ms 1.25 Mb
blockips 32 ms 0.25 Mb
psproductcountdownpro 27 ms 1.75 Mb
payzen 22 ms 1.75 Mb
quotation 21 ms 0.25 Mb
kiliba 18 ms 1.50 Mb
blockcategories 14 ms 0.25 Mb
steavisgarantis 14 ms 0.75 Mb
blocknewsletter 14 ms 1.25 Mb
blockcart 14 ms 1.00 Mb
fintecture 13 ms 1.25 Mb
themeconfigurator 11 ms 0.25 Mb
blocklanguages 9 ms - Mb
blockcms 9 ms 0.50 Mb
ganalytics 8 ms 0.25 Mb
notarobot 8 ms - Mb
sekeywords 7 ms 0.50 Mb
homeslider 6 ms 0.25 Mb
blocksearch 6 ms - Mb
blockuserinfo 6 ms - Mb
pagesnotfound 6 ms 0.50 Mb
mailalerts 6 ms 0.25 Mb
blockcontactinfos 5 ms - Mb
blockbanner 5 ms - Mb
blockmyaccountfooter 4 ms - Mb
blockspecials 4 ms - Mb
homefeatured 4 ms 0.25 Mb
blocktags 3 ms - Mb
productpaymentlogos 3 ms 0.25 Mb
blockpaymentlogo 3 ms - Mb
blocknewproducts 3 ms 0.25 Mb
socialsharing 3 ms - Mb
blockcontact 3 ms 0.25 Mb
blockmyaccount 2 ms 0.25 Mb
blockbestsellers 2 ms - Mb
blockcurrencies 2 ms - Mb
blockfacebook 2 ms 0.25 Mb
42 modules 695 ms 24.75 Mb

Stopwatch SQL - 195 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (38,39,40,41,42,47,48,49,50,55,80,83) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
40.3 2904 Yes Yes /classes/Product.php:3466
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`)
17.1 4832 /classes/Configuration.php:148
CREATE TEMPORARY TABLE ps_cat_restriction ENGINE=MEMORY
SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 104
AND c.nright <= 111
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")
4.9 1 /modules/blocklayered/blocklayered.php:2142
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
4.4 2738 /classes/module/Module.php:2141
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
3.2 0 /classes/Hook.php:131
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-01-24 00:00:00",
INTERVAL 90 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = p.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 102 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,12
3.1 98 /classes/Category.php:783
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 41)
1.9 154 /classes/Product.php:2998
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 102 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
1.9 118 /classes/Category.php:712
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 80)
1.9 178 /classes/Product.php:2998
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|47|1|1%"
1.8 1 /classes/SmartyCustom.php:295
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 42)
1.8 127 /classes/Product.php:2998
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 39)
1.8 148 /classes/Product.php:2998
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|48|1|1%"
1.7 1 /classes/SmartyCustom.php:295
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|55|1|1%"
1.7 1 /classes/SmartyCustom.php:295
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|49|1|1%"
1.7 1 /classes/SmartyCustom.php:295
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|50|1|1%"
1.7 1 /classes/SmartyCustom.php:295
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|38|1|1%"
1.6 1 /classes/SmartyCustom.php:295
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|42|1|1%"
1.5 1 /classes/SmartyCustom.php:295
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|41|1|1%"
1.5 1 /classes/SmartyCustom.php:295
SELECT SQL_NO_CACHE c.*, cl.id_lang, cl.name, cl.description, cl.link_rewrite, cl.meta_title, cl.meta_keywords, cl.meta_description
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 102
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.5 2 Yes Yes /classes/Category.php:658
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 55)
1.4 179 /classes/Product.php:2998
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 40)
1.3 148 /classes/Product.php:2998
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 50)
1.3 154 /classes/Product.php:2998
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 49)
1.3 135 /classes/Product.php:2998
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 48)
1.3 122 /classes/Product.php:2998
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 38)
1.3 147 /classes/Product.php:2998
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 47)
1.3 120 /classes/Product.php:2998
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 41
ORDER BY f.position ASC
1.2 5 Yes /classes/Product.php:4453
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|80|1|1%"
1.2 1 /classes/SmartyCustom.php:295
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|39|1|1%"
1.2 1 /classes/SmartyCustom.php:295
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 50
ORDER BY f.position ASC
1.2 5 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 38
ORDER BY f.position ASC
1.2 5 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 55
ORDER BY f.position ASC
1.2 5 Yes /classes/Product.php:4453
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='07db18c5cae282b2bd167113f1271053' AND cache_id LIKE "productlist_colors|83|1|1%"
1.1 1 /classes/SmartyCustom.php:295
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 80
ORDER BY f.position ASC
1.1 5 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41) AND (b.`id_shop` = 1) LIMIT 1
1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 39
ORDER BY f.position ASC
1 5 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 48
ORDER BY f.position ASC
1 5 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 39) AND (b.`id_shop` = 1) LIMIT 1
1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 47
ORDER BY f.position ASC
0.9 5 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 40
ORDER BY f.position ASC
0.9 5 Yes /classes/Product.php:4453
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
FROM `ps_product` p
INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 83)
0.9 94 /classes/Product.php:2998
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 49
ORDER BY f.position ASC
0.9 5 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 80) AND (b.`id_shop` = 1) LIMIT 1
0.9 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42) AND (b.`id_shop` = 1) LIMIT 1
0.9 1 /Adapter/Adapter_EntityMapper.php:61
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 = 38
0.8 4 /classes/Product.php:4470
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 83) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 42
ORDER BY f.position ASC
0.8 5 Yes /classes/Product.php:4453
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 38) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /Adapter/Adapter_EntityMapper.php:61
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 = 41
0.8 4 /classes/Product.php:4470
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 = 55
0.7 4 /classes/Product.php:4470
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 40) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 55) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 50) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.link_rewrite
FROM ps_category c
LEFT JOIN ps_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE c.nleft <= 104
AND c.nright >= 111
AND c.nleft >= 2
AND c.nright <= 275
AND cl.id_lang = 1
AND c.active = 1
AND c.level_depth > 1
ORDER BY c.level_depth ASC
0.7 69 Yes /classes/Tools.php:1301
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 = 80
0.7 4 /classes/Product.php:4470
INSERT INTO `ps_blockips_pages`(ip, id_shop, page, user_agent) VALUES('18.97.9.174', '1', 'https://www.latabledexamen.com/102-tables-d-examen-electriques', 'CCBot/2.0 (https://commoncrawl.org/faq/)')
0.7 1 /modules/blockips/classes/BlockipsManager.php:62
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 48) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
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 = 42
0.7 4 /classes/Product.php:4470
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 49) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /Adapter/Adapter_EntityMapper.php:61
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 = 50
0.7 4 /classes/Product.php:4470
SELECT SQL_NO_CACHE name, value, pf.id_feature
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 83
ORDER BY f.position ASC
0.7 5 Yes /classes/Product.php:4453
ALTER TABLE ps_cat_restriction ADD PRIMARY KEY (id_product),
ADD KEY `id_manufacturer` (`id_manufacturer`,`id_product`) USING BTREE,
ADD KEY `condition` (`condition`,`id_product`) USING BTREE,
ADD KEY `weight` (`weight`,`id_product`) USING BTREE
0.6 1 /modules/blocklayered/blocklayered.php:2148
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 = 39
0.6 4 /classes/Product.php:4470
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 = 40
0.6 4 /classes/Product.php:4470
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 = 47
0.6 4 /classes/Product.php:4470
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 = 49
0.6 4 /classes/Product.php:4470
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 = 48
0.5 4 /classes/Product.php:4470
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE value FROM ps_configuration WHERE name= 'PS_CACHEFS_DIRECTORY_DEPTH' LIMIT 1
0.5 1 /classes/cache/CacheFs.php:36
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 216881 LIMIT 1
0.5 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41) AND (id_product_attribute = 216749) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 216353 LIMIT 1
0.5 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 218597 LIMIT 1
0.5 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE * FROM `ps_blockips` WHERE ip = '18.97.9.174' AND id_shop = '1' LIMIT 1
0.5 1 /modules/blockips/classes/BlockipsManager.php:94
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE l.`id_lang`, c.`link_rewrite`
FROM `ps_category_lang` AS c
LEFT JOIN  `ps_lang` AS l ON c.`id_lang` = l.`id_lang`
WHERE c.`id_category` = 102
AND l.`active` = 1
0.5 1 /classes/Category.php:1460
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 218201 LIMIT 1
0.5 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 80) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 216749 LIMIT 1
0.4 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE COUNT(*)
FROM ps_layered_category
WHERE id_category = 102
AND id_shop = 1 LIMIT 1
0.4 1 /modules/blocklayered/blocklayered.php:637
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='68098216fdb7248b7f27f630a67611eb' AND cache_id="blockbanner|1|1|1|21" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
UPDATE `ps_blockips` SET last_date = '2025-01-24 18:53:49', nbr_pages = nbr_pages+1, id_customer = '', id_guest = '' WHERE ip = '18.97.9.174' AND id_shop = '1'
0.4 1 /modules/blockips/classes/BlockipsManager.php:80
UPDATE `ps_smarty_lazy_cache`
SET filepath='blocktopmenu/1/1/1/21/category/102/59/ca/9b/59ca9b071831744ee6cdc2463b005e188e07f580.blocktopmenu.tpl.php'
WHERE `template_hash`='6255e1a65eec35b85b477c3adec3a25b' AND cache_id="blocktopmenu|1|1|1|21|category|102" AND compile_id=""
0.4 1 /classes/SmartyCustom.php:183
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 216485 LIMIT 1
0.4 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 55) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='655c99e0b6adbbe521a70b0c20475a1b' AND cache_id="blocksearch-top|1|1|1|21" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 20354
AND `date_add` > '2025-01-24 18:23:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.4 1 Yes /classes/Connection.php:138
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 47) AND (id_product_attribute = 217013) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='db9b2f097ed1c5352fe05002ea63a524' AND cache_id="blockcontactinfos|1|1|1|21" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 40) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 217277 LIMIT 1
0.4 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 7 AND `id_object` = 102 LIMIT 1
0.4 2 /classes/Page.php:77
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
0.4 1 /classes/ObjectModel.php:487
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 216617 LIMIT 1
0.4 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 80
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 38) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 39
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 217409 LIMIT 1
0.4 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 47 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 40
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 50) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 217145 LIMIT 1
0.4 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 39) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.4 1 /classes/SmartyCustom.php:142
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 = 83
0.4 4 /classes/Product.php:4470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 48) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 47) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 80) AND (id_product_attribute = 218201) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.4 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 217013 LIMIT 1
0.3 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 40) AND (id_product_attribute = 216617) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 41
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 80 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6255e1a65eec35b85b477c3adec3a25b',"blocktopmenu|1|1|1|21|category|102","", FROM_UNIXTIME(1737741229))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 50) AND (id_product_attribute = 217409) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 217805 LIMIT 1
0.3 1 /classes/Combination.php:344
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 102
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.3 1 Yes Yes /modules/blocklayered/blocklayered.php:2128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 49) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('20354', '625', '308349358', '', '1', '1', '2025-01-24 18:53:52')
0.3 1 /classes/ObjectModel.php:487
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 49) AND (id_product_attribute = 217277) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 83) AND (id_product_attribute = 218597) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='6598b4b77b80ac12ec33455508725188' AND cache_id="blockmyaccountfooter|1|1|1|21" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 42
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 41 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 55) AND (id_product_attribute = 217805) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 55
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.3 1 /classes/SmartyCustom.php:95
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 38
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 38 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 39 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE s.*
FROM `ps_scene_category` sc
LEFT JOIN `ps_scene` s ON (sc.id_scene = s.id_scene)
INNER JOIN ps_scene_shop scene_shop
ON (scene_shop.id_scene = s.id_scene AND scene_shop.id_shop = 1)
LEFT JOIN `ps_scene_lang` sl ON (sl.id_scene = s.id_scene)
WHERE sc.id_category = 102
AND sl.id_lang = 1 AND s.active = 1
ORDER BY sl.name ASC
0.3 0 /classes/Scene.php:226
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 47
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 42 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 38 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 13 LIMIT 1
0.3 1 /classes/Category.php:1054
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='52a017a5d1c3aeb2561790ab927e3c9e' AND cache_id="blockcategories|1|1|1|21|102|1" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 48
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 49
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 39 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 83
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 55 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 55 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 38) AND (id_product_attribute = 216353) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|38|1|1" AND compile_id="" LIMIT 1
0.3 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 49 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 40 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 48 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ae4ad706089da68e971763e786de0de3' AND cache_id="blockcms|2|1|1|1|21" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 48) AND (id_product_attribute = 217145) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 50
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 1 /classes/SpecificPrice.php:198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 39) AND (id_product_attribute = 216485) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 42) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|41|1|1" AND compile_id="" LIMIT 1
0.3 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 50 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 80 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:149
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('6255e1a65eec35b85b477c3adec3a25b',"blocktopmenu|1|1|1|21|category|102","", FROM_UNIXTIME(1737741229))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE `name`, `meta_title`, `meta_description`, `meta_keywords`, `description`
FROM `ps_category_lang` cl
WHERE cl.`id_lang` = 1
AND cl.`id_category` = 102 AND cl.id_shop = 1 LIMIT 1
0.3 1 /classes/Meta.php:291
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 48 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 83 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5032
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 49 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 42) AND (id_product_attribute = 216881) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 102 AND ctg.`id_group` = 1 LIMIT 1
0.3 1 /classes/Category.php:1309
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 40 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|47|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 50 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='6255e1a65eec35b85b477c3adec3a25b' AND cache_id="blocktopmenu|1|1|1|21|category|102" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE id_address_delivery
FROM `ps_cart`
WHERE (id_cart="0") LIMIT 1
0.2 0 /modules/quotation/models/QuotationCartProduct.php:141
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('07db18c5cae282b2bd167113f1271053',"productlist_colors|40|1|1","", FROM_UNIXTIME(1737741232))
0.2 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 47 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|48|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 42 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|49|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 83) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:378
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|55|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|42|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|50|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|40|1|1" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|83|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = '1bd64682bf9894828a2566e62195fa66' LIMIT 1
0.2 1 /modules/blocklayered/blocklayered.php:1722
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = '2dd993f6cf95f5d9ba57dc4f68f92a35' LIMIT 1
0.2 1 /modules/blocklayered/blocklayered.php:1722
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = '9495e9a95361766f6d04cb94f6982675' LIMIT 1
0.2 1 /modules/blocklayered/blocklayered.php:1722
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|39|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='07db18c5cae282b2bd167113f1271053' AND cache_id="productlist_colors|80|1|1" AND compile_id="" LIMIT 1
0.2 0 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE data FROM `ps_layered_friendly_url` WHERE `url_key` = '0ebc9efa24246a3748af134e16f404f2' LIMIT 1
0.2 1 /modules/blocklayered/blocklayered.php:1722
SELECT SQL_NO_CACHE nleft, nright, level_depth
FROM ps_category
WHERE id_category = 102 LIMIT 1
0.2 1 /classes/Category.php:1477
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 102
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1451
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 83 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:149
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('07db18c5cae282b2bd167113f1271053',"productlist_colors|40|1|1","", FROM_UNIXTIME(1737741232))
0.2 1 /classes/SmartyCustom.php:263
DROP TEMPORARY TABLE IF EXISTS ps_cat_restriction
0.2 1 /modules/blocklayered/blocklayered.php:2132

Doubles

24
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
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
12
		SELECT *
		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 = XX)
		WHERE pa.id_product = XX
12
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="productlist_colors|XX|XX|XX" AND compile_id="" LIMIT XX
12
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
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
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12
				SELECT name, value, pf.id_feature
				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
			SELECT product_attribute_shop.`price`
			FROM `ps_product_attribute` pa
			 INNER JOIN ps_product_attribute_shop product_attribute_shop
		ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
			WHERE pa.`id_product_attribute` = XX LIMIT XX
12
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
							SELECT `id_tax_rules_group`
							FROM `ps_product_shop`
							WHERE `id_product` = XX AND id_shop=XX LIMIT XX
11
DELETE FROM `ps_smarty_lazy_cache`
							WHERE template_hash=XX AND cache_id LIKE "productlist_colors|XX|XX|XX%"
5
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
SELECT data FROM `ps_layered_friendly_url` WHERE `url_key` = XX LIMIT XX
2
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"blocktopmenu|XX|XX|XX|XX|category|XX","", FROM_UNIXTIME(XX))
2
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"productlist_colors|XX|XX|XX","", FROM_UNIXTIME(XX))

Tables stress

39 product_shop
30 smarty_lazy_cache
27 product
26 product_attribute_shop
25 stock_available
13 product_lang
13 product_attribute
12 feature_product
12 product_attachment
12 attachment_lang
12 feature_lang
12 feature_value_lang
12 specific_price_priority
12 attachment
12 feature_shop
12 feature
12 product_group_reduction_cache
11 category_lang
9 category
8 category_shop
4 layered_friendly_url
3 category_product
2 layered_category
2 category_group
2 smarty_last_flush
2 hook
2 configuration
1 attribute
1 lang
1 cart
1 page
1 connections
1 attribute_lang
1 attribute_group
1 product_attribute_combination
1 image_lang
1 scene_lang
1 scene_shop
1 scene
1 scene_category
1 hook_module_exceptions
1 hook_alias
1 image_shop
1 configuration_lang
1 blockips
1 manufacturer

ObjectModel instances

NameInstancesSource
Category 55 /controllers/front/CategoryController.php [105]
/classes/Link.php [177]
/modules/blocklayered/blocklayered.php [2120]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/modules/blocktopmenu/blocktopmenu.php [599]
/classes/Link.php [177]
/classes/Link.php [177]
/classes/Link.php [177]
/classes/Link.php [177]
/classes/Link.php [177]
Product 12 /classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
/classes/Link.php [104]
Shop 3 /config/config.inc.php [114]
/modules/kiliba/kiliba.php [1525]
/modules/kiliba/kiliba.php [1525]
Country 3 /config/config.inc.php [142]
/classes/controller/FrontController.php [279]
/modules/paypal/paypal.php [118]
Address 2 /classes/Product.php [2937]
/classes/Product.php [4403]
Currency 2 /classes/controller/FrontController.php [283]
/modules/ganalytics/ganalytics.php [486]
Language 2 /config/config.inc.php [195]
/classes/Tools.php [498]
Theme 1 /config/config.inc.php [115]
Guest 1 /modules/statsdata/statsdata.php [104]
Connection 1 /modules/statsdata/statsdata.php [142]
ShopGroup 1 /classes/shop/Shop.php [518]
Order 1 /modules/payzen/payzen.php [57]
Cart 1 /classes/controller/FrontController.php [348]
Group 1 /classes/Cart.php [184]
Customer 1 /config/config.inc.php [217]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/settings.inc.php
5/config/autoload.php
6/config/alias.php
7/classes/PrestaShopAutoload.php
8/cache/class_index.php
9/config/bootstrap.php
10/Core/Business/Core_Business_ContainerBuilder.php
11/Core/Foundation/IoC/Core_Foundation_IoC_Container.php
12/Adapter/Adapter_ServiceLocator.php
13/classes/controller/Controller.php
14/classes/ObjectModel.php
15/Core/Foundation/Database/Core_Foundation_Database_EntityInterface.php
16/classes/db/Db.php
17/classes/Tools.php
18/classes/Context.php
19/classes/shop/Shop.php
20/classes/db/DbPDO.php
21/classes/cache/Cache.php
22/classes/cache/CacheFs.php
23/classes/Configuration.php
24/classes/Validate.php
25/override/classes/Validate.php
26/Adapter/Adapter_EntityMapper.php
27/classes/db/DbQuery.php
28/classes/Theme.php
29/config/defines_uri.inc.php
30/tools/htmlpurifier/HTMLPurifier.standalone.php
31/classes/Language.php
32/classes/Country.php
33/classes/PrestaShopCollection.php
34/classes/shop/ShopGroup.php
35/classes/Cookie.php
36/classes/Rijndael.php
37/classes/Customer.php
38/classes/Group.php
39/classes/Link.php
40/override/classes/Link.php
41/modules/quotation/quotation.php
42/modules/quotation/tools/includes.inc.php
43/modules/quotation/tools/debug/debug.function.php
44/modules/quotation/tools/mail/HTMLMailSender.class.php
45/modules/quotation/tools/translator/Translator.class.php
46/modules/quotation/tools/fctobjectmodel/FastCreaThemeObjectModel.php
47/modules/quotation/tools/fctadmincontroller/FastCreaThemeAdminController.php
48/classes/controller/AdminController.php
49/modules/quotation/tools/fctadmincontroller/FastCreaThemeModuleHelper.php
50/modules/quotation/tools/pdf/FastCreaThemePDF.php
51/classes/pdf/HTMLTemplate.php
52/modules/quotation/tools/pdf/FastCreaThemePDFGenerator.php
53/classes/pdf/PDFGenerator.php
54/tools/tcpdf/config/lang/eng.php
55/tools/tcpdf/tcpdf.php
56/tools/tcpdf/config/tcpdf_config.php
57/modules/quotation/models/includes.inc.php
58/modules/quotation/models/QuotationCustomer.php
59/modules/quotation/models/QuotationProduct.php
60/modules/quotation/models/QuotationCartProduct.php
61/modules/quotation/models/QuotationMessage.php
62/modules/quotation/models/QuotationOverride.php
63/classes/module/Module.php
64/classes/shop/ShopUrl.php
65/config/smarty.config.inc.php
66/tools/smarty/Smarty.class.php
67/tools/smarty/sysplugins/smarty_internal_data.php
68/tools/smarty/sysplugins/smarty_internal_templatebase.php
69/tools/smarty/sysplugins/smarty_internal_template.php
70/tools/smarty/sysplugins/smarty_resource.php
71/tools/smarty/sysplugins/smarty_internal_resource_file.php
72/tools/smarty/sysplugins/smarty_cacheresource.php
73/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
74/classes/SmartyCustom.php
75/config/smartyfront.config.inc.php
76/classes/Dispatcher.php
77/classes/Hook.php
78/override/classes/Hook.php
79/tools/mobile_Detect/Mobile_Detect.php
80/config/db_slave_server.inc.php
81/modules/cookiesplus/cookiesplus.php
82/modules/cookiesplus/classes/CookiesPlusIdnovateValidation.php
83/modules/cookiesplus/classes/CookiesPlusCookie.php
84/modules/cookiesplus/classes/CookiesPlusFinality.php
85/modules/cookiesplus/classes/CookiesPlusUserConsent.php
86/modules/cookiesplus/classes/HTMLTemplateCookiesPlusModule.php
87/classes/Translate.php
88/modules/cookiesplus/translations/fr.php
89/modules/prestablog/prestablog.php
90/modules/prestablog/class/news.class.php
91/modules/prestablog/class/categories.class.php
92/modules/prestablog/class/correspondancescategories.class.php
93/modules/prestablog/class/commentnews.class.php
94/modules/prestablog/class/antispam.class.php
95/modules/prestablog/class/subblocks.class.php
96/modules/prestablog/translations/fr.php
97/controllers/front/CategoryController.php
98/classes/controller/FrontController.php
99/override/classes/controller/FrontController.php
100/classes/Category.php
101/themes/default-bootstrap/lang/fr.php
102/classes/Currency.php
103/classes/Cart.php
104/override/classes/Cart.php
105/classes/CartRule.php
106/classes/Meta.php
107/classes/Product.php
108/override/classes/Product.php
109/classes/webservice/WebserviceRequest.php
110/classes/Media.php
111/classes/Scene.php
112/cache/smarty/compile/9e/5d/2b/9e5d2b1452bf9a2877cd6b9886d9bd093df1b55a.file.cookies-style.tpl.php
113/tools/smarty/sysplugins/smarty_internal_filter_handler.php
114/tools/minify_html/minify_html.class.php
115/cache/smarty/compile/15/57/e6/1557e679c8ecbb225daa34daec70be2f9885b16e.file.gtm_consentmode.tpl.php
116/modules/socialsharing/socialsharing.php
117/themes/default-bootstrap/modules/socialsharing/translations/fr.php
118/modules/socialsharing/translations/fr.php
119/modules/blockbanner/blockbanner.php
120/themes/default-bootstrap/modules/blockbanner/translations/fr.php
121/modules/blockbanner/translations/fr.php
122/modules/blockbestsellers/blockbestsellers.php
123/themes/default-bootstrap/modules/blockbestsellers/translations/fr.php
124/modules/blockbestsellers/translations/fr.php
125/modules/blockcart/blockcart.php
126/themes/default-bootstrap/modules/blockcart/translations/fr.php
127/modules/blockcart/translations/fr.php
128/modules/blockcategories/blockcategories.php
129/themes/default-bootstrap/modules/blockcategories/translations/fr.php
130/modules/blockcategories/translations/fr.php
131/modules/blockcurrencies/blockcurrencies.php
132/themes/default-bootstrap/modules/blockcurrencies/translations/fr.php
133/modules/blockcurrencies/translations/fr.php
134/modules/blockfacebook/blockfacebook.php
135/themes/default-bootstrap/modules/blockfacebook/translations/fr.php
136/modules/blockfacebook/translations/fr.php
137/modules/blocklanguages/blocklanguages.php
138/themes/default-bootstrap/modules/blocklanguages/translations/fr.php
139/modules/blocklanguages/translations/fr.php
140/modules/blocklayered/blocklayered.php
141/themes/default-bootstrap/modules/blocklayered/translations/fr.php
142/modules/blocklayered/translations/fr.php
143/modules/blockcms/blockcms.php
144/modules/blockcms/BlockCMSModel.php
145/themes/default-bootstrap/modules/blockcms/translations/fr.php
146/modules/blockcms/translations/fr.php
147/modules/blockcontact/blockcontact.php
148/themes/default-bootstrap/modules/blockcontact/translations/fr.php
149/modules/blockcontact/translations/fr.php
150/modules/blockcontactinfos/blockcontactinfos.php
151/themes/default-bootstrap/modules/blockcontactinfos/translations/fr.php
152/modules/blockcontactinfos/translations/fr.php
153/modules/blockmyaccount/blockmyaccount.php
154/themes/default-bootstrap/modules/blockmyaccount/translations/fr.php
155/modules/blockmyaccount/translations/fr.php
156/modules/blockmyaccountfooter/blockmyaccountfooter.php
157/themes/default-bootstrap/modules/blockmyaccountfooter/translations/fr.php
158/modules/blockmyaccountfooter/translations/fr.php
159/modules/blocknewproducts/blocknewproducts.php
160/themes/default-bootstrap/modules/blocknewproducts/translations/fr.php
161/modules/blocknewproducts/translations/fr.php
162/modules/blocknewsletter/blocknewsletter.php
163/themes/default-bootstrap/modules/blocknewsletter/translations/fr.php
164/modules/blocknewsletter/translations/fr.php
165/modules/blockpaymentlogo/blockpaymentlogo.php
166/themes/default-bootstrap/modules/blockpaymentlogo/translations/fr.php
167/modules/blockpaymentlogo/translations/fr.php
168/modules/blocksearch/blocksearch.php
169/themes/default-bootstrap/modules/blocksearch/translations/fr.php
170/modules/blocksearch/translations/fr.php
171/modules/blockspecials/blockspecials.php
172/themes/default-bootstrap/modules/blockspecials/translations/fr.php
173/modules/blockspecials/translations/fr.php
174/modules/blocktags/blocktags.php
175/themes/default-bootstrap/modules/blocktags/translations/fr.php
176/modules/blocktags/translations/fr.php
177/modules/blockuserinfo/blockuserinfo.php
178/themes/default-bootstrap/modules/blockuserinfo/translations/fr.php
179/modules/blockuserinfo/translations/fr.php
180/modules/homeslider/homeslider.php
181/modules/homeslider/HomeSlide.php
182/themes/default-bootstrap/modules/homeslider/translations/fr.php
183/modules/homeslider/translations/fr.php
184/modules/themeconfigurator/themeconfigurator.php
185/themes/default-bootstrap/modules/themeconfigurator/translations/fr.php
186/modules/themeconfigurator/translations/fr.php
187/cache/smarty/compile/76/32/c9/7632c91b09ba52c4fddb8bfdc83f95f504fcad04.file.hook.tpl.php
188/modules/homefeatured/homefeatured.php
189/themes/default-bootstrap/modules/homefeatured/translations/fr.php
190/modules/homefeatured/translations/fr.php
191/modules/productpaymentlogos/productpaymentlogos.php
192/themes/default-bootstrap/modules/productpaymentlogos/translations/fr.php
193/modules/productpaymentlogos/translations/fr.php
194/modules/ganalytics/ganalytics.php
195/themes/default-bootstrap/modules/ganalytics/translations/fr.php
196/modules/ganalytics/translations/fr.php
197/modules/ganalytics/fr.php
198/cache/smarty/compile/34/f4/04/34f404df4f0826cfe9cb0a08c8b924772aa83c8f.file.hookmoduledata.tpl.php
199/tools/js_minify/jsmin.php
200/modules/paypal/paypal.php
201/modules/paypal/api/paypal_lib.php
202/modules/paypal/api/paypal_connect.php
203/modules/paypal/api/CallApiPaypalPlus.php
204/modules/paypal/api/ApiPaypalPlus.php
205/modules/paypal/paypal_logos.php
206/modules/paypal/paypal_orders.php
207/modules/paypal/paypal_tools.php
208/modules/paypal/paypal_login/paypal_login.php
209/modules/paypal/paypal_login/PayPalLoginUser.php
210/modules/paypal/classes/PaypalCapture.php
211/modules/paypal/classes/Services/OrderPrice.php
212/modules/paypal/classes/AuthenticatePaymentMethods.php
213/modules/paypal/classes/PaypalPlusPui.php
214/modules/paypal/classes/Braintree.php
215/modules/paypal/api/sdk/braintree/lib/Braintree.php
216/modules/paypal/api/sdk/braintree/lib/autoload.php
217/modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
218/modules/paypal/classes/InstallmentBanner/BannerManager.php
219/modules/paypal/classes/InstallmentBanner/Banner.php
220/modules/paypal/classes/Services/CurrencyConverter.php
221/modules/paypal/express_checkout/ExpressCheckout.php
222/modules/paypal/classes/InstallmentBanner/BNPL/BnplButton.php
223/modules/paypal/classes/Builder/BuilderInterface.php
224/modules/paypal/classes/Builder/OrderBuilder.php
225/modules/paypal/classes/Services/FormatterPaypal.php
226/modules/paypal/classes/Services/Token.php
227/modules/paypal/classes/InstallmentBanner/BNPL/BnplAvailabilityManager.php
228/classes/PaymentModule.php
229/modules/paypal/smarty/plugins/modifier.paypalreplace.php
230/themes/default-bootstrap/modules/paypal/translations/fr.php
231/modules/paypal/translations/fr.php
232/modules/paypal/fr.php
233/cache/smarty/compile/1d/6c/14/1d6c14da834db04ee6c11651b04af39301b75876.file.paypal.js.php
234/modules/mailalerts/mailalerts.php
235/modules/mailalerts/MailAlert.php
236/modules/mailalerts/translations/fr.php
237/modules/blocktopmenu/blocktopmenu.php
238/modules/blocktopmenu/menutoplinks.class.php
239/themes/default-bootstrap/modules/blocktopmenu/translations/fr.php
240/modules/blocktopmenu/translations/fr.php
241/modules/quotation/translations/fr.php
242/cache/smarty/compile/54/93/5b/54935b9f77b355887052dacf4a00cb7eafe933de.file.extra-js.tpl.php
243/modules/notarobot/notarobot.php
244/cache/smarty/compile/a9/8a/a4/a98aa4fdf0063957ccb41788d846d15dcfb8acd9.file.header.tpl.php
245/modules/psproductcountdownpro/psproductcountdownpro.php
246/modules/psproductcountdownpro/classes/PSPCModule16.php
247/modules/psproductcountdownpro/classes/PSPC.php
248/modules/psproductcountdownpro/classes/PSPCBlock.php
249/modules/psproductcountdownpro/translations/fr.php
250/cache/smarty/compile/03/47/ee/0347eeabbfefd8a81e19b9b3e44bbd0a98434a45.file.header.tpl.php
251/modules/steavisgarantis/steavisgarantis.php
252/modules/steavisgarantis/translations/fr.php
253/cache/smarty/compile/da/e3/c1/dae3c12ac62650454e86ac4654b4e3fa6301c6f2.file.displayHeader.tpl.php
254/modules/payzen/payzen.php
255/modules/payzen/autoload.php
256/modules/payzen/classes/PayzenTools.php
257/modules/payzen/classes/PayzenFileLogger.php
258/classes/log/FileLogger.php
259/classes/log/AbstractLogger.php
260/classes/order/Order.php
261/override/classes/order/Order.php
262/modules/payzen/translations/fr.php
263/modules/blockips/blockips.php
264/modules/blockips/translations/fr.php
265/modules/blockips/classes/BlockipsManager.php
266/modules/blockips/libraries/ip2location/src/Country.php
267/modules/blockips/libraries/ip2location/src/Database.php
268/modules/blockips/libraries/ip2location/src/IpTools.php
269/modules/blockips/libraries/ip2location/src/WebService.php
270/modules/kiliba/kiliba.php
271/modules/kiliba/classes/KilibaLog.php
272/modules/kiliba/classes/KilibaApi.php
273/modules/kiliba/classes/KilibaAutolog.php
274/modules/kiliba/classes/KilibaCache.php
275/modules/kiliba/classes/KilibaVisits.php
276/modules/kiliba/classes/lib/KilibaCaller.php
277/modules/kiliba/classes/api/KilibaQueryAbstract.php
278/modules/kiliba/classes/api/KilibaQueryCountries.php
279/modules/kiliba/classes/api/KilibaQuerySpecificPrices.php
280/modules/kiliba/classes/api/KilibaQueryCartRules.php
281/modules/kiliba/translations/fr.php
282/modules/fintecture/fintecture.php
283/modules/fintecture/services/EncryptionManager.php
284/modules/fintecture/services/PemManager.php
285/modules/fintecture/services/Connections.php
286/modules/fintecture/services/Crypto.php
287/modules/fintecture/services/Endpoints.php
288/modules/fintecture/services/FintectureConfig.php
289/modules/fintecture/services/FintectureLogger.php
290/modules/fintecture/services/PostPayment.php
291/modules/fintecture/services/DbPaymentSessions.php
292/modules/fintecture/services/Query.php
293/modules/fintecture/services/StatsLogger.php
294/modules/fintecture/services/Formatter.php
295/modules/fintecture/services/Utils.php
296/modules/fintecture/services/CacheWrapper.php
297/modules/fintecture/translations/fr.php
298/cache/smarty/compile/24/35/e0/2435e07fd2d4c7f969dfa1376945a2920522dd6a.file.blockuserinfo.tpl.php
299/classes/CMS.php
300/cache/smarty/compile/59/ca/9b/59ca9b071831744ee6cdc2463b005e188e07f580.file.blocktopmenu.tpl.cache.php
301/tools/smarty/sysplugins/smarty_internal_write_file.php
302/modules/pagesnotfound/pagesnotfound.php
303/themes/default-bootstrap/modules/pagesnotfound/translations/fr.php
304/modules/pagesnotfound/translations/fr.php
305/modules/sekeywords/sekeywords.php
306/classes/module/ModuleGraph.php
307/themes/default-bootstrap/modules/sekeywords/translations/fr.php
308/modules/sekeywords/translations/fr.php
309/cache/smarty/compile/0e/c5/cf/0ec5cf94477428a4f013fa6f571f9f3d5cdc79a4.file.cookies-notice-vars.tpl.php
310/cache/smarty/compile/bf/1c/ec/bf1cecb915ff140072d5d2981f7056ccc905e544.file.cookies-notice.tpl.php
311/cache/smarty/compile/97/09/a6/9709a6e27f3d268e253b9a8366b56a5beb46c125.file.column.tpl.php
312/classes/ImageType.php
313/classes/Combination.php
314/classes/stock/StockAvailable.php
315/classes/tax/Tax.php
316/override/classes/tax/Tax.php
317/classes/Address.php
318/classes/SpecificPrice.php
319/classes/tax/TaxManagerFactory.php
320/classes/tax/TaxRulesTaxManager.php
321/classes/tax/TaxManagerInterface.php
322/Adapter/Adapter_Configuration.php
323/Core/Business/Core_Business_ConfigurationInterface.php
324/classes/tax/TaxCalculator.php
325/classes/GroupReduction.php
326/classes/Feature.php
327/classes/Image.php
328/classes/Supplier.php
329/cache/smarty/compile/75/b4/63/75b463921fd6a73211ea4b5b8d4c95cfc6c5578d.file.blocknewsletter.tpl.php
330/cache/smarty/cache/blockcategories/1/1/1/21/102/1/9a/b0/91/9ab091750cfab2ac01817e2dbed6dc90694c8749.blockcategories_footer.tpl.php
331/cache/smarty/cache/blockcms/2/1/1/1/21/1f/38/81/1f3881b61b8ee8d84451661e9b327767aa057244.blockcms.tpl.php
332/cache/smarty/cache/blockmyaccountfooter/1/1/1/21/5d/80/4c/5d804ca7f71d387b5ff2935abadbdf31dc992a93.blockmyaccountfooter.tpl.php
333/cache/smarty/cache/blockcontactinfos/1/1/1/21/67/1b/80/671b80b55a21ce04371ea72d081574669695545f.blockcontactinfos.tpl.php
334/modules/statsdata/statsdata.php
335/themes/default-bootstrap/modules/statsdata/translations/fr.php
336/modules/statsdata/translations/fr.php
337/classes/Guest.php
338/classes/Connection.php
339/classes/Page.php
340/classes/ConnectionsSource.php
341/cache/smarty/compile/cd/80/ef/cd80ef26b393b547ff497828a1a8571265be52f1.file.displayFooter.tpl.php
342/cache/smarty/compile/64/5f/e4/645fe4ec1df74e92de80e5c476beba42afe76372.file.category.tpl.php
343/cache/smarty/compile/97/33/d3/9733d39035135926d9e5316432340150aeb0b73a.file.errors.tpl.php
344/cache/smarty/compile/99/8d/87/998d87590abaaff2abd62f438f40f9f0c3982b3d.file.product-sort.tpl.php
345/cache/smarty/compile/e4/d8/98/e4d89834d7681e0a9d4e52ee14a1c87797f7cae8.file.product-compare.tpl.php
346/cache/smarty/compile/a5/ee/e8/a5eee842fd62bb84d30c0ad4e3b759841778d885.file.pagination.tpl.php
347/cache/smarty/compile/10/e9/a4/10e9a4bc91c4ddec146f4d4a244d63ea20ba35b9.file.product-list.tpl.php
348/tools/smarty/plugins/function.math.php
349/cache/smarty/compile/11/90/a6/1190a616751191b73dccb1438a1db41b35738224.file.layout.tpl.php
350/cache/smarty/compile/3d/de/f4/3ddef4cf292396c8274efc29307914de96888c09.file.header.tpl.php
351/tools/smarty/plugins/function.implode.php
352/cache/smarty/cache/blockbanner/1/1/1/21/ba/b2/12/bab21233cab80335c4d92e51c9cf127250c464a5.blockbanner.tpl.php
353/cache/smarty/cache/blocksearch_top/1/1/1/21/b7/03/44/b70344544d9a76dbecbb6809db84132b74ee4fd9.blocksearch-top.tpl.php
354/cache/smarty/compile/97/b5/35/97b53515f0833b0051a2e2e4a7c83614dd9d0796.file.blocklanguages.tpl.php
355/tools/smarty/plugins/modifier.regex_replace.php
356/cache/smarty/compile/6f/3b/ea/6f3bea22049e66b922168ba45a56eb09e7170f42.file.nav.tpl.php
357/Adapter/Adapter_AddressFactory.php
358/Adapter/Adapter_ProductPriceCalculator.php
359/classes/Customization.php
360/cache/smarty/compile/9d/98/2d/9d982d7c035937d6c40a5e9cfe94e0af92258ddd.file.blockcart.tpl.php
361/tools/smarty/plugins/modifier.replace.php
362/tools/smarty/plugins/function.counter.php
363/cache/smarty/compile/9e/d1/62/9ed162c286bfaf0fde4649ea89fa07ebf14580b5.file.breadcrumb.tpl.php
364/cache/smarty/compile/12/dc/cc/12dccc8ca773e22648e2b3e9935ab79e9aeab7d6.file.footer.tpl.php
365/cache/smarty/compile/4d/15/f2/4d15f2e25cb610e3dce8da1def636c6054eb486e.file.global.tpl.php
366/cache/smarty/compile/52/ad/24/52ad246b9bf8fc3eaa6fdbe7696a905a43bee9b2.file.javascript.tpl.php