2.363MBMemory Usage15.17msRequest Duration
Joomla! Version5.2.3
PHP Version8.3.16
Identityguest
Response200
Templatecassiopeia
Database
Server
mysql
Version
10.5.22-MariaDB
Collation
latin1_swedish_ci
Conn Collation
utf8mb4_general_ci
$_GET
[]
$_POST
[]
$_SESSION
array:1 [ "joomla" => "***redacted***" ]
$_COOKIE
[]
$_SERVER
array:47 [ "USER" => "apache" "HOME" => "/usr/share/httpd" "SCRIPT_NAME" => "/index.php" "RE...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1743810842 "last" => 1743810842...
registry
array:3 [ "data" => [] "initialized" => false "separator" => "." ]
user
array:21 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
  • afterLoad (84.88KB) (1.27ms)
  • afterInitialise (1.14MB) (5.61ms)
  • afterRoute (36.05KB) (191μs)
  • beforeRenderComponent com_content (43.13KB) (576μs)
  • afterRenderComponent com_content (108.13KB) (1.08ms)
  • afterDispatch (2.28KB) (47μs)
  • beforeRenderRawModule mod_articles_category (Banco de Circuitos) (377.21KB) (1.79ms)
  • afterRenderRawModule mod_articles_category (Banco de Circuitos) (35.86KB) (431μs)
  • beforeRenderRawModule mod_finder (Busca_inteligente) (1.41KB) (129μs)
  • afterRenderRawModule mod_finder (Busca_inteligente) (65.55KB) (1.35ms)
  • beforeRenderModule mod_articles_category (Banco de Circuitos) (10.1KB) (585μs)
  • afterRenderModule mod_articles_category (Banco de Circuitos) (4.77KB) (92μs)
  • beforeRenderModule mod_finder (Busca_inteligente) (6.39KB) (183μs)
  • afterRenderModule mod_finder (Busca_inteligente) (4.44KB) (51μs)
  • afterRender (88.48KB) (1.65ms)
  • 1 x afterInitialise (1.14MB) (36.97%)
    5.61ms
    1 x beforeRenderRawModule mod_articles_category (Banco de Circuitos) (377.21KB) (11.79%)
    1.79ms
    1 x afterRender (88.48KB) (10.9%)
    1.65ms
    1 x afterRenderRawModule mod_finder (Busca_inteligente) (65.55KB) (8.87%)
    1.35ms
    1 x afterLoad (84.88KB) (8.39%)
    1.27ms
    1 x afterRenderComponent com_content (108.13KB) (7.12%)
    1.08ms
    1 x beforeRenderModule mod_articles_category (Banco de Circuitos) (10.1KB) (3.86%)
    585μs
    1 x beforeRenderComponent com_content (43.13KB) (3.8%)
    576μs
    1 x afterRenderRawModule mod_articles_category (Banco de Circuitos) (35.86KB) (2.84%)
    431μs
    1 x afterRoute (36.05KB) (1.26%)
    191μs
    1 x beforeRenderModule mod_finder (Busca_inteligente) (6.39KB) (1.21%)
    183μs
    1 x beforeRenderRawModule mod_finder (Busca_inteligente) (1.41KB) (0.85%)
    129μs
    1 x afterRenderModule mod_articles_category (Banco de Circuitos) (4.77KB) (0.61%)
    92μs
    1 x afterRenderModule mod_finder (Busca_inteligente) (4.44KB) (0.34%)
    51μs
    1 x afterDispatch (2.28KB) (0.31%)
    47μs
8 statements were executed701μs8.09KB
  • SELECT @@SESSION.sql_mode;34μs968B/libraries/src/Session/MetadataManager.php:184Copy
  • SELECT `session_id` FROM `incbmx_session` WHERE `session_id` = :session_id LIMIT 171μs1.3KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `incbmx_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)151μs944BParams/libraries/src/Session/MetadataManager.php:260Copy
  • SELECT `id`,`rules` FROM `incbmx_viewlevels`52μs656B/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `incbmx_usergroups` AS `a` LEFT JOIN `incbmx_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest74μs1.64KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT `name`,`element` FROM `incbmx_extensions` WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1154μs656B/administrator/components/com_finder/src/Helper/LanguageHelper.php:135Copy
  • SELECT `title` FROM `incbmx_finder_taxonomy` WHERE `parent_id` = 1 AND `state` = 1 AND `access` IN (1,5)92μs648B/administrator/components/com_finder/src/Indexer/Taxonomy.php:325Copy
  • 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 `incbmx_scheduler_tasks` AS `a` WHERE `a`.`state` = 173μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:465Copy