Please enter the email address associated with your User account. Your username will be emailed to the email address on file.
5.736MBMemory Usage134msRequest Duration
Joomla! Version4.4.13
PHP Version8.2.20
Identityguest
Response200
Templateja_purity_iv
Database
Server
mysql
Version
5.7.23-23
Collation
utf8_unicode_ci
Conn Collation
utf8mb4_general_ci
$_GET
array:1 [ "Itemid" => "39" ]
$_POST
[]
$_SESSION
array:1 [ "joomla" => "***redacted***" ]
$_COOKIE
[]
$_SERVER
array:62 [ "LSPHP_ENABLE_USER_INI" => "on" "PATH" => "/usr/local/bin:/usr/bin:/bin" "TEMP" => ...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1745997611 "last" => 1745997611...
registry
array:3 [ "data" => [] "initialized" => false "separator" => "." ]
user
array:18 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
  • afterLoad (458.16KB) (5.64ms)
  • afterInitialise (1.16MB) (35.14ms)
  • afterRoute (339.81KB) (20.75ms)
  • beforeRenderComponent com_users (47.93KB) (680μs)
  • afterRenderComponent com_users (696.51KB) (30.13ms)
  • afterDispatch (102.34KB) (927μs)
  • beforeRenderRawModule mod_login (Login) (259.29KB) (22.14ms)
  • afterRenderRawModule mod_login (Login) (16.64KB) (2.89ms)
  • beforeRenderModule mod_login (Login) (704B) (10μs)
  • afterRenderModule mod_login (Login) (6.36KB) (371μs)
  • beforeRenderRawModule mod_menu (mainmenu) (31.16KB) (1.84ms)
  • afterRenderRawModule mod_menu (mainmenu) (208.41KB) (6.47ms)
  • beforeRenderModule mod_menu (mainmenu) (704B) (9μs)
  • afterRenderModule mod_menu (mainmenu) (10.92KB) (184μs)
  • afterRender (110.27KB) (4.51ms)
  • 1 x afterInitialise (1.16MB) (26.32%)
    35.14ms
    1 x afterRenderComponent com_users (696.51KB) (22.56%)
    30.13ms
    1 x beforeRenderRawModule mod_login (Login) (259.29KB) (16.58%)
    22.14ms
    1 x afterRoute (339.81KB) (15.54%)
    20.75ms
    1 x afterRenderRawModule mod_menu (mainmenu) (208.41KB) (4.85%)
    6.47ms
    1 x afterLoad (458.16KB) (4.22%)
    5.64ms
    1 x afterRender (110.27KB) (3.38%)
    4.51ms
    1 x afterRenderRawModule mod_login (Login) (16.64KB) (2.17%)
    2.89ms
    1 x beforeRenderRawModule mod_menu (mainmenu) (31.16KB) (1.38%)
    1.84ms
    1 x afterDispatch (102.34KB) (0.69%)
    927μs
    1 x beforeRenderComponent com_users (47.93KB) (0.51%)
    680μs
    1 x afterRenderModule mod_login (Login) (6.36KB) (0.28%)
    371μs
    1 x afterRenderModule mod_menu (mainmenu) (10.92KB) (0.14%)
    184μs
    1 x beforeRenderModule mod_login (Login) (704B) (0.01%)
    10μs
    1 x beforeRenderModule mod_menu (mainmenu) (704B) (0.01%)
    9μs
21 statements were executed14.22ms62.98KB
  • SELECT @@SESSION.sql_mode;383μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334Copy
  • SELECT `data` FROM `joom_session` WHERE `session_id` = ?2.08ms1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261Copy
  • SELECT `session_id` FROM `joom_session` WHERE `session_id` = :session_id LIMIT 1437μs1.3KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `joom_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)607μs944BParams/libraries/src/Session/MetadataManager.php:260Copy
  • SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` FROM `joom_extensions` WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1933μs1.73KB/libraries/src/Component/ComponentHelper.php:399Copy
  • SELECT `id`,`rules` FROM `joom_viewlevels`312μs656B/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `joom_usergroups` AS `a` LEFT JOIN `joom_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest596μs1.33KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` FROM `joom_extensions` WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2) ORDER BY `ordering`1.58ms3.98KBParams/libraries/src/Plugin/PluginHelper.php:294Copy
  • SELECT * FROM `joom_languages` WHERE `published` = 1 ORDER BY `ordering` ASC367μs2.22KB/libraries/src/Language/LanguageHelper.php:142Copy
  • SELECT * FROM joom_menu WHERE alias ='component' AND published=1330μs2.83KB/plugins/system/t4/src/t4/MVC/Router/T4.php:352Copy
  • SELECT * FROM joom_menu WHERE alias ='users' AND published=1442μs2.83KB/plugins/system/t4/src/t4/MVC/Router/T4.php:352Copy
  • SELECT * FROM joom_menu WHERE alias ='remind' AND published=1337μs2.83KB/plugins/system/t4/src/t4/MVC/Router/T4.php:352Copy
  • SELECT `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 `joom_menu` AS `m` LEFT JOIN `joom_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`1.16ms19.73KBParams/libraries/src/Menu/SiteMenu.php:166Copy
  • SELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent` FROM `joom_template_styles` AS `s` LEFT JOIN `joom_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` = 1714μs976B/administrator/components/com_templates/src/Model/StyleModel.php:773Copy
  • SELECT id, home, template, s.params FROM joom_template_styles as s LEFT JOIN joom_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 s.home = '1' AND e.enabled = 1534μs704B/plugins/system/t3/includes/core/t3.php:391Copy
  • SELECT * FROM `joom_template_styles` WHERE `client_id` = 0 AND `home` = 1251μs928B/plugins/system/t4/src/t4/Helper/TemplateStyle.php:87Copy
  • SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required, a.only_use_in_subform,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note FROM joom_fields AS a LEFT JOIN `joom_languages` AS l ON l.lang_code = a.language LEFT JOIN joom_users AS uc ON uc.id=a.checked_out LEFT JOIN joom_viewlevels AS ag ON ag.id = a.access LEFT JOIN joom_users AS ua ON ua.id = a.created_user_id LEFT JOIN joom_fields_groups AS g ON g.id = a.group_id WHERE ( (`a`.`context` = :context AND `a`.`access` IN (:preparedArray1,:preparedArray2)) AND (`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray3,:preparedArray4)) AND `a`.`state` = :state) AND (`a`.`group_id` = 0 OR `g`.`state` = :gstate) AND `a`.`only_use_in_subform` = :only_use_in_subform ORDER BY a.ordering ASC1.01ms13.31KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:166Copy
  • SELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid` FROM `joom_modules` AS `m` LEFT JOIN `joom_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id` LEFT JOIN `joom_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,:preparedArray2)) 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.07ms1.91KBParams/libraries/src/Cache/Controller/CallbackController.php:51Copy
  • SELECT 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 `joom_scheduler_tasks` AS `a` WHERE `a`.`state` = 1282μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517Copy
  • SELECT `session_id` FROM `joom_session` WHERE `session_id` = ?295μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291Copy
  • UPDATE `joom_session` SET `data` = ? , `time` = ? WHERE `session_id` = ?506μs592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:318Copy