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) (13.12MB) (39.68%) | 130ms |
1 x afterInitialise (11.55MB) (19.12%) | 62.79ms |
1 x afterRoute (5.95MB) (10.13%) | 33.26ms |
1 x beforeRenderRawModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (5.42MB) (9.92%) | 32.59ms |
1 x afterRender (1.85MB) (6.27%) | 20.61ms |
1 x afterLoad (3.82MB) (5.96%) | 19.58ms |
1 x afterRenderRawModule mod_easysocial_sidebar (EasySocial Sidebar) (1.26MB) (3.44%) | 11.29ms |
1 x afterRenderComponent com_easysocial (363.66KB) (2%) | 6.58ms |
1 x afterRenderRawModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (68.23KB) (0.96%) | 3.17ms |
1 x afterRenderRawModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (117.63KB) (0.57%) | 1.88ms |
1 x afterRenderRawModule mod_gantry5_particle (The ManTrip Community) (67.7KB) (0.48%) | 1.56ms |
1 x afterRenderModule mod_easysocial_sidebar (EasySocial Sidebar) (151.03KB) (0.25%) | 816Ξs |
1 x beforeRenderComponent com_easysocial (20.08KB) (0.19%) | 623Ξs |
1 x After Access::preloadComponents (all components) (133.93KB) (0.19%) | 611Ξs |
1 x beforeRenderRawModule mod_gantry5_particle (The ManTrip Community) (1.49KB) (0.13%) | 413Ξs |
1 x beforeRenderRawModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (1.8KB) (0.12%) | 385Ξs |
1 x afterDispatch (19.19KB) (0.11%) | 374Ξs |
1 x Before Access::preloadComponents (all components) (35.43KB) (0.08%) | 263Ξs |
1 x After Access::getAssetRules (id:1 name:root.1) (26.49KB) (0.06%) | 211Ξs |
1 x afterRenderModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (9.27KB) (0.05%) | 172Ξs |
1 x afterRenderModule mod_gantry5_particle (The ManTrip Community) (3.8KB) (0.04%) | 139Ξs |
1 x afterRenderModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (4.2KB) (0.04%) | 131Ξ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%) | 5Ξs |
1 x beforeRenderModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (752B) (0%) | 5Ξs |
SELECT @@SESSION.sql_mode;
140Ξs1.57KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `a1fel_session`
WHERE `session_id` = ?
86Ξs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `a1fel_session`
WHERE `session_id` = :session_id LIMIT 1
120Ξ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)
359Ξ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
261Ξs2.36KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `a1fel_viewlevels`
147Ξ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
141Ξ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`
500Ξs4.8KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT * FROM `a1fel_social_config` WHERE `type` = 'site'
141Ξ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`
363Ξs4.59KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `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
294Ξ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
185Ξs1.23KB/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69CopySELECT *
FROM `a1fel_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
178Ξ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)
289Ξs8.12KBParams/libraries/src/Access/Access.php:357CopySELECT * FROM `a1fel_social_access_rules` WHERE `group` = 'user' AND `state` = '1'
276Ξs19.2KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `params` FROM `a1fel_social_access` WHERE `uid` = NULL AND `type` = 'profiles'
108Ξs840B/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' )
550Ξs3.34KB/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' )
605Ξs4.23KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_themes` WHERE `element` = 'breeze'
81Ξs960B/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'
340Ξs4.09KB/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` = '4' AND `a`.`cluster_type` = 'group'
283Ξ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'
241Ξ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_events_meta`
WHERE `cluster_id` = ''
128Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'date=2025-04-07&filter=date&type=group&uid=4:lets-talk-about-guitars&view=events'
126Ξs1.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `sefurl` = 'community/groups/4-lets-talk-about-guitars/events/date/2025-04-07'
226Ξs1.05KB/libraries/src/Table/Table.php:780CopySHOW FULL COLUMNS FROM `a1fel_social_urls`
224Ξs1.97KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopyINSERT INTO `a1fel_social_urls`
(`sefurl`,`rawurl`) VALUES
('community/groups/4-lets-talk-about-guitars/events/date/2025-04-07','date=2025-04-07&filter=date&type=group&uid=4:lets-talk-about-guitars&view=events')
168Ξs0B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:767CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
100Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'date=2025-04-08&filter=date&type=group&uid=4:lets-talk-about-guitars&view=events'
121Ξs1.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `sefurl` = 'community/groups/4-lets-talk-about-guitars/events/date/2025-04-08'
174Ξs1.05KB/libraries/src/Table/Table.php:780CopySHOW FULL COLUMNS FROM `a1fel_social_urls`
218Ξs1.97KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopyINSERT INTO `a1fel_social_urls`
(`sefurl`,`rawurl`) VALUES
('community/groups/4-lets-talk-about-guitars/events/date/2025-04-08','date=2025-04-08&filter=date&type=group&uid=4:lets-talk-about-guitars&view=events')
119Ξs11KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:767CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
65Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
91Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'date=2025&filter=date&type=group&uid=4:lets-talk-about-guitars&view=events'
301Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
75Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
64Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=featured&type=group&uid=4:lets-talk-about-guitars&view=events'
96Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
107Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=review&type=group&uid=4:lets-talk-about-guitars&view=events'
130Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
86Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=invited&type=group&uid=4:lets-talk-about-guitars&view=events'
91Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
90Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=created&type=group&uid=4:lets-talk-about-guitars&view=events'
81Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
103Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=participated&type=group&uid=4:lets-talk-about-guitars&view=events'
106Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
62Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=past&type=group&uid=4:lets-talk-about-guitars&view=events'
132Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
63Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=unpublishes&type=group&uid=4:lets-talk-about-guitars&view=events'
86Ξs1.06KB/libraries/src/Table/Table.php:780Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `nodes` ON `a`.`id` = `nodes`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (`a`.`type` IN ('1','2','4') OR (`a`.`type` = '3' AND `nodes`.`uid` = '0')) AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND (`b`.`start` >= '2025-04-07 01:18:37' OR (`b`.`start` <= '2025-04-07 01:18:37' AND `b`.`end` >= '2025-04-07 01:18:37')) AND `b`.`group_id` = '4'
190Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` WHERE a.`cluster_type` = 'event' AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '1' AND `a`.`state` = '1' AND (`b`.`start` >= '2025-04-07 01:18:37' OR (`b`.`start` <= '2025-04-07 01:18:37' AND `b`.`end` >= '2025-04-07 01:18:37')) AND `b`.`group_id` = '4'
106Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `c` ON `a`.`id` = `c`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND `b`.`group_id` = '4'
173Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` WHERE a.`cluster_type` = 'event' AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`creator_uid` = '0' AND `a`.`creator_type` = 'user' AND `a`.`state` = '1' AND (`b`.`start` >= '2025-04-07 01:18:37' OR (`b`.`start` <= '2025-04-07 01:18:37' AND `b`.`end` >= '2025-04-07 01:18:37'))
104Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `c` ON `a`.`id` = `c`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND `c`.`uid` = '0' AND `c`.`state` = '0' AND (`b`.`start` >= '2025-04-07 01:18:37' OR (`b`.`start` <= '2025-04-07 01:18:37' AND `b`.`end` >= '2025-04-07 01:18:37')) AND `b`.`group_id` = '4'
116Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `nodes` ON `a`.`id` = `nodes`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (`a`.`type` IN ('1','2','4') OR (`a`.`type` = '3' AND `nodes`.`uid` = '0')) AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND `b`.`start` <= '2025-04-14 05:18:37' AND `b`.`start` >= '2025-04-07 05:18:37' AND `b`.`group_id` = '4'
170Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `nodes` ON `a`.`id` = `nodes`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (`a`.`type` IN ('1','2','4') OR (`a`.`type` = '3' AND `nodes`.`uid` = '0')) AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND `b`.`start` <= '2025-04-21 05:18:37' AND `b`.`start` >= '2025-04-07 05:18:37' AND `b`.`group_id` = '4'
125Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `nodes` ON `a`.`id` = `nodes`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (`a`.`type` IN ('1','2','4') OR (`a`.`type` = '3' AND `nodes`.`uid` = '0')) AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`state` = '1' AND ( (`b`.`end` != '0000-00-00 00:00:00' AND `b`.`end` < '2025-04-07 01:18:37') OR (`b`.`end` = '0000-00-00 00:00:00' AND `b`.`start` < '2025-04-07 01:18:37') ) AND `b`.`start` <= '2025-04-07 05:18:37' AND `b`.`group_id` = '4'
195Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `nodes` ON `a`.`id` = `nodes`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (`a`.`type` IN ('1','2','4') OR (`a`.`type` = '3' AND `nodes`.`uid` = '0')) AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND ( ((`b`.`start` <= '2025-04-06 00:00:00' AND `b`.`end` >= '2025-04-06 00:00:00') OR (`b`.`start` <= '2025-04-06 23:59:59' AND `b`.`end` >= '2025-04-06 23:59:59') ) OR (`b`.`start` <= '2025-04-06 23:59:59' AND `b`.`start` >= '2025-04-06 00:00:00')) AND `b`.`group_id` = '4'
142Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `nodes` ON `a`.`id` = `nodes`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (`a`.`type` IN ('1','2','4') OR (`a`.`type` = '3' AND `nodes`.`uid` = '0')) AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND ( ((`b`.`start` <= '2025-04-08 00:00:00' AND `b`.`end` >= '2025-04-08 00:00:00') OR (`b`.`start` <= '2025-04-08 23:59:59' AND `b`.`end` >= '2025-04-08 23:59:59') ) OR (`b`.`start` <= '2025-04-08 23:59:59' AND `b`.`start` >= '2025-04-08 00:00:00')) AND `b`.`group_id` = '4'
132Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `nodes` ON `a`.`id` = `nodes`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (`a`.`type` IN ('1','2','4') OR (`a`.`type` = '3' AND `nodes`.`uid` = '0')) AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND `b`.`start` <= '2025-04-30 23:59:59' AND `b`.`start` >= '2025-04-01 00:00:00' AND `b`.`group_id` = '4'
161Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `nodes` ON `a`.`id` = `nodes`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (`a`.`type` IN ('1','2','4') OR (`a`.`type` = '3' AND `nodes`.`uid` = '0')) AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND `b`.`start` <= '2025-12-31 23:59:59' AND `b`.`start` >= '2025-01-01 00:00:00' AND `b`.`group_id` = '4'
122Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` WHERE a.`cluster_type` = 'event' AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`creator_uid` = '0' AND `a`.`creator_type` = 'user' AND `a`.`state` = '0'
114Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect count(distinct(a.id)) as id FROM `a1fel_social_clusters` as a INNER JOIN `a1fel_social_events_meta` as b ON a.`id` = b.`cluster_id` LEFT JOIN `a1fel_social_clusters_nodes` AS `c` ON `a`.`id` = `c`.`cluster_id` WHERE a.`cluster_type` = 'event' AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND `b`.`group_id` = '4'
126Ξs8.84KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_apps`
277Ξs27.73KB/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_clusters_categories`
WHERE `id` = '5'
115Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_access_rules` WHERE `group` = 'group' AND `state` = '1'
226Ξs2.58KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `params` FROM `a1fel_social_access` WHERE `uid` = '5' AND `type` = 'clusters'
103Ξs840B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopyUPDATE `a1fel_social_clusters`
SET `hits` = (`hits` + 1)
WHERE `id` = '4'
160Ξs48B/libraries/src/Table/Table.php:1348CopySELECT COUNT(1) FROM (SELECT DISTINCT `a`.`id` AS `id` FROM `a1fel_social_clusters` AS `a` INNER JOIN `a1fel_social_events_meta` AS `b` ON `a`.`id` = `b`.`cluster_id` WHERE `a`.`cluster_type` = 'event' AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND (`b`.`start` >= '2025-04-07 01:18:37' OR (`b`.`start` <= '2025-04-07 01:18:37' AND `b`.`end` >= '2025-04-07 01:18:37')) AND `b`.`group_id` = '4' ORDER BY `b`.`start` asc) AS zcount
183Ξs808B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT DISTINCT `a`.`id` AS `id` FROM `a1fel_social_clusters` AS `a` INNER JOIN `a1fel_social_events_meta` AS `b` ON `a`.`id` = `b`.`cluster_id` WHERE `a`.`cluster_type` = 'event' AND (b.`group_id` = 0 OR b.`group_id` = ( select distinct(g.`id`) from `a1fel_social_clusters` as g where g.`id` = b.`group_id` and g.`cluster_type` = 'group' and g.`type` IN ('1','4') ) ) AND (b.`page_id` = 0 OR b.page_id = ( select distinct(pp.`id`) from `a1fel_social_clusters` as pp where pp.`id` = b.`page_id` and pp.`cluster_type` = 'page' and pp.`type` = '1' ) ) AND `a`.`featured` = '0' AND `a`.`state` = '1' AND (`b`.`start` >= '2025-04-07 01:18:37' OR (`b`.`start` <= '2025-04-07 01:18:37' AND `b`.`end` >= '2025-04-07 01:18:37')) AND `b`.`group_id` = '4' ORDER BY `b`.`start` asc LIMIT 0, 20
200Ξs840B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=created&ordering=recent&type=group&uid=4:lets-talk-about-guitars&view=events'
174Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'filter=created&ordering=distance&type=group&uid=4:lets-talk-about-guitars&view=events'
206Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `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')
302Ξs3.92KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '28'
164Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '29'
92Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '30'
55Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '31'
108Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '32'
50Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '34'
54Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '36'
102Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '37'
102Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '38'
63Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '39'
105Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '42'
131Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '43'
50Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'appId=36:members&id=4:lets-talk-about-guitars&layout=item&view=groups'
142Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_workflows` WHERE `type` = 'group'
117Ξs1KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
101Ξ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
230Ξ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=albums'
107Ξ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
220Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
85Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=4:lets-talk-about-guitars&view=videos'
105Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
87Ξ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
189Ξ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=4:lets-talk-about-guitars&view=audios'
107Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
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=4:lets-talk-about-guitars&view=events'
103Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=group&uid=4:lets-talk-about-guitars&view=marketplaces'
104Ξ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'
99Ξ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'
95Ξ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'
112Ξ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'
95Ξ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'
94Ξ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'
96Ξ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'
97Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=4:lets-talk-about-guitars&layout=item&view=groups'
102Ξ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'
97Ξ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`
426Ξs2.28KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT *
FROM `a1fel_social_photos`
WHERE `id` = '281'
106Ξs3.75KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '281' AND `group` = 'path'
271Ξs1.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '281' AND `group` = 'path'
229Ξs1.09KB/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'
160Ξs3.75KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '5' AND `type` = 'group'
99Ξ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
603Ξ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
72Ξ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
268Ξs3.89KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'categoryid=5:music&view=groups'
109Ξ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` = '4' AND a.`state` = '1' AND u.`block` = '0'
180Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '35'
63Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_clusters_nodes`
WHERE `uid` = '0' AND `type` = 'user' AND `cluster_id` = '4'
122Ξs1.95KB/libraries/src/Table/Table.php:780CopySELECT COUNT(1) FROM `a1fel_social_clusters_nodes` WHERE `uid` = '0' AND `type` = 'user' AND `cluster_id` = '4' AND `state` = '1'
100Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_backgrounds` WHERE `state`='1'
116Ξs17.13KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
91Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
78Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
76Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_events_meta`
WHERE `cluster_id` = ''
74Ξs2.05KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
97Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_clusters_categories`
WHERE `id` = '5'
95Ξs2.25KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'view=dashboard'
121Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `a`.`menutype`,`a`.`title`
FROM `a1fel_menu_types` AS `a`
WHERE `a`.`client_id` = 0
110Ξ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'
141Ξ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
164Ξ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-07 05:18:37' AND a.`end_date` >= '2025-04-07 05:18:37' OR a.`start_date` = '0000-00-00 00:00:00') ORDER BY RAND() ASC limit 1
399Ξ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
183Ξs1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT `session_id`
FROM `a1fel_session`
WHERE `session_id` = ?
126Ξs1.63KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `a1fel_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
380Ξs912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy