Powered by Phoca Gallery
Settings3.221MBMemory Usage349msRequest Duration
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
Joomla! Version5.3.0
PHP Version8.4.5
Identityguest
Response200
Templatecassiopeia
Database
Server
mysql
Version
5.6.51-91.0-log
Collation
utf8_general_ci
Conn Collation
utf8mb4_general_ci
$_GET
[]
$_POST
[]
$_SESSION
array:1 [ "joomla" => "***redacted***" ]
$_COOKIE
[]
$_SERVER
array:84 [ "HOSTNAME" => "hlpi1ws-c232s01.ad.aruba.it" "LANGUAGE" => "it_IT:it" "PM_PROCESS_ID...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1749123368 "last" => 1749123368...
registry
array:3 [ "data" => [] "initialized" => false "separator" => "." ]
user
array:21 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
plg_system_languagefilter
array:1 [ "language" => "it-IT" ]
  • afterLoad (88.66KB) (1.53ms)
  • afterInitialise (1.21MB) (36.9ms)
  • afterRoute (103.71KB) (29.38ms)
  • beforeRenderComponent com_phocagallery (109.4KB) (11.47ms)
  • afterRenderComponent com_phocagallery (1.09MB) (236ms)
  • afterDispatch (99.98KB) (9.73ms)
  • afterRender (132.52KB) (23.16ms)
  • 1 x afterRenderComponent com_phocagallery (1.09MB) (67.6%)
    236ms
    1 x afterInitialise (1.21MB) (10.56%)
    36.90ms
    1 x afterRoute (103.71KB) (8.41%)
    29.38ms
    1 x afterRender (132.52KB) (6.63%)
    23.16ms
    1 x beforeRenderComponent com_phocagallery (109.4KB) (3.28%)
    11.47ms
    1 x afterDispatch (99.98KB) (2.78%)
    9.73ms
    1 x afterLoad (88.66KB) (0.44%)
    1.53ms
49 statements were executed, 21 of which were duplicates, 28 unique30.52ms109.83KB
  • SELECT @@SESSION.sql_mode;416μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:259Copy
  • SELECT `data` FROM `josv8_session` WHERE `session_id` = ?507μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250Copy
  • SELECT `session_id` FROM `josv8_session` WHERE `session_id` = :session_id LIMIT 1386μs1.3KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `josv8_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)535μs944BParams/libraries/src/Session/MetadataManager.php:260Copy
  • SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` FROM `josv8_extensions` WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1601μs17.73KB/libraries/src/Component/ComponentHelper.php:399Copy
  • SELECT `id`,`rules` FROM `josv8_viewlevels`284μs656B/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `josv8_usergroups` AS `a` LEFT JOIN `josv8_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest281μs1.33KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` FROM `josv8_extensions` WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2) ORDER BY `ordering`526μs19.98KBParams/libraries/src/Plugin/PluginHelper.php:294Copy
  • SELECT `enabled` FROM `josv8_extensions` WHERE `element` = 'com_akeeba' AND `type` = 'component'255μs1.15KB/plugins/system/backuponupdate/backuponupdate.php:36Copy
  • SELECT * FROM `josv8_languages` WHERE `published` = 1 ORDER BY `ordering` ASC342μs1.63KB/libraries/src/Language/LanguageHelper.php:179Copy
  • SELECT `element`,`name`,`client_id`,`extension_id` FROM `josv8_extensions` WHERE `type` = 'language' AND `state` = 0 AND `enabled` = 1315μs816B/libraries/src/Language/LanguageHelper.php:252Copy
  • SELECT `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 `josv8_menu` AS `m` LEFT JOIN `josv8_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`475μs19.61KBParams/libraries/src/Menu/SiteMenu.php:166Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 17 ORDER BY a.ordering LIMIT 14.82ms704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.parent_id = 17 ORDER BY a.ordering578μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:177Copy
  • SELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent` FROM `josv8_template_styles` AS `s` LEFT JOIN `josv8_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` = 1285μs832B/administrator/components/com_templates/src/Model/StyleModel.php:718Copy
  • SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM josv8_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC398μs688B/administrator/components/com_phocagallery/libraries/phocagallery/render/renderfront.php:774Copy
  • SELECT c.id, c.title, c.alias, c.description, c.published, c.approved, c.parent_id, c.deleteuserid, c.accessuserid, c.uploaduserid, c.owner_id, c.access, c.metakey, c.metadesc, c.latitude, c.longitude, c.zoom, c.geotitle, c.userfolder, c.image_id, CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug FROM josv8_phocagallery_categories AS c WHERE c.id = 17 LIMIT 1566μs3.81KB/components/com_phocagallery/models/category.php:238Copy
  • SELECT * FROM josv8_phocagallery_categories AS c WHERE c.id = 0 AND c.published = 1660μs4.95KB/components/com_phocagallery/views/category/view.html.php:2204Copy
  • SELECT cc.id, cc.title, cc.alias, cc.published, cc.approved, cc.parent_id, cc.deleteuserid, cc.accessuserid, cc.uploaduserid, cc.access FROM josv8_phocagallery_categories AS cc WHERE cc.id = 0 AND cc.published = 1 AND cc.approved = 1 AND cc.id <> 17 ORDER BY cc.title DESC LIMIT 1411μs1.33KB/components/com_phocagallery/models/category.php:266Copy
  • SELECT a.*, cc.alias AS catalias, cc.accessuserid AS cataccessuserid, cc.access AS cataccess, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug FROM josv8_phocagallery AS a LEFT JOIN josv8_phocagallery_img_votes_statistics AS r ON r.imgid = a.id LEFT JOIN josv8_phocagallery_categories AS cc ON cc.id = a.catid WHERE a.language IN ('it-IT','*') AND a.catid= 17 AND a.published = 1 AND a.approved = 1 ORDER BY a.ordering ASC LIMIT 20979μs5.28KB/libraries/src/MVC/Model/BaseDatabaseModel.php:164Copy
  • SELECT a.id FROM josv8_phocagallery AS a LEFT JOIN josv8_phocagallery_categories AS cc ON cc.id = a.catid WHERE a.language IN ('it-IT','*') AND a.catid= 17 AND a.published = 1 AND a.approved = 1 ORDER BY a.id680μs568B/libraries/src/MVC/Model/BaseDatabaseModel.php:209Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 169 ORDER BY a.ordering LIMIT 1400μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 169 ORDER BY a.ordering LIMIT 1320μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 169 ORDER BY a.ordering LIMIT 1277μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 170 ORDER BY a.ordering LIMIT 1547μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 170 ORDER BY a.ordering LIMIT 1269μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 170 ORDER BY a.ordering LIMIT 1298μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 171 ORDER BY a.ordering LIMIT 1512μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 171 ORDER BY a.ordering LIMIT 1260μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 171 ORDER BY a.ordering LIMIT 1251μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SHOW FULL COLUMNS FROM `josv8_phocagallery_categories`2.1ms2.02KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:539Copy
  • UPDATE `josv8_phocagallery_categories` SET `hits` = (`hits` + 1) WHERE `id` = '17'848μs48B/libraries/src/Table/Table.php:1348Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 169 ORDER BY a.ordering LIMIT 1820μs3.13KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 169 ORDER BY a.ordering LIMIT 1408μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 169 ORDER BY a.ordering LIMIT 1468μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 170 ORDER BY a.ordering LIMIT 1902μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 170 ORDER BY a.ordering LIMIT 1821μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 170 ORDER BY a.ordering LIMIT 1296μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 171 ORDER BY a.ordering LIMIT 1406μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 171 ORDER BY a.ordering LIMIT 1292μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 171 ORDER BY a.ordering LIMIT 1248μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT `language`,`id` FROM `josv8_menu` WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0266μs592B/libraries/src/Language/Multilanguage.php:123Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 0 ORDER BY a.ordering LIMIT 1563μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 0 ORDER BY a.ordering LIMIT 1268μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT a.title, a.alias, a.id, a.parent_id FROM josv8_phocagallery_categories AS a WHERE a.id = 0 ORDER BY a.ordering LIMIT 1259μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168Copy
  • SELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid` FROM `josv8_modules` AS `m` LEFT JOIN `josv8_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id` LEFT JOIN `josv8_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) AND `m`.`language` IN (:preparedArray3,:preparedArray4) ORDER BY `m`.`position`,`m`.`ordering`2.08ms1.89KBParams/libraries/src/Cache/Controller/CallbackController.php:51Copy
  • SELECT 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 `josv8_scheduler_tasks` AS `a` WHERE `a`.`state` = 1607μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517Copy
  • SELECT `session_id` FROM `josv8_session` WHERE `session_id` = ?460μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277Copy
  • UPDATE `josv8_session` SET `data` = ? , `time` = ? WHERE `session_id` = ?978μs592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy