Joomla! Version | 5.2.2 |
PHP Version | 8.3.15 |
Identity | guest |
Response | 200 |
Template | cassiopeia |
Database |
|
1 x afterInitialise (1.13MB) (40.32%) | 25.03ms |
1 x afterRenderComponent com_users (572.91KB) (14.12%) | 8.76ms |
1 x beforeRenderComponent com_users (56.02KB) (8.37%) | 5.19ms |
1 x afterRoute (89.36KB) (6.43%) | 3.99ms |
1 x afterRenderRawModule mod_menu (Main Menu Blog) (263.9KB) (4.86%) | 3.01ms |
1 x afterRenderRawModule mod_tags_popular (Popular Tags) (31.88KB) (4.67%) | 2.90ms |
1 x beforeRenderRawModule mod_menu (Main Menu) (62.88KB) (3.97%) | 2.47ms |
1 x afterRenderRawModule mod_articles_category (Older Posts) (100.78KB) (3.84%) | 2.38ms |
1 x afterRender (55.63KB) (3.72%) | 2.31ms |
1 x afterLoad (84.81KB) (2.11%) | 1.31ms |
1 x afterRenderRawModule mod_articles_archive (Archived Articles) (3.89KB) (1.94%) | 1.20ms |
1 x afterRenderRawModule mod_menu (Main Menu) (5.13KB) (0.91%) | 563μs |
1 x afterRenderRawModule mod_breadcrumbs (Breadcrumbs) (9.05KB) (0.74%) | 458μs |
1 x afterRenderRawModule mod_tags_similar (Similar Items) (5.91KB) (0.63%) | 388μs |
1 x beforeRenderRawModule mod_breadcrumbs (Breadcrumbs) (6.98KB) (0.36%) | 225μs |
1 x afterRenderModule mod_breadcrumbs (Breadcrumbs) (3.78KB) (0.22%) | 137μs |
1 x afterRenderRawModule mod_menu (Bottom Menu) (3.33KB) (0.21%) | 132μs |
1 x afterDispatch (2.28KB) (0.16%) | 100μs |
1 x afterRenderRawModule mod_menu (Molina) (896B) (0.16%) | 100μs |
1 x beforeRenderRawModule mod_menu (Main Menu Blog) (4.13KB) (0.15%) | 96μs |
1 x afterRenderRawModule mod_menu (Libros y apuntes (books)) (928B) (0.15%) | 95μs |
1 x afterRenderRawModule mod_menu (Principal) (1.2KB) (0.15%) | 90μs |
1 x beforeRenderRawModule mod_tags_popular (Popular Tags) (1.05KB) (0.14%) | 87μs |
1 x beforeRenderRawModule mod_articles_category (Older Posts) (7.19KB) (0.12%) | 75μs |
1 x afterRenderRawModule mod_menu (Enlaces (links)) (912B) (0.12%) | 74μs |
1 x beforeRenderModule mod_menu (Main Menu Blog) (2.3KB) (0.08%) | 47μs |
1 x afterRenderModule mod_menu (Main Menu Blog) (11.69KB) (0.06%) | 40μs |
1 x beforeRenderRawModule mod_menu (Bottom Menu) (1.89KB) (0.05%) | 31μs |
1 x beforeRenderRawModule mod_menu (Principal) (720B) (0.04%) | 27μs |
1 x beforeRenderRawModule mod_menu (Molina) (688B) (0.04%) | 26μs |
1 x beforeRenderRawModule mod_tags_similar (Similar Items) (6.91KB) (0.04%) | 26μs |
1 x beforeRenderRawModule mod_articles_archive (Archived Articles) (2.33KB) (0.04%) | 23μs |
1 x beforeRenderRawModule mod_menu (Enlaces (links)) (720B) (0.03%) | 20μs |
1 x beforeRenderRawModule mod_menu (Libros y apuntes (books)) (752B) (0.03%) | 18μs |
1 x beforeRenderModule mod_breadcrumbs (Breadcrumbs) (704B) (0.01%) | 6μs |
SELECT @@SESSION.sql_mode;
118μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `tflp4_session`
WHERE `session_id` = ?
162μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `tflp4_session`
WHERE `session_id` = :session_id LIMIT 1
122μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `tflp4_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
3.61ms944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `tflp4_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
624μs1.61KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `tflp4_viewlevels`
256μs656B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `tflp4_usergroups` AS `a`
LEFT JOIN `tflp4_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
442μs1.33KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `tflp4_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
1.44ms3.98KBParams/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 `tflp4_menu` AS `m`
LEFT JOIN `tflp4_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.52ms20.8KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT *
FROM `tflp4_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
520μs1.61KB/libraries/src/Language/LanguageHelper.php:177CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `tflp4_template_styles` AS `s`
LEFT JOIN `tflp4_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
616μs832B/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT 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 tflp4_fields AS a
LEFT JOIN `tflp4_languages` AS l ON l.lang_code = a.language
LEFT JOIN tflp4_users AS uc ON uc.id=a.checked_out
LEFT JOIN tflp4_viewlevels AS ag ON ag.id = a.access
LEFT JOIN tflp4_users AS ua ON ua.id = a.created_user_id
LEFT JOIN tflp4_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 ASC
770μs4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `tflp4_modules` AS `m`
LEFT JOIN `tflp4_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `tflp4_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.16ms2KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT MONTH(`created`) AS created_month,MIN(`created`) AS created,YEAR(`created`) AS created_year
FROM `tflp4_content` AS `c`
WHERE `c`.`state` = 2
GROUP BY YEAR(`c`.`created`), MONTH(`c`.`created`)
ORDER BY YEAR(`c`.`created`) DESC, MONTH(`c`.`created`) DESC LIMIT 10
280μs640B/modules/mod_articles_archive/src/Helper/ArticlesArchiveHelper.php:69CopySELECT MAX(`tag_id`) AS `tag_id`,COUNT(*) AS `count`,MAX(`t`.`title`) AS `title`,MAX(`t`.`access`) AS `access`,MAX(`t`.`alias`) AS `alias`,MAX(`t`.`params`) AS `params`,MAX(`t`.`language`) AS `language`
FROM `tflp4_contentitem_tag_map` AS `m`
INNER JOIN `tflp4_ucm_content` AS `ucm` ON `m`.`content_item_id` = `ucm`.`core_content_item_id` AND `m`.`type_id` = `ucm`.`core_type_id`
INNER JOIN `tflp4_categories` AS `cat` ON `ucm`.`core_catid` = `cat`.`id`
INNER JOIN `tflp4_tags` AS `t` ON `tag_id` = `t`.`id`
INNER JOIN `tflp4_ucm_content` AS `c` ON `m`.`core_content_id` = `c`.`core_content_id`
WHERE `t`.`access` IN (:preparedArray1,:preparedArray2) AND `t`.`published` = 1 AND `cat`.`published` > 0 AND `m`.`type_alias` = `c`.`core_type_alias` AND `c`.`core_state` = 1 AND (`c`.`core_access` IN (:preparedArray3,:preparedArray4) OR `c`.`core_access` = 0) AND (`c`.`core_publish_up` IS NULL OR `c`.`core_publish_up` = :nullDate2 OR `c`.`core_publish_up` <= :nowDate2) AND (`c`.`core_publish_down` IS NULL OR `c`.`core_publish_down` = :nullDate3 OR `c`.`core_publish_down` >= :nowDate3)
GROUP BY `tag_id`,`t`.`title`,`t`.`access`,`t`.`alias`
ORDER BY `count` DESC LIMIT 8
1.62ms1.81KBParams/modules/mod_tags_popular/src/Helper/TagsPopularHelper.php:188CopySELECT `a`.`id`,`a`.`title`,`a`.`alias`,`a`.`introtext`,`a`.`fulltext`,`a`.`checked_out`,`a`.`checked_out_time`,`a`.`catid`,`a`.`created`,`a`.`created_by`,`a`.`created_by_alias`,`a`.`modified`,`a`.`modified_by`,CASE WHEN `a`.`publish_up` IS NULL THEN `a`.`created` ELSE `a`.`publish_up` END AS `publish_up`,`a`.`publish_down`,`a`.`images`,`a`.`urls`,`a`.`attribs`,`a`.`metadata`,`a`.`metakey`,`a`.`metadesc`,`a`.`access`,`a`.`hits`,`a`.`featured`,`a`.`language`,LENGTH(`a`.`fulltext`) AS `readmore`,`a`.`ordering`,`fp`.`featured_up`,`fp`.`featured_down`,CASE WHEN `c`.`published` = 2 AND `a`.`state` > 0 THEN 2 WHEN `c`.`published` != 1 THEN 0 ELSE `a`.`state` END AS `state`,`c`.`title` AS `category_title`,`c`.`path` AS `category_route`,`c`.`access` AS `category_access`,`c`.`alias` AS `category_alias`,`c`.`language` AS `category_language`,`c`.`published`,`c`.`published` AS `parents_published`,`c`.`lft`,CASE WHEN `a`.`created_by_alias` > ' ' THEN `a`.`created_by_alias` ELSE `ua`.`name` END AS `author`,`ua`.`email` AS `author_email`,`uam`.`name` AS `modified_by_name`,`parent`.`title` AS `parent_title`,`parent`.`id` AS `parent_id`,`parent`.`path` AS `parent_route`,`parent`.`alias` AS `parent_alias`,`parent`.`language` AS `parent_language`
FROM `tflp4_content` AS `a`
LEFT JOIN `tflp4_categories` AS `c` ON `c`.`id` = `a`.`catid`
LEFT JOIN `tflp4_users` AS `ua` ON `ua`.`id` = `a`.`created_by`
LEFT JOIN `tflp4_users` AS `uam` ON `uam`.`id` = `a`.`modified_by`
LEFT JOIN `tflp4_categories` AS `parent` ON `parent`.`id` = `c`.`parent_id`
LEFT JOIN `tflp4_content_frontpage` AS `fp` ON `fp`.`content_id` = `a`.`id`
WHERE `a`.`access` IN (:preparedArray1,:preparedArray2) AND `c`.`access` IN (:preparedArray3,:preparedArray4) AND `c`.`published` = 1 AND `a`.`state` = :condition AND `a`.`catid` = :categoryId AND (`a`.`publish_up` IS NULL OR `a`.`publish_up` <= :publishUp) AND (`a`.`publish_down` IS NULL OR `a`.`publish_down` >= :publishDown)
ORDER BY a.created DESC LIMIT 6
942μs6.28KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT 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 `tflp4_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
252μs2.62KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:465CopySELECT `session_id`
FROM `tflp4_session`
WHERE `session_id` = ?
162μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `tflp4_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
7.24ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy