Joomla! Version | 4.4.4 |
PHP Version | 8.1.31 |
Identity | guest |
Response | 200 |
Template | prostart_edit |
Database |
|
1 x afterInitialise (6.18MB) (39.89%) | 345.11ms |
1 x afterRenderComponent com_phocagallery (3.17MB) (23.49%) | 203.24ms |
1 x afterLoad (4.05MB) (18.66%) | 161.44ms |
1 x beforeRenderComponent com_phocagallery (1008.17KB) (8.19%) | 70.81ms |
1 x afterRoute (682.27KB) (5.33%) | 46.12ms |
1 x afterRender (465.64KB) (4.18%) | 36.13ms |
1 x afterDispatch (1.88KB) (0.02%) | 163μs |
SELECT @@SESSION.sql_mode;
854μs1.57KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334CopySELECT `data`
FROM `jos_session`
WHERE `session_id` = ?
972μs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261CopySELECT `session_id`
FROM `jos_session`
WHERE `session_id` = :session_id LIMIT 1
1ms1.61KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
1.28ms944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
2.18ms18.36KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `jos_viewlevels`
974μs976B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `jos_usergroups` AS `a`
LEFT JOIN `jos_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
1.02ms1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `jos_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
2.63ms3.8KBParams/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 `jos_menu` AS `m`
LEFT JOIN `jos_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`
2.29ms5.98KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 2 ORDER BY a.ordering LIMIT 1
1ms1KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.parent_id = 2 ORDER BY a.ordering
1.21ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:177CopySELECT *
FROM `jos_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
1.06ms2.22KB/libraries/src/Language/LanguageHelper.php:142CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `jos_template_styles` AS `s`
LEFT JOIN `jos_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
1.54ms1.16KB/administrator/components/com_templates/src/Model/StyleModel.php:773CopySELECT a.filename as filename, a.type as type, a.menulink as menulink FROM jos_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
1.13ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/render/renderfront.php:774CopySELECT a.filename as filename, a.type as type, a.menulink as menulink FROM jos_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
1.04ms1008B/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 jos_phocagallery AS a LEFT JOIN jos_phocagallery_categories AS c ON c.id = a.catid LEFT JOIN jos_users AS ua ON ua.id = a.userid WHERE a.id = 18 AND a.published > 0 AND a.approved > 0
1.48ms7.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 jos_phocagallery_categories AS cc LEFT JOIN jos_phocagallery AS c ON c.catid = cc.id WHERE c.id= 18 AND cc.access IN (1,5) AND cc.published = 1 ORDER BY cc.ordering LIMIT 1
1.04ms3.69KB/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
932μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
1.13ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
878μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
1.05ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
790μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
771μ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 jos_phocagallery AS a, jos_phocagallery AS b LEFT JOIN jos_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 2 AND b.id = 18 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
1.09ms1.39KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:105CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 19 ORDER BY a.ordering LIMIT 1
770μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 19 ORDER BY a.ordering LIMIT 1
767μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 19 ORDER BY a.ordering LIMIT 1
777μ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 jos_phocagallery AS a, jos_phocagallery AS b LEFT JOIN jos_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 2 AND b.id = 18 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
1.11ms1.39KB/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 jos_phocagallery AS a, jos_phocagallery AS b LEFT JOIN jos_phocagallery_categories AS c ON c.id = b.catid WHERE a.catid = 2 AND b.id = 18 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
999μs1.23KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:223CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 17 ORDER BY a.ordering LIMIT 1
969μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 17 ORDER BY a.ordering LIMIT 1
866μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 17 ORDER BY a.ordering LIMIT 1
878μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.id, a.filename, a.extl, a.description FROM jos_phocagallery AS a LEFT JOIN jos_phocagallery_img_votes_statistics AS r ON r.imgid = a.id WHERE a.catid=2 AND a.published = 1 AND a.approved = 1 ORDER BY a.ordering ASC
2.17ms12.23KB/administrator/components/com_phocagallery/libraries/phocagallery/render/renderdetailbutton.php:398CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
1.03ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
892μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM jos_phocagallery_categories AS a WHERE a.id = 18 ORDER BY a.ordering LIMIT 1
855μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySHOW FULL COLUMNS FROM `jos_phocagallery`
2.12ms2.52KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625CopyUPDATE `jos_phocagallery`
SET `hits` = (`hits` + 1)
WHERE `id` = '18'
1.32ms48B/libraries/src/Table/Table.php:1325CopySELECT co.id AS id FROM jos_phocagallery_img_comments AS co WHERE co.imgid = 18 AND co.userid = 0 ORDER BY co.id LIMIT 1
949μ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 jos_phocagallery_img_comments AS co LEFT JOIN jos_users AS u ON u.id = co.userid LEFT JOIN jos_phocagallery_user AS uc ON uc.userid = u.id WHERE CASE WHEN avatar IS NOT NULL THEN co.imgid = 18 AND co.published = 1 AND uc.published = 1 AND uc.approved = 1 ELSE co.imgid = 18 AND co.published = 1 END ORDER by co.ordering
1.1ms1.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 jos_phocagallery AS c LEFT JOIN jos_phocagallery_categories AS cc ON cc.id = c.catid WHERE c.catid= 2 AND c.published = 1 AND cc.published = 1 AND c.ordering > 4 ORDER BY c.ordering ASC LIMIT 1
1.26ms1.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 jos_phocagallery AS c LEFT JOIN jos_phocagallery_categories AS cc ON cc.id = c.catid WHERE c.catid= 2 AND c.published = 1 AND cc.published = 1 AND c.ordering < 4 ORDER BY c.ordering DESC LIMIT 1
1.16ms1.19KB/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT * FROM jos_phocagallery_categories AS c WHERE c.id = 0 AND c.published = 1
1.26ms7.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 `jos_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
1.07ms1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466CopySELECT `session_id`
FROM `jos_session`
WHERE `session_id` = ?
883μs1.63KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291CopyUPDATE `jos_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
1.08ms912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:318Copy