15.538MBMemory Usage740msRequest Duration
Joomla! Version4.4.11
PHP Version8.2.27
Identityguest
Response200
Templatecassiopeia
Database
Server
mysql
Version
8.0.36
Collation
utf8mb4_0900_ai_ci
Conn Collation
utf8mb4_general_ci
$_GET
[]
$_POST
[]
$_SESSION
array:1 [ "joomla" => "***redacted***" ]
$_COOKIE
[]
$_SERVER
array:48 [ "UNIQUE_ID" => "Z8KkeJfqRF4PlCdSYgtNlwAADFY" "RZ_n" => "511670640" "RZ_a" => ":Rhtt...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1740809336 "last" => 1740809336...
registry
array:3 [ "data" => [] "initialized" => false "separator" => "." ]
user
array:18 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
  • afterLoad (3.98MB) (129ms)
  • afterInitialise (6.57MB) (325ms)
  • afterRoute (418.73KB) (21.4ms)
  • beforeRenderComponent com_matukio (468.85KB) (24.59ms)
  • afterRenderComponent com_matukio (1.18MB) (79.67ms)
  • afterDispatch (2.91KB) (224μs)
  • beforeRenderRawModule mod_menu (Main Menu) (817.27KB) (47.06ms)
  • afterRenderRawModule mod_menu (Main Menu) (135.64KB) (25.3ms)
  • beforeRenderRawModule mod_menu (Service) (616B) (3.3ms)
  • afterRenderRawModule mod_menu (Service) (1.15MB) (36.78ms)
  • beforeRenderModule mod_menu (Service) (28.12KB) (4.65ms)
  • afterRenderModule mod_menu (Service) (22.87KB) (1.37ms)
  • beforeRenderRawModule mod_breadcrumbs (Breadcrumbs) (20.71KB) (2.14ms)
  • afterRenderRawModule mod_breadcrumbs (Breadcrumbs) (62.69KB) (10.5ms)
  • beforeRenderModule mod_breadcrumbs (Breadcrumbs) (704B) (16μs)
  • afterRenderModule mod_breadcrumbs (Breadcrumbs) (2.55KB) (272μs)
  • beforeRenderModule mod_menu (Main Menu) (23.06KB) (1.93ms)
  • afterRenderModule mod_menu (Main Menu) (4.8KB) (877μs)
  • afterRender (287.34KB) (24.61ms)
  • 1 x afterInitialise (6.57MB) (43.91%)
    325.02ms
    1 x afterLoad (3.98MB) (17.37%)
    128.58ms
    1 x afterRenderComponent com_matukio (1.18MB) (10.76%)
    79.67ms
    1 x beforeRenderRawModule mod_menu (Main Menu) (817.27KB) (6.36%)
    47.06ms
    1 x afterRenderRawModule mod_menu (Service) (1.15MB) (4.97%)
    36.78ms
    1 x afterRenderRawModule mod_menu (Main Menu) (135.64KB) (3.42%)
    25.30ms
    1 x afterRender (287.34KB) (3.33%)
    24.61ms
    1 x beforeRenderComponent com_matukio (468.85KB) (3.32%)
    24.59ms
    1 x afterRoute (418.73KB) (2.89%)
    21.40ms
    1 x afterRenderRawModule mod_breadcrumbs (Breadcrumbs) (62.69KB) (1.42%)
    10.50ms
    1 x beforeRenderModule mod_menu (Service) (28.12KB) (0.63%)
    4.65ms
    1 x beforeRenderRawModule mod_menu (Service) (616B) (0.45%)
    3.30ms
    1 x beforeRenderRawModule mod_breadcrumbs (Breadcrumbs) (20.71KB) (0.29%)
    2.14ms
    1 x beforeRenderModule mod_menu (Main Menu) (23.06KB) (0.26%)
    1.93ms
    1 x afterRenderModule mod_menu (Service) (22.87KB) (0.18%)
    1.37ms
    1 x afterRenderModule mod_menu (Main Menu) (4.8KB) (0.12%)
    877μs
    1 x afterRenderModule mod_breadcrumbs (Breadcrumbs) (2.55KB) (0.04%)
    272μs
    1 x afterDispatch (2.91KB) (0.03%)
    224μs
    1 x beforeRenderModule mod_breadcrumbs (Breadcrumbs) (704B) (0%)
    16μs
11 statements were executed24.41ms174.72KB
  • SELECT `data` FROM `nvkct_session` WHERE `session_id` = ?1.28ms17KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261Copy
  • SELECT `session_id` FROM `nvkct_session` WHERE `session_id` = :session_id LIMIT 11.08ms16.98KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `nvkct_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)3.36ms1.66KBParamsCopy
  • SELECT `id`,`rules` FROM `nvkct_viewlevels`1.22ms16.13KB/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `nvkct_usergroups` AS `a` LEFT JOIN `nvkct_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest1.2ms17.34KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT e.*, r.*, e.id as eventid, cat.title AS category, t.value as taxvalue, e.id as eventid, cur.id as curid, cur.title as curtitle, cur.sign as currencySign, cur.position as currencyPosition, cur.decimalsign as decimalSign, cur.payment_code as payment_code, IF(r.override_title IS NULL or r.override_title = '', e.title, r.override_title) as title, IF(r.override_maxpupil IS NULL or r.override_maxpupil = '', e.maxpupil, r.override_maxpupil) as maxpupil, IF(r.override_place_id IS NULL or r.override_place_id = '' or r.override_place_id = 0, e.place_id, r.override_place_id) as place_id FROM nvkct_matukio_recurring AS r LEFT JOIN nvkct_matukio AS e ON e.id = r.event_id LEFT JOIN nvkct_categories AS cat ON e.catid = cat.id LEFT JOIN nvkct_matukio_taxes AS t ON e.tax_id = t.id LEFT JOIN nvkct_matukio_currencies AS cur ON cur.id = e.currency_id WHERE r.id = 6534.73ms34.81KB/administrator/components/com_matukio/helpers/events.php:1255Copy
  • SELECT * FROM nvkct_matukio_locations WHERE published = 1 AND id = '1'3.15ms16.55KB/administrator/components/com_matukio/helpers/events.php:1184Copy
  • SELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid` FROM `nvkct_modules` AS `m` LEFT JOIN `nvkct_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id` LEFT JOIN `nvkct_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`2.43ms18.38KBParams/libraries/src/Cache/Controller/CallbackController.php:120Copy
  • 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 `nvkct_scheduler_tasks` AS `a` WHERE `a`.`state` = 11.71ms17.73KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517Copy
  • SELECT `session_id` FROM `nvkct_session` WHERE `session_id` = ?1.01ms16.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291Copy
  • UPDATE `nvkct_session` SET `data` = ? , `time` = ? WHERE `session_id` = ?3.23ms1.53KBParamsCopy