Joomla! Version | 5.2.5 |
PHP Version | 8.3.19 |
Identity | guest |
Response | 200 |
Template | cassiopeia |
Database |
|
1 x afterInitialise (1.13MB) (37.58%) | 49.18ms |
1 x afterRenderComponent com_readmdb (250.24KB) (18%) | 23.56ms |
1 x beforeRenderRawModule mod_menu (Main Menu) (365.95KB) (7.94%) | 10.39ms |
1 x afterRenderRawModule mod_menu (Main Menu Blog) (265.85KB) (6.15%) | 8.05ms |
1 x afterRender (131.45KB) (4.67%) | 6.11ms |
1 x beforeRenderComponent com_readmdb (52.32KB) (4.19%) | 5.48ms |
1 x afterRenderRawModule mod_articles_category (Older Posts) (37.09KB) (4.06%) | 5.32ms |
1 x afterRoute (89.35KB) (3.58%) | 4.68ms |
1 x afterRenderRawModule mod_tags_popular (Popular Tags) (31.57KB) (2.87%) | 3.76ms |
1 x afterLoad (85.42KB) (2.32%) | 3.03ms |
1 x afterRenderRawModule mod_articles_archive (Archived Articles) (23.58KB) (2.06%) | 2.70ms |
1 x afterRenderRawModule mod_breadcrumbs (Breadcrumbs) (9.66KB) (1.08%) | 1.42ms |
1 x afterRenderRawModule mod_tags_similar (Similar Items) (5.95KB) (0.88%) | 1.15ms |
1 x afterRenderRawModule mod_menu (Main Menu) (4.82KB) (0.85%) | 1.11ms |
1 x beforeRenderRawModule mod_breadcrumbs (Breadcrumbs) (6.98KB) (0.5%) | 661μs |
1 x afterRenderModule mod_breadcrumbs (Breadcrumbs) (3.91KB) (0.31%) | 401μs |
1 x afterRenderRawModule mod_menu (Bottom Menu) (3.33KB) (0.27%) | 359μs |
1 x afterRenderRawModule mod_menu (Principal) (1.2KB) (0.21%) | 271μs |
1 x afterDispatch (2.28KB) (0.19%) | 248μs |
1 x afterRenderRawModule mod_menu (Molina) (896B) (0.18%) | 239μs |
1 x afterRenderRawModule mod_menu (Enlaces (links)) (912B) (0.17%) | 219μs |
1 x afterRenderRawModule mod_menu (Libros y apuntes (books)) (928B) (0.16%) | 213μs |
1 x beforeRenderRawModule mod_tags_popular (Popular Tags) (1.05KB) (0.13%) | 169μs |
1 x beforeRenderRawModule mod_menu (Main Menu Blog) (4.13KB) (0.12%) | 160μs |
1 x beforeRenderModule mod_menu (Main Menu Blog) (2.3KB) (0.12%) | 160μs |
1 x afterRenderModule mod_menu (Main Menu Blog) (11.69KB) (0.1%) | 137μs |
1 x beforeRenderRawModule mod_articles_category (Older Posts) (7.19KB) (0.09%) | 119μs |
1 x beforeRenderRawModule mod_menu (Bottom Menu) (1.89KB) (0.07%) | 98μs |
1 x beforeRenderRawModule mod_menu (Molina) (688B) (0.06%) | 79μs |
1 x beforeRenderRawModule mod_menu (Principal) (720B) (0.06%) | 75μs |
1 x beforeRenderRawModule mod_tags_similar (Similar Items) (6.91KB) (0.06%) | 75μs |
1 x beforeRenderRawModule mod_articles_archive (Archived Articles) (2.33KB) (0.05%) | 63μs |
1 x beforeRenderRawModule mod_menu (Enlaces (links)) (720B) (0.04%) | 57μs |
1 x beforeRenderRawModule mod_menu (Libros y apuntes (books)) (752B) (0.04%) | 54μs |
1 x beforeRenderModule mod_breadcrumbs (Breadcrumbs) (704B) (0.02%) | 20μs |
SELECT @@SESSION.sql_mode;
247μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `tflp4_session`
WHERE `session_id` = ?
409μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `tflp4_session`
WHERE `session_id` = :session_id LIMIT 1
357μ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)
17.71ms944BParams/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
895μs1.61KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `tflp4_viewlevels`
370μ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
664μ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`
2.05ms3.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.9ms20.8KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT *
FROM `tflp4_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
499μ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
721μs832B/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT `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.88ms2KBParams/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
635μ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.95ms1.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
2.01ms6.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
543μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT `session_id`
FROM `tflp4_session`
WHERE `session_id` = ?
378μs2.25KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `tflp4_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
9.74ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy