From album Avatar Photos
Joomla! Version | 5.2.5 |
PHP Version | 8.1.32 |
Identity | guest |
Response | 200 |
Template | rt_manticore |
Database |
|
1 x beforeRenderRawModule mod_easysocial_sidebar (EasySocial Sidebar) (16.38MB) (45.26%) | 165ms |
1 x afterInitialise (11.55MB) (17.59%) | 64.32ms |
1 x afterRoute (6MB) (9.6%) | 35.11ms |
1 x beforeRenderRawModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (5.41MB) (8.85%) | 32.35ms |
1 x afterRender (1.93MB) (6.12%) | 22.39ms |
1 x afterLoad (3.82MB) (5.7%) | 20.83ms |
1 x afterRenderRawModule mod_easysocial_sidebar (EasySocial Sidebar) (1.24MB) (2.72%) | 9.93ms |
1 x afterRenderRawModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (197.78KB) (1.1%) | 4.01ms |
1 x afterRenderComponent com_easysocial (166.41KB) (0.86%) | 3.16ms |
1 x afterRenderRawModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (117.35KB) (0.55%) | 2.03ms |
1 x afterRenderRawModule mod_gantry5_particle (The ManTrip Community) (67.66KB) (0.4%) | 1.45ms |
1 x afterRenderModule mod_easysocial_sidebar (EasySocial Sidebar) (81.53KB) (0.19%) | 702Ξs |
1 x After Access::preloadComponents (all components) (133.93KB) (0.16%) | 591Ξs |
1 x beforeRenderComponent com_easysocial (20.08KB) (0.16%) | 575Ξs |
1 x beforeRenderRawModule mod_gantry5_particle (The ManTrip Community) (1.49KB) (0.11%) | 396Ξs |
1 x beforeRenderRawModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (1.8KB) (0.1%) | 365Ξs |
1 x afterDispatch (19.19KB) (0.09%) | 328Ξs |
1 x After Access::getAssetRules (id:1 name:root.1) (90.49KB) (0.06%) | 228Ξs |
1 x Before Access::preloadComponents (all components) (35.43KB) (0.06%) | 227Ξs |
1 x afterRenderModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (9.3KB) (0.05%) | 167Ξs |
1 x afterRenderModule mod_gantry5_particle (The ManTrip Community) (3.8KB) (0.04%) | 132Ξs |
1 x afterRenderModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (4.2KB) (0.03%) | 125Ξs |
1 x Before Access::getAssetRules (id:1 name:root.1) (2.45KB) (0%) | 12Ξs |
1 x beforeRenderModule mod_easysocial_sidebar (EasySocial Sidebar) (736B) (0%) | 6Ξs |
1 x beforeRenderModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (752B) (0%) | 5Ξs |
1 x beforeRenderModule mod_gantry5_particle (The ManTrip Community) (736B) (0%) | 4Ξs |
1 x beforeRenderModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (752B) (0%) | 4Ξs |
SELECT @@SESSION.sql_mode;
140Ξs1.57KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `a1fel_session`
WHERE `session_id` = ?
347Ξs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `a1fel_session`
WHERE `session_id` = :session_id LIMIT 1
125Ξs1.61KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `a1fel_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
240Ξs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `a1fel_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
234Ξs2.36KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `a1fel_viewlevels`
138Ξs976B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `a1fel_usergroups` AS `a`
LEFT JOIN `a1fel_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
98Ξs1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `a1fel_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
552Ξs4.8KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT * FROM `a1fel_social_config` WHERE `type` = 'site'
186Ξs42.2KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `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 `a1fel_menu` AS `m`
LEFT JOIN `a1fel_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`
403Ξs4.59KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT *
FROM `a1fel_social_urls`
WHERE `sefurl` = 'community/groups/4-lets-talk-about-guitars/photos/180-img-0942-2-jpeg'
401Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `a1fel_template_styles` AS `s`
LEFT JOIN `a1fel_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
339Ξs1.3KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM a1fel_template_styles AS s
WHERE s.client_id = 0 AND s.template = 'rt_manticore'
ORDER BY s.id
263Ξs1.23KB/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69CopySELECT *
FROM `a1fel_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
107Ξs2.22KB/libraries/src/Language/LanguageHelper.php:177CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `a1fel_assets`
WHERE `name` IN (:preparedArray1,:preparedArray2,:preparedArray3,:preparedArray4,:preparedArray5,:preparedArray6,:preparedArray7,:preparedArray8,:preparedArray9,:preparedArray10,:preparedArray11,:preparedArray12,:preparedArray13,:preparedArray14,:preparedArray15,:preparedArray16,:preparedArray17,:preparedArray18,:preparedArray19,:preparedArray20,:preparedArray21,:preparedArray22,:preparedArray23,:preparedArray24,:preparedArray25,:preparedArray26,:preparedArray27,:preparedArray28,:preparedArray29,:preparedArray30,:preparedArray31,:preparedArray32,:preparedArray33,:preparedArray34,:preparedArray35,:preparedArray36,:preparedArray37,:preparedArray38,:preparedArray39,:preparedArray40,:preparedArray41,:preparedArray42,:preparedArray43)
283Ξs8.12KBParams/libraries/src/Access/Access.php:357CopySELECT * FROM `a1fel_social_access_rules` WHERE `group` = 'user' AND `state` = '1'
230Ξs19.2KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `params` FROM `a1fel_social_access` WHERE `uid` = NULL AND `type` = 'profiles'
87Ξs3.32KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT COUNT(1) FROM `a1fel_social_apps` AS `a` WHERE `a`.`state` = '1' AND `a`.`type` = 'apps' AND `a`.`group` = 'user' OR ( `a`.`state` = '1' AND `a`.`default` = '1' )
964Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `a`.* FROM `a1fel_social_apps` AS `a` WHERE `a`.`state` = '1' AND `a`.`type` = 'apps' AND `a`.`group` = 'user' OR ( `a`.`state` = '1' AND `a`.`default` = '1' )
448Ξs4.23KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_themes` WHERE `element` = 'breeze'
66Ξs960B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_photos`
WHERE `id` = '180'
174Ξs3.75KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'exif'
216Ξs1.06KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_albums`
WHERE `id` = '24'
105Ξs3.78KB/libraries/src/Table/Table.php:780CopySELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified` FROM `a1fel_social_clusters` AS `a` LEFT JOIN `a1fel_social_avatars` AS `b` ON `b`.`uid` = `a`.`id` AND `b`.`type` = `a`.`cluster_type` LEFT JOIN `a1fel_social_covers` AS `f` ON `f`.`uid` = `a`.`id` AND `f`.`type` = `a`.`cluster_type` WHERE `a`.`id` = '4' AND `a`.`cluster_type` = 'group'
313Ξs7.34KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.* from `a1fel_social_clusters_nodes` as a INNER JOIN `a1fel_users` as u on a.`uid` = u.`id` INNER JOIN `a1fel_social_profiles_maps` as upm on u.`id` = upm.`user_id` INNER JOIN `a1fel_social_profiles` as up on upm.`profile_id` = up.id and up.community_access = 1 WHERE a.`cluster_id` = '4' AND u.`block` = 0 AND a.`state` = '1' AND a.`admin` = '1'
243Ξs1.97KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.* from `a1fel_social_clusters_nodes` as a INNER JOIN `a1fel_users` as u on a.`uid` = u.`id` INNER JOIN `a1fel_social_profiles_maps` as upm on u.`id` = upm.`user_id` INNER JOIN `a1fel_social_profiles` as up on upm.`profile_id` = up.id and up.community_access = 1 WHERE a.`cluster_id` = '4' AND u.`block` = 0 AND a.`state` = '2'
179Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_access_rules` WHERE `group` = 'group' AND `state` = '1'
267Ξs2.58KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `params` FROM `a1fel_social_access` WHERE `uid` = '5' AND `type` = 'clusters'
100Ξs840B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopyUPDATE `a1fel_social_clusters`
SET `hits` = (`hits` + 1)
WHERE `id` = '4'
129Ξs48B/libraries/src/Table/Table.php:1348CopySELECT COUNT(1) FROM `a1fel_social_block_users` WHERE `user_id` = '844' AND `target_id` = '0'
52Ξs808B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'path'
647Ξs1.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_menu` WHERE `published` = '1' AND `link` LIKE 'index.php?option=com_easysocial%' AND `client_id` = '0'
639Ξs4.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=180:img-0942-2-jpeg&layout=item&type=group&uid=4:lets-talk-about-guitars&view=photos'
200Ξs12.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=4:lets-talk-about-guitars&layout=item&view=groups'
132Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=24:avatar-photos&layout=item&type=group&uid=4:lets-talk-about-guitars&view=albums'
94Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified` FROM `a1fel_social_clusters` AS `a` LEFT JOIN `a1fel_social_avatars` AS `b` ON `b`.`uid` = `a`.`id` AND `b`.`type` = `a`.`cluster_type` LEFT JOIN `a1fel_social_covers` AS `f` ON `f`.`uid` = `a`.`id` AND `f`.`type` = `a`.`cluster_type` WHERE `a`.`id` = '4' AND `a`.`cluster_type` = 'page'
215Ξs7.33KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySET SQL_BIG_SELECTS=1
21Ξs0B/administrator/components/com_easysocial/includes/db/helpers/joomla40.php:25CopySELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`params` AS `es_params`,`e`.`completed_fields`,`e`.`permalink`,`e`.`reminder_sent`,`e`.`require_reset`,`e`.`block_period`,`e`.`block_date`,`e`.`social_params`,`e`.`verified`,`e`.`affiliation_id`,`e`.`robots`,`e`.`auth`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points` FROM `a1fel_users` AS `a` LEFT JOIN `a1fel_social_avatars` AS `b` ON `b`.`uid` = `a`.`id` AND `b`.`type` = 'user' LEFT JOIN `a1fel_social_profiles_maps` AS `d` ON `d`.`user_id` = `a`.`id` LEFT JOIN `a1fel_social_users` AS `e` ON `e`.`user_id` = `a`.`id` LEFT JOIN `a1fel_social_covers` AS `f` ON `f`.`uid` = `a`.`id` AND `f`.`type` = 'user' LEFT JOIN `a1fel_social_points_history` AS `g` ON `g`.`user_id` = `a`.`id` WHERE `a`.`id` = '844' GROUP BY `a`.`id`
434Ξs7.94KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_default_avatars` WHERE `uid` IN (1) AND `type`='profiles'
108Ξs2.05KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT b.`user_id`, b.`group_id` AS `id`, a.`title` FROM `a1fel_usergroups` AS a INNER JOIN `a1fel_user_usergroup_map` AS b ON a.`id` = b.`group_id` WHERE b.`user_id` IN (844)
172Ξs976B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect * from `a1fel_social_users` where `user_id` IN (844)
142Ξs3.66KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `session_id`, `userid` FROM `a1fel_session` WHERE `userid` IN(844) AND `time` >= '1744125921' AND `client_id` <> '1'
117Ξs896B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(1) from `a1fel_social_photos` as a where a.`state` = '1' and a.`album_id` = '24'
146Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_tag` WHERE `photo_id` = '180'
76Ξs2.05KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT MAX(`a`.`uid`) FROM `a1fel_social_stream_item` AS `a` WHERE `a`.`context_type` = 'photos' AND `a`.`context_id` = '180' AND `a`.`verb` = 'uploadAvatar'
96Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.`id`, a.`type`, a.`rule`, a.`options`, b.`value`, b.`params` from `a1fel_social_privacy` as a inner join `a1fel_social_privacy_map` as b on a.`id` = b.`privacy_id` where b.`uid` = '1' and b.`utype` = 'profiles' and a.`state` = '1' order by a.`type`
557Ξs1.86KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.`type`, a.`rule`, b.`value`, a.`id`, b.`id` as `mapid` , b.`params` from `a1fel_social_privacy` as a inner join `a1fel_social_privacy_map` as b on a.`id` = b.`privacy_id` where b.`uid` = '844' and b.`utype` = 'user' and a.`state` = '1' order by a.`type`
349Ξs1.48KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `uid` FROM `a1fel_social_stream_item` WHERE `context_id` = '180' AND `context_type` = 'photos'
114Ξs840B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT a.*, (SELECT count(1) from `a1fel_social_likes` AS b INNER JOIN `a1fel_users` AS u ON b.`created_by` = u.`id` WHERE a.`action` = b.`reaction` AND b.`uid`='180' AND b.`type`='photos.group.uploadAvatar' AND u.`block` = 0 ) as `total` FROM `a1fel_social_reactions` AS a
310Ξs1.2KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.* from `a1fel_social_likes` as a INNER JOIN `a1fel_users` as b on a.`created_by` = b.`id` WHERE a.`uid` = '180' AND a.`type` = 'photos.group.uploadAvatar' AND b.`block` = 0 ORDER BY a.`id` DESC
221Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_profiles`
WHERE `id` = '1'
175Ξs3.81KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=844-tgath&view=profile'
113Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'path'
308Ξs1.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=180:img-0942-2-jpeg&layout=download&view=photos'
159Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `a1fel_modules` AS `m`
LEFT JOIN `a1fel_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `a1fel_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`
434Ξs2.28KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT * FROM `a1fel_social_locations` WHERE `uid` = '180' AND `type` = 'photos'
91Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'path'
304Ξs1.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'path'
228Ξs1.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'path'
224Ξs1.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'path'
305Ξs1.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'width' AND `property` = 'original'
187Ξs1.06KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'height' AND `property` = 'original'
247Ξs1.06KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'path'
239Ξs1.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT COUNT(1) FROM `a1fel_social_clusters_nodes` WHERE `uid` = '0' AND `type` = 'user' AND `cluster_id` = '4' AND `state` = '1'
152Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'exif'
260Ξs9.06KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'exif'
318Ξs1.06KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(1) from `a1fel_social_comments` as a WHERE a.`element` = 'photos.group.uploadAvatar' AND a.`uid` = '180'
200Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_reactions` WHERE `published`='1'
134Ξs1.14KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `reaction` FROM `a1fel_social_likes` AS a INNER JOIN `a1fel_social_reactions` AS b ON a.`reaction` = b.`action` WHERE a.`created_by`='0' AND a.`uid` = '180' AND a.`type` = 'photos.group.uploadAvatar' AND a.`react_as` = 'user' AND b.`published`='1'
160Ξs840B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect `uid`, `element`, `user_id` from `a1fel_social_shares` where `uid` = '180' and `element` = 'photos.group'
90Ξs960B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(1) from `a1fel_social_comments` as a WHERE a.`element` = 'photos.group.uploadAvatar' AND a.`uid` = '180'
173Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT COUNT(1) FROM `a1fel_social_apps` AS `a` WHERE `a`.`state` = '1' AND `a`.`type` = 'apps' AND `a`.`group` = 'group' OR ( `a`.`state` = '1' AND `a`.`default` = '1' )
334Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `a`.* FROM `a1fel_social_apps` AS `a` WHERE `a`.`state` = '1' AND `a`.`type` = 'apps' AND `a`.`group` = 'group' OR ( `a`.`state` = '1' AND `a`.`default` = '1' )
338Ξs4.05KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_emoticons` AS `a` WHERE `a`.`state` = '1' ORDER BY `a`.`title` asc
282Ξs1.42KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `a`.*,`b`.`small`,`b`.`medium`,`b`.`large`,`b`.`square`,`b`.`avatar_id`,`b`.`photo_id`,`b`.`storage` AS `avatarStorage`,`d`.`profile_id`,`e`.`state`,`e`.`type`,`e`.`alias`,`e`.`params` AS `es_params`,`e`.`completed_fields`,`e`.`permalink`,`e`.`reminder_sent`,`e`.`require_reset`,`e`.`block_period`,`e`.`block_date`,`e`.`social_params`,`e`.`verified`,`e`.`affiliation_id`,`e`.`robots`,`e`.`auth`,`f`.`id` AS `cover_id`,`f`.`uid` AS `cover_uid`,`f`.`type` AS `cover_type`,`f`.`photo_id` AS `cover_photo_id`,`f`.`cover_id` AS `cover_cover_id`,`f`.`x` AS `cover_x`,`f`.`y` AS `cover_y`,`f`.`modified` AS `cover_modified`,SUM(`g`.`points`) AS `points` FROM `a1fel_users` AS `a` LEFT JOIN `a1fel_social_avatars` AS `b` ON `b`.`uid` = `a`.`id` AND `b`.`type` = 'user' LEFT JOIN `a1fel_social_profiles_maps` AS `d` ON `d`.`user_id` = `a`.`id` LEFT JOIN `a1fel_social_users` AS `e` ON `e`.`user_id` = `a`.`id` LEFT JOIN `a1fel_social_covers` AS `f` ON `f`.`uid` = `a`.`id` AND `f`.`type` = 'user' LEFT JOIN `a1fel_social_points_history` AS `g` ON `g`.`user_id` = `a`.`id` WHERE `a`.`id` = '4' GROUP BY `a`.`id`
222Ξs7.92KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.* from `a1fel_social_photos` as a inner join `a1fel_social_albums` as b on a.album_id = b.id where a.`state` = '1' and a.`album_id` = '24' order by a.`created` desc limit 0,20
264Ξs3.75KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '180' AND `group` = 'exif'
230Ξs1.06KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.* from `a1fel_social_photos` as a inner join `a1fel_social_albums` as b on a.album_id = b.id where a.`state` = '1' and a.`album_id` = '24' order by a.`created` desc limit 1,20
244Ξs3.73KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect * from `a1fel_social_photos` where `id` IN (180)
150Ξs3.75KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect * from `a1fel_social_photos_meta` where `photo_id` IN (180)
193Ξs1.14KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(1) from `a1fel_social_photos` as a where a.`state` = '1' and a.`album_id` = '24'
190Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `a`.* FROM `a1fel_social_apps` AS `a` WHERE `a`.`group` = 'group' AND `a`.`state` = '1' AND `a`.`type` = 'apps' AND `a`.`system` != '1' AND `a`.`element` NOT IN ('qrcode', 'marketplaces_submission')
366Ξs3.92KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
168Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '28'
51Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '29'
62Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '30'
113Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '31'
71Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '32'
63Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '34'
100Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '36'
116Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '37'
48Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '38'
55Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '39'
44Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '42'
58Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '43'
83Ξs960B/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_apps`
321Ξs27.73KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=36:members&id=4:lets-talk-about-guitars&layout=item&view=groups'
160Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_workflows` WHERE `type` = 'group'
128Ξs1KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
163Ξs1KB/libraries/src/Table/Table.php:780Copyselect a.`default` from `a1fel_social_fields` as a inner join `a1fel_social_apps` as b on a.`app_id` = b.`id` inner join `a1fel_social_fields_steps` as c on a.`step_id` = c.`id` where c.`workflow_id` = '2' and b.`type` = 'fields' and b.`element` = 'photos' LIMIT 1
612Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
144Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=4:lets-talk-about-guitars&view=albums'
157Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
129Ξs1KB/libraries/src/Table/Table.php:780Copyselect a.`default` from `a1fel_social_fields` as a inner join `a1fel_social_apps` as b on a.`app_id` = b.`id` inner join `a1fel_social_fields_steps` as c on a.`step_id` = c.`id` where c.`workflow_id` = '2' and b.`type` = 'fields' and b.`element` = 'videos' LIMIT 1
248Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
88Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=4:lets-talk-about-guitars&view=videos'
92Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
73Ξs1KB/libraries/src/Table/Table.php:780Copyselect a.`default` from `a1fel_social_fields` as a inner join `a1fel_social_apps` as b on a.`app_id` = b.`id` inner join `a1fel_social_fields_steps` as c on a.`step_id` = c.`id` where c.`workflow_id` = '2' and b.`type` = 'fields' and b.`element` = 'audios' LIMIT 1
229Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
118Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=4:lets-talk-about-guitars&view=audios'
144Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
76Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=4:lets-talk-about-guitars&view=events'
140Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=4:lets-talk-about-guitars&view=marketplaces'
126Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=29:discussions&id=4:lets-talk-about-guitars&layout=item&view=groups'
138Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=30:events&id=4:lets-talk-about-guitars&layout=item&view=groups'
137Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=31:feeds&id=4:lets-talk-about-guitars&layout=item&view=groups'
137Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=32:files&id=4:lets-talk-about-guitars&layout=item&view=groups'
146Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=37:announcements&id=4:lets-talk-about-guitars&layout=item&view=groups'
129Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=39:polls&id=4:lets-talk-about-guitars&layout=item&view=groups'
113Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=42:tasks&id=4:lets-talk-about-guitars&layout=item&view=groups'
72Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=4:lets-talk-about-guitars&layout=item&type=info&view=groups'
87Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_photos`
WHERE `id` = '281'
124Ξs3.75KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '281'
150Ξs1.3KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `b`.* FROM `a1fel_social_avatars` AS `a` INNER JOIN `a1fel_social_photos` AS `b` ON `a`.`photo_id` = `b`.`id` WHERE `a`.`uid` = '4' AND `a`.`type` = 'group'
136Ξs3.75KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
115Ξs1KB/libraries/src/Table/Table.php:780CopySELECT `a`.*,`b`.`element` AS `element`,`d`.`uid` AS `profile_id` FROM `a1fel_social_fields` AS `a` LEFT JOIN `a1fel_social_apps` AS `b` ON `b`.`id` = `a`.`app_id` LEFT JOIN `a1fel_social_fields_steps` AS `d` ON `a`.`step_id` = `d`.`id` WHERE `d`.`type` = 'clusters' AND `d`.`workflow_id` = '2' ORDER BY `d`.`sequence` ASC,`a`.`ordering` ASC
494Ξs20.42KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_fields_options` WHERE `parent_id` IN ('18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38') ORDER BY `parent_id` ASC,`key` ASC,`ordering` ASC
81Ξs1.17KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `a`.* FROM `a1fel_social_apps` AS a WHERE a.`state` = '1' AND a.`type` = 'apps' AND a.`group` = 'group' AND a.`widget` = '1' ORDER BY a.`ordering` asc
265Ξs3.89KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'categoryid=5:music&view=groups'
132Ξs17.06KB/libraries/src/Table/Table.php:780Copyselect count(1) from `a1fel_social_clusters_nodes` as a INNER JOIN `a1fel_users` as u on a.`uid` = u.`id` INNER JOIN `a1fel_social_profiles_maps` as upm on a.`uid` = upm.`user_id` INNER JOIN `a1fel_social_profiles` as up on upm.`profile_id` = up.id WHERE a.`cluster_id` = '4' AND a.`state` = '1' AND u.`block` = '0'
166Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '35'
78Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_clusters_nodes`
WHERE `uid` = '0' AND `type` = 'user' AND `cluster_id` = '4'
134Ξs1.95KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_backgrounds` WHERE `state`='1'
142Ξs1.13KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.* from `a1fel_social_photos` as a inner join `a1fel_social_albums` as b on a.album_id = b.id where a.`state` = '1' and a.`album_id` = '24' order by a.`created` desc limit 0,20
285Ξs3.75KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.* from `a1fel_social_photos` as a inner join `a1fel_social_albums` as b on a.album_id = b.id where a.`state` = '1' and a.`album_id` = '24' order by a.`created` desc limit 1,20
205Ξs3.73KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'view=dashboard'
199Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `a`.`menutype`,`a`.`title`
FROM `a1fel_menu_types` AS `a`
WHERE `a`.`client_id` = 0
136Ξs928B/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:138CopySELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM a1fel_menu AS m
WHERE m.menutype = 'mainmenu' AND m.parent_id > 0 AND m.client_id = 0 AND m.published >= 0
ORDER BY m.lft
251Ξs1.09KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySELECT *
FROM `a1fel_easyblog_configs`
WHERE `name` = 'config'
202Ξs64.89KB/libraries/src/Table/Table.php:780CopySELECT template FROM `a1fel_template_styles` AS s LEFT JOIN `a1fel_extensions` AS e ON e.type = `template` AND e.element=s.template AND e.client_id=s.client_id WHERE s.client_id = '1' AND home = 1
210Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT a.* FROM `a1fel_social_ads` AS a INNER JOIN `a1fel_social_advertisers` AS b ON a.`advertiser_id` = b.`id` WHERE a.`state`='1' AND a.`priority`='4' AND b.`state`='1' AND (a.`start_date` <= '2025-04-08 16:25:21' AND a.`end_date` >= '2025-04-08 16:25:21' OR a.`start_date` = '0000-00-00 00:00:00') ORDER BY RAND() ASC limit 1
495Ξs3.63KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT 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 `a1fel_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
192Ξs1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT `session_id`
FROM `a1fel_session`
WHERE `session_id` = ?
150Ξs1.63KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `a1fel_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
390Ξs912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy