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 (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.8 |
220 |
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.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 3
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1.6 |
102 |
Yes |
|
/classes/Category.php:584
/modules/tmsearch/tmsearch.php:473 /modules/tmsearch/tmsearch.php:586 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /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` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
1.4 |
244 |
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/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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`) |
1.2 |
823 |
|
|
/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 s.*, cl.name country, st.iso_code state
FROM ps_store s
INNER JOIN ps_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN ps_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN ps_state st ON (st.id_state = s.id_state)
WHERE s.active = 1 AND cl.id_lang = 3 |
1.1 |
1 |
|
|
/controllers/front/StoresController.php:97
/controllers/front/StoresController.php:266 /tools/profiling/Controller.php:220 /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` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC |
0.7 |
244 |
Yes |
|
/classes/Country.php:130
/modules/tmheaderaccount/tmheaderaccount.php:695 /modules/tmheaderaccount/tmheaderaccount.php:764 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('34ddc602cb33e32d09ccb6ae2ee5f5a7',"tmproductlistgallery|1|1|1|21|0","", FROM_UNIXTIME(1745832244)) |
0.7 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /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 |
0.7 |
125 |
|
|
/classes/module/Module.php:277
/modules/smartblog/smartblog.php:24 :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/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /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 |
0.7 |
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 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.7 |
125 |
|
|
/classes/module/Module.php:277
/modules/socialsharing/socialsharing.php:45 :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/StoresController.php:263 /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 |
0.7 |
125 |
|
|
/classes/module/Module.php:277
/modules/tmsearch/tmsearch.php:46 :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/Dispatcher.php:407 /classes/Dispatcher.php:228 /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`='350b64fdfc7f2b68bc323d7e925f3da3' AND cache_id="tmheaderaccount|1|1|1|21" AND compile_id="" LIMIT 1 |
0.7 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmheaderaccount/tmheaderaccount.php:911 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmheaderaccount/tmheaderaccount.php:800 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 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 |
0.7 |
138 |
Yes |
|
/classes/Dispatcher.php:452
/classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /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 |
0.6 |
125 |
|
|
/classes/module/Module.php:277
/modules/tmcollections/tmcollections.php:47 :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/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
0.6 |
364 |
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/StoresController.php:263 /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 = 'dronesperu.org' OR su.domain_ssl = 'dronesperu.org')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.6 |
1 |
Yes |
|
/classes/shop/Shop.php:334
/config/config.inc.php:114 /index.php:27
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10428761', '18', '308349356', '', '1', '1', '2025-04-28 05:24:04') |
0.6 |
1 |
|
|
/classes/ObjectModel.php:487
/classes/Connection.php:158 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /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 * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.6 |
785 |
|
|
/classes/module/Module.php:2141
/classes/Hook.php:499 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
0.6 |
364 |
Yes |
|
/classes/Country.php:137
/modules/tmheaderaccount/tmheaderaccount.php:695 /modules/tmheaderaccount/tmheaderaccount.php:764 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'en', '0') |
0.5 |
1 |
|
|
/classes/ObjectModel.php:487
/classes/ObjectModel.php:445 /classes/Guest.php:193 /modules/statsdata/statsdata.php:104 /modules/statsdata/statsdata.php:80 /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 tl.`id_unique`, tl.`id_item`
FROM ps_tmmegalayout_items tl
JOIN ps_tmmegalayout t
ON(t.`id_layout`=tl.`id_layout`)
LEFT JOIN ps_tmmegalayout_pages tp
ON(t.`id_layout`=tp.`id_layout`)
WHERE t.`id_shop` = 1
AND (t.`status` = 1 OR tp.`status` = 1) |
0.5 |
384 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutItems.php:114
/modules/tmmegalayout/tmmegalayout.php:1605 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
UPDATE `ps_smarty_lazy_cache`
SET filepath='tmproductlistgallery/1/1/1/21/0/33/f4/cb/33f4cbc9867de1c45f971b67e9afb1f05e8ec3d8.tmproductlistgallery-header.tpl.php'
WHERE `template_hash`='ec7501b53b23ecc88ecaff62e4c9a850' AND cache_id="tmproductlistgallery|1|1|1|21|0" AND compile_id="" |
0.5 |
1 |
|
|
/classes/SmartyCustom.php:183
/classes/SmartyCustom.php:312 /classes/module/Module.php:2309 /modules/tmproductlistgallery/tmproductlistgallery.php:550 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('fae93e843c6ac5056516dce6cb97fabd',"blockpaymentlogo|1|1|1|21","", FROM_UNIXTIME(1745832244)) |
0.5 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockpaymentlogo/blockpaymentlogo.php:93 /modules/blockpaymentlogo/blockpaymentlogo.php:113 /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 l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.5 |
5 |
|
|
/classes/Language.php:777
/config/config.inc.php:139 /index.php:27
|
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` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.5 |
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 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.5 |
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 *
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.4 |
9 |
Yes |
|
/classes/Currency.php:231
/classes/controller/FrontController.php:453 /controllers/front/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 304) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /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.4 |
1 |
|
|
/classes/shop/Shop.php:202
/classes/shop/Shop.php:133 /classes/shop/Shop.php:397 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout_items
WHERE `id_layout` =1 |
0.4 |
384 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutItems.php:90
/modules/tmmegalayout/tmmegalayout.php:599 /modules/tmmegalayout/tmmegalayout.php:1014 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
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 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.4 |
3 |
|
|
/classes/Currency.php:470
/classes/Currency.php:479 /classes/module/Module.php:2283 /modules/tmproductlistgallery/tmproductlistgallery.php:585 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_tmmegalayout_items
WHERE `id_layout` =7 |
0.4 |
384 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutItems.php:90
/modules/tmmegalayout/tmmegalayout.php:599 /modules/tmmegalayout/tmmegalayout.php:1014 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 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
/classes/Language.php:992 /classes/Dispatcher.php:391 /classes/Dispatcher.php:217 /classes/Dispatcher.php:193 /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 =2 AND m.page = "stores" LIMIT 1 |
0.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_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.3 |
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/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
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
/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_tmhtmlcontent`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'top' AND active = 1
ORDER BY item_order ASC |
0.3 |
1 |
Yes |
|
/modules/tmhtmlcontent/tmhtmlcontent.php:214
/modules/tmhtmlcontent/tmhtmlcontent.php:158 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10428761
AND `date_add` > '2025-04-28 04:54:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.3 |
1 |
Yes |
|
/classes/Connection.php:138
/classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /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_country`
FROM `ps_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Country.php:173
/classes/Tools.php:588 /classes/controller/FrontController.php:277 /controllers/front/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Meta.php:149
/classes/Meta.php:234 /classes/Meta.php:221 /classes/controller/FrontController.php:393 /controllers/front/StoresController.php:37 /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`='ec7501b53b23ecc88ecaff62e4c9a850' AND cache_id="tmproductlistgallery|1|1|1|21|0" 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:2309 /modules/tmproductlistgallery/tmproductlistgallery.php:550 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `status`
FROM ps_tmnewsletter
WHERE `id_guest` =0 LIMIT 1 |
0.3 |
8066 |
|
|
/modules/tmnewsletter/tmnewsletter.php:801
/modules/tmnewsletter/tmnewsletter.php:903 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tmc.`id_collection`, tmc.`name`, tmc.`token`
FROM `ps_tmcollections` tmc
WHERE `id_customer` = 0
AND `id_shop` = 1
ORDER BY tmc.`name` ASC |
0.3 |
1 |
Yes |
|
/modules/tmcollections/classes/ClassTmCollections.php:98
/modules/tmcollections/tmcollections.php:355 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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` = 21) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegamenu/tmmegamenu.php:2685 /modules/tmmegamenu/tmmegamenu.php:2801 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'medium_default' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Image.php:471
/controllers/front/StoresController.php:272 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
0.3 |
137 |
|
|
/classes/Tab.php:296
/modules/tmoneclickorder/tmoneclickorder.php:105 :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/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 10428761
AND `date_add` > '2025-04-28 04:54:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.3 |
1 |
Yes |
|
/classes/Connection.php:138
/classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0cb882383628c20c8cbb4a9ee60d0711' AND cache_id="tmsearch|1|1|1|21" 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/tmsearch/tmsearch.php:625 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "stores"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayHeader"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1000 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_gender` a0
LEFT JOIN `ps_gender_lang` `a1` ON (a0.`id_gender` = a1.`id_gender`)
WHERE (a1.`id_lang` = 3) |
0.3 |
2 |
|
|
/classes/PrestaShopCollection.php:358
/classes/PrestaShopCollection.php:397 /cache/smarty/compile/eb/0d/df/eb0ddfae8270ba16e28f40dcd79b67d110fcf193.file.tmheaderaccount-content.tpl.php:205 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c2/ca/6e/c2ca6e86178ea77eced5b7314042bd12e94cef0d.file.tmheaderaccount.tpl.php:43 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /classes/module/Module.php:2309 /modules/tmheaderaccount/tmheaderaccount.php:821 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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='compile' LIMIT 1 |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:95
/classes/SmartyCustom.php:118 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
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` = 1) LIMIT 1 |
0.3 |
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/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
0.3 |
29 |
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 tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "stores"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayFooter"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1000 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
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` = 3) LIMIT 1 |
0.3 |
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 * FROM `ps_image_type` |
0.3 |
17 |
|
|
/classes/ImageType.php:143
/classes/ImageType.php:174 /controllers/front/StoresController.php:272 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_lang`, IF(language_code = 'en-us', 0, LENGTH(language_code)) as found
FROM `ps_lang`
WHERE LEFT(`language_code`,2) = 'en'
ORDER BY found ASC LIMIT 1 |
0.3 |
5 |
Yes |
|
/classes/Language.php:717
/classes/Tools.php:517 /classes/controller/FrontController.php:241 /controllers/front/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_layout`, `layout_name`, `hook_name`, `status`
FROM ps_tmmegalayout
WHERE `id_shop` = 1 |
0.3 |
24 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:124
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21 |
0.3 |
7 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegamenu/tmmegamenu.php:2685 /modules/tmmegamenu/tmmegamenu.php:2801 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/StoresController.php:263 /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`='5014cc155cbe13fff02a1e1264cba4cc' AND cache_id="tmmegamenu|1|1|1|21" 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/tmmegamenu/tmmegamenu.php:2790 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/StoresController.php:263 /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` = 4) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Language.php:90 /classes/Language.php:723 /classes/Tools.php:517 /classes/controller/FrontController.php:241 /controllers/front/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
0.3 |
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
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d45761cce87889c73d7c7cf6a19b7636' AND cache_id="blockbanner|1|1|1|21" 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/blockbanner/blockbanner.php:93 /modules/blockbanner/blockbanner.php:111 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:178 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
0.3 |
29 |
Yes |
|
/modules/themeconfigurator/themeconfigurator.php:375
/modules/themeconfigurator/themeconfigurator.php:359 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmhtmlcontent`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'top' AND active = 1
ORDER BY item_order ASC |
0.3 |
1 |
Yes |
|
/modules/tmhtmlcontent/tmhtmlcontent.php:214
/modules/tmhtmlcontent/tmhtmlcontent.php:158 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 `name`
FROM `ps_country_lang`
WHERE `id_lang` = 3
AND `id_country` = 171 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Country.php:221
/controllers/front/StoresController.php:103 /controllers/front/StoresController.php:266 /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`='34ddc602cb33e32d09ccb6ae2ee5f5a7' AND cache_id="tmproductlistgallery|1|1|1|21|0" 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/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /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`='c8130f1bc696074ac99aae6c8252b037' AND cache_id="blockpermanentlinks-header|1|1|1|21" 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:2309 /modules/blockpermanentlinks/blockpermanentlinks.php:60 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Country.php:173
/classes/Tools.php:588 /modules/tmheaderaccount/tmheaderaccount.php:691 /modules/tmheaderaccount/tmheaderaccount.php:764 /modules/tmheaderaccount/tmheaderaccount.php:806 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_theme` a
WHERE (a.`id_theme` = 2) 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 COUNT(*) n
FROM `ps_module_shop`
WHERE id_module=20 AND id_shop IN (1)
GROUP BY id_module
HAVING n=1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2209
/modules/tmnewsletter/tmnewsletter.php:888 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockpaymentlogo" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.3 |
7 |
|
|
/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/StoresController.php:37 /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`='2cb1c359e6f39b4cb109bbd6f00f3e7e' AND cache_id="blocksocial|1|1|1|21" 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 tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "subpages"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayFooter"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1002 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0830554ae3eeb9e417b37f2ac103c513' AND cache_id="tmheaderaccount|1|1|1|21" 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/tmheaderaccount/tmheaderaccount.php:919 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/eb/0d/df/eb0ddfae8270ba16e28f40dcd79b67d110fcf193.file.tmheaderaccount-content.tpl.php:189 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/c2/ca/6e/c2ca6e86178ea77eced5b7314042bd12e94cef0d.file.tmheaderaccount.tpl.php:43 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /classes/module/Module.php:2309 /modules/tmheaderaccount/tmheaderaccount.php:821 /classes/Hook.php:599 /classes/Hook.php:546 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.3 |
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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='5cc209936b3387cea302cc00a5de8409' AND cache_id="blockcategories|1|1|1|21|1" 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/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
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('34ddc602cb33e32d09ccb6ae2ee5f5a7',"tmproductlistgallery|1|1|1|21|0","", FROM_UNIXTIME(1745832244)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 166) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /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`='fc2d69a81010c39e3d7c01b6e0aaf940' AND cache_id="blockmyaccountfooter|1|1|1|21" 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/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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 163) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'stores' LIMIT 1 |
0.3 |
1 |
|
|
/classes/Page.php:96
/classes/Page.php:52 /classes/Connection.php:150 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 2) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /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` = 3
AND id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1458
/classes/Tools.php:501 /classes/controller/FrontController.php:241 /controllers/front/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
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/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcurrencies" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='4a8525b85f17a4bdb500fb202fd51a2a' AND cache_id="blockcontactinfos|1|1|1|21" 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_page`
FROM `ps_page`
WHERE `id_page_type` = 12 LIMIT 1 |
0.3 |
1 |
|
|
/classes/Page.php:77
/classes/Connection.php:150 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /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 format
FROM `ps_address_format`
WHERE `id_country` = 0 LIMIT 1 |
0.3 |
0 |
|
|
/classes/AddressFormat.php:558
/classes/AddressFormat.php:545 /classes/AddressFormat.php:532 /classes/AddressFormat.php:479 /classes/AddressFormat.php:505 /controllers/front/StoresController.php:109 /controllers/front/StoresController.php:266 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcms" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmhtmlcontent`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC |
0.3 |
1 |
Yes |
|
/modules/tmhtmlcontent/tmhtmlcontent.php:214
/modules/tmhtmlcontent/tmhtmlcontent.php:198 /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_tmmegalayout_items` a
WHERE (a.`id_item` = 1) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 * FROM ps_whatsapp_status WHERE id_status = 2 LIMIT 1 |
0.3 |
1 |
|
|
/modules/whatsapp/whatsapp.php:346
/cache/smarty/compile/ad/a0/2c/ada02c2ec2e101066e5a41af04b9b00c0dc54715.file.footer.tpl.php:59 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /modules/whatsapp/whatsapp.php:310 /modules/whatsapp/whatsapp.php:317 /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 id_required_field, object_name, field_name
FROM ps_required_field |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1376
/classes/ObjectModel.php:1387 /classes/ObjectModel.php:999 /classes/ObjectModel.php:914 /classes/ObjectModel.php:246 /classes/ObjectModel.php:487 /classes/ObjectModel.php:445 /classes/Guest.php:193 /modules/statsdata/statsdata.php:104 /modules/statsdata/statsdata.php:80 /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 *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.3 |
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 *
FROM ps_tmmegalayout
WHERE `hook_name` = "displayFooter"
AND `id_shop` =1
AND `status` = 1 LIMIT 1 |
0.3 |
24 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:63
/modules/tmmegalayout/tmmegalayout.php:1003 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 3) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmmegamenu" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM ps_tmmegalayout
WHERE `hook_name` = "displayHeader"
AND `id_shop` =1
AND `status` = 1 LIMIT 1 |
0.3 |
24 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:63
/modules/tmmegalayout/tmmegalayout.php:1003 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 tml.`id_layout`
FROM ps_tmmegalayout tml
LEFT JOIN ps_tmmegalayout_pages tmlp
ON(tml.`id_layout` = tmlp.`id_layout`)
WHERE tmlp.`page_name` = "subpages"
AND tml.`id_shop` = 1
AND tml.`hook_name` = "displayHeader"
AND tmlp.`status` = 1 LIMIT 1 |
0.3 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:341
/modules/tmmegalayout/tmmegalayout.php:1002 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 `status`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 0 LIMIT 1 |
0.3 |
2 |
|
|
/modules/tmnewsletter/tmnewsletter.php:496
/modules/tmnewsletter/tmnewsletter.php:889 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /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/StoresController.php:37 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 8) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocknewsletter" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 format
FROM `ps_address_format`
WHERE `id_country` = 21 LIMIT 1 |
0.3 |
1 |
|
|
/classes/AddressFormat.php:558
/classes/AddressFormat.php:547 /classes/AddressFormat.php:532 /classes/AddressFormat.php:479 /classes/AddressFormat.php:505 /controllers/front/StoresController.php:109 /controllers/front/StoresController.php:266 /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`='aa0f17239b4de965a8d7342024577b83' AND cache_id="blockcms|2|1|1|1|21" 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 `id_module` FROM `ps_module` WHERE `name` = "blocklanguages" LIMIT 1 |
0.3 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /classes/controller/FrontController.php:723 /tools/profiling/Controller.php:733 /tools/profiling/Controller.php:241 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('ec7501b53b23ecc88ecaff62e4c9a850',"tmproductlistgallery|1|1|1|21|0","", FROM_UNIXTIME(1745832244)) |
0.3 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2309 /modules/tmproductlistgallery/tmproductlistgallery.php:550 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /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`='fae93e843c6ac5056516dce6cb97fabd' AND cache_id="blockpaymentlogo|1|1|1|21" AND compile_id="" LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/blockpaymentlogo/blockpaymentlogo.php:93 /modules/blockpaymentlogo/blockpaymentlogo.php:113 /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 `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 2
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocksocial" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 14) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp_status_lang WHERE id_status = 2 AND id_lang = 3 LIMIT 1 |
0.2 |
15 |
|
|
/modules/whatsapp/whatsapp.php:335
/cache/smarty/compile/ad/a0/2c/ada02c2ec2e101066e5a41af04b9b00c0dc54715.file.footer.tpl.php:73 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /modules/whatsapp/whatsapp.php:310 /modules/whatsapp/whatsapp.php:317 /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_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1 |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:142
/classes/SmartyCustom.php:120 /classes/module/Module.php:2334 /classes/module/Module.php:2384 /modules/tmproductlistgallery/tmproductlistgallery.php:546 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockcart" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 181) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp_settings WHERE id_settings = 1 LIMIT 1 |
0.2 |
1 |
|
|
/modules/whatsapp/whatsapp.php:259
/modules/whatsapp/whatsapp.php:317 /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
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('fae93e843c6ac5056516dce6cb97fabd',"blockpaymentlogo|1|1|1|21","", FROM_UNIXTIME(1745832244)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/blockpaymentlogo/blockpaymentlogo.php:93 /modules/blockpaymentlogo/blockpaymentlogo.php:113 /classes/Hook.php:599 /classes/Hook.php:548 /modules/tmmegalayout/tmmegalayout.php:663 /modules/tmmegalayout/tmmegalayout.php:701 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 309) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sekeywords" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 185) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 4) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tminfinitescroll" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 10) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blocklayered" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 `id_module` FROM `ps_module` WHERE `name` = "tmheaderaccount" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 `id_module` FROM `ps_module` WHERE `name` = "blockmyaccountfooter" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 9) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 11
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 310) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_whatsapp WHERE id_whatsapp = 1 LIMIT 1 |
0.2 |
1 |
|
|
/modules/whatsapp/whatsapp.php:271
/modules/whatsapp/whatsapp.php:317 /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_whatsapp WHERE id_whatsapp = 1 LIMIT 1 |
0.2 |
1 |
|
|
/modules/whatsapp/whatsapp.php:314
/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_tmmegalayout_items` a
WHERE (a.`id_item` = 306) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `status`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 0 LIMIT 1 |
0.2 |
2 |
|
|
/modules/tmnewsletter/tmnewsletter.php:496
/modules/tmnewsletter/tmnewsletter.php:901 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmnewsletter" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 `id_module` FROM `ps_module` WHERE `name` = "tmhtmlcontent" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 `id_module` FROM `ps_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 354) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 12) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 313) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 308) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "themeconfigurator" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 `id_module` FROM `ps_module` WHERE `name` = "tmsearch" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1740 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/ef/02/de/ef02de65262a3f252b22506062e4629ecf86408f.file.header.tpl.php:195 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:45 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 305) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 171) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 167) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `status`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 1 LIMIT 1 |
0.2 |
2 |
|
|
/modules/tmnewsletter/tmnewsletter.php:496
/modules/tmnewsletter/tmnewsletter.php:902 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 4
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 8
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 15
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 5) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 183) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 6) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 164) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 170) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `timeout`
FROM ps_tmnewsletter_settings
WHERE `id_shop` = 1
AND `is_guest` = 1 LIMIT 1 |
0.2 |
2 |
|
|
/modules/tmnewsletter/tmnewsletter.php:486
/modules/tmnewsletter/tmnewsletter.php:831 /modules/tmnewsletter/tmnewsletter.php:814 /modules/tmnewsletter/tmnewsletter.php:903 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 312) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 182) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 12
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 7) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 22
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 358) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 25) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 165) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 13) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 172) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 168) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 173) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 184) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 315) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 169) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 19) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 307) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('fae93e843c6ac5056516dce6cb97fabd',"blockpaymentlogo|1|1|1|21","", FROM_UNIXTIME(1745832244)) |
0.2 |
1 |
|
|
/classes/SmartyCustom.php:263
/classes/SmartyCustom.php:155 /classes/SmartyCustom.php:120 /tools/smarty/sysplugins/smarty_internal_templatebase.php:416 /classes/module/Module.php:2384 /modules/blockpaymentlogo/blockpaymentlogo.php:93 /modules/blockpaymentlogo/blockpaymentlogo.php:113 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 177) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 311) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 23) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 15) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 5
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 16) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "statsdata" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 `id_module` FROM `ps_module` WHERE `name` = "blockcontactinfos" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 314) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 11) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 3
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 179) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 17
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 18) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 17) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 10
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 16
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 20) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 22) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 21
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 24) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 6
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 21) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tmolarkchat" LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2568
/classes/module/Module.php:2195 /modules/tmmegalayout/tmmegalayout.php:1052 /modules/tmmegalayout/tmmegalayout.php:698 /modules/tmmegalayout/tmmegalayout.php:743 /modules/tmmegalayout/tmmegalayout.php:1018 /modules/tmmegalayout/tmmegalayout.php:1758 /classes/Hook.php:599 /classes/Hook.php:546 /config/smarty.config.inc.php:207 /config/smarty.config.inc.php:270 /cache/smarty/compile/88/62/fd/8862fd659a09fb856f2e5ddb47576ca0f3e7edd8.file.footer.tpl.php:49 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:317 /tools/smarty/sysplugins/smarty_internal_template.php:303 /cache/smarty/compile/3b/e3/11/3be311cfb9a3545b12550338e89d0d03768ab561.file.layout.tpl.php:53 /tools/smarty/sysplugins/smarty_internal_templatebase.php:188 /classes/SmartyCustom.php:110 /classes/controller/Controller.php:593 /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 *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 180) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 356) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 175) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 14
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 178) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 359) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 9
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 24
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 176) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 316) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 20
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 18
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 355) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 357) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tmmegalayout_items` a
WHERE (a.`id_item` = 174) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /modules/tmmegalayout/tmmegalayout.php:1608 /modules/tmmegalayout/tmmegalayout.php:1722 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `page_name`
FROM ps_tmmegalayout_pages
WHERE `id_layout` = 23
AND `status` = 1 |
0.2 |
1 |
|
|
/modules/tmmegalayout/classes/TMMegaLayoutLayouts.php:136
/modules/tmmegalayout/tmmegalayout.php:1581 /modules/tmmegalayout/tmmegalayout.php:1721 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:579 /controllers/front/StoresController.php:263 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|