Joomla! Version | 5.1.4 |
PHP Version | 8.2.5 |
Identity | guest |
Response | 200 |
Template | cassiopeia_bluesonline |
Database |
|
1 x afterRenderComponent com_phocagallery (1.03MB) (48.94%) | 11.37ms |
1 x afterInitialise (1.36MB) (22.25%) | 5.17ms |
1 x afterRender (147.78KB) (12.27%) | 2.85ms |
1 x Before Access::preloadComponents (all components) (137.9KB) (7.03%) | 1.63ms |
1 x afterRoute (2.56KB) (3.93%) | 914μs |
1 x beforeRenderComponent com_phocagallery (52.41KB) (2.44%) | 567μs |
1 x afterLoad (83KB) (0.96%) | 224μs |
1 x After Access::preloadComponents (all components) (123.14KB) (0.93%) | 216μs |
1 x afterDispatch (22.2KB) (0.38%) | 89μs |
1 x After Access::getAssetRules (id:1 name:root.1) (6.52KB) (0.18%) | 42μs |
1 x Before Access::getAssetRules (id:1 name:root.1) (1.32KB) (0.08%) | 18μs |
SELECT @@SESSION.sql_mode;
32μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `blu_session`
WHERE `session_id` = ?
79μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `blu_session`
WHERE `session_id` = :session_id LIMIT 1
43μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `blu_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
128μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `blu_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
33μs1.61KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `blu_viewlevels`
16μs624B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `blu_usergroups` AS `a`
LEFT JOIN `blu_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
19μs1.31KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `blu_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
29μs3.48KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `path`
FROM blu_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
17μs1.15KB/administrator/components/com_rsfirewall/helpers/config.php:56CopySELECT `file`
FROM blu_rsfirewall_hashes
WHERE `type`='protect'
13μs520B/administrator/components/com_rsfirewall/helpers/config.php:63CopySELECT *
FROM blu_rsfirewall_configuration
20μs1.88KB/administrator/components/com_rsfirewall/helpers/config.php:71CopySHOW FULL COLUMNS FROM `blu_rsfirewall_logs`
214μs1.42KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT `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 `blu_menu` AS `m`
LEFT JOIN `blu_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`
217μs3.38KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 685 ORDER BY a.ordering LIMIT 1
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.parent_id = 685 ORDER BY a.ordering
125μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:177CopySELECT `id`
FROM `blu_usergroups`
21μs648B/administrator/components/com_rsfirewall/helpers/users.php:28CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `blu_assets`
WHERE `name` IN (:preparedArray1,:preparedArray2,:preparedArray3,:preparedArray4,:preparedArray5,:preparedArray6,:preparedArray7,:preparedArray8,:preparedArray9,:preparedArray10,:preparedArray11,:preparedArray12,:preparedArray13,:preparedArray14,:preparedArray15,:preparedArray16,:preparedArray17,:preparedArray18,:preparedArray19,:preparedArray20,:preparedArray21,:preparedArray22,:preparedArray23,:preparedArray24,:preparedArray25,:preparedArray26,:preparedArray27,:preparedArray28,:preparedArray29,:preparedArray30,:preparedArray31,:preparedArray32,:preparedArray33,:preparedArray34,:preparedArray35,:preparedArray36,:preparedArray37,:preparedArray38,:preparedArray39,:preparedArray40,:preparedArray41)
55μs8.69KBParams/libraries/src/Access/Access.php:357CopySELECT DISTINCT(`user_id`)
FROM `blu_usergroups` AS `ug1`
INNER JOIN `blu_usergroups` AS `ug2` ON `ug2`.`lft` >= `ug1`.`lft` AND `ug1`.`rgt` >= `ug2`.`rgt`
INNER JOIN `blu_user_usergroup_map` AS `m` ON `ug2`.`id` = `m`.`group_id`
WHERE `ug1`.`id` = :groupId
40μs1.3KBParams/libraries/src/Access/Access.php:922CopySELECT DISTINCT(`user_id`)
FROM `blu_usergroups` AS `ug1`
INNER JOIN `blu_usergroups` AS `ug2` ON `ug2`.`lft` >= `ug1`.`lft` AND `ug1`.`rgt` >= `ug2`.`rgt`
INNER JOIN `blu_user_usergroup_map` AS `m` ON `ug2`.`id` = `m`.`group_id`
WHERE `ug1`.`id` = :groupId
17μs1.31KBParams/libraries/src/Access/Access.php:922CopySELECT u.*
FROM blu_users u
WHERE u.id IN (595)
ORDER BY u.username ASC
24μs2.38KB/administrator/components/com_rsfirewall/helpers/users.php:61CopySELECT *
FROM blu_rsfirewall_hashes
WHERE (`type`='5.1.4' OR `type`='protect') AND (`flag`!='C' OR `flag` IS NULL)
17μs848B/plugins/system/rsfirewall/rsfirewall.php:1078CopySELECT *
FROM blu_rsfirewall_snapshots
WHERE `type`='protect'
17μs688B/administrator/components/com_rsfirewall/helpers/snapshot.php:49CopySELECT `ip`,`reason`
FROM blu_rsfirewall_lists
WHERE (`ip`='18.219.90.88' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%') AND `type`='1' AND `published`='1'
79μs576B/plugins/system/rsfirewall/rsfirewall.php:172CopySELECT `ip`,`reason`
FROM blu_rsfirewall_lists
WHERE (`ip`='18.219.90.88' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%') AND `type`='0' AND `published`='1'
73μs576B/plugins/system/rsfirewall/rsfirewall.php:172CopySELECT *
FROM blu_rsfirewall_exceptions
WHERE `published`='1'
23μs1.42KB/plugins/system/rsfirewall/rsfirewall.php:729CopySELECT *
FROM `blu_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
22μs1.61KB/libraries/src/Language/LanguageHelper.php:177CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `blu_template_styles` AS `s`
LEFT JOIN `blu_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
23μs864B/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT a.filename as filename, a.type as type, a.menulink as menulink FROM blu_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
20μs704B/administrator/components/com_phocagallery/libraries/phocagallery/render/renderfront.php:774CopySELECT a.filename as filename, a.type as type, a.menulink as menulink FROM blu_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
18μs704B/administrator/components/com_phocagallery/libraries/phocagallery/render/renderfront.php:774CopySELECT a.*, c.accessuserid as cataccessuserid, c.access as cataccess, c.owner_id as owner_id, ua.id AS userid, ua.username AS username, ua.name AS usernameno, CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug FROM blu_phocagallery AS a LEFT JOIN blu_phocagallery_categories AS c ON c.id = a.catid LEFT JOIN blu_users AS ua ON ua.id = a.userid WHERE a.id = 12045 AND a.published > 0 AND a.approved > 0
318μs5.34KB/components/com_phocagallery/models/detail.php:79CopySELECT cc.id, cc.title, cc.alias, cc.description, cc.access as cataccess, cc.accessuserid as cataccessuserid, cc.parent_id as parent_id FROM blu_phocagallery_categories AS cc LEFT JOIN blu_phocagallery AS c ON c.catid = cc.id WHERE c.id= 12045 AND cc.access IN (1,3) AND cc.published = 1 ORDER BY cc.ordering LIMIT 1
74μs896B/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
42μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
16μs3.17KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
15μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
17μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
15μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
14μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.id, a.alias, c.id as catid, c.alias as catalias, a.filename as filename, b.id AS currentid, CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug FROM blu_phocagallery AS a, blu_phocagallery AS b LEFT JOIN blu_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 685 AND b.id = 12045 AND (a.date < b.date OR (a.date = b.date and a.id < b.id)) AND a.published = 1 ORDER BY a.date DESC, a.id DESC
166μs1.08KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:105CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12044 ORDER BY a.ordering LIMIT 1
66μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12044 ORDER BY a.ordering LIMIT 1
16μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12044 ORDER BY a.ordering LIMIT 1
14μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.id, a.alias, c.id as catid, c.alias as catalias, a.filename as filename, b.id AS currentid, CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug FROM blu_phocagallery AS a, blu_phocagallery AS b LEFT JOIN blu_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 685 AND b.id = 12045 AND (a.date < b.date OR (a.date = b.date and a.id < b.id)) AND a.published = 1 ORDER BY a.date DESC, a.id DESC
26μs1.08KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:105CopySELECT a.id, a.alias, c.id as catid, c.alias as catalias, a.filename as filename, b.id AS currentid, CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug FROM blu_phocagallery AS a, blu_phocagallery AS b LEFT JOIN blu_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 685 AND b.id = 12045 AND (a.date > b.date OR (a.date = b.date and a.id > b.id)) AND a.published = 1 ORDER BY a.date ASC, a.id ASC
259μs976B/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:223CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12046 ORDER BY a.ordering LIMIT 1
41μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12046 ORDER BY a.ordering LIMIT 1
15μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12046 ORDER BY a.ordering LIMIT 1
15μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.id, a.filename, a.extl, a.description FROM blu_phocagallery AS a LEFT JOIN blu_phocagallery_img_votes_statistics AS r ON r.imgid = a.id WHERE a.catid=685 AND a.published = 1 AND a.approved = 1 ORDER BY a.date DESC
325μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:398CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
23μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
20μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM blu_phocagallery_categories AS a WHERE a.id = 12045 ORDER BY a.ordering LIMIT 1
22μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySHOW FULL COLUMNS FROM `blu_phocagallery`
236μs1.89KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopyUPDATE `blu_phocagallery`
SET `hits` = (`hits` + 1)
WHERE `id` = '12045'
298μs48B/libraries/src/Table/Table.php:1348CopySELECT co.id AS id FROM blu_phocagallery_img_comments AS co WHERE co.imgid = 12045 AND co.userid = 0 ORDER BY co.id LIMIT 1
87μs472B/administrator/components/com_phocagallery/libraries/phocagallery/comment/commentimage.php:27CopySELECT co.id AS id, co.title AS title, co.comment AS comment, co.date AS date, u.name AS name, u.username AS username, uc.avatar AS avatar FROM blu_phocagallery_img_comments AS co LEFT JOIN blu_users AS u ON u.id = co.userid LEFT JOIN blu_phocagallery_user AS uc ON uc.userid = u.id WHERE CASE WHEN avatar IS NOT NULL THEN co.imgid = 12045 AND co.published = 1 AND uc.published = 1 AND uc.approved = 1 ELSE co.imgid = 12045 AND co.published = 1 END ORDER by co.ordering
237μs880B/administrator/components/com_phocagallery/libraries/phocagallery/comment/commentimage.php:60CopySELECT c.id, c.title, c.alias, c.catid, cc.id AS categoryid, cc.title AS categorytitle, cc.alias AS categoryalias FROM blu_phocagallery AS c LEFT JOIN blu_phocagallery_categories AS cc ON cc.id = c.catid WHERE c.catid= 685 AND c.published = 1 AND cc.published = 1 AND c.ordering > 13 ORDER BY c.ordering ASC LIMIT 1
120μs896B/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT c.id, c.title, c.alias, c.catid, cc.id AS categoryid, cc.title AS categorytitle, cc.alias AS categoryalias FROM blu_phocagallery AS c LEFT JOIN blu_phocagallery_categories AS cc ON cc.id = c.catid WHERE c.catid= 685 AND c.published = 1 AND cc.published = 1 AND c.ordering < 13 ORDER BY c.ordering DESC LIMIT 1
106μs896B/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT * FROM blu_phocagallery_categories AS c WHERE c.id = 0 AND c.published = 1
82μs4.95KB/components/com_phocagallery/views/detail/view.html.php:631CopySELECT 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 `blu_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
138μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466CopySELECT `session_id`
FROM `blu_session`
WHERE `session_id` = ?
93μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `blu_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
102μs592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy