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-06-06" 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-06-06") 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 |
11.2 |
1 |
|
|
/classes/Product.php:2347
/modules/blocknewproducts/blocknewproducts.php:102 /modules/blocknewproducts/blocknewproducts.php:114 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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 |
8.9 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Category.php:137 /modules/blockcategories/blockcategories.php:200 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE b.`id_blocklink`, b.`url`, b.`new_window`
FROM `ps_blocklink` b |
8.5 |
1 |
|
|
/modules/blocklink/blocklink.php:185
/modules/blocklink/blocklink.php:117 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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` |
8 |
1044 |
Yes |
Yes |
/classes/Hook.php:355
/classes/Hook.php:440 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
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`) |
4.9 |
3232 |
|
|
/classes/Configuration.php:148
/classes/Configuration.php:185 /classes/Configuration.php:247 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
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 |
4.6 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Group.php:75 /classes/Group.php:346 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /controllers/front/CmsController.php:66 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
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 |
3.6 |
6 |
Yes |
|
/classes/CMS.php:229
/controllers/front/CmsController.php:133 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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 |
3.4 |
1 |
Yes |
|
/classes/shop/Shop.php:334
/config/config.inc.php:114 /index.php:27
|
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 |
3.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /controllers/front/CmsController.php:58 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
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 |
3.1 |
732 |
Yes |
|
/classes/Country.php:130
/modules/blocknewsletter/blocknewsletter.php:74 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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) |
3 |
5 |
|
|
/classes/Language.php:777
/config/config.inc.php:139 /index.php:27
|
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 |
3 |
180 |
Yes |
|
/classes/Dispatcher.php:452
/classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
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 |
2.7 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:142 /index.php:27
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
2.3 |
1 |
|
|
/classes/module/Module.php:2141
/classes/Hook.php:499 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
2.2 |
122 |
Yes |
|
/classes/Country.php:137
/modules/blocknewsletter/blocknewsletter.php:74 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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 |
2.1 |
1 |
Yes |
|
/classes/shop/Shop.php:663
/classes/shop/Shop.php:717 /classes/Configuration.php:244 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE `id_customer_ip` FROM `ps_customer_ip` WHERE `id_customer` = 0 LIMIT 1 |
2 |
1 |
|
|
/modules/shoppingfluxexport/shoppingfluxexport.php:1696
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1 |
1.9 |
1 |
|
|
/classes/SmartyCustom.php:95
/classes/SmartyCustom.php:118 /classes/module/Module.php:2334 /classes/module/Module.php:2309 /modules/blocklanguages/blocklanguages.php:102 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.8 |
35 |
Yes |
|
/modules/themeconfigurator/themeconfigurator.php:375
/modules/themeconfigurator/themeconfigurator.php:305 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:581 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_ebay_profile` a
WHERE (a.`id_ebay_profile` = 1) LIMIT 1 |
1.7 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/ebay/classes/EbayProfile.php:97 /modules/ebay/classes/EbayProfile.php:449 /modules/ebay/ebay.php:214 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:120 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
UPDATE `ps_customer_ip` SET `ip` = '216.73.216.117' WHERE `id_customer` = 0 |
1.7 |
1 |
|
|
/modules/shoppingfluxexport/shoppingfluxexport.php:1698
/classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.6 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2309 /modules/blockpermanentlinks/blockpermanentlinks.php:60 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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 |
1.6 |
3 |
Yes |
|
/classes/Currency.php:231
/classes/controller/FrontController.php:453 /controllers/front/CmsController.php:66 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
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 |
1.4 |
1 |
|
|
/classes/Theme.php:275
/classes/controller/FrontController.php:147 /classes/controller/Controller.php:134 /classes/Dispatcher.php:359 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
1.4 |
17 |
|
|
/classes/ImageType.php:143
/classes/ImageType.php:174 /modules/blocknewproducts/blocknewproducts.php:118 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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 |
1.3 |
121 |
|
|
/classes/module/Module.php:277
/modules/blockpaymentlogo/blockpaymentlogo.php:41 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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 |
1.3 |
6 |
Yes |
Yes |
/classes/CMSCategory.php:381
/controllers/front/CmsController.php:132 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 2 |
1.1 |
5 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Group.php:75 /classes/Group.php:346 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /controllers/front/CmsController.php:66 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
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 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:103 /classes/Currency.php:451 /classes/Tools.php:617 /classes/controller/FrontController.php:289 /controllers/front/CmsController.php:66 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
1.1 |
86 |
|
|
/classes/Hook.php:187
/classes/Hook.php:209 /classes/Hook.php:381 /classes/Hook.php:440 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='7d2381556b07e551d86eb081f5996369' AND cache_id LIKE "blockbestsellers-col|2|2|8%" |
1 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockbestsellers/blockbestsellers.php:240 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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 |
1 |
0 |
|
|
/classes/Hook.php:131
/classes/Hook.php:445 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
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.9 |
1 |
|
|
/classes/shop/Shop.php:202
/classes/shop/Shop.php:133 /classes/shop/Shop.php:397 /config/config.inc.php:114 /index.php:27
|
DELETE FROM `ps_smarty_lazy_cache`
WHERE template_hash='e5f47bf1ce19639af3f6de27307301a2' AND cache_id LIKE "blocknewproducts|20250621|2|2|8%" |
0.7 |
1 |
|
|
/classes/SmartyCustom.php:295
/classes/SmartyCustom.php:222 /classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blocknewproducts/blocknewproducts.php:111 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.6 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockbestsellers/blockbestsellers.php:240 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.6 |
5 |
|
|
/classes/Language.php:892
/classes/Language.php:992 /classes/Dispatcher.php:391 /classes/Dispatcher.php:217 /classes/Dispatcher.php:193 /index.php:28
|
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.6 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcategories/blockcategories.php:204 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.6 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockmanufacturer/blockmanufacturer.php:77 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:581 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.6 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blocksearch/blocksearch.php:110 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.6 |
1 |
|
|
/classes/shop/Shop.php:1067
/classes/Configuration.php:191 /classes/Configuration.php:247 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'medium_default' LIMIT 1 |
0.6 |
1 |
|
|
/classes/Image.php:471
/modules/blocknewproducts/blocknewproducts.php:118 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/modules/ebay/classes/EbayProfile.php:202 /modules/ebay/ebay.php:796 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/modules/ebay/classes/EbayProfile.php:202 /modules/ebay/ebay.php:220 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:120 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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|20250621|2|2|8" AND compile_id="" LIMIT 1 |
0.5 |
0 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blocknewproducts/blocknewproducts.php:111 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.5 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcategories/blockcategories.php:290 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
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.5 |
3 |
|
|
/classes/Currency.php:470
/classes/Currency.php:479 /classes/module/Module.php:2283 /modules/blockpermanentlinks/blockpermanentlinks.php:60 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.5 |
30 |
|
|
/classes/CMSCategory.php:656
/modules/blocklanguages/blocklanguages.php:78 /modules/blocklanguages/blocklanguages.php:100 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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.5 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockmyaccountfooter/blockmyaccountfooter.php:110 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_cms_category_shop`
WHERE `id_cms_category` = 1
AND id_shop = 1 LIMIT 1 |
0.5 |
1 |
|
|
/classes/ObjectModel.php:1458
/controllers/front/CmsController.php:79 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "paypal" LIMIT 1 |
0.5 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/paypal/paypal.php:138 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "fianetsceau" LIMIT 1 |
0.5 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2217 /modules/fianetsceau/fianetsceau.php:1568 /modules/fianetsceau/fianetsceau.php:166 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ebay" LIMIT 1 |
0.5 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/ebay/ebay.php:191 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:120 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Language.php:90 /config/config.inc.php:195 /index.php:27
|
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
/classes/shop/ShopUrl.php:183 /classes/Tools.php:314 /classes/Link.php:52 /config/config.inc.php:234 /index.php:27
|
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.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/ebay/classes/EbayCountrySpec.php:508 /modules/ebay/ebay.php:220 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:120 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:518 /config/config.inc.php:166 /index.php:27
|
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
/modules/themeconfigurator/themeconfigurator.php:315 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:131 /classes/shop/Shop.php:397 /config/config.inc.php:114 /index.php:27
|
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.4 |
1 |
|
|
/classes/Meta.php:418
/classes/Meta.php:217 /classes/controller/FrontController.php:393 /controllers/front/CmsController.php:66 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
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
/modules/fianetsceau/fianetsceau.php:1568 /modules/fianetsceau/fianetsceau.php:166 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/modules/themeconfigurator/themeconfigurator.php:359 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
0.3 |
6 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/ebay/classes/EbayCountrySpec.php:508 /modules/ebay/ebay.php:220 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:120 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/classes/Tools.php:501 /classes/controller/FrontController.php:241 /controllers/front/CmsController.php:66 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
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
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blocksocial/blocksocial.php:103 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
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
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcontact/blockcontact.php:91 /modules/blockcontact/blockcontact.php:107 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/48/97/df/4897df0699e0d8cec3595fa467a6b5918a7a92fe.file.header.tpl.php:180 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/38/c1/f2/38c1f276af24f1be0e885bc0ded24deb6e3b368b.file.layout.tpl.php:38 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:529 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:142
/classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2309 /modules/blockpermanentlinks/blockpermanentlinks.php:60 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/classes/Group.php:349 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /controllers/front/CmsController.php:66 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 3) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:115 /index.php:27
|
SELECT SQL_NO_CACHE version FROM `ps_module` WHERE name = 'paypal' LIMIT 1 |
0.3 |
1 |
|
|
/modules/paypal/paypal.php:326
/modules/paypal/paypal.php:139 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:580 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/classes/Tools.php:621 /classes/controller/FrontController.php:289 /controllers/front/CmsController.php:66 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Image.php:471
/modules/blocknewproducts/blocknewproducts.php:119 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcontactinfos/blockcontactinfos.php:93 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sendinblue" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2217 /modules/sendinblue/sendinblue.php:904 /modules/sendinblue/sendinblue.php:4408 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockcms/blockcms.php:854 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1 |
0.2 |
1 |
|
|
/classes/Image.php:471
/modules/blockbestsellers/blockbestsellers.php:248 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:582 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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
/modules/sendinblue/sendinblue.php:904 /modules/sendinblue/sendinblue.php:4408 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/CmsController.php:104 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|