Joomla! Version | 5.2.5 |
PHP Version | 8.4.5 |
Identity | guest |
Response | 200 |
Template | ol_erstellen |
Database |
|
1 x afterRenderComponent com_phocagallery (6.65MB) (56.01%) | 294ms |
1 x afterRender (253.91KB) (8.07%) | 42.38ms |
1 x afterRenderRawModule mod_menu (Main menu) (544.72KB) (7.23%) | 37.98ms |
1 x afterRenderRawModule mod_finder (Search) (50.71KB) (5.28%) | 27.73ms |
1 x beforeRenderRawModule mod_finder (Search) (232.41KB) (5.19%) | 27.25ms |
1 x afterRenderRawModule mod_menu (Site Map) (613.59KB) (4.94%) | 25.93ms |
1 x afterRoute (271.86KB) (4.26%) | 22.35ms |
1 x afterInitialise (1.55MB) (2.77%) | 14.55ms |
1 x beforeRenderRawModule mod_menu (Main menu) (52.08KB) (1.97%) | 10.35ms |
1 x beforeRenderComponent com_phocagallery (51.98KB) (1.86%) | 9.77ms |
1 x afterRenderModule mod_finder (Search) (67KB) (0.89%) | 4.69ms |
1 x afterRenderModule mod_menu (Site Map) (38.45KB) (0.39%) | 2.04ms |
1 x afterRenderModule mod_menu (Main menu) (37.83KB) (0.37%) | 1.96ms |
1 x afterDispatch (66.66KB) (0.29%) | 1.54ms |
1 x afterLoad (106.02KB) (0.27%) | 1.44ms |
1 x beforeRenderRawModule mod_menu (Site Map) (752B) (0.01%) | 74μs |
1 x beforeRenderModule mod_finder (Search) (704B) (0%) | 7μs |
1 x beforeRenderModule mod_menu (Site Map) (704B) (0%) | 7μs |
1 x beforeRenderModule mod_menu (Main menu) (704B) (0%) | 5μs |
SELECT @@SESSION.sql_mode;
106μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `olers_session`
WHERE `session_id` = ?
431μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `olers_session`
WHERE `session_id` = :session_id LIMIT 1
116μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `olers_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
221μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `olers_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
385μs17.73KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `olers_viewlevels`
245μs672B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `olers_usergroups` AS `a`
LEFT JOIN `olers_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
280μs1.33KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `olers_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
642μs3.98KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT *
FROM olers_rsform_config
286μs2.44KB/administrator/components/com_rsform/helpers/config.php:52CopySELECT `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 `olers_menu` AS `m`
LEFT JOIN `olers_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`
573μs19.67KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering LIMIT 1
689μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.parent_id = 60 ORDER BY a.ordering
160μs816B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:177CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `olers_template_styles` AS `s`
LEFT JOIN `olers_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
369μs48.83KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
259μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
496μs1.61KB/libraries/src/Language/LanguageHelper.php:177CopySELECT a.filename as filename, a.type as type, a.menulink as menulink FROM olers_phocagallery_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
461μs704B/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 olers_phocagallery_categories AS c WHERE c.id = 63 LIMIT 1
194μs3.81KB/components/com_phocagallery/models/category.php:238CopySELECT * FROM olers_phocagallery_categories AS c WHERE c.id = 60 AND c.published = 1
200μs4.97KB/components/com_phocagallery/views/category/view.html.php:2204CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 63 ORDER BY a.ordering LIMIT 1
213μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.parent_id = 63 ORDER BY a.ordering
186μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:177CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
118μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
218μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
124μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
189μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
173μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
200μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT cc.id, cc.title, cc.alias, cc.published, cc.approved, cc.parent_id, cc.deleteuserid, cc.accessuserid, cc.uploaduserid, cc.access FROM olers_phocagallery_categories AS cc WHERE cc.id = 60 AND cc.published = 1 AND cc.approved = 1 AND cc.id <> 63 ORDER BY cc.ordering ASC LIMIT 1
205μs1.34KB/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 olers_phocagallery AS a LEFT JOIN olers_phocagallery_img_votes_statistics AS r ON r.imgid = a.id LEFT JOIN olers_phocagallery_categories AS cc ON cc.id = a.catid WHERE a.catid= 63 AND a.published = 1 AND a.approved = 1 ORDER BY a.ordering ASC LIMIT 240, 20
5.53ms5.55KB/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT a.id FROM olers_phocagallery AS a LEFT JOIN olers_phocagallery_categories AS cc ON cc.id = a.catid WHERE a.catid= 63 AND a.published = 1 AND a.approved = 1 ORDER BY a.id
620μs8.51KB/libraries/src/MVC/Model/BaseDatabaseModel.php:209CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
136μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5134 ORDER BY a.ordering LIMIT 1
135μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
129μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5134 ORDER BY a.ordering LIMIT 1
128μs3.17KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
135μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5134 ORDER BY a.ordering LIMIT 1
160μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
191μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5135 ORDER BY a.ordering LIMIT 1
138μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
161μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5135 ORDER BY a.ordering LIMIT 1
162μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
118μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5135 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
295μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5136 ORDER BY a.ordering LIMIT 1
184μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
241μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5136 ORDER BY a.ordering LIMIT 1
263μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
133μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5136 ORDER BY a.ordering LIMIT 1
124μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
124μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5137 ORDER BY a.ordering LIMIT 1
120μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
156μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5137 ORDER BY a.ordering LIMIT 1
205μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
171μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5137 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
149μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5138 ORDER BY a.ordering LIMIT 1
127μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
128μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5138 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5138 ORDER BY a.ordering LIMIT 1
123μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
121μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5139 ORDER BY a.ordering LIMIT 1
116μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5139 ORDER BY a.ordering LIMIT 1
120μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5139 ORDER BY a.ordering LIMIT 1
133μs11.67KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
166μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5140 ORDER BY a.ordering LIMIT 1
151μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
136μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5140 ORDER BY a.ordering LIMIT 1
137μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
137μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5140 ORDER BY a.ordering LIMIT 1
112μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
123μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5141 ORDER BY a.ordering LIMIT 1
112μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5141 ORDER BY a.ordering LIMIT 1
112μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5141 ORDER BY a.ordering LIMIT 1
118μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
133μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5142 ORDER BY a.ordering LIMIT 1
183μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
210μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5142 ORDER BY a.ordering LIMIT 1
188μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
116μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5142 ORDER BY a.ordering LIMIT 1
129μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
138μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5143 ORDER BY a.ordering LIMIT 1
120μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5143 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5143 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
190μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5144 ORDER BY a.ordering LIMIT 1
191μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
171μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5144 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5144 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
120μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5145 ORDER BY a.ordering LIMIT 1
111μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5145 ORDER BY a.ordering LIMIT 1
114μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
124μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5145 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
116μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5146 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
122μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5146 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
113μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5146 ORDER BY a.ordering LIMIT 1
132μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
201μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5147 ORDER BY a.ordering LIMIT 1
113μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
120μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5147 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5147 ORDER BY a.ordering LIMIT 1
112μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
213μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5148 ORDER BY a.ordering LIMIT 1
137μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
144μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5148 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5148 ORDER BY a.ordering LIMIT 1
120μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
138μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5149 ORDER BY a.ordering LIMIT 1
121μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
116μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5149 ORDER BY a.ordering LIMIT 1
108μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
150μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5149 ORDER BY a.ordering LIMIT 1
121μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5150 ORDER BY a.ordering LIMIT 1
110μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
128μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5150 ORDER BY a.ordering LIMIT 1
116μs8.67KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
123μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5150 ORDER BY a.ordering LIMIT 1
140μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
128μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5151 ORDER BY a.ordering LIMIT 1
120μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
128μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5151 ORDER BY a.ordering LIMIT 1
122μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
130μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5151 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
134μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5152 ORDER BY a.ordering LIMIT 1
128μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
114μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5152 ORDER BY a.ordering LIMIT 1
110μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
124μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5152 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
142μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5153 ORDER BY a.ordering LIMIT 1
120μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
126μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5153 ORDER BY a.ordering LIMIT 1
124μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
116μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5153 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT COUNT(i.id) AS countimg FROM olers_phocagallery AS i WHERE i.catid = 63 AND i.published =1 AND i.approved = 1 LIMIT 1
470μs536B/components/com_phocagallery/models/category.php:599CopySELECT COUNT(i.id) AS countimg FROM olers_phocagallery AS i WHERE i.catid = 63 AND i.published =0 AND i.approved = 1 LIMIT 1
134μs536B/components/com_phocagallery/models/category.php:599CopySELECT cc.hits AS catviewed FROM olers_phocagallery_categories AS cc WHERE cc.id = 63 LIMIT 1
106μs536B/components/com_phocagallery/models/category.php:611CopySELECT i.*, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug FROM olers_phocagallery AS i LEFT JOIN olers_phocagallery_categories AS cc ON cc.id = i.catid WHERE i.catid = 63 AND i.published = 1 AND i.approved = 1 ORDER BY hits DESC LIMIT 3
757μs4.94KB/components/com_phocagallery/models/category.php:628CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
134μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4910 ORDER BY a.ordering LIMIT 1
114μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
120μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4910 ORDER BY a.ordering LIMIT 1
118μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
113μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4910 ORDER BY a.ordering LIMIT 1
117μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
127μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4898 ORDER BY a.ordering LIMIT 1
129μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
131μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4898 ORDER BY a.ordering LIMIT 1
118μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
135μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4898 ORDER BY a.ordering LIMIT 1
124μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
136μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4911 ORDER BY a.ordering LIMIT 1
137μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
147μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4911 ORDER BY a.ordering LIMIT 1
141μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
180μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 4911 ORDER BY a.ordering LIMIT 1
112μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT i.*, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug FROM olers_phocagallery AS i LEFT JOIN olers_phocagallery_categories AS cc ON cc.id = i.catid WHERE i.catid = 63 AND i.published = 1 AND i.approved = 1 ORDER BY date DESC LIMIT 3
668μs4.94KB/components/com_phocagallery/models/category.php:628CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
130μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5193 ORDER BY a.ordering LIMIT 1
115μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
120μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5193 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5193 ORDER BY a.ordering LIMIT 1
111μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
209μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5194 ORDER BY a.ordering LIMIT 1
119μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
119μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5194 ORDER BY a.ordering LIMIT 1
142μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
124μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5194 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
122μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5195 ORDER BY a.ordering LIMIT 1
120μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5195 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
114μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5195 ORDER BY a.ordering LIMIT 1
119μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySHOW FULL COLUMNS FROM `olers_phocagallery_categories`
548μs2.02KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopyUPDATE `olers_phocagallery_categories`
SET `hits` = (`hits` + 1)
WHERE `id` = '63'
263μs48B/libraries/src/Table/Table.php:1348CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
147μs656B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5134 ORDER BY a.ordering LIMIT 1
150μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
163μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5134 ORDER BY a.ordering LIMIT 1
216μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
121μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5134 ORDER BY a.ordering LIMIT 1
116μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
165μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5135 ORDER BY a.ordering LIMIT 1
111μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
241μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5135 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
135μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5135 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5136 ORDER BY a.ordering LIMIT 1
108μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5136 ORDER BY a.ordering LIMIT 1
108μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5136 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5137 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5137 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5137 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
123μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5138 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5138 ORDER BY a.ordering LIMIT 1
145μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
123μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5138 ORDER BY a.ordering LIMIT 1
113μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5139 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5139 ORDER BY a.ordering LIMIT 1
103μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5139 ORDER BY a.ordering LIMIT 1
103μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5140 ORDER BY a.ordering LIMIT 1
102μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
122μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5140 ORDER BY a.ordering LIMIT 1
103μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
102μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5140 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5141 ORDER BY a.ordering LIMIT 1
114μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5141 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5141 ORDER BY a.ordering LIMIT 1
113μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5142 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5142 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5142 ORDER BY a.ordering LIMIT 1
113μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
136μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5143 ORDER BY a.ordering LIMIT 1
140μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5143 ORDER BY a.ordering LIMIT 1
113μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5143 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5144 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5144 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
116μs16.69KB/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5144 ORDER BY a.ordering LIMIT 1
112μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5145 ORDER BY a.ordering LIMIT 1
111μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5145 ORDER BY a.ordering LIMIT 1
118μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
123μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5145 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5146 ORDER BY a.ordering LIMIT 1
108μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5146 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5146 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5147 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5147 ORDER BY a.ordering LIMIT 1
111μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
114μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5147 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5148 ORDER BY a.ordering LIMIT 1
108μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5148 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5148 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
114μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5149 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5149 ORDER BY a.ordering LIMIT 1
107μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
123μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5149 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5150 ORDER BY a.ordering LIMIT 1
108μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
114μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5150 ORDER BY a.ordering LIMIT 1
110μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5150 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5151 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5151 ORDER BY a.ordering LIMIT 1
108μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5151 ORDER BY a.ordering LIMIT 1
106μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5152 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
113μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5152 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5152 ORDER BY a.ordering LIMIT 1
105μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5153 ORDER BY a.ordering LIMIT 1
109μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5153 ORDER BY a.ordering LIMIT 1
103μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 5153 ORDER BY a.ordering LIMIT 1
104μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
124μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
117μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
113μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
118μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
112μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
115μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
116μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
114μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
114μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
116μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
114μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
111μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
108μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
104μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
116μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
106μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
109μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
119μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
103μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
221μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
202μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
107μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
110μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT a.title, a.alias, a.id, a.parent_id FROM olers_phocagallery_categories AS a WHERE a.id = 60 ORDER BY a.ordering
105μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
432μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
374μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
328μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
322μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
191μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
208μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
265μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
192μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
208μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
222μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
207μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
199μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
165μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
210μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
163μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
165μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
171μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
216μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
212μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
160μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
167μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
165μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
214μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
187μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
161μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
160μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
207μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
164μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
162μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
164μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
212μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
212μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
164μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
160μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
209μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
178μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
241μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
210μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
185μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
197μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
212μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
205μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
211μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
211μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
160μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
208μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
214μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
164μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
196μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
201μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
195μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
190μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
229μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
201μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
176μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
206μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
188μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
185μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
176μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
180μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
226μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
215μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
177μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
224μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
216μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
177μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
158μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
200μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
377μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
335μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
202μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
259μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
187μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `olers_modules` AS `m`
LEFT JOIN `olers_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `olers_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`
558μs1.91KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
410μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
303μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `name`,`element`
FROM `olers_extensions`
WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1
346μs672B/administrator/components/com_finder/src/Helper/LanguageHelper.php:135CopySELECT `title`
FROM `olers_finder_taxonomy`
WHERE `parent_id` = 1 AND `state` = 1 AND `access` IN (1,5)
1.02ms680B/administrator/components/com_finder/src/Indexer/Taxonomy.php:325CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
284μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
192μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
201μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
163μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
234μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
203μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
174μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
216μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
251μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
204μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
217μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
351μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
203μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
216μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
201μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
208μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
293μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
190μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
275μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
191μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
198μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
197μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
186μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
211μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
227μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
176μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
171μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
173μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
175μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
194μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
195μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
182μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
201μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
167μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
233μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
165μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
166μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
213μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
215μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
171μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
170μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
199μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
207μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
197μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
209μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
223μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
168μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
172μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
353μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
210μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
167μs80.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
167μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
268μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
315μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
268μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
206μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
232μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
229μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
183μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
231μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
227μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
173μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
160μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
170μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
215μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
231μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
181μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
213μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
229μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
183μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
219μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
220μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
176μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
210μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
221μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
184μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
222μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
222μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
242μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
200μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
179μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
170μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
167μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
161μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
172μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
158μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
213μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
246μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
202μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
212μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
212μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
164μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
175μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
162μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
182μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
215μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
227μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
251μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
223μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
216μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
247μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
242μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
199μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
163μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
225μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT 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 `olers_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
737μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
336μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `session_id`
FROM `olers_session`
WHERE `session_id` = ?
134μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `olers_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
346μs592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy