Joomla! Version | 5.2.3 |
PHP Version | 8.1.30 |
Identity | guest |
Response | 200 |
Template | cassiopeia |
Database |
|
1 x afterRenderComponent com_phocagallery (14.2MB) (55.37%) | 215ms |
1 x afterInitialise (11.39MB) (18.81%) | 73.16ms |
1 x afterLoad (3.86MB) (7.02%) | 27.31ms |
1 x afterRenderRawModule mod_finder (Rechercher) (1.01MB) (3.15%) | 12.26ms |
1 x afterRenderRawModule mod_menu (Menu principal) (1.23MB) (3.04%) | 11.83ms |
1 x beforeRenderComponent com_phocagallery (1.08MB) (3.02%) | 11.75ms |
1 x afterRender (1.04MB) (2.73%) | 10.61ms |
1 x beforeRenderRawModule mod_menu (Menu principal) (368.66KB) (2.51%) | 9.77ms |
1 x afterRenderRawModule mod_phocagallery_tree (Dossier photos) (302.23KB) (1.02%) | 3.97ms |
1 x afterRoute (116.55KB) (0.74%) | 2.87ms |
1 x After Access::preloadComponents (all components) (157.45KB) (0.59%) | 2.30ms |
1 x afterRenderRawModule mod_breadcrumbs (Fil de navigation) (123.16KB) (0.48%) | 1.85ms |
1 x afterRenderRawModule mod_footer (Copyright) (65.13KB) (0.19%) | 754μs |
1 x Before Access::preloadComponents (all components) (14.45KB) (0.14%) | 561μs |
1 x beforeRenderModule mod_menu (Menu principal) (55.86KB) (0.14%) | 539μs |
1 x afterRenderModule mod_footer (Copyright) (87.02KB) (0.09%) | 364μs |
1 x beforeRenderModule mod_footer (Copyright) (26.41KB) (0.09%) | 335μs |
1 x afterRenderModule mod_finder (Rechercher) (10.5KB) (0.08%) | 321μs |
1 x After Access::getAssetRules (id:16 name:com_menus) (26.72KB) (0.08%) | 312μs |
1 x afterRenderModule mod_phocagallery_tree (Dossier photos) (12.5KB) (0.07%) | 285μs |
1 x afterDispatch (11.89KB) (0.07%) | 271μs |
1 x afterRenderModule mod_menu (Menu principal) (11.5KB) (0.06%) | 219μs |
1 x afterRenderModule mod_breadcrumbs (Fil de navigation) (11KB) (0.06%) | 215μs |
1 x beforeRenderModule mod_phocagallery_tree (Dossier photos) (12.7KB) (0.04%) | 169μs |
1 x beforeRenderModule mod_breadcrumbs (Fil de navigation) (11.2KB) (0.04%) | 151μs |
1 x beforeRenderModule mod_finder (Rechercher) (13.12KB) (0.04%) | 148μs |
1 x beforeRenderRawModule mod_finder (Rechercher) (1.63KB) (0.02%) | 73μs |
1 x beforeRenderRawModule mod_footer (Copyright) (320B) (0.01%) | 55μs |
1 x beforeRenderRawModule mod_breadcrumbs (Fil de navigation) (672B) (0.01%) | 52μs |
1 x beforeRenderRawModule mod_phocagallery_tree (Dossier photos) (1.27KB) (0.01%) | 45μs |
1 x Before Access::getAssetRules (id:16 name:com_menus) (2.45KB) (0.01%) | 27μs |
SELECT @@SESSION.sql_mode;
300μs1.57KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `t4d85_session`
WHERE `session_id` = ?
367μs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `t4d85_session`
WHERE `session_id` = :session_id LIMIT 1
301μs1.61KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `t4d85_session`
(`session_id`,`guest`,`time`,`userid`,`username`) VALUES
(:session_id, :guest, :time, :user_id, :username)
442μs912BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `t4d85_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
1.25ms18.36KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `t4d85_viewlevels`
254μs976B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `t4d85_usergroups` AS `a`
LEFT JOIN `t4d85_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
334μs1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `t4d85_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
1.3ms4.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 `t4d85_menu` AS `m`
LEFT JOIN `t4d85_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`
911μs22.05KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT *
FROM `t4d85_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
430μs2.23KB/libraries/src/Language/LanguageHelper.php:177CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `t4d85_template_styles` AS `s`
LEFT JOIN `t4d85_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
469μs1.13KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT a.filename as filename, a.type as type, a.menulink as menulink FROM t4d85_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
506μs976B/administrator/components/com_phocagallery/libraries/phocagallery/render/renderfront.php:774CopySELECT 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 t4d85_phocagallery_categories AS c WHERE c.id = 1 LIMIT 1
630μs3.81KB/components/com_phocagallery/models/category.php:238CopySELECT cc.id, cc.title, cc.alias, cc.published, cc.approved, cc.parent_id, cc.deleteuserid, cc.accessuserid, cc.uploaduserid, cc.access FROM t4d85_phocagallery_categories AS cc WHERE cc.id = 0 AND cc.published = 1 AND cc.approved = 1 AND cc.id <> 1 ORDER BY cc.ordering ASC LIMIT 1
440μs1.95KB/components/com_phocagallery/models/category.php:266CopySELECT 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 t4d85_phocagallery AS a LEFT JOIN t4d85_phocagallery_img_votes_statistics AS r ON r.imgid = a.id LEFT JOIN t4d85_phocagallery_categories AS cc ON cc.id = a.catid WHERE a.catid= 1 AND a.published = 1 AND a.approved = 1 ORDER BY a.ordering ASC LIMIT 60, 20
2.64ms8.05KB/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT a.id FROM t4d85_phocagallery AS a LEFT JOIN t4d85_phocagallery_categories AS cc ON cc.id = a.catid WHERE a.catid= 1 AND a.published = 1 AND a.approved = 1 ORDER BY a.id
833μs2.32KB/libraries/src/MVC/Model/BaseDatabaseModel.php:209CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 1 ORDER BY a.ordering LIMIT 1
405μs3.5KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.parent_id = 1 ORDER BY a.ordering
412μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:177CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 227 ORDER BY a.ordering LIMIT 1
379μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 227 ORDER BY a.ordering LIMIT 1
340μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 227 ORDER BY a.ordering LIMIT 1
435μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 228 ORDER BY a.ordering LIMIT 1
375μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 228 ORDER BY a.ordering LIMIT 1
348μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 228 ORDER BY a.ordering LIMIT 1
529μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 229 ORDER BY a.ordering LIMIT 1
349μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 229 ORDER BY a.ordering LIMIT 1
357μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 229 ORDER BY a.ordering LIMIT 1
345μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 230 ORDER BY a.ordering LIMIT 1
377μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 230 ORDER BY a.ordering LIMIT 1
353μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 230 ORDER BY a.ordering LIMIT 1
349μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 231 ORDER BY a.ordering LIMIT 1
357μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 231 ORDER BY a.ordering LIMIT 1
355μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 231 ORDER BY a.ordering LIMIT 1
358μs11.98KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 232 ORDER BY a.ordering LIMIT 1
381μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 232 ORDER BY a.ordering LIMIT 1
353μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 232 ORDER BY a.ordering LIMIT 1
376μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 233 ORDER BY a.ordering LIMIT 1
384μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 233 ORDER BY a.ordering LIMIT 1
381μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 233 ORDER BY a.ordering LIMIT 1
354μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 234 ORDER BY a.ordering LIMIT 1
364μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 234 ORDER BY a.ordering LIMIT 1
354μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 234 ORDER BY a.ordering LIMIT 1
358μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 235 ORDER BY a.ordering LIMIT 1
361μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 235 ORDER BY a.ordering LIMIT 1
361μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 235 ORDER BY a.ordering LIMIT 1
377μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 236 ORDER BY a.ordering LIMIT 1
362μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 236 ORDER BY a.ordering LIMIT 1
352μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 236 ORDER BY a.ordering LIMIT 1
356μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 237 ORDER BY a.ordering LIMIT 1
312μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 237 ORDER BY a.ordering LIMIT 1
294μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 237 ORDER BY a.ordering LIMIT 1
288μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 238 ORDER BY a.ordering LIMIT 1
313μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 238 ORDER BY a.ordering LIMIT 1
284μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 238 ORDER BY a.ordering LIMIT 1
295μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 239 ORDER BY a.ordering LIMIT 1
326μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 239 ORDER BY a.ordering LIMIT 1
1.56ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 239 ORDER BY a.ordering LIMIT 1
1.01ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 240 ORDER BY a.ordering LIMIT 1
423μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 240 ORDER BY a.ordering LIMIT 1
376μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 240 ORDER BY a.ordering LIMIT 1
352μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 241 ORDER BY a.ordering LIMIT 1
368μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 241 ORDER BY a.ordering LIMIT 1
364μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 241 ORDER BY a.ordering LIMIT 1
363μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 242 ORDER BY a.ordering LIMIT 1
350μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 242 ORDER BY a.ordering LIMIT 1
353μs8.98KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 242 ORDER BY a.ordering LIMIT 1
337μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 243 ORDER BY a.ordering LIMIT 1
362μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 243 ORDER BY a.ordering LIMIT 1
434μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 243 ORDER BY a.ordering LIMIT 1
375μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 244 ORDER BY a.ordering LIMIT 1
368μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 244 ORDER BY a.ordering LIMIT 1
356μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 244 ORDER BY a.ordering LIMIT 1
353μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 245 ORDER BY a.ordering LIMIT 1
363μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 245 ORDER BY a.ordering LIMIT 1
362μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 245 ORDER BY a.ordering LIMIT 1
356μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 246 ORDER BY a.ordering LIMIT 1
381μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 246 ORDER BY a.ordering LIMIT 1
358μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 246 ORDER BY a.ordering LIMIT 1
344μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySHOW FULL COLUMNS FROM `t4d85_phocagallery_categories`
1.05ms2.64KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopyUPDATE `t4d85_phocagallery_categories`
SET `hits` = (`hits` + 1)
WHERE `id` = '1'
602μs48B/libraries/src/Table/Table.php:1348CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 227 ORDER BY a.ordering LIMIT 1
480μs960B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 227 ORDER BY a.ordering LIMIT 1
367μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 227 ORDER BY a.ordering LIMIT 1
374μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 228 ORDER BY a.ordering LIMIT 1
376μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 228 ORDER BY a.ordering LIMIT 1
369μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 228 ORDER BY a.ordering LIMIT 1
372μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 229 ORDER BY a.ordering LIMIT 1
358μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 229 ORDER BY a.ordering LIMIT 1
385μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 229 ORDER BY a.ordering LIMIT 1
379μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 230 ORDER BY a.ordering LIMIT 1
353μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 230 ORDER BY a.ordering LIMIT 1
370μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 230 ORDER BY a.ordering LIMIT 1
355μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 231 ORDER BY a.ordering LIMIT 1
379μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 231 ORDER BY a.ordering LIMIT 1
372μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 231 ORDER BY a.ordering LIMIT 1
374μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 232 ORDER BY a.ordering LIMIT 1
353μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 232 ORDER BY a.ordering LIMIT 1
356μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 232 ORDER BY a.ordering LIMIT 1
371μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 233 ORDER BY a.ordering LIMIT 1
358μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 233 ORDER BY a.ordering LIMIT 1
342μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 233 ORDER BY a.ordering LIMIT 1
347μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 234 ORDER BY a.ordering LIMIT 1
369μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 234 ORDER BY a.ordering LIMIT 1
367μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 234 ORDER BY a.ordering LIMIT 1
370μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 235 ORDER BY a.ordering LIMIT 1
344μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 235 ORDER BY a.ordering LIMIT 1
382μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 235 ORDER BY a.ordering LIMIT 1
374μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 236 ORDER BY a.ordering LIMIT 1
355μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 236 ORDER BY a.ordering LIMIT 1
354μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 236 ORDER BY a.ordering LIMIT 1
366μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 237 ORDER BY a.ordering LIMIT 1
381μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 237 ORDER BY a.ordering LIMIT 1
372μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 237 ORDER BY a.ordering LIMIT 1
364μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 238 ORDER BY a.ordering LIMIT 1
372μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 238 ORDER BY a.ordering LIMIT 1
375μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 238 ORDER BY a.ordering LIMIT 1
394μs32.98KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 239 ORDER BY a.ordering LIMIT 1
375μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 239 ORDER BY a.ordering LIMIT 1
366μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 239 ORDER BY a.ordering LIMIT 1
377μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 240 ORDER BY a.ordering LIMIT 1
415μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 240 ORDER BY a.ordering LIMIT 1
361μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 240 ORDER BY a.ordering LIMIT 1
385μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 241 ORDER BY a.ordering LIMIT 1
368μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 241 ORDER BY a.ordering LIMIT 1
356μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 241 ORDER BY a.ordering LIMIT 1
354μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 242 ORDER BY a.ordering LIMIT 1
357μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 242 ORDER BY a.ordering LIMIT 1
362μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 242 ORDER BY a.ordering LIMIT 1
382μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 243 ORDER BY a.ordering LIMIT 1
345μs16.98KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 243 ORDER BY a.ordering LIMIT 1
367μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 243 ORDER BY a.ordering LIMIT 1
363μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 244 ORDER BY a.ordering LIMIT 1
357μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 244 ORDER BY a.ordering LIMIT 1
368μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 244 ORDER BY a.ordering LIMIT 1
365μs1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 245 ORDER BY a.ordering LIMIT 1
1.61ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 245 ORDER BY a.ordering LIMIT 1
1.63ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 245 ORDER BY a.ordering LIMIT 1
1.61ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 246 ORDER BY a.ordering LIMIT 1
2.09ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 246 ORDER BY a.ordering LIMIT 1
2.12ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM t4d85_phocagallery_categories AS a WHERE a.id = 246 ORDER BY a.ordering LIMIT 1
2.14ms1008B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `t4d85_modules` AS `m`
LEFT JOIN `t4d85_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `t4d85_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`
3.15ms2.2KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT cc.title AS title, cc.id AS id, cc.parent_id as parent_id, cc.alias as alias, cc.access as access, cc.accessuserid as accessuserid FROM t4d85_phocagallery_categories AS cc WHERE cc.published = 1 AND cc.id != 0 ORDER BY cc.ordering ASC
531μs1.16KB/modules/mod_phocagallery_tree/mod_phocagallery_tree.php:117CopySELECT `name`,`element`
FROM `t4d85_extensions`
WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1
691μs992B/administrator/components/com_finder/src/Helper/LanguageHelper.php:135CopySELECT `title`
FROM `t4d85_finder_taxonomy`
WHERE `parent_id` = 1 AND `state` = 1 AND `access` IN (1,5)
574μs936B/administrator/components/com_finder/src/Indexer/Taxonomy.php:325CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `t4d85_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,:preparedArray42,:preparedArray43,:preparedArray44,:preparedArray45)
1.17ms8.12KBParams/libraries/src/Access/Access.php:357CopySELECT 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 `t4d85_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
543μs1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:465CopySELECT `session_id`
FROM `t4d85_session`
WHERE `session_id` = ?
383μs1.63KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `t4d85_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
598μs912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy