Joomla! Version | 5.2.5 |
PHP Version | 8.4.5 |
Identity | guest |
Response | 200 |
Template | ol_erstellen |
Database |
|
1 x afterRenderComponent com_phocagallery (6.82MB) (38.29%) | 277ms |
1 x afterInitialise (2.83MB) (17.21%) | 125ms |
1 x afterRenderRawModule mod_finder (Search) (118.01KB) (7.84%) | 56.71ms |
1 x afterRender (319.54KB) (7.59%) | 54.88ms |
1 x beforeRenderRawModule mod_finder (Search) (299.32KB) (6.03%) | 43.62ms |
1 x afterLoad (376.03KB) (5.47%) | 39.55ms |
1 x afterRenderRawModule mod_menu (Main menu) (617.12KB) (5.02%) | 36.28ms |
1 x afterRenderRawModule mod_menu (Site Map) (613.92KB) (4.64%) | 33.56ms |
1 x afterRoute (471.62KB) (2.98%) | 21.56ms |
1 x beforeRenderRawModule mod_menu (Main menu) (56.34KB) (2.26%) | 16.33ms |
1 x afterRenderModule mod_finder (Search) (131.52KB) (1.02%) | 7.40ms |
1 x beforeRenderComponent com_phocagallery (121.47KB) (0.82%) | 5.94ms |
1 x afterRenderModule mod_menu (Main menu) (37.83KB) (0.29%) | 2.11ms |
1 x afterRenderModule mod_menu (Site Map) (38.45KB) (0.29%) | 2.11ms |
1 x afterDispatch (2.94KB) (0.15%) | 1.09ms |
1 x beforeRenderRawModule mod_menu (Site Map) (752B) (0.01%) | 87μs |
1 x beforeRenderModule mod_finder (Search) (704B) (0%) | 7μs |
1 x beforeRenderModule mod_menu (Main menu) (704B) (0%) | 7μs |
1 x beforeRenderModule mod_menu (Site Map) (704B) (0%) | 6μs |
SELECT @@SESSION.sql_mode;
120μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `olers_session`
WHERE `session_id` = ?
536μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `olers_session`
WHERE `session_id` = :session_id LIMIT 1
138μ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)
834μ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
432μs17.73KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `olers_viewlevels`
184μ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
201μ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`
729μs3.98KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT *
FROM olers_rsform_config
234μ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`
687μ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
146μ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
182μ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
308μs48.83KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
191μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
172μ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
178μ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 = 68 LIMIT 1
336μs3.81KB/components/com_phocagallery/models/category.php:238CopySELECT * FROM olers_phocagallery_categories AS c WHERE c.id = 60 AND c.published = 1
272μ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 = 68 ORDER BY a.ordering LIMIT 1
123μ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 = 68 ORDER BY a.ordering
157μ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
125μ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
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 = 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 = 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 = 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
124μ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 <> 68 ORDER BY cc.ordering ASC LIMIT 1
163μ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= 68 AND a.published = 1 AND a.approved = 1 ORDER BY a.ordering ASC LIMIT 320, 20
5.78ms5.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= 68 AND a.published = 1 AND a.approved = 1 ORDER BY a.id
1.02ms8.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
196μ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 = 6580 ORDER BY a.ordering LIMIT 1
133μ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 = 6580 ORDER BY a.ordering LIMIT 1
123μ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
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 = 6580 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
192μ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 = 6581 ORDER BY a.ordering LIMIT 1
131μ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 = 6581 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 = 6581 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
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 = 6582 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
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 = 6582 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 = 6582 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
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 = 6583 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
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 = 6583 ORDER BY a.ordering LIMIT 1
131μ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
141μ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 = 6583 ORDER BY a.ordering LIMIT 1
134μ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
151μ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 = 6584 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
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 = 6584 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
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 = 6584 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
125μ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 = 6585 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
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 = 6585 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
145μ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 = 6585 ORDER BY a.ordering LIMIT 1
126μ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
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 = 6586 ORDER BY a.ordering LIMIT 1
131μ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
145μ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 = 6586 ORDER BY a.ordering LIMIT 1
134μ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
151μ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 = 6586 ORDER BY a.ordering LIMIT 1
149μ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 = 6587 ORDER BY a.ordering LIMIT 1
144μ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
148μ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 = 6587 ORDER BY a.ordering LIMIT 1
143μ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
177μ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 = 6587 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
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 = 6588 ORDER BY a.ordering LIMIT 1
159μ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
162μ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 = 6588 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
182μ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 = 6588 ORDER BY a.ordering LIMIT 1
279μ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 = 6589 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
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 = 6589 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
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 = 6589 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
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 = 6590 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
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 = 6590 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
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 = 6590 ORDER BY a.ordering LIMIT 1
134μ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 = 6591 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
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 = 6591 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 = 6591 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
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 = 6592 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
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 = 6592 ORDER BY a.ordering LIMIT 1
170μ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 = 6592 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
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 = 6593 ORDER BY a.ordering LIMIT 1
139μ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 = 6593 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
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 = 6593 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
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 = 6594 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
140μ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 = 6594 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 = 6594 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
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 = 6595 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
157μ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 = 6595 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
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 = 6595 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
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 = 6596 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
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 = 6596 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 = 6596 ORDER BY a.ordering LIMIT 1
126μ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 = 6597 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
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 = 6597 ORDER BY a.ordering LIMIT 1
131μ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 = 6597 ORDER BY a.ordering LIMIT 1
133μ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
146μ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 = 6598 ORDER BY a.ordering LIMIT 1
156μ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
153μ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 = 6598 ORDER BY a.ordering LIMIT 1
146μ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
153μ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 = 6598 ORDER BY a.ordering LIMIT 1
152μ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
158μ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 = 6599 ORDER BY a.ordering LIMIT 1
149μ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 = 6599 ORDER BY a.ordering LIMIT 1
159μ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
148μ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 = 6599 ORDER BY a.ordering LIMIT 1
161μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySELECT COUNT(i.id) AS countimg FROM olers_phocagallery AS i WHERE i.catid = 68 AND i.published =1 AND i.approved = 1 LIMIT 1
829μs536B/components/com_phocagallery/models/category.php:599CopySELECT COUNT(i.id) AS countimg FROM olers_phocagallery AS i WHERE i.catid = 68 AND i.published =0 AND i.approved = 1 LIMIT 1
146μs536B/components/com_phocagallery/models/category.php:599CopySELECT cc.hits AS catviewed FROM olers_phocagallery_categories AS cc WHERE cc.id = 68 LIMIT 1
119μ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 = 68 AND i.published = 1 AND i.approved = 1 ORDER BY hits DESC LIMIT 3
996μ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
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 = 6265 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
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 = 6265 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
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 = 6265 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
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 = 6260 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
148μ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 = 6260 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
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 = 6260 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
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 = 6261 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
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 = 6261 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 = 6261 ORDER BY a.ordering LIMIT 1
103μ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 = 68 AND i.published = 1 AND i.approved = 1 ORDER BY date DESC LIMIT 3
681μ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
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 = 6400 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 = 6400 ORDER BY a.ordering LIMIT 1
101μ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 = 6400 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
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 = 6656 ORDER BY a.ordering LIMIT 1
101μ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 = 6656 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
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 = 6656 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 = 6401 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
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 = 6401 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
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 = 6401 ORDER BY a.ordering LIMIT 1
102μs688B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:168CopySHOW FULL COLUMNS FROM `olers_phocagallery_categories`
642μs2.02KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopyUPDATE `olers_phocagallery_categories`
SET `hits` = (`hits` + 1)
WHERE `id` = '68'
247μ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
130μ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 = 6580 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
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 = 6580 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
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 = 6580 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 = 6581 ORDER BY a.ordering LIMIT 1
143μ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 = 6581 ORDER BY a.ordering LIMIT 1
147μ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
140μ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 = 6581 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
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 = 6582 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
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 = 6582 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
141μ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 = 6582 ORDER BY a.ordering LIMIT 1
133μ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 = 6583 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
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 = 6583 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
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 = 6583 ORDER BY a.ordering LIMIT 1
100μ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 = 6584 ORDER BY a.ordering LIMIT 1
101μ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 = 6584 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 = 6584 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 = 6585 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 = 6585 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 = 6585 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 = 6586 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
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 = 6586 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
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 = 6586 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
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 = 6587 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 = 6587 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
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 = 6587 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
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 = 6588 ORDER BY a.ordering LIMIT 1
192μ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 = 6588 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 = 6588 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 = 6589 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 = 6589 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
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 = 6589 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
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 = 6590 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 = 6590 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 = 6590 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 = 6591 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
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 = 6591 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
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 = 6591 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
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 = 6592 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
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 = 6592 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
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 = 6592 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
139μ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 = 6593 ORDER BY a.ordering LIMIT 1
148μ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
132μ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 = 6593 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
143μ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 = 6593 ORDER BY a.ordering LIMIT 1
136μ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 = 6594 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
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 = 6594 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
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 = 6594 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 = 6595 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
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 = 6595 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
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 = 6595 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
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 = 6596 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
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 = 6596 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
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 = 6596 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
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 = 6597 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
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 = 6597 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
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 = 6597 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
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 = 6598 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 = 6598 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
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 = 6598 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 = 6599 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 = 6599 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 = 6599 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 = 60 ORDER BY a.ordering
188μ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
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
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
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
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
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
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 = 60 ORDER BY a.ordering
157μ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
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
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
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
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
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
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
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
216μ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
246μ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
219μ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
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 = 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
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 = 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
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
194μ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
157μ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
140μ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
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 = 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 = 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
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
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
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
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
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
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 = 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
146μ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
132μ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
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 = 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
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
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 = 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
125μ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
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
125μ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
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 = 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 = 60 ORDER BY a.ordering
141μ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
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 = 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 = 60 ORDER BY a.ordering
169μ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
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 = 60 ORDER BY a.ordering
170μs704B/administrator/components/com_phocagallery/libraries/phocagallery/category/category.php:228CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
285μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
266μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
262μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
239μ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'
215μ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'
220μ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'
224μ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'
197μ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'
185μ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'
227μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
245μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
258μ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'
241μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
245μ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'
222μ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'
228μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
243μ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'
218μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
159μ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'
215μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
159μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
159μ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'
215μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
153μ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'
204μ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'
215μ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'
155μ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'
231μ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'
171μ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'
190μ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'
238μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
339μ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'
208μ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'
204μ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'
164μ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'
158μ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'
154μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
156μ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'
156μ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'
154μ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'
235μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
324μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
253μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
248μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
316μ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 `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`
2.11ms1.91KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
274μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
253μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `name`,`element`
FROM `olers_extensions`
WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1
448μ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.13ms680B/administrator/components/com_finder/src/Indexer/Taxonomy.php:325CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
261μ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'
202μ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'
250μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
280μ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'
189μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
296μ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'
349μ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'
226μ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'
178μ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'
193μ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'
227μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
263μ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'
169μ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'
179μ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'
188μ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'
204μ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'
230μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
258μ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'
164μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
156μ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'
162μ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'
203μ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'
230μ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'
173μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
228μ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'
231μ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'
214μ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'
237μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
237μ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'
222μ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'
233μ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'
240μs80.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
193μ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'
236μ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'
188μ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'
197μ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'
197μ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'
209μ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'
172μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
239μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
258μ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'
344μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
248μ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'
206μ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'
169μ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'
200μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
228μ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 *
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'
178μ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'
238μ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'
227μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
193μ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'
188μ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'
228μ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'
228μ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'
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'
168μ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'
342μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
261μ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'
178μ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
980μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT *
FROM `olers_template_styles`
WHERE `client_id` = 0 AND `id` = '60'
364μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `session_id`
FROM `olers_session`
WHERE `session_id` = ?
279μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `olers_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
428μs592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy