Joomla! Version | 4.4.12 |
PHP Version | 8.1.32 |
Identity | guest |
Response | 200 |
Template | cassiopeia |
Database |
|
1 x afterInitialise (1.16MB) (37.95%) | 32.08ms |
1 x afterRenderComponent com_phocagallery (878.8KB) (31.01%) | 26.22ms |
1 x afterRoute (209.37KB) (8.59%) | 7.26ms |
1 x afterRender (104.51KB) (8.23%) | 6.95ms |
1 x afterLoad (528.44KB) (7.37%) | 6.23ms |
1 x beforeRenderComponent com_phocagallery (54.49KB) (5.31%) | 4.49ms |
1 x afterDispatch (1.88KB) (0.24%) | 202μs |
SELECT @@SESSION.sql_mode;
133μs1.57KB/libraries/src/Session/MetadataManager.php:184CopySELECT `session_id`
FROM `kasnt_session`
WHERE `session_id` = :session_id LIMIT 1
194μs1.61KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `kasnt_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
409μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `kasnt_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
575μs17.73KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `kasnt_viewlevels`
176μs1.58KB/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `kasnt_usergroups` AS `a`
LEFT JOIN `kasnt_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
218μs1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `kasnt_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
696μs4.3KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `path`
FROM kasnt_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
165μs840B/administrator/components/com_rsfirewall/helpers/config.php:56CopySELECT `file`
FROM kasnt_rsfirewall_hashes
WHERE `type`='protect'
172μs2.07KB/administrator/components/com_rsfirewall/helpers/config.php:63CopySELECT *
FROM kasnt_rsfirewall_configuration
167μs2.19KB/administrator/components/com_rsfirewall/helpers/config.php:71CopySHOW FULL COLUMNS FROM `kasnt_rsfirewall_logs`
634μs2.05KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625CopySELECT `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 `kasnt_menu` AS `m`
LEFT JOIN `kasnt_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`
672μs20.86KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 1 ORDER BY a.ordering LIMIT 1
296μs1KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.parent_id = 1 ORDER BY a.ordering
149μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:177CopySELECT *
FROM kasnt_rsfirewall_hashes
WHERE (`type`='4.4.12' OR `type`='protect') AND (`flag`!='C' OR `flag` IS NULL)
179μs1.11KB/plugins/system/rsfirewall/rsfirewall.php:1107CopySELECT *
FROM kasnt_rsfirewall_snapshots
WHERE `type`='protect'
95μs1008B/administrator/components/com_rsfirewall/helpers/snapshot.php:49CopySELECT `ip`,`reason`
FROM kasnt_rsfirewall_lists
WHERE (`ip`='18.222.111.222' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%') AND `type`='1' AND `published`='1'
221μs3.38KB/plugins/system/rsfirewall/rsfirewall.php:172CopySELECT `ip`,`reason`
FROM kasnt_rsfirewall_lists
WHERE (`ip`='18.222.111.222' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%') AND `type`='0' AND `published`='1'
144μs896B/plugins/system/rsfirewall/rsfirewall.php:172CopySELECT *
FROM kasnt_rsfirewall_exceptions
WHERE `published`='1'
189μs2.06KB/plugins/system/rsfirewall/rsfirewall.php:758CopySELECT *
FROM `kasnt_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
250μs2.22KB/libraries/src/Language/LanguageHelper.php:142CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `kasnt_template_styles` AS `s`
LEFT JOIN `kasnt_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
308μs1.14KB/administrator/components/com_templates/src/Model/StyleModel.php:773CopySELECT a.filename as filename, a.type as type, a.menulink as menulink FROM kasnt_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
284μs1KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderfront.php:774CopySELECT a.filename as filename, a.type as type, a.menulink as menulink FROM kasnt_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
156μs1KB/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 kasnt_phocagallery AS a LEFT JOIN kasnt_phocagallery_categories AS c ON c.id = a.catid LEFT JOIN kasnt_users AS ua ON ua.id = a.userid WHERE a.id = 6 AND a.published > 0 AND a.approved > 0
392μs7.88KB/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 kasnt_phocagallery_categories AS cc LEFT JOIN kasnt_phocagallery AS c ON c.catid = cc.id WHERE c.id= 6 AND cc.access IN (1,5) AND cc.published = 1 ORDER BY cc.ordering LIMIT 1
149μs1.19KB/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
99μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
115μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
101μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
106μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
111μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
102μs1008B/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 kasnt_phocagallery AS a, kasnt_phocagallery AS b LEFT JOIN kasnt_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 1 AND b.id = 6 AND (a.ordering > b.ordering OR (a.ordering = b.ordering and a.id > b.id)) AND a.published = 1 ORDER BY a.ordering ASC, a.id ASC
473μs1.33KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:105CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 7 ORDER BY a.ordering LIMIT 1
110μs11.98KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 7 ORDER BY a.ordering LIMIT 1
126μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 7 ORDER BY a.ordering LIMIT 1
102μs1008B/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 kasnt_phocagallery AS a, kasnt_phocagallery AS b LEFT JOIN kasnt_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 1 AND b.id = 6 AND (a.ordering > b.ordering OR (a.ordering = b.ordering and a.id > b.id)) AND a.published = 1 ORDER BY a.ordering ASC, a.id ASC
391μs1.33KB/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 kasnt_phocagallery AS a, kasnt_phocagallery AS b LEFT JOIN kasnt_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 1 AND b.id = 6 AND (a.ordering < b.ordering OR (a.ordering = b.ordering and a.id < b.id)) AND a.published = 1 ORDER BY a.ordering DESC, a.id DESC
397μs1.28KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:223CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 5 ORDER BY a.ordering LIMIT 1
108μs1KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.parent_id = 5 ORDER BY a.ordering
136μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:177CopySELECT a.id, a.filename, a.extl, a.description FROM kasnt_phocagallery AS a LEFT JOIN kasnt_phocagallery_img_votes_statistics AS r ON r.imgid = a.id WHERE a.catid=1 AND a.published = 1 AND a.approved = 1 ORDER BY a.ordering ASC
349μs1.23KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:398CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
104μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
94μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM kasnt_phocagallery_categories AS a WHERE a.id = 6 ORDER BY a.ordering LIMIT 1
143μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySHOW FULL COLUMNS FROM `kasnt_phocagallery`
959μs2.52KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625CopyUPDATE `kasnt_phocagallery`
SET `hits` = (`hits` + 1)
WHERE `id` = '6'
197μs48B/libraries/src/Table/Table.php:1325CopySELECT co.id AS id FROM kasnt_phocagallery_img_comments AS co WHERE co.imgid = 6 AND co.userid = 0 ORDER BY co.id LIMIT 1
182μs792B/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 kasnt_phocagallery_img_comments AS co LEFT JOIN kasnt_users AS u ON u.id = co.userid LEFT JOIN kasnt_phocagallery_user AS uc ON uc.userid = u.id WHERE CASE WHEN avatar IS NOT NULL THEN co.imgid = 6 AND co.published = 1 AND uc.published = 1 AND uc.approved = 1 ELSE co.imgid = 6 AND co.published = 1 END ORDER by co.ordering
194μs1.17KB/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 kasnt_phocagallery AS c LEFT JOIN kasnt_phocagallery_categories AS cc ON cc.id = c.catid WHERE c.catid= 1 AND c.published = 1 AND cc.published = 1 AND c.ordering > 6 ORDER BY c.ordering ASC LIMIT 1
297μs1.19KB/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT c.id, c.title, c.alias, c.catid, cc.id AS categoryid, cc.title AS categorytitle, cc.alias AS categoryalias FROM kasnt_phocagallery AS c LEFT JOIN kasnt_phocagallery_categories AS cc ON cc.id = c.catid WHERE c.catid= 1 AND c.published = 1 AND cc.published = 1 AND c.ordering < 6 ORDER BY c.ordering DESC LIMIT 1
234μs1.19KB/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT * FROM kasnt_phocagallery_categories AS c WHERE c.id = 0 AND c.published = 1
263μs7.45KB/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 `kasnt_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
296μs1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517Copy