Fabricants

Aucun fabricant

Lettre d'informations

PayPal

Paiement sécurisé

Notre offre de paiement sécurisé

Avec SSL

Utilisation de Visa/Mastercard/Paypal

A propos de ces services


Load Time420 ms - Unicorn powered webserver!
Querying Time67 ms
Queries78
Memory Peak Usage18.5 Mb
Included Files288 files - 4.97 Mb
PrestaShop Cache0.31 Mb
Global vars0.75 Mb
PrestaShop Version1.6.1.24
PHP Version7.3.33 (OK)
MySQL Version8.0.41-32 (OK)
Memory Limit512M
Max Execution Time165s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 67 ms 67 ms 6.84 Mb 7.03 Mb
__construct 0 ms 67 ms - Mb 7.03 Mb
init 21 ms 88 ms 2.35 Mb 9.44 Mb
checkAccess 0 ms 88 ms - Mb 9.44 Mb
setMedia 5 ms 92 ms 0.14 Mb 9.45 Mb
postProcess 0 ms 92 ms - Mb 9.45 Mb
initHeader 0 ms 92 ms - Mb 9.45 Mb
initContent 295 ms 387 ms 8.67 Mb 18.05 Mb
initFooter 19 ms 406 ms 0.08 Mb 18.14 Mb
display 13 ms 420 ms 0.34 Mb 18.50 Mb
Hook Time Memory Usage
__construct 96 ms 10.00 Mb
hookrightcolumn 17 ms - Mb
hookleftcolumn 14 ms - Mb
hooktop 9 ms - Mb
hookfooter 8 ms - Mb
hookheader 5 ms - Mb
hookdisplayTop 5 ms - Mb
hookdisplayHeader 5 ms - Mb
hookdisplayLeftColumn 4 ms - Mb
hookdisplayFooter 3 ms - Mb
hookdisplayNav 2 ms - Mb
hookdisplayRightColumn 0 ms - Mb
hookdisplayTopColumn - ms - Mb
13 hooks 166 ms 10.00 Mb
Module Time Memory Usage
ebay 28 ms 2.00 Mb
paypal 16 ms 2.00 Mb
blocknewproducts 16 ms - Mb
blockcategories 10 ms - Mb
fianetsceau 10 ms 2.00 Mb
blocknewsletter 8 ms - Mb
sendinblue 7 ms 2.00 Mb
themeconfigurator 6 ms - Mb
blockpermanentlinks 6 ms - Mb
shoppingfluxexport 5 ms - Mb
blocklanguages 5 ms - Mb
blocksearch 4 ms - Mb
blockcms 4 ms - Mb
blockcontact 3 ms - Mb
blockbestsellers 3 ms - Mb
blocksocial 3 ms - Mb
blockmyaccountfooter 3 ms - Mb
blockcontactinfos 3 ms - Mb
blockmanufacturer 3 ms - Mb
blockpaymentlogo 2 ms - Mb
blocklink 2 ms - Mb
blockuserinfo 2 ms 2.00 Mb
blockcart 2 ms - Mb
ganalytics 2 ms - Mb
homefeatured 1 ms - Mb
blockviewed 1 ms - Mb
sekeywords 1 ms - Mb
crossselling 1 ms - Mb
editorial 1 ms - Mb
blockmyaccount 1 ms - Mb
blockspecials 1 ms - Mb
productscategory 1 ms - Mb
socialsharing 1 ms - Mb
blockfacebook 1 ms - Mb
34 modules 166 ms 10.00 Mb

Stopwatch SQL - 78 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
product_shop.`date_add` > "2025-05-25" as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
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_lang` `pl` ON 
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 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` = 2
LEFT JOIN `ps_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
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  )
WHERE (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (product_shop.`date_add` > "2025-05-25") AND (EXISTS(SELECT 1 FROM `ps_category_product` cp
JOIN `ps_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1)
WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`date_add` DESC
LIMIT 5
8.7 1 /classes/Product.php:2347
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` ms ON ms.`id_module` = m.`id_module`
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` != "displayPayment" AND h.`name` != "displayPaymentEU") AND (hm.`id_shop` = 1) AND (mg.`id_shop` = 1 AND  mg.`id_group` IN (2))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
3.8 1044 Yes Yes /classes/Hook.php:355
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c  INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
2.5 732 Yes /classes/Country.php:130
SELECT SQL_NO_CACHE *
FROM `ps_cms_category` a
LEFT JOIN `ps_cms_category_lang` `b` ON a.`id_cms_category` = b.`id_cms_category` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 1) AND (b.`id_shop` = 1) LIMIT 1
2.3 1 /Adapter/Adapter_EntityMapper.php:61
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`)
2.2 3232 /classes/Configuration.php:148
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1
2.1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.old.fordenco-shop.fr' OR su.domain_ssl = 'www.old.fordenco-shop.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.4 1 Yes /classes/shop/Shop.php:334
SELECT SQL_NO_CACHE * FROM `ps_image_type`
1.4 17 /classes/ImageType.php:143
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
1.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.3 180 Yes /classes/Dispatcher.php:452
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) AND (b.`id_shop` = 1) LIMIT 1
1.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sendinblue" LIMIT 1
1.2 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
1.2 1 /classes/SmartyCustom.php:95
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 2
AND hook = 'left' AND active = 1
ORDER BY item_order ASC
1.2 35 Yes /modules/themeconfigurator/themeconfigurator.php:375
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
1.2 5 /classes/Language.php:777
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0aa327728f29eed7286e2554620800d4' AND cache_id="blockpermanentlinks-header|2|2|8" AND compile_id="" LIMIT 1
1.1 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ps_ebay_profile` a
WHERE (a.`id_ebay_profile` = 1) LIMIT 1
1.1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_customer_ip` FROM `ps_customer_ip` WHERE `id_customer` = 0 LIMIT 1
1.1 1 /modules/shoppingfluxexport/shoppingfluxexport.php:1696
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
1 1 /Adapter/Adapter_EntityMapper.php:61
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d2381556b07e551d86eb081f5996369',"blockbestsellers-col|2|2|8","", FROM_UNIXTIME(1749478208))
1 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
1 3 /classes/Currency.php:470
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "paypal" LIMIT 1
1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE b.`id_blocklink`, b.`url`, b.`new_window`
FROM `ps_blocklink` b
1 1 /modules/blocklink/blocklink.php:185
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 2) LIMIT 1
0.9 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC
0.9 122 Yes /classes/Country.php:137
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.9 1 /classes/module/Module.php:2141
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.9 1 Yes /classes/shop/Shop.php:663
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.9 1 /classes/SmartyCustom.php:142
SELECT SQL_NO_CACHE IFNULL(left_column, default_left_column) as left_column, IFNULL(right_column, default_right_column) as right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON (t.id_theme = tm.id_theme)
LEFT JOIN ps_meta m ON (m.id_meta = tm.id_meta)
WHERE t.id_theme =3 AND m.page = "cms" LIMIT 1
0.8 1 /classes/Theme.php:275
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ebay" LIMIT 1
0.8 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m
0.8 121 /classes/module/Module.php:277
UPDATE `ps_customer_ip` SET `ip` = '216.73.216.7' WHERE `id_customer` = 0
0.8 1 /modules/shoppingfluxexport/shoppingfluxexport.php:1698
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.8 1 /classes/shop/Shop.php:202
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab`
0.7 131 /classes/Tab.php:296
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.7 86 /classes/Hook.php:187
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.7 6 /Adapter/Adapter_EntityMapper.php:68
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e5f47bf1ce19639af3f6de27307301a2',"blocknewproducts|20250609|2|2|8","", FROM_UNIXTIME(1749478208))
0.7 1 /classes/SmartyCustom.php:263
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
0.7 0 /classes/Hook.php:131
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 2
0.6 5 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE ec.`name`, ec.`value`
FROM `ps_ebay_configuration` ec
WHERE ec.`id_ebay_profile`= 1
0.6 1 /modules/ebay/classes/EbayProfile.php:157
SELECT SQL_NO_CACHE ec.`name`, ec.`value`
FROM `ps_ebay_configuration` ec
WHERE ec.`id_ebay_profile`= 1
0.6 1 /modules/ebay/classes/EbayProfile.php:157
SELECT SQL_NO_CACHE l.`id_lang`, c.`link_rewrite`
FROM `ps_cms_lang` AS c
LEFT JOIN  `ps_lang` AS l ON c.`id_lang` = l.`id_lang`
WHERE c.`id_cms` = 5
AND l.`active` = 1
0.6 30 /classes/CMS.php:240
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC
0.5 3 Yes /classes/Currency.php:231
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "fianetsceau" LIMIT 1
0.4 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.4 1 /classes/shop/ShopUrl.php:169
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 2
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC
0.4 35 Yes /modules/themeconfigurator/themeconfigurator.php:375
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 2
AND hook = 'right' AND active = 1
ORDER BY item_order ASC
0.4 35 Yes /modules/themeconfigurator/themeconfigurator.php:375
SELECT SQL_NO_CACHE `meta_title`, `meta_description`, `meta_keywords`
FROM `ps_cms_lang`
WHERE id_lang = 2
AND id_cms = 5 AND id_shop = 1 LIMIT 1
0.4 1 /classes/Meta.php:393
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.4 5 /classes/Language.php:892
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='6a21199759e64025fecc59044af59ba0' AND cache_id="blockcategories|2|2|8|1|2" AND compile_id="" LIMIT 1
0.4 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`='a79dec395c070f8acca11ab5515e055d' AND cache_id="blockmanufacturer|2|2|8" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='2da4bb70782bdc2b94c560564786ac52' AND cache_id="blocksocial|2|2|8" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 102 AND `id_shop` = 1 LIMIT 1
0.4 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='642de90e2b778fb66a01ae1dff209fde' AND cache_id="blocksearch-top|2|2|8" AND compile_id="" LIMIT 1
0.4 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`='7d2381556b07e551d86eb081f5996369' AND cache_id="blockbestsellers-col|2|2|8" AND compile_id="" LIMIT 1
0.4 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`='1e4d4ae5e395f61f1a77a817e3c94d76' AND cache_id="blockcontact|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 2
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='e5f47bf1ce19639af3f6de27307301a2' AND cache_id="blocknewproducts|20250609|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('e5f47bf1ce19639af3f6de27307301a2',"blocknewproducts|20250609|2|2|8","", FROM_UNIXTIME(1749478208))
0.3 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE id_shop
FROM `ps_cms_shop`
WHERE `id_cms` = 5
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1
0.3 1 /classes/Image.php:471
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 148 AND `id_shop` = 1 LIMIT 1
0.3 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 3) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='93c3c57dd05547d47edbffe0379a515f' AND cache_id="blockcms|2|2|2|8" AND compile_id="" LIMIT 1
0.3 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`='d9c7f3d50191bc8f71491273adb1bd14' AND cache_id="blockcontactinfos|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE version FROM `ps_module` WHERE name = 'paypal' LIMIT 1
0.3 1 /modules/paypal/paypal.php:326
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d73a32b8856ce7221f36afd3d6965b2a' AND cache_id="blockmyaccountfooter|2|2|8" AND compile_id="" LIMIT 1
0.3 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`='4adf530ed36b8542ef0cb7e9a957b0f6' AND cache_id="blockcategories|2|2|8|2" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.3 1 /classes/shop/Shop.php:1067
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'medium_default' LIMIT 1
0.3 1 /classes/Image.php:471
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.2 1 /classes/Image.php:471
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1458
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('7d2381556b07e551d86eb081f5996369',"blockbestsellers-col|2|2|8","", FROM_UNIXTIME(1749478208))
0.2 1 /classes/SmartyCustom.php:263

Doubles

2
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
2
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"blockbestsellers-col|XX|XX|XX","", FROM_UNIXTIME(XX))
2
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"blocknewproducts|XX|XX|XX|XX","", FROM_UNIXTIME(XX))
2
SELECT ec.`name`, ec.`value`
				FROM `ps_ebay_configuration` ec
				WHERE ec.`id_ebay_profile`= XX

Tables stress

12 smarty_lazy_cache
7 module
5 module_shop
4 shop_url
4 currency_shop
4 image_type
4 shop
4 lang_shop
4 lang
3 themeconfigurator
3 currency
3 cms_lang
3 country
3 hook
3 theme
3 country_shop
3 country_lang
2 hook_alias
2 meta
2 smarty_last_flush
2 cms_shop
2 shop_group
2 group_shop
2 ebay_configuration
2 configuration
1 image_shop
1 product
1 product_shop
1 product_lang
1 category_product
1 image_lang
1 manufacturer
1 product_attribute_shop
1 stock_available
1 category_lang
1 category_group
1 cms_category
1 cms_category_lang
1 category_shop
1 tab
1 category
1 blocklink
1 customer_ip
1 state
1 zone
1 ebay_profile
1 hook_module_exceptions
1 group_lang
1 group
1 cms
1 theme_meta
1 meta_lang
1 module_group
1 hook_module
1 configuration_lang
1 cms_category_shop

ObjectModel instances

NameInstancesSource
Country 5 /config/config.inc.php [142]
/classes/controller/FrontController.php [279]
/modules/ebay/classes/EbayCountrySpec.php [508]
/modules/shoppingfluxexport/shoppingfluxexport.php [57]
/modules/paypal/paypal.php [118]
Language 2 /config/config.inc.php [195]
/classes/Tools.php [500]
CMS 2 /controllers/front/CmsController.php [56]
/classes/Link.php [265]
Cart 2 /classes/controller/FrontController.php [348]
/modules/paypal/paypal.php [150]
CMSCategory 2 /controllers/front/CmsController.php [106]
/classes/Tools.php [1356]
Shop 1 /config/config.inc.php [114]
Theme 1 /config/config.inc.php [115]
ShopGroup 1 /classes/shop/Shop.php [518]
Customer 1 /config/config.inc.php [221]
Currency 1 /classes/Tools.php [617]
Group 1 /classes/Cart.php [184]
EbayProfile 1 /modules/ebay/ebay.php [214]
Category 1 /modules/blockcategories/blockcategories.php [200]

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/Configuration.php
22/classes/Validate.php
23/classes/cache/Cache.php
24/Adapter/Adapter_EntityMapper.php
25/classes/db/DbQuery.php
26/classes/Theme.php
27/config/defines_uri.inc.php
28/tools/htmlpurifier/HTMLPurifier.standalone.php
29/classes/Language.php
30/classes/Country.php
31/classes/PrestaShopCollection.php
32/classes/shop/ShopGroup.php
33/classes/Cookie.php
34/classes/Rijndael.php
35/config/smarty.config.inc.php
36/tools/smarty/Smarty.class.php
37/tools/smarty/sysplugins/smarty_internal_data.php
38/tools/smarty/sysplugins/smarty_internal_templatebase.php
39/tools/smarty/sysplugins/smarty_internal_template.php
40/tools/smarty/sysplugins/smarty_resource.php
41/tools/smarty/sysplugins/smarty_internal_resource_file.php
42/tools/smarty/sysplugins/smarty_cacheresource.php
43/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
44/classes/SmartyCustom.php
45/config/smartyfront.config.inc.php
46/classes/Customer.php
47/classes/Group.php
48/classes/Link.php
49/classes/shop/ShopUrl.php
50/classes/Dispatcher.php
51/classes/Hook.php
52/tools/mobile_Detect/Mobile_Detect.php
53/config/db_slave_server.inc.php
54/classes/module/Module.php
55/controllers/front/CmsController.php
56/classes/controller/FrontController.php
57/classes/CMS.php
58/themes/default-bootstrap/lang/fr.php
59/classes/Currency.php
60/classes/Cart.php
61/classes/CartRule.php
62/classes/Meta.php
63/classes/Product.php
64/classes/webservice/WebserviceRequest.php
65/classes/Tab.php
66/classes/Media.php
67/modules/blockpaymentlogo/blockpaymentlogo.php
68/classes/Translate.php
69/modules/blockpaymentlogo/translations/fr.php
70/modules/blockpermanentlinks/blockpermanentlinks.php
71/modules/blockpermanentlinks/translations/fr.php
72/modules/blockviewed/blockviewed.php
73/modules/blockviewed/translations/fr.php
74/modules/editorial/editorial.php
75/modules/editorial/translations/fr.php
76/modules/editorial/EditorialClass.php
77/modules/blockuserinfo/blockuserinfo.php
78/modules/blockuserinfo/translations/fr.php
79/modules/blocklanguages/blocklanguages.php
80/modules/blocklanguages/translations/fr.php
81/modules/blockspecials/blockspecials.php
82/modules/blockspecials/translations/fr.php
83/modules/blockcms/blockcms.php
84/modules/blockcms/BlockCMSModel.php
85/modules/blockcms/translations/fr.php
86/modules/productscategory/productscategory.php
87/modules/productscategory/translations/fr.php
88/modules/ebay/ebay.php
89/modules/ebay/classes/EbayRequest.php
90/modules/ebay/classes/EbayCountrySpec.php
91/modules/ebay/classes/EbayCategory.php
92/modules/ebay/classes/EbayCategoryConfiguration.php
93/modules/ebay/classes/EbayDeliveryTimeOptions.php
94/modules/ebay/classes/EbayOrder.php
95/modules/ebay/classes/EbayProduct.php
96/modules/ebay/classes/EbayReturnsPolicy.php
97/modules/ebay/classes/EbayShipping.php
98/modules/ebay/classes/EbayShippingLocation.php
99/modules/ebay/classes/EbayShippingService.php
100/modules/ebay/classes/EbayShippingZoneExcluded.php
101/modules/ebay/classes/EbayShippingInternationalZone.php
102/modules/ebay/classes/EbaySynchronizer.php
103/modules/ebay/classes/EbayConfiguration.php
104/modules/ebay/classes/EbayPayment.php
105/classes/PaymentModule.php
106/modules/ebay/classes/EbayCategoryConditionConfiguration.php
107/modules/ebay/classes/EbayCategorySpecific.php
108/modules/ebay/classes/EbayCategorySpecificValue.php
109/modules/ebay/classes/EbayProductConfiguration.php
110/modules/ebay/classes/EbayProductImage.php
111/modules/ebay/classes/EbayProfile.php
112/modules/ebay/classes/EbayReturnsPolicyConfiguration.php
113/modules/ebay/classes/EbayProductModified.php
114/modules/ebay/classes/EbayLog.php
115/modules/ebay/classes/EbayLoadLogs.php
116/modules/ebay/classes/EbayApiLog.php
117/modules/ebay/classes/EbayOrderLog.php
118/modules/ebay/classes/EbayStat.php
119/modules/ebay/classes/TotFormat.php
120/modules/ebay/classes/EbayValidatorTab.php
121/modules/ebay/classes/TotCompatibility.php
122/modules/ebay/classes/EbayProductTemplate.php
123/modules/ebay/classes/EbayStoreCategory.php
124/modules/ebay/classes/EbayStoreCategoryConfiguration.php
125/modules/ebay/classes/tabs/EbayTab.php
126/modules/ebay/classes/tabs/EbayFormParametersTab.php
127/modules/ebay/classes/tabs/EbayFormAdvancedParametersTab.php
128/modules/ebay/classes/tabs/EbayFormCategoryTab.php
129/modules/ebay/classes/tabs/EbayFormItemsSpecificsTab.php
130/modules/ebay/classes/tabs/EbayFormShippingTab.php
131/modules/ebay/classes/tabs/EbayFormTemplateManagerTab.php
132/modules/ebay/classes/tabs/EbayFormEbaySyncTab.php
133/modules/ebay/classes/tabs/EbayOrderHistoryTab.php
134/modules/ebay/classes/tabs/EbayHelpTab.php
135/modules/ebay/classes/tabs/EbayListingsTab.php
136/modules/ebay/classes/tabs/EbayFormStoreCategoryTab.php
137/modules/ebay/classes/tabs/EbayApiLogsTab.php
138/modules/ebay/classes/tabs/EbayOrderLogsTab.php
139/modules/ebay/classes/tabs/EbayOrdersSyncTab.php
140/modules/ebay/classes/tabs/EbayOrdersReturnsSyncTab.php
141/modules/ebay/classes/tabs/EbayPrestashopProductsTab.php
142/modules/ebay/classes/tabs/EbayOrphanListingsTab.php
143/modules/ebay/classes/tabs/EbayFormBusinessPoliciesTab.php
144/modules/ebay/classes/tabs/EbayOrderReturnsTab.php
145/modules/ebay/classes/EbayAlert.php
146/modules/ebay/classes/EbayOrderErrors.php
147/modules/ebay/classes/EbayDbValidator.php
148/modules/ebay/classes/EbayKb.php
149/modules/ebay/classes/EbayLogger.php
150/modules/ebay/classes/EbayBussinesPolicies.php
151/modules/ebay/backward_compatibility/backward.php
152/modules/ebay/backward_compatibility/Display.php
153/modules/ebay/translations/fr.php
154/modules/ebay/fr.php
155/modules/blocknewsletter/blocknewsletter.php
156/modules/blocknewsletter/translations/fr.php
157/modules/ganalytics/ganalytics.php
158/modules/ganalytics/translations/fr.php
159/modules/ganalytics/fr.php
160/modules/blockbestsellers/blockbestsellers.php
161/modules/blockbestsellers/translations/fr.php
162/modules/blockmanufacturer/blockmanufacturer.php
163/modules/blockmanufacturer/translations/fr.php
164/modules/blocknewproducts/blocknewproducts.php
165/modules/blocknewproducts/translations/fr.php
166/modules/crossselling/crossselling.php
167/modules/crossselling/translations/fr.php
168/modules/blocksearch/blocksearch.php
169/modules/blocksearch/translations/fr.php
170/modules/fianetsceau/fianetsceau.php
171/modules/fianetsceau/lib/includes/includes.inc.php
172/modules/fianetsceau/lib/includes/functions.inc.php
173/modules/fianetsceau/lib/kernel/includes.inc.php
174/modules/fianetsceau/lib/kernel/SceauMother.class.php
175/modules/fianetsceau/lib/kernel/SceauLogger.class.php
176/modules/fianetsceau/lib/kernel/SceauDOMDocument.class.php
177/modules/fianetsceau/lib/kernel/SceauXMLElement.class.php
178/modules/fianetsceau/lib/kernel/SceauSocket.class.php
179/modules/fianetsceau/lib/kernel/SceauService.class.php
180/modules/fianetsceau/lib/common/includes.inc.php
181/modules/fianetsceau/lib/common/SceauControl.class.php
182/modules/fianetsceau/lib/common/SceauCustomer.class.php
183/modules/fianetsceau/lib/common/SceauAddress.class.php
184/modules/fianetsceau/lib/common/SceauOrderDetails.class.php
185/modules/fianetsceau/lib/common/SceauProduct.class.php
186/modules/fianetsceau/lib/common/SceauOrderProducts.class.php
187/modules/fianetsceau/lib/sceau/includes.inc.php
188/modules/fianetsceau/lib/sceau/lib/Sceau.class.php
189/modules/fianetsceau/lib/sceau/lib/SceauSendratingResponse.class.php
190/modules/fianetsceau/lib/sceau/lib/SceauSendratingCommentsResponse.class.php
191/modules/fianetsceau/lib/sceau/lib/SceauSendratingCommentsResponseResult.class.php
192/modules/fianetsceau/lib/includes/fianetcategories.inc.php
193/modules/fianetsceau/translations/fr.php
194/modules/fianetsceau/fr.php
195/modules/blockcart/blockcart.php
196/modules/blockcart/translations/fr.php
197/modules/blockmyaccount/blockmyaccount.php
198/modules/blockmyaccount/translations/fr.php
199/modules/themeconfigurator/themeconfigurator.php
200/modules/themeconfigurator/translations/fr.php
201/modules/blockcontactinfos/blockcontactinfos.php
202/modules/blockcontactinfos/translations/fr.php
203/modules/blockcontact/blockcontact.php
204/modules/blockcontact/translations/fr.php
205/modules/blocksocial/blocksocial.php
206/modules/blocksocial/translations/fr.php
207/modules/blocklink/blocklink.php
208/modules/blockmyaccountfooter/blockmyaccountfooter.php
209/modules/blockmyaccountfooter/translations/fr.php
210/modules/homefeatured/homefeatured.php
211/modules/homefeatured/translations/fr.php
212/modules/blockfacebook/blockfacebook.php
213/modules/blockfacebook/translations/fr.php
214/modules/sendinblue/sendinblue.php
215/modules/sendinblue/Psmailin.php
216/modules/sendinblue/config.php
217/modules/sendinblue/fr.php
218/modules/sendinblue/backward_compatibility/backward.php
219/modules/socialsharing/socialsharing.php
220/modules/socialsharing/translations/fr.php
221/modules/blockcategories/blockcategories.php
222/modules/blockcategories/translations/fr.php
223/cache/smarty/compile/43/df/49/43df49761537514da30253bb2dc720bb77fd459c.file.blocklanguages.tpl.php
224/tools/smarty/plugins/modifier.regex_replace.php
225/cache/smarty/cache/blockpermanentlinks_header/2/2/8/2b/c4/77/2bc477cbb7322f7052f37d2112a5467c9f23bb5a.blockpermanentlinks-header.tpl.php
226/cache/smarty/compile/7e/9d/e3/7e9de34d6298ab08804f79c43d493fbebaabc0c8.file.blockuserinfo.tpl.php
227/modules/sekeywords/sekeywords.php
228/classes/module/ModuleGraph.php
229/modules/sekeywords/translations/fr.php
230/cache/smarty/cache/blocksearch_top/2/2/8/55/91/90/55919090f36b5f4eb7c777c4985e96c64aef602b.blocksearch-top.tpl.php
231/modules/shoppingfluxexport/shoppingfluxexport.php
232/modules/shoppingfluxexport/sfpayment.php
233/modules/shoppingfluxexport/fr.php
234/modules/paypal/paypal.php
235/modules/paypal/api/paypal_lib.php
236/modules/paypal/api/paypal_connect.php
237/modules/paypal/api/CallApiPaypalPlus.php
238/modules/paypal/api/ApiPaypalPlus.php
239/modules/paypal/paypal_logos.php
240/modules/paypal/paypal_orders.php
241/modules/paypal/paypal_tools.php
242/modules/paypal/paypal_login/paypal_login.php
243/modules/paypal/paypal_login/PayPalLoginUser.php
244/modules/paypal/classes/PaypalCapture.php
245/modules/paypal/classes/Services/OrderPrice.php
246/modules/paypal/classes/AuthenticatePaymentMethods.php
247/modules/paypal/classes/PaypalPlusPui.php
248/modules/paypal/classes/Braintree.php
249/modules/paypal/api/sdk/braintree/lib/Braintree.php
250/modules/paypal/api/sdk/braintree/lib/autoload.php
251/modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
252/modules/paypal/classes/InstallmentBanner/BannerManager.php
253/modules/paypal/classes/InstallmentBanner/Banner.php
254/modules/paypal/express_checkout/ExpressCheckout.php
255/modules/paypal/smarty/plugins/modifier.paypalreplace.php
256/modules/paypal/translations/fr.php
257/modules/paypal/fr.php
258/cache/smarty/cache/blockmanufacturer/2/2/8/e3/a9/cf/e3a9cfeca51bb17fcf606b8e6cd2b4a1d77956cf.blockmanufacturer.tpl.php
259/cache/smarty/compile/0e/b9/86/0eb986ca9b2da0dbb08f58f0fb210a4e3831fe1f.file.blocknewsletter.tpl.php
260/cache/smarty/compile/65/2d/8b/652d8b33efa014586928af339d242bbcb911b78e.file.hook.tpl.php
261/cache/smarty/compile/96/d6/e7/96d6e7f45f275152419bde2ae581276ca44c50a9.file.column.tpl.php
262/classes/Category.php
263/cache/smarty/cache/blockcategories/2/2/8/1/2/d3/fc/ae/d3fcae858df19daa0bc706c8cfc08e5f4b1a2409.blockcategories.tpl.php
264/classes/Combination.php
265/classes/stock/StockAvailable.php
266/classes/Image.php
267/classes/ImageType.php
268/classes/CMSCategory.php
269/cache/smarty/cache/blocksocial/2/2/8/e9/37/27/e937270255d96d80898cc6ff40205b9fbd6a618b.blocksocial.tpl.php
270/cache/smarty/cache/blockcms/2/2/2/8/81/dd/87/81dd87d6acbe8b07dd84f5fc6dd90038f225089d.blockcms.tpl.php
271/cache/smarty/cache/blockmyaccountfooter/2/2/8/da/14/c0/da14c091798814da0f22acd7fe062891fa72dec7.blockmyaccountfooter.tpl.php
272/cache/smarty/cache/blockcontactinfos/2/2/8/1b/70/7b/1b707b677ec7cc6399f9114bf17650333de79d2f.blockcontactinfos.tpl.php
273/cache/smarty/cache/blockcategories/2/2/8/2/ff/6c/85/ff6c85269188b70cb1fd770f7d65d3e663473375.blockcategories_footer.tpl.php
274/cache/smarty/compile/2b/09/51/2b09510123349453f545743115c046cfa9974a64.file.cms.tpl.php
275/cache/smarty/compile/38/c1/f2/38c1f276af24f1be0e885bc0ded24deb6e3b368b.file.layout.tpl.php
276/cache/smarty/compile/48/97/df/4897df0699e0d8cec3595fa467a6b5918a7a92fe.file.header.tpl.php
277/tools/smarty/plugins/function.implode.php
278/cache/smarty/cache/blockcontact/2/2/8/1a/66/51/1a6651cd5ee542248fef20d841c6d5190955acf6.nav.tpl.php
279/cache/smarty/compile/d8/9c/74/d89c74ff58aa7e72533092ca91408c358dd66001.file.breadcrumb.tpl.php
280/tools/smarty/plugins/modifier.replace.php
281/cache/smarty/compile/c3/81/89/c3818935cc05ce1a6f4cd45617403dfc1053c574.file.footer.tpl.php
282/cache/smarty/compile/04/cc/2a/04cc2af8e07cc1d071b99f55f765728ef02be282.file.global.tpl.php
283/cache/smarty/compile/16/36/99/16369977bc610db2c1a20a1b951643a85ace5efb.file.javascript.tpl.php
284/tools/smarty/plugins/shared.mb_str_replace.php