Joomla! Version | 4.4.0 |
PHP Version | 8.1.28 |
Identity | guest |
Response | 200 |
Template | allrounder |
Database |
|
1 x afterInitialise (1MB) (40.72%) | 85.65ms |
1 x afterRenderRawModule mod_menu (Sommaire) (698.86KB) (16.03%) | 33.72ms |
1 x afterRoute (543.78KB) (9.03%) | 19.00ms |
1 x beforeRenderComponent com_wrapper (154.67KB) (7.7%) | 16.20ms |
1 x afterLoad (526.5KB) (6.67%) | 14.03ms |
1 x afterRenderComponent com_wrapper (273.27KB) (5.78%) | 12.16ms |
1 x beforeRenderRawModule mod_menu (Sommaire) (57.11KB) (4.62%) | 9.71ms |
1 x afterRender (75.35KB) (3.44%) | 7.23ms |
1 x afterRenderRawModule mod_menu (Menu Haut) (98.11KB) (3.4%) | 7.16ms |
1 x afterRenderRawModule mod_search (Module de Recherche) (15.55KB) (0.93%) | 1.97ms |
1 x afterDispatch (5.63KB) (0.64%) | 1.35ms |
1 x afterRenderModule mod_menu (Sommaire) (7.18KB) (0.16%) | 328μs |
1 x afterRenderModule mod_search (Module de Recherche) (3.15KB) (0.11%) | 228μs |
1 x afterRenderModule mod_menu (Menu Haut) (4.68KB) (0.1%) | 206μs |
1 x beforeRenderRawModule mod_search (Module de Recherche) (2.03KB) (0.04%) | 87μs |
1 x beforeRenderRawModule mod_menu (Menu Haut) (208B) (0.03%) | 62μs |
1 x beforeRenderModule mod_menu (Sommaire) (704B) (0.01%) | 21μs |
1 x beforeRenderModule mod_menu (Menu Haut) (704B) (0.01%) | 13μs |
1 x beforeRenderModule mod_search (Module de Recherche) (720B) (0%) | 9μs |
SELECT @@SESSION.sql_mode;
232μs1.71KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334CopySELECT `data`
FROM `s4ib2_session`
WHERE `session_id` = ?
256μs1.68KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `s4ib2_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
644μs13.27KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `s4ib2_viewlevels`
252μs25.01KB/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `s4ib2_usergroups` AS `a`
LEFT JOIN `s4ib2_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
438μs2.3KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `s4ib2_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1)
ORDER BY `ordering`
1.17ms5.08KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `m`.`id`,`m`.`menutype`,`m`.`title`,`m`.`alias`,`m`.`note`,`m`.`link`,`m`.`type`,`m`.`level`,`m`.`language`,`m`.`browserNav`,`m`.`access`,`m`.`params`,`m`.`home`,`m`.`img`,`m`.`template_style_id`,`m`.`component_id`,`m`.`parent_id`,`m`.`path` AS `route`,`e`.`element` AS `component`
FROM `s4ib2_menu` AS `m`
LEFT JOIN `s4ib2_extensions` AS `e` ON `m`.`component_id` = `e`.`extension_id`
WHERE
(
(`m`.`published` = 1 AND `m`.`parent_id` > 0 AND `m`.`client_id` = 0) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :currentDate1)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :currentDate2)
ORDER BY `m`.`lft`
2.59ms7.63KBParams/libraries/src/Menu/SiteMenu.php:166CopySHOW TABLES
784μs1.22KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:678CopySELECT *
FROM `s4ib2_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
596μs4.42KB/libraries/src/Language/LanguageHelper.php:142CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `s4ib2_template_styles` AS `s`
LEFT JOIN `s4ib2_extensions` AS `e` ON `e`.`element` = `s`.`template` AND `e`.`type` = 'template' AND `e`.`client_id` = `s`.`client_id`
WHERE `s`.`client_id` = 0 AND `e`.`enabled` = 1
632μs5.52KB/administrator/components/com_templates/src/Model/StyleModel.php:773CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `s4ib2_modules` AS `m`
LEFT JOIN `s4ib2_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `s4ib2_extensions` AS `e` ON `e`.`element` = `m`.`module` AND `e`.`client_id` = `m`.`client_id`
WHERE
(
(
(`m`.`published` = 1 AND `e`.`enabled` = 1 AND `m`.`client_id` = :clientId AND `m`.`access` IN (:preparedArray1)) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :publishUp)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :publishDown)) AND
(`mm`.`menuid` = :itemId OR `mm`.`menuid` <= 0)
ORDER BY `m`.`position`,`m`.`ordering`
1.57ms3.03KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT alias, id
FROM s4ib2_jdownloads_categories
WHERE id > 1
ORDER BY `id`
545μs1.76KB/components/com_jdownloads/src/Helper/LegacyRouter.php:77CopySELECT alias, id
FROM s4ib2_jdownloads_files
ORDER BY `id`
980μs1.76KB/components/com_jdownloads/src/Helper/LegacyRouter.php:87CopySELECT SUM(CASE WHEN `a`.`next_execution` <= :now THEN 1 ELSE 0 END) AS due_count,SUM(CASE WHEN `a`.`locked` IS NULL THEN 0 ELSE 1 END) AS locked_count
FROM `s4ib2_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
443μs1.85KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466CopySHOW TABLES
701μs1.22KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:678CopySELECT `session_id`
FROM `s4ib2_session`
WHERE `session_id` = ?
298μs1.9KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291CopyINSERT INTO `s4ib2_session`
(`data`,`time`,`session_id`) VALUES
(?, ?, ?)
1.7ms3.32KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:318Copy