By
T. Gath
Cover Photos
Photos uploaded to be cover images.
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) (17.01MB) (46.79%) | 183ms |
1 x afterInitialise (11.55MB) (17.33%) | 67.69ms |
1 x afterRoute (6MB) (8.83%) | 34.49ms |
1 x beforeRenderRawModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (5.41MB) (8.59%) | 33.56ms |
1 x afterRender (1.88MB) (5.63%) | 22.00ms |
1 x afterLoad (3.82MB) (5.25%) | 20.49ms |
1 x afterRenderRawModule mod_easysocial_sidebar (EasySocial Sidebar) (1.36MB) (3.42%) | 13.35ms |
1 x afterRenderRawModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (199.23KB) (1.09%) | 4.25ms |
1 x afterRenderComponent com_easysocial (121.31KB) (0.91%) | 3.55ms |
1 x afterRenderRawModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (117.39KB) (0.54%) | 2.12ms |
1 x afterRenderRawModule mod_gantry5_particle (The ManTrip Community) (131.66KB) (0.45%) | 1.74ms |
1 x afterRenderModule mod_easysocial_sidebar (EasySocial Sidebar) (145.52KB) (0.2%) | 798Ξs |
1 x beforeRenderComponent com_easysocial (20.08KB) (0.16%) | 628Ξs |
1 x After Access::preloadComponents (all components) (133.93KB) (0.14%) | 536Ξs |
1 x beforeRenderRawModule mod_gantry5_particle (The ManTrip Community) (1.49KB) (0.12%) | 475Ξs |
1 x beforeRenderRawModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (1.8KB) (0.1%) | 378Ξs |
1 x afterDispatch (19.19KB) (0.09%) | 348Ξs |
1 x After Access::getAssetRules (id:1 name:root.1) (90.49KB) (0.07%) | 263Ξs |
1 x Before Access::preloadComponents (all components) (35.43KB) (0.06%) | 252Ξs |
1 x afterRenderModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (9.3KB) (0.05%) | 183Ξs |
1 x afterRenderModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (4.2KB) (0.04%) | 147Ξs |
1 x afterRenderModule mod_gantry5_particle (The ManTrip Community) (3.8KB) (0.04%) | 141Ξs |
1 x Before Access::getAssetRules (id:1 name:root.1) (2.45KB) (0%) | 14Ξs |
1 x beforeRenderModule mod_easysocial_sidebar (EasySocial Sidebar) (736B) (0%) | 7Ξs |
1 x beforeRenderModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (752B) (0%) | 6Ξs |
1 x beforeRenderModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (752B) (0%) | 6Ξs |
1 x beforeRenderModule mod_gantry5_particle (The ManTrip Community) (736B) (0%) | 5Ξs |
SELECT @@SESSION.sql_mode;
60Ξs1.57KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `a1fel_session`
WHERE `session_id` = ?
398Ξs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `a1fel_session`
WHERE `session_id` = :session_id LIMIT 1
69Ξ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)
245Ξ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
202Ξs2.36KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `a1fel_viewlevels`
151Ξ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
149Ξ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`
569Ξs4.8KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT * FROM `a1fel_social_config` WHERE `type` = 'site'
160Ξ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`
356Ξs4.59KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT *
FROM `a1fel_social_urls`
WHERE `sefurl` = 'community/groups/2-the-mantrip-music-group/albums/19-cover-photos'
195Ξ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
269Ξ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
158Ξs1.23KB/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69CopySELECT *
FROM `a1fel_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
109Ξ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)
262Ξs8.12KBParams/libraries/src/Access/Access.php:357CopySELECT * FROM `a1fel_social_access_rules` WHERE `group` = 'user' AND `state` = '1'
226Ξs19.2KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `params` FROM `a1fel_social_access` WHERE `uid` = NULL AND `type` = 'profiles'
90Ξ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' )
379Ξ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' )
394Ξs4.23KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_themes` WHERE `element` = 'breeze'
74Ξs960B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_albums`
WHERE `id` = '19'
185Ξ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` = '2' 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` = '2' AND u.`block` = 0 AND a.`state` = '1' AND a.`admin` = '1'
207Ξ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` = '2' AND u.`block` = 0 AND a.`state` = '2'
153Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT COUNT(1) FROM `a1fel_social_block_users` WHERE `user_id` = '844' AND `target_id` = '0'
82Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopyUPDATE `a1fel_social_clusters`
SET `hits` = (`hits` + 1)
WHERE `id` = '2'
93Ξs48B/libraries/src/Table/Table.php:1348CopyUPDATE `a1fel_social_albums`
SET `hits` = (`hits` + 1)
WHERE `id` = '19'
70Ξs0B/libraries/src/Table/Table.php:1348CopySELECT * FROM `a1fel_menu` WHERE `published` = '1' AND `link` LIKE 'index.php?option=com_easysocial%' AND `client_id` = '0'
322Ξs4.05KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=2:the-mantrip-music-group&layout=item&view=groups'
125Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=2&view=albums'
146Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=19:cover-photos&layout=item&type=group&uid=2:the-mantrip-music-group&view=albums'
137Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT COUNT(1) FROM `a1fel_social_clusters_nodes` WHERE `uid` = '0' AND `type` = 'user' AND `cluster_id` = '2' AND `state` = '1'
150Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySET SQL_BIG_SELECTS=1
32Ξs11KB/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`
482Ξs7.94KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_default_avatars` WHERE `uid` IN (1) AND `type`='profiles'
90Ξ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)
151Ξs976B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect * from `a1fel_social_users` where `user_id` IN (844)
95Ξs3.66KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `session_id`, `userid` FROM `a1fel_session` WHERE `userid` IN(844) AND `time` >= '1744532485' AND `client_id` <> '1'
116Ξs896B/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` = '19' AND ( ((b.`password` IS NOT NULL OR b.`password` != '') AND a.`user_id` = '0') OR ((b.`password` IS NULL OR b.`password` = ''))) AND ( (a.`access` = '0') OR ((a.`access` = '10') AND (0 > 0)) OR ((a.`access` = '30') AND ((select count(1) from `a1fel_social_friends` where (`actor_id` = a.`user_id` and `target_id` = 0) OR (`target_id` = a.`user_id` and `actor_id` = 0) and `state` = 1) > 0)) OR ((a.`access` = '40') AND (a.`user_id` = 0)) OR ((a.`access` = '100') AND (a.`custom_access` LIKE '%,0,%' )) OR ((a.`access` = '200') AND (0 > 0)) OR (a.`user_id` = 0) ) order by a.`created` desc limit 0,11
730Ξs3.77KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect * from `a1fel_social_photos` where `id` IN (136,118)
143Ξs3.77KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect * from `a1fel_social_photos_meta` where `photo_id` IN (136,118)
252Ξs1.48KB/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` = '2' AND `owner` = '1'
119Ξs856B/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`='19' AND b.`type`='albums.group.create' AND u.`block` = 0 ) as `total` FROM `a1fel_social_reactions` AS a
264Ξ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` = '19' AND a.`type` = 'albums.group.create' AND b.`block` = 0 ORDER BY a.`id` DESC
175Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `a`.* FROM `a1fel_social_photos_tag` AS `a` INNER JOIN `a1fel_social_photos` AS `b` ON `a`.`photo_id` = `b`.`id` WHERE `b`.`album_id` = '19' AND `a`.`type` = 'person' AND `a`.`uid` != '0' GROUP BY `a`.`type`, `a`.`uid`
336Ξs2.05KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_locations`
WHERE `uid` = '19' AND `type` = 'albums'
98Ξs1.95KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_profiles`
WHERE `id` = '1'
124Ξs3.81KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=844-tgath&view=profile'
127Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT COUNT(1) FROM `a1fel_social_friends` WHERE (`actor_id`='844' AND `target_id` = '0' AND `state`='1') OR (`actor_id`='0' AND `target_id`='844' AND `state`='1')
155Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `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`
489Ξs2.28KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT * 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'
90Ξs840B/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`,`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` = '2' AND `a`.`cluster_type` = 'page'
253Ξs7.33KB/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` = '19'
154Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_tag` WHERE `photo_id` = '136'
84Ξ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` = '136' AND `a`.`verb` = 'updateCover'
104Ξ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`
562Ξ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`
370Ξs1.48KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `uid` FROM `a1fel_social_stream_item` WHERE `context_id` = '136' AND `context_type` = 'photos'
137Ξ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`='136' AND b.`type`='photos.group.updateCover' AND u.`block` = 0 ) as `total` FROM `a1fel_social_reactions` AS a
248Ξ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` = '136' AND a.`type` = 'photos.group.updateCover' AND b.`block` = 0 ORDER BY a.`id` DESC
190Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=136:img-3595&layout=download&view=photos'
166Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=136:img-3595&layout=item&type=group&uid=2:the-mantrip-music-group&view=photos'
110Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_locations` WHERE `uid` = '136' AND `type` = 'photos'
95Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(1) from `a1fel_social_comments` as a WHERE a.`element` = 'photos.group.updateCover' AND a.`uid` = '136'
164Ξs8.84KB/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` = '2' GROUP BY `a`.`id`
235Ξs7.92KB/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` = '19'
157Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_tag` WHERE `photo_id` = '118'
96Ξ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` = '118' AND `a`.`verb` = 'updateCover'
101Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `uid` FROM `a1fel_social_stream_item` WHERE `context_id` = '118' AND `context_type` = 'photos'
88Ξ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`='118' AND b.`type`='photos.group.updateCover' AND u.`block` = 0 ) as `total` FROM `a1fel_social_reactions` AS a
242Ξ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` = '118' AND a.`type` = 'photos.group.updateCover' AND b.`block` = 0 ORDER BY a.`id` DESC
173Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=118:dscf0510-jpeg&layout=download&view=photos'
122Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=118:dscf0510-jpeg&layout=item&type=group&uid=2:the-mantrip-music-group&view=photos'
147Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_locations` WHERE `uid` = '118' AND `type` = 'photos'
96Ξs1.95KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(1) from `a1fel_social_comments` as a WHERE a.`element` = 'photos.group.updateCover' AND a.`uid` = '118'
159Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_reactions` WHERE `published`='1'
85Ξ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` = '19' AND a.`type` = 'albums.group.create' AND a.`react_as` = 'user' AND b.`published`='1'
157Ξs840B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect `uid`, `element`, `user_id` from `a1fel_social_shares` where `uid` = '19' and `element` = 'albums.group'
69Ξs960B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(1) from `a1fel_social_comments` as a WHERE a.`element` = 'albums.group.create' AND a.`uid` = '19' AND a.`parent` = '0'
135Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(1) from `a1fel_social_comments` as a WHERE a.`element` = 'albums.group.create' AND a.`uid` = '19'
111Ξ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' )
330Ξ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' )
326Ξ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
176Ξs1.42KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect DISTINCT a.* from `a1fel_social_albums` as a where a.`uid` = '2' and a.`type` = 'group' and a.`core` > 0 and a.`type` != 'marketplace' and ( a.`uid` NOT IN( select sc.`id` from `a1fel_social_clusters` as sc WHERE ( sc.`type` NOT IN('1', '4') AND '0' NOT IN( select scn.`uid` from `a1fel_social_clusters_nodes` as scn where scn.`cluster_id` = sc.`id` and scn.`state` = '1'))))
318Ξs3.8KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect DISTINCT a.* from `a1fel_social_albums` as a where a.`uid` = '2' and a.`type` = 'group' and a.`core` = '0' and a.`type` != 'marketplace' and ( a.`uid` NOT IN( select sc.`id` from `a1fel_social_clusters` as sc WHERE ( sc.`type` NOT IN('1', '4') AND '0' NOT IN( select scn.`uid` from `a1fel_social_clusters_nodes` as scn where scn.`cluster_id` = sc.`id` and scn.`state` = '1')))) order by assigned_date DESC LIMIT 50
212Ξs3.77KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT COUNT(1) AS `total` FROM `a1fel_social_albums` WHERE `uid` = '2' AND `type` = 'group' AND `core` = '0' AND `user_id` != '0'
117Ξ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')
303Ξs3.92KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
95Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '28'
61Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '29'
81Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '30'
62Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '31'
98Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '32'
61Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '34'
62Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '36'
61Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '37'
61Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '38'
61Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '39'
61Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '42'
61Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '43'
59Ξs960B/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_apps`
259Ξs27.73KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=36:members&id=2:the-mantrip-music-group&layout=item&view=groups'
125Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_workflows` WHERE `type` = 'group'
109Ξs1KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
95Ξ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
238Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
91Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=2:the-mantrip-music-group&view=albums'
109Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
90Ξ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
253Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
86Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=2:the-mantrip-music-group&view=videos'
109Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
89Ξ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
234Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
87Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=2:the-mantrip-music-group&view=audios'
108Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
96Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=2:the-mantrip-music-group&view=events'
110Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=2:the-mantrip-music-group&view=marketplaces'
107Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=29:discussions&id=2:the-mantrip-music-group&layout=item&view=groups'
137Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=30:events&id=2:the-mantrip-music-group&layout=item&view=groups'
96Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=31:feeds&id=2:the-mantrip-music-group&layout=item&view=groups'
99Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=32:files&id=2:the-mantrip-music-group&layout=item&view=groups'
95Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=37:announcements&id=2:the-mantrip-music-group&layout=item&view=groups'
99Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=39:polls&id=2:the-mantrip-music-group&layout=item&view=groups'
95Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=42:tasks&id=2:the-mantrip-music-group&layout=item&view=groups'
95Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=2:the-mantrip-music-group&layout=item&type=info&view=groups'
103Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `b`.* FROM `a1fel_social_avatars` AS `a` INNER JOIN `a1fel_social_photos` AS `b` ON `a`.`photo_id` = `b`.`id` WHERE `a`.`uid` = '2' AND `a`.`type` = 'group'
169Ξs3.75KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
97Ξs17KB/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
522Ξ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
76Ξ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
324Ξs3.89KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'categoryid=5:music&view=groups'
110Ξs1.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` = '2' AND a.`state` = '1' AND u.`block` = '0'
201Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '35'
101Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_clusters_nodes`
WHERE `uid` = '0' AND `type` = 'user' AND `cluster_id` = '2'
122Ξs1.95KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_backgrounds` WHERE `state`='1'
115Ξs1.13KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect DISTINCT a.* from `a1fel_social_albums` as a where a.`uid` = '2' and a.`type` = 'group' and a.`core` > 0 and a.`type` != 'marketplace' and ( a.`uid` NOT IN( select sc.`id` from `a1fel_social_clusters` as sc WHERE ( sc.`type` NOT IN('1', '4') AND '0' NOT IN( select scn.`uid` from `a1fel_social_clusters_nodes` as scn where scn.`cluster_id` = sc.`id` and scn.`state` = '1'))))
270Ξs3.8KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect DISTINCT a.* from `a1fel_social_albums` as a where a.`uid` = '2' and a.`type` = 'group' and a.`core` = '0' and a.`type` != 'marketplace' and ( a.`uid` NOT IN( select sc.`id` from `a1fel_social_clusters` as sc WHERE ( sc.`type` NOT IN('1', '4') AND '0' NOT IN( select scn.`uid` from `a1fel_social_clusters_nodes` as scn where scn.`cluster_id` = sc.`id` and scn.`state` = '1')))) order by assigned_date DESC LIMIT 50
245Ξs3.77KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT COUNT(1) AS `total` FROM `a1fel_social_albums` WHERE `uid` = '2' AND `type` = 'group' AND `core` = '0' AND `user_id` != '0'
115Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=18:avatar-photos&layout=item&type=group&uid=2:the-mantrip-music-group&view=albums'
115Ξs1.06KB/libraries/src/Table/Table.php:780Copyselect count(1) from `a1fel_social_photos` as a where a.`state` = '1' and a.`album_id` = '18'
152Ξs856B/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` = '19'
179Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'view=dashboard'
147Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `a`.`menutype`,`a`.`title`
FROM `a1fel_menu_types` AS `a`
WHERE `a`.`client_id` = 0
165Ξ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
212Ξs1.09KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySELECT *
FROM `a1fel_easyblog_configs`
WHERE `name` = 'config'
132Ξ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
181Ξ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-13 09:21:25' AND a.`end_date` >= '2025-04-13 09:21:25' OR a.`start_date` = '0000-00-00 00:00:00') ORDER BY RAND() ASC limit 1
467Ξ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
154Ξs1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT `session_id`
FROM `a1fel_session`
WHERE `session_id` = ?
118Ξs1.63KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `a1fel_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
328Ξs912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy