Fabricants

Aucun fabricant

Lettre d'informations

PayPal

Load Time139 ms - Unicorn powered webserver!
Querying Time46 ms
Queries74
Memory Peak Usage4.2 Mb
Included Files287 files - 4.95 Mb
PrestaShop Cache0.30 Mb
Global vars0.76 Mb
PrestaShop Version1.6.1.24
PHP Version7.3.33 (OK)
MySQL Version8.0.43-34 (OK)
Memory Limit512M
Max Execution Time165s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 28 ms 28 ms 1.91 Mb 1.94 Mb
__construct 0 ms 28 ms - Mb 1.94 Mb
init 5 ms 34 ms 0.45 Mb 2.37 Mb
checkAccess 0 ms 34 ms - Mb 2.37 Mb
setMedia 0 ms 34 ms - Mb 2.39 Mb
postProcess 0 ms 34 ms - Mb 2.39 Mb
initHeader 0 ms 34 ms - Mb 2.39 Mb
initContent 91 ms 125 ms 1.71 Mb 4.07 Mb
initFooter 11 ms 136 ms 0.02 Mb 4.12 Mb
display 3 ms 139 ms 0.08 Mb 4.22 Mb
Hook Time Memory Usage
__construct 14 ms - Mb
hookrightcolumn 5 ms - Mb
hookleftcolumn 3 ms - Mb
hooktop 3 ms - Mb
hookfooter 2 ms - Mb
hookdisplayTop 1 ms - Mb
hookdisplayHeader 1 ms - Mb
hookdisplayLeftColumn 1 ms - Mb
hookheader 1 ms - Mb
hookdisplayFooter 1 ms - Mb
hookdisplayNav 1 ms - Mb
hookdisplayRightColumn 0 ms - Mb
hookdisplayTopColumn - ms - Mb
13 hooks 34 ms - Mb
Module Time Memory Usage
blocknewproducts 5 ms - Mb
ebay 4 ms - Mb
blocknewsletter 3 ms - Mb
blockcategories 2 ms - Mb
paypal 2 ms - Mb
themeconfigurator 2 ms - Mb
blockpermanentlinks 2 ms - Mb
blocklanguages 2 ms - Mb
fianetsceau 1 ms - Mb
shoppingfluxexport 1 ms - Mb
sendinblue 1 ms - Mb
blocksearch 1 ms - Mb
blockcms 1 ms - Mb
blockbestsellers 1 ms - Mb
blockmanufacturer 1 ms - Mb
blockcontact 1 ms - Mb
blockmyaccountfooter 1 ms - Mb
blocksocial 1 ms - Mb
blockpaymentlogo 1 ms - Mb
blockcontactinfos 1 ms - Mb
blocklink 1 ms - Mb
homefeatured 0 ms - Mb
blockmyaccount 0 ms - Mb
blockcart 0 ms - Mb
blockuserinfo 0 ms - Mb
ganalytics 0 ms - Mb
productscategory 0 ms - Mb
editorial 0 ms - Mb
sekeywords 0 ms - Mb
blockfacebook 0 ms - Mb
crossselling 0 ms - Mb
blockspecials 0 ms - Mb
socialsharing 0 ms - Mb
blockviewed 0 ms - Mb
34 modules 34 ms - Mb

Stopwatch SQL - 74 queries

Query Time (ms) Rows Filesort Group By Location
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
11.2 180 Yes /classes/Dispatcher.php:452
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-12-27" 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-12-27") 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
2.5 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`
2.2 1044 Yes Yes /classes/Hook.php:355
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.7 3232 /classes/Configuration.php:148
SELECT SQL_NO_CACHE *
FROM `ps_cms` c
INNER JOIN `ps_cms_lang` l ON c.id_cms = l.id_cms AND l.id_lang = 2 AND l.id_shop = 1
INNER JOIN `ps_cms_shop` cs ON c.id_cms = cs.id_cms AND cs.id_shop = 1
WHERE (c.active = 1) AND (c.id_cms_category = 1)
ORDER BY position
1.7 6 Yes /classes/CMS.php:229
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
1.3 732 Yes /classes/Country.php:130
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 1 Yes /classes/shop/Shop.php:334
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
0.9 1 /Adapter/Adapter_EntityMapper.php:61
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
0.7 1 /Adapter/Adapter_EntityMapper.php:61
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_cms_category` c
LEFT JOIN `ps_cms_category_lang` cl ON (c.`id_cms_category` = cl.`id_cms_category` AND `id_lang` = 2)
WHERE `id_parent` = 1
AND `active` = 1
GROUP BY c.`id_cms_category`
ORDER BY `name` ASC
0.7 6 Yes Yes /classes/CMSCategory.php:381
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_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
0.6 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.6 1 /classes/SmartyCustom.php:95
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.6 5 /classes/Language.php:777
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.6 1 Yes /classes/shop/Shop.php:663
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.6 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC
0.5 122 Yes /classes/Country.php:137
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.5 17 /classes/ImageType.php:143
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
0.5 35 Yes /modules/themeconfigurator/themeconfigurator.php:375
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.5 1 /classes/Theme.php:275
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.5 1 /classes/shop/Shop.php:202
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.5 121 /classes/module/Module.php:277
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.5 86 /classes/Hook.php:187
UPDATE `ps_customer_ip` SET `ip` = '216.73.216.126' WHERE `id_customer` = 0
0.5 1 /modules/shoppingfluxexport/shoppingfluxexport.php:1698
SELECT SQL_NO_CACHE *
FROM `ps_ebay_profile` a
WHERE (a.`id_ebay_profile` = 1) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.5 1 /classes/module/Module.php:2141
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
0.5 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_customer_ip` FROM `ps_customer_ip` WHERE `id_customer` = 0 LIMIT 1
0.5 1 /modules/shoppingfluxexport/shoppingfluxexport.php:1696
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 2
0.4 5 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE b.`id_blocklink`, b.`url`, b.`new_window`
FROM `ps_blocklink` b
0.4 1 /modules/blocklink/blocklink.php:185
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
0.4 1 /Adapter/Adapter_EntityMapper.php:61
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.3 5 /classes/Language.php:892
SELECT SQL_NO_CACHE l.`id_lang`, c.`link_rewrite`
FROM `ps_cms_category_lang` AS c
LEFT JOIN  `ps_lang` AS l ON c.`id_lang` = l.`id_lang`
WHERE c.`id_cms_category` = 1
AND l.`active` = 1
0.3 30 /classes/CMSCategory.php:656
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.3 35 Yes /modules/themeconfigurator/themeconfigurator.php:375
SELECT SQL_NO_CACHE ec.`name`, ec.`value`
FROM `ps_ebay_configuration` ec
WHERE ec.`id_ebay_profile`= 1
0.3 1 /modules/ebay/classes/EbayProfile.php:157
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
0.3 3 /classes/Currency.php:470
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.3 3 Yes /classes/Currency.php:231
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ebay" LIMIT 1
0.3 1 /classes/module/Module.php:2568
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.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.3 6 /Adapter/Adapter_EntityMapper.php:68
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.3 35 Yes /modules/themeconfigurator/themeconfigurator.php:375
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|20260111|2|2|8" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "paypal" LIMIT 1
0.3 1 /classes/module/Module.php:2568
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.3 1 /classes/SmartyCustom.php:215
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 ec.`name`, ec.`value`
FROM `ps_ebay_configuration` ec
WHERE ec.`id_ebay_profile`= 1
0.3 1 /modules/ebay/classes/EbayProfile.php:157
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 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 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.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "fianetsceau" LIMIT 1
0.3 1 /classes/module/Module.php:2568
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 id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1458
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 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`='642de90e2b778fb66a01ae1dff209fde' AND cache_id="blocksearch-top|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`='1e4d4ae5e395f61f1a77a817e3c94d76' AND cache_id="blockcontact|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`='a79dec395c070f8acca11ab5515e055d' AND cache_id="blockmanufacturer|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 domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/shop/ShopUrl.php:169
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.3 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.3 1 /classes/module/Module.php:2218
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.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sendinblue" LIMIT 1
0.2 1 /classes/module/Module.php:2568
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 *
FROM `ps_theme` a
WHERE (a.`id_theme` = 3) LIMIT 1
0.2 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`='d73a32b8856ce7221f36afd3d6965b2a' AND cache_id="blockmyaccountfooter|2|2|8" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE version FROM `ps_module` WHERE name = 'paypal' LIMIT 1
0.2 1 /modules/paypal/paypal.php:326
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.2 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.2 1 /classes/SmartyCustom.php:142
SELECT SQL_NO_CACHE id_shop
FROM `ps_cms_category_shop`
WHERE `id_cms_category` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE `meta_title`, `meta_description`, `meta_keywords`
FROM `ps_cms_category_lang`
WHERE id_lang = 2
AND id_cms_category = 1 AND id_shop = 1 LIMIT 1
0.2 1 /classes/Meta.php:418
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 2
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 148 AND `id_shop` = 1 LIMIT 1
0.2 1 /classes/module/Module.php:2218

Doubles

2
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT 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 shop
4 currency_shop
4 cms_category_lang
4 image_type
4 lang_shop
4 lang
3 country
3 country_lang
3 currency
3 theme
3 hook
3 themeconfigurator
3 country_shop
2 ebay_configuration
2 hook_alias
2 meta
2 cms_category
2 cms_category_shop
2 configuration
2 smarty_last_flush
2 group_shop
2 shop_group
1 product_lang
1 product_shop
1 image_shop
1 image_lang
1 category_product
1 manufacturer
1 product_attribute_shop
1 stock_available
1 category_shop
1 category_group
1 cms
1 cms_lang
1 product
1 group_lang
1 category_lang
1 category
1 blocklink
1 customer_ip
1 state
1 zone
1 ebay_profile
1 hook_module_exceptions
1 group
1 theme_meta
1 meta_lang
1 module_group
1 hook_module
1 configuration_lang
1 cms_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]
CMSCategory 2 /controllers/front/CmsController.php [58]
/controllers/front/CmsController.php [106]
Cart 2 /classes/controller/FrontController.php [348]
/modules/paypal/paypal.php [150]
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/CMSCategory.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/Media.php
66/modules/blockpaymentlogo/blockpaymentlogo.php
67/classes/Translate.php
68/modules/blockpaymentlogo/translations/fr.php
69/modules/blockpermanentlinks/blockpermanentlinks.php
70/modules/blockpermanentlinks/translations/fr.php
71/modules/blockviewed/blockviewed.php
72/modules/blockviewed/translations/fr.php
73/modules/editorial/editorial.php
74/modules/editorial/translations/fr.php
75/modules/editorial/EditorialClass.php
76/modules/blockuserinfo/blockuserinfo.php
77/modules/blockuserinfo/translations/fr.php
78/modules/blocklanguages/blocklanguages.php
79/modules/blocklanguages/translations/fr.php
80/modules/blockspecials/blockspecials.php
81/modules/blockspecials/translations/fr.php
82/modules/blockcms/blockcms.php
83/modules/blockcms/BlockCMSModel.php
84/modules/blockcms/translations/fr.php
85/modules/productscategory/productscategory.php
86/modules/productscategory/translations/fr.php
87/modules/ebay/ebay.php
88/modules/ebay/classes/EbayRequest.php
89/modules/ebay/classes/EbayCountrySpec.php
90/modules/ebay/classes/EbayCategory.php
91/modules/ebay/classes/EbayCategoryConfiguration.php
92/modules/ebay/classes/EbayDeliveryTimeOptions.php
93/modules/ebay/classes/EbayOrder.php
94/modules/ebay/classes/EbayProduct.php
95/modules/ebay/classes/EbayReturnsPolicy.php
96/modules/ebay/classes/EbayShipping.php
97/modules/ebay/classes/EbayShippingLocation.php
98/modules/ebay/classes/EbayShippingService.php
99/modules/ebay/classes/EbayShippingZoneExcluded.php
100/modules/ebay/classes/EbayShippingInternationalZone.php
101/modules/ebay/classes/EbaySynchronizer.php
102/modules/ebay/classes/EbayConfiguration.php
103/modules/ebay/classes/EbayPayment.php
104/classes/PaymentModule.php
105/modules/ebay/classes/EbayCategoryConditionConfiguration.php
106/modules/ebay/classes/EbayCategorySpecific.php
107/modules/ebay/classes/EbayCategorySpecificValue.php
108/modules/ebay/classes/EbayProductConfiguration.php
109/modules/ebay/classes/EbayProductImage.php
110/modules/ebay/classes/EbayProfile.php
111/modules/ebay/classes/EbayReturnsPolicyConfiguration.php
112/modules/ebay/classes/EbayProductModified.php
113/modules/ebay/classes/EbayLog.php
114/modules/ebay/classes/EbayLoadLogs.php
115/modules/ebay/classes/EbayApiLog.php
116/modules/ebay/classes/EbayOrderLog.php
117/modules/ebay/classes/EbayStat.php
118/modules/ebay/classes/TotFormat.php
119/modules/ebay/classes/EbayValidatorTab.php
120/modules/ebay/classes/TotCompatibility.php
121/modules/ebay/classes/EbayProductTemplate.php
122/modules/ebay/classes/EbayStoreCategory.php
123/modules/ebay/classes/EbayStoreCategoryConfiguration.php
124/modules/ebay/classes/tabs/EbayTab.php
125/modules/ebay/classes/tabs/EbayFormParametersTab.php
126/modules/ebay/classes/tabs/EbayFormAdvancedParametersTab.php
127/modules/ebay/classes/tabs/EbayFormCategoryTab.php
128/modules/ebay/classes/tabs/EbayFormItemsSpecificsTab.php
129/modules/ebay/classes/tabs/EbayFormShippingTab.php
130/modules/ebay/classes/tabs/EbayFormTemplateManagerTab.php
131/modules/ebay/classes/tabs/EbayFormEbaySyncTab.php
132/modules/ebay/classes/tabs/EbayOrderHistoryTab.php
133/modules/ebay/classes/tabs/EbayHelpTab.php
134/modules/ebay/classes/tabs/EbayListingsTab.php
135/modules/ebay/classes/tabs/EbayFormStoreCategoryTab.php
136/modules/ebay/classes/tabs/EbayApiLogsTab.php
137/modules/ebay/classes/tabs/EbayOrderLogsTab.php
138/modules/ebay/classes/tabs/EbayOrdersSyncTab.php
139/modules/ebay/classes/tabs/EbayOrdersReturnsSyncTab.php
140/modules/ebay/classes/tabs/EbayPrestashopProductsTab.php
141/modules/ebay/classes/tabs/EbayOrphanListingsTab.php
142/modules/ebay/classes/tabs/EbayFormBusinessPoliciesTab.php
143/modules/ebay/classes/tabs/EbayOrderReturnsTab.php
144/modules/ebay/classes/EbayAlert.php
145/modules/ebay/classes/EbayOrderErrors.php
146/modules/ebay/classes/EbayDbValidator.php
147/modules/ebay/classes/EbayKb.php
148/modules/ebay/classes/EbayLogger.php
149/modules/ebay/classes/EbayBussinesPolicies.php
150/modules/ebay/backward_compatibility/backward.php
151/modules/ebay/backward_compatibility/Display.php
152/modules/ebay/translations/fr.php
153/modules/ebay/fr.php
154/modules/blocknewsletter/blocknewsletter.php
155/modules/blocknewsletter/translations/fr.php
156/modules/ganalytics/ganalytics.php
157/modules/ganalytics/translations/fr.php
158/modules/ganalytics/fr.php
159/modules/blockbestsellers/blockbestsellers.php
160/modules/blockbestsellers/translations/fr.php
161/modules/blockmanufacturer/blockmanufacturer.php
162/modules/blockmanufacturer/translations/fr.php
163/modules/blocknewproducts/blocknewproducts.php
164/modules/blocknewproducts/translations/fr.php
165/modules/crossselling/crossselling.php
166/modules/crossselling/translations/fr.php
167/modules/blocksearch/blocksearch.php
168/modules/blocksearch/translations/fr.php
169/modules/fianetsceau/fianetsceau.php
170/modules/fianetsceau/lib/includes/includes.inc.php
171/modules/fianetsceau/lib/includes/functions.inc.php
172/modules/fianetsceau/lib/kernel/includes.inc.php
173/modules/fianetsceau/lib/kernel/SceauMother.class.php
174/modules/fianetsceau/lib/kernel/SceauLogger.class.php
175/modules/fianetsceau/lib/kernel/SceauDOMDocument.class.php
176/modules/fianetsceau/lib/kernel/SceauXMLElement.class.php
177/modules/fianetsceau/lib/kernel/SceauSocket.class.php
178/modules/fianetsceau/lib/kernel/SceauService.class.php
179/modules/fianetsceau/lib/common/includes.inc.php
180/modules/fianetsceau/lib/common/SceauControl.class.php
181/modules/fianetsceau/lib/common/SceauCustomer.class.php
182/modules/fianetsceau/lib/common/SceauAddress.class.php
183/modules/fianetsceau/lib/common/SceauOrderDetails.class.php
184/modules/fianetsceau/lib/common/SceauProduct.class.php
185/modules/fianetsceau/lib/common/SceauOrderProducts.class.php
186/modules/fianetsceau/lib/sceau/includes.inc.php
187/modules/fianetsceau/lib/sceau/lib/Sceau.class.php
188/modules/fianetsceau/lib/sceau/lib/SceauSendratingResponse.class.php
189/modules/fianetsceau/lib/sceau/lib/SceauSendratingCommentsResponse.class.php
190/modules/fianetsceau/lib/sceau/lib/SceauSendratingCommentsResponseResult.class.php
191/modules/fianetsceau/lib/includes/fianetcategories.inc.php
192/modules/fianetsceau/translations/fr.php
193/modules/fianetsceau/fr.php
194/modules/blockcart/blockcart.php
195/modules/blockcart/translations/fr.php
196/modules/blockmyaccount/blockmyaccount.php
197/modules/blockmyaccount/translations/fr.php
198/modules/themeconfigurator/themeconfigurator.php
199/modules/themeconfigurator/translations/fr.php
200/modules/blockcontactinfos/blockcontactinfos.php
201/modules/blockcontactinfos/translations/fr.php
202/modules/blockcontact/blockcontact.php
203/modules/blockcontact/translations/fr.php
204/modules/blocksocial/blocksocial.php
205/modules/blocksocial/translations/fr.php
206/modules/blocklink/blocklink.php
207/modules/blockmyaccountfooter/blockmyaccountfooter.php
208/modules/blockmyaccountfooter/translations/fr.php
209/modules/homefeatured/homefeatured.php
210/modules/homefeatured/translations/fr.php
211/modules/blockfacebook/blockfacebook.php
212/modules/blockfacebook/translations/fr.php
213/modules/sendinblue/sendinblue.php
214/modules/sendinblue/Psmailin.php
215/modules/sendinblue/config.php
216/modules/sendinblue/fr.php
217/modules/sendinblue/backward_compatibility/backward.php
218/modules/socialsharing/socialsharing.php
219/modules/socialsharing/translations/fr.php
220/modules/blockcategories/blockcategories.php
221/modules/blockcategories/translations/fr.php
222/cache/smarty/compile/43/df/49/43df49761537514da30253bb2dc720bb77fd459c.file.blocklanguages.tpl.php
223/tools/smarty/plugins/modifier.regex_replace.php
224/cache/smarty/cache/blockpermanentlinks_header/2/2/8/2b/c4/77/2bc477cbb7322f7052f37d2112a5467c9f23bb5a.blockpermanentlinks-header.tpl.php
225/cache/smarty/compile/7e/9d/e3/7e9de34d6298ab08804f79c43d493fbebaabc0c8.file.blockuserinfo.tpl.php
226/modules/sekeywords/sekeywords.php
227/classes/module/ModuleGraph.php
228/modules/sekeywords/translations/fr.php
229/cache/smarty/cache/blocksearch_top/2/2/8/55/91/90/55919090f36b5f4eb7c777c4985e96c64aef602b.blocksearch-top.tpl.php
230/modules/shoppingfluxexport/shoppingfluxexport.php
231/modules/shoppingfluxexport/sfpayment.php
232/modules/shoppingfluxexport/fr.php
233/modules/paypal/paypal.php
234/modules/paypal/api/paypal_lib.php
235/modules/paypal/api/paypal_connect.php
236/modules/paypal/api/CallApiPaypalPlus.php
237/modules/paypal/api/ApiPaypalPlus.php
238/modules/paypal/paypal_logos.php
239/modules/paypal/paypal_orders.php
240/modules/paypal/paypal_tools.php
241/modules/paypal/paypal_login/paypal_login.php
242/modules/paypal/paypal_login/PayPalLoginUser.php
243/modules/paypal/classes/PaypalCapture.php
244/modules/paypal/classes/Services/OrderPrice.php
245/modules/paypal/classes/AuthenticatePaymentMethods.php
246/modules/paypal/classes/PaypalPlusPui.php
247/modules/paypal/classes/Braintree.php
248/modules/paypal/api/sdk/braintree/lib/Braintree.php
249/modules/paypal/api/sdk/braintree/lib/autoload.php
250/modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
251/modules/paypal/classes/InstallmentBanner/BannerManager.php
252/modules/paypal/classes/InstallmentBanner/Banner.php
253/modules/paypal/express_checkout/ExpressCheckout.php
254/modules/paypal/smarty/plugins/modifier.paypalreplace.php
255/modules/paypal/translations/fr.php
256/modules/paypal/fr.php
257/cache/smarty/cache/blockmanufacturer/2/2/8/e3/a9/cf/e3a9cfeca51bb17fcf606b8e6cd2b4a1d77956cf.blockmanufacturer.tpl.php
258/cache/smarty/compile/0e/b9/86/0eb986ca9b2da0dbb08f58f0fb210a4e3831fe1f.file.blocknewsletter.tpl.php
259/cache/smarty/compile/65/2d/8b/652d8b33efa014586928af339d242bbcb911b78e.file.hook.tpl.php
260/cache/smarty/compile/96/d6/e7/96d6e7f45f275152419bde2ae581276ca44c50a9.file.column.tpl.php
261/classes/Category.php
262/cache/smarty/cache/blockcategories/2/2/8/1/2/d3/fc/ae/d3fcae858df19daa0bc706c8cfc08e5f4b1a2409.blockcategories.tpl.php
263/classes/Combination.php
264/classes/stock/StockAvailable.php
265/classes/Image.php
266/classes/ImageType.php
267/classes/CMS.php
268/cache/smarty/cache/blocksocial/2/2/8/e9/37/27/e937270255d96d80898cc6ff40205b9fbd6a618b.blocksocial.tpl.php
269/cache/smarty/cache/blockcms/2/2/2/8/81/dd/87/81dd87d6acbe8b07dd84f5fc6dd90038f225089d.blockcms.tpl.php
270/cache/smarty/cache/blockmyaccountfooter/2/2/8/da/14/c0/da14c091798814da0f22acd7fe062891fa72dec7.blockmyaccountfooter.tpl.php
271/cache/smarty/cache/blockcontactinfos/2/2/8/1b/70/7b/1b707b677ec7cc6399f9114bf17650333de79d2f.blockcontactinfos.tpl.php
272/cache/smarty/cache/blockcategories/2/2/8/2/ff/6c/85/ff6c85269188b70cb1fd770f7d65d3e663473375.blockcategories_footer.tpl.php
273/cache/smarty/compile/2b/09/51/2b09510123349453f545743115c046cfa9974a64.file.cms.tpl.php
274/cache/smarty/compile/38/c1/f2/38c1f276af24f1be0e885bc0ded24deb6e3b368b.file.layout.tpl.php
275/cache/smarty/compile/48/97/df/4897df0699e0d8cec3595fa467a6b5918a7a92fe.file.header.tpl.php
276/tools/smarty/plugins/function.implode.php
277/cache/smarty/cache/blockcontact/2/2/8/1a/66/51/1a6651cd5ee542248fef20d841c6d5190955acf6.nav.tpl.php
278/cache/smarty/compile/d8/9c/74/d89c74ff58aa7e72533092ca91408c358dd66001.file.breadcrumb.tpl.php
279/tools/smarty/plugins/modifier.replace.php
280/cache/smarty/compile/c3/81/89/c3818935cc05ce1a6f4cd45617403dfc1053c574.file.footer.tpl.php
281/cache/smarty/compile/04/cc/2a/04cc2af8e07cc1d071b99f55f765728ef02be282.file.global.tpl.php
282/cache/smarty/compile/16/36/99/16369977bc610db2c1a20a1b951643a85ace5efb.file.javascript.tpl.php
283/tools/smarty/plugins/shared.mb_str_replace.php