Please enter the email address associated with your User account. Your username will be emailed to the email address on file.

11MBMemory Usage294msRequest Duration
Joomla! Version4.3.3
PHP Version8.0.30
Identityguest
Response200
Templateinvesta
Database
Server
mysql
Version
10.6.20-MariaDB
Collation
latin1_swedish_ci
Conn Collation
utf8mb4_general_ci
$_GET
array:1 [ "view" => "remind" ]
$_POST
[]
$_SESSION
array:1 [ "__koowa" => array:3 [ "__metadata" => & array:1 [ "timer" => array:3 [ ...
$_COOKIE
[]
$_SERVER
array:57 [ "PATH" => "/usr/local/bin:/usr/bin:/bin" "TZ" => "America/New_York" "REDIRECT_HANDL...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1736499835 "last" => 1736499835...
registry
array:3 [ "data" => [] "initialized" => false "separator" => "." ]
user
array:18 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
  • afterLoad (883.8KB) (39.01ms)
  • afterInitialise (3.68MB) (110ms)
  • afterRoute (519.05KB) (21.73ms)
  • beforeRenderComponent com_users (44.38KB) (579μs)
  • afterRenderComponent com_users (898.82KB) (46.36ms)
  • afterDispatch (185.95KB) (4.62ms)
  • beforeRenderRawModule mod_menu (Main Menu) (524.13KB) (40.24ms)
  • afterRenderRawModule mod_menu (Main Menu) (17.34KB) (1.67ms)
  • beforeRenderModule mod_menu (Main Menu) (704B) (4μs)
  • afterRenderModule mod_menu (Main Menu) (47.05KB) (1.83ms)
  • afterRender (250.64KB) (13.99ms)
  • 1 x afterInitialise (3.68MB) (37.5%)
    110.17ms
    1 x afterRenderComponent com_users (898.82KB) (15.78%)
    46.36ms
    1 x beforeRenderRawModule mod_menu (Main Menu) (524.13KB) (13.69%)
    40.24ms
    1 x afterLoad (883.8KB) (13.28%)
    39.01ms
    1 x afterRoute (519.05KB) (7.4%)
    21.73ms
    1 x afterRender (250.64KB) (4.76%)
    13.99ms
    1 x afterDispatch (185.95KB) (1.57%)
    4.62ms
    1 x afterRenderModule mod_menu (Main Menu) (47.05KB) (0.62%)
    1.83ms
    1 x afterRenderRawModule mod_menu (Main Menu) (17.34KB) (0.57%)
    1.67ms
    1 x beforeRenderComponent com_users (44.38KB) (0.2%)
    579μs
    1 x beforeRenderModule mod_menu (Main Menu) (704B) (0%)
    4μs
53 statements were executed, 38 of which were duplicates, 15 unique8.79ms204.93KB
  • SELECT @@SESSION.sql_mode;91μs1.59KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334Copy
  • SELECT `data` FROM `josr8_session` WHERE `session_id` = ?150μs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261Copy
  • SELECT `session_id` FROM `josr8_session` WHERE `session_id` = :session_id LIMIT 1112μs1.61KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `josr8_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)643μs944BParams/libraries/src/Session/MetadataManager.php:260Copy
  • SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` FROM `josr8_extensions` WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1290μs20.73KB/libraries/src/Component/ComponentHelper.php:399Copy
  • SELECT `id`,`rules` FROM `josr8_viewlevels`106μs1.11KB/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `josr8_usergroups` AS `a` LEFT JOIN `josr8_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest148μs1.64KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` FROM `josr8_extensions` WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1) ORDER BY `ordering`419μs16.27KBParams/libraries/src/Plugin/PluginHelper.php:294Copy
  • 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 `josr8_menu` AS `m` LEFT JOIN `josr8_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`387μs34.3KBParams/libraries/src/Menu/SiteMenu.php:166Copy
  • SELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent` FROM `josr8_template_styles` AS `s` LEFT JOIN `josr8_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` = 1227μs41.47KB/administrator/components/com_templates/src/Model/StyleModel.php:771Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'116μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_languages` WHERE `published` = 1 ORDER BY `ordering` ASC125μs2.44KB/libraries/src/Language/LanguageHelper.php:142Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'142μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • 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 josr8_fields AS a LEFT JOIN `josr8_languages` AS l ON l.lang_code = a.language LEFT JOIN josr8_users AS uc ON uc.id=a.checked_out LEFT JOIN josr8_viewlevels AS ag ON ag.id = a.access LEFT JOIN josr8_users AS ua ON ua.id = a.created_user_id LEFT JOIN josr8_fields_groups AS g ON g.id = a.group_id WHERE ( (`a`.`context` = :context AND `a`.`access` IN (:preparedArray1)) AND (`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray2)) 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 ASC616μs5.28KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:166Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'131μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'106μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'103μs3.84KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'105μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'124μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'103μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'101μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'100μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'147μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'105μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'108μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'117μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'134μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'136μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'118μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'132μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'161μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'124μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'126μs12.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'121μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid` FROM `josr8_modules` AS `m` LEFT JOIN `josr8_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id` LEFT JOIN `josr8_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`448μs2.52KBParams/libraries/src/Cache/Controller/CallbackController.php:51Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'123μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'121μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'134μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'118μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'117μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'117μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'132μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'117μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'119μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'128μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'123μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'118μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'117μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'117μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'132μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `a`.`id`,`a`.`asset_id`,`a`.`title`,`a`.`type`,`a`.`execution_rules`,`a`.`state`,`a`.`last_exit_code`,`a`.`locked`,`a`.`last_execution`,`a`.`next_execution`,`a`.`times_executed`,`a`.`times_failed`,`a`.`priority`,`a`.`ordering`,`a`.`note`,`a`.`checked_out`,`a`.`checked_out_time`,`uc`.`name` AS `editor` FROM `josr8_scheduler_tasks` AS `a` LEFT JOIN `josr8_users` AS `uc` ON `uc`.`id` = `a`.`checked_out` WHERE `a`.`state` = :state AND `a`.`next_execution` <= :now ORDER BY `a`.`title` asc204μs4.45KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:391Copy
  • SELECT `a`.`id`,`a`.`asset_id`,`a`.`title`,`a`.`type`,`a`.`execution_rules`,`a`.`state`,`a`.`last_exit_code`,`a`.`locked`,`a`.`last_execution`,`a`.`next_execution`,`a`.`times_executed`,`a`.`times_failed`,`a`.`priority`,`a`.`ordering`,`a`.`note`,`a`.`checked_out`,`a`.`checked_out_time`,`uc`.`name` AS `editor` FROM `josr8_scheduler_tasks` AS `a` LEFT JOIN `josr8_users` AS `uc` ON `uc`.`id` = `a`.`checked_out` WHERE `a`.`state` = :state AND `a`.`locked` IS NOT NULL ORDER BY `a`.`title` asc198μs4.43KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:391Copy
  • SELECT * FROM `josr8_template_styles` WHERE `client_id` = 0 AND `id` = '13'134μs1.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy