Joomla! Version | 5.2.3 |
PHP Version | 8.1.31 |
Identity | guest |
Response | 200 |
Template | rt_manticore |
Database |
|
1 x afterInitialise (11.55MB) (21.72%) | 60.83ms |
1 x afterRenderComponent com_easysocial (6.64MB) (18.8%) | 52.64ms |
1 x Before Access::getAssetRules (id:1 name:root.1) (5.11MB) (15.33%) | 42.93ms |
1 x afterRoute (6.73MB) (14.03%) | 39.28ms |
1 x beforeRenderRawModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (5.44MB) (11.08%) | 31.02ms |
1 x afterLoad (3.82MB) (7.33%) | 20.52ms |
1 x afterRender (1.75MB) (7.3%) | 20.44ms |
1 x afterRenderRawModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (261.54KB) (1.56%) | 4.38ms |
1 x afterRenderRawModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (122.95KB) (0.65%) | 1.81ms |
1 x afterRenderRawModule mod_gantry5_particle (The ManTrip Community) (68.91KB) (0.52%) | 1.45ms |
1 x afterRenderModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (151.79KB) (0.3%) | 833Ξs |
1 x After Access::preloadComponents (all components) (133.93KB) (0.22%) | 629Ξs |
1 x beforeRenderComponent com_easysocial (20.08KB) (0.22%) | 610Ξs |
1 x beforeRenderRawModule mod_gantry5_particle (The ManTrip Community) (1.49KB) (0.15%) | 429Ξs |
1 x beforeRenderRawModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (1.8KB) (0.14%) | 398Ξs |
1 x afterDispatch (19.19KB) (0.11%) | 306Ξs |
1 x Before Access::preloadComponents (all components) (35.43KB) (0.08%) | 220Ξs |
1 x After Access::getAssetRules (id:1 name:root.1) (26.49KB) (0.07%) | 208Ξs |
1 x afterRenderModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (4.2KB) (0.05%) | 136Ξs |
1 x afterRenderModule mod_gantry5_particle (The ManTrip Community) (3.8KB) (0.05%) | 127Ξs |
1 x beforeRenderModule mod_easysocial_ads_showcase (ðĨïļ Man Trip Zoom Link) (752B) (0.01%) | 19Ξs |
1 x Before Access::getAssetRules (id:1 name:root.1) (2.45KB) (0%) | 12Ξs |
1 x After Access::getAssetRules (id:1 name:root.1) (2.22KB) (0%) | 11Ξs |
1 x beforeRenderModule mod_easysocial_dropdown_menu (EasySocial Dropdown Menu) (752B) (0%) | 6Ξs |
1 x beforeRenderModule mod_gantry5_particle (The ManTrip Community) (736B) (0%) | 4Ξs |
SELECT @@SESSION.sql_mode;
136Ξs1.57KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `a1fel_session`
WHERE `session_id` = ?
381Ξs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `a1fel_session`
WHERE `session_id` = :session_id LIMIT 1
123Ξ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)
1.2ms944BParams/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
275Ξs2.36KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `a1fel_viewlevels`
65Ξ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
156Ξ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`
545Ξs4.8KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT * FROM `a1fel_social_config` WHERE `type` = 'site'
168Ξ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`
382Ξs4.59KBParams/libraries/src/Menu/SiteMenu.php:166CopySET SQL_BIG_SELECTS=1
87Ξ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` = '913' GROUP BY `a`.`id`
627Ξs7.94KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_default_avatars` WHERE `uid` IN (1) AND `type`='profiles'
62Ξ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 (913)
497Ξs976B/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect * from `a1fel_social_users` where `user_id` IN (913)
93Ξs3.66KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `session_id`, `userid` FROM `a1fel_session` WHERE `userid` IN(913) AND `time` >= '1736630693' AND `client_id` <> '1'
105Ξs896B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `sefurl` = 'community/913-kvalentine/groups'
191Ξs3.56KB/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
185Ξ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
210Ξs1.23KB/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69CopySELECT *
FROM `a1fel_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
175Ξ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)
317Ξs8.12KBParams/libraries/src/Access/Access.php:357CopySELECT * FROM `a1fel_social_access_rules` WHERE `group` = 'user' AND `state` = '1'
228Ξs19.2KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `params` FROM `a1fel_social_access` WHERE `uid` = NULL AND `type` = 'profiles'
110Ξ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' )
312Ξ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' )
443Ξs4.23KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_themes` WHERE `element` = 'breeze'
124Ξs960B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_profiles`
WHERE `id` = '1'
132Ξs3.81KB/libraries/src/Table/Table.php:780CopySELECT DISTINCT `a`.* FROM `a1fel_social_clusters_categories` AS `a` LEFT JOIN `a1fel_social_clusters_categories_access` AS `b` ON `a`.`id` = `b`.`category_id` WHERE `a`.`type` = 'group' AND `a`.`state` = '1' AND `a`.`container` = '0' AND (`b`.`profile_id` = 1 OR `a`.`id` NOT IN (SELECT `category_id` FROM `a1fel_social_clusters_categories_access`)) ORDER BY `a`.`ordering`
282Ξs2.27KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT `b`.`id`
FROM `a1fel_user_usergroup_map` AS `map`
LEFT JOIN `a1fel_usergroups` AS `a` ON `a`.`id` = `map`.`group_id`
LEFT JOIN `a1fel_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `map`.`user_id` = :userId
135Ξs1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `params` FROM `a1fel_social_access` WHERE `uid` = '1' AND `type` = 'profiles'
131Ξs856B/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'
305Ξs4.09KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'userid=913-kvalentine&view=groups'
108Ξs1.06KB/libraries/src/Table/Table.php:780Copyselect 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`
530Ξs12.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` = '913' and b.`utype` = 'user' and a.`state` = '1' order by a.`type`
237Ξs1.11KB/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` = '913' AND `a`.`type` = 'user'
212Ξs3.75KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.`id`, a.`value` as `default`, a.`options`, b.`user_id`, b.`uid`, b.`type`, b.`value`,b.`id` as `pid` from `a1fel_social_privacy` as a inner join `a1fel_social_privacy_items` as b on a.`id` = b.`privacy_id` where b.`uid` = '116' and b.`type` = 'photos' and a.`state` = '1' and b.`user_id` = '913'
270Ξs1.2KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.`type`, a.`rule`, a.`id`, b.`value` as `default`, a.`options`, b.`id` as `mapid` from `a1fel_social_privacy` as a inner join `a1fel_social_privacy_map` as b ON a.`id` = b.`privacy_id` where b.`uid` = '913' and b.`utype` = 'user' and a.`state` = '1' and a.`type` != 'field'
196Ξs1.11KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46Copyselect a.`type`, a.`rule`, a.`id`, b.`value` as `default`, a.`options`, 0 as `mapid` 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'
299Ξs1.86KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT a.`type`, a.`rule`, a.`id`, a.`value` AS `default`, a.`options` , 0 as `mapid` FROM `a1fel_social_privacy` AS a where a.`state` = '1'
108Ξs1.86KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT * FROM `a1fel_social_workflows` WHERE `type` = 'user'
137Ξs1KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_workflows_maps`
WHERE `uid` = '1' AND `type` = 'user'
136Ξs1KB/libraries/src/Table/Table.php:780Copyselect a.`params` from `a1fel_social_privacy_map` as a inner join `a1fel_social_privacy` as b on a.privacy_id = b.id where b.`type` = 'photos' and b.`rule` = 'view' and a.`uid` = '1' and a.`utype` = 'profiles'
143Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_profiles`
WHERE `id` = '1'
97Ξs3.81KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_photos_meta` WHERE `photo_id` = '116' AND `group` = 'exif'
191Ξs1.06KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_albums`
WHERE `id` = '17'
97Ξs3.78KB/libraries/src/Table/Table.php:780CopySELECT a.*, b.`custom_message`, b.`created` AS achieved_date FROM `a1fel_social_badges` AS a INNER JOIN `a1fel_social_badges_maps` AS b ON a.`id` = b.`badge_id` WHERE b.`user_id` = '913' AND a.`state` = '1'
190Ξs3.63KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=913-kvalentine&view=profile'
100Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=913-kvalentine&layout=about&view=profile'
100Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT a.* FROM `a1fel_social_apps` AS a INNER JOIN `a1fel_social_apps_map` AS b ON b.`app_id` = a.`id` AND b.`uid`='913' AND b.`type`='user' INNER JOIN `a1fel_social_apps_views` AS `c` ON c.`app_id` = a.`id` AND ( c.`view` = 'profile' OR c.`view` = 'dashboard' ) WHERE a.`state`='1' AND a.`type`='apps' AND a.`group`='user' UNION ALL SELECT a.* FROM `a1fel_social_apps` AS a INNER JOIN `a1fel_social_apps_views` AS `c` ON c.`app_id` = a.`id` AND ( c.`view` = 'profile' OR c.`view` = 'dashboard' ) WHERE a.`state`='1' AND a.`type`='apps' AND a.`group`='user' AND (a.`core` = 1 OR a.`default` = 1)
512Ξs3.73KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'userid=913-kvalentine&view=friends'
134Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=user&uid=913-kvalentine&view=albums'
169Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=user&uid=913-kvalentine&view=videos'
141Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=user&uid=913-kvalentine&view=audios'
89Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'userid=913-kvalentine&view=followers'
162Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'userid=913-kvalentine&view=pages'
101Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'userid=913-kvalentine&view=events'
165Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'userid=913-kvalentine&view=polls'
158Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'type=user&uid=913-kvalentine&view=marketplaces'
170Ξ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`
508Ξs2.28KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT `a`.* FROM `a1fel_social_apps` AS a LEFT JOIN `a1fel_social_apps_map` as b ON b.`app_id` = a.`id` AND b.`uid` = '913' AND b.`type` = 'user' WHERE a.`state` = '1' AND a.`type` = 'apps' AND a.`group` = 'user' AND a.`widget` = '1' AND (`a`.`default` = 1 OR `b`.`id` IS NOT NULL OR `a`.`system` = 1) ORDER BY a.`ordering` asc
413Ξs3.8KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '6'
87Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '9'
151Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '14'
90Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_apps_access`
WHERE `app_id` = '19'
115Ξs960B/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=1:registered-users&layout=item&view=profiles'
154Ξs9.06KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'id=26:newbie&layout=item&view=badges'
147Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT COUNT(1) FROM `a1fel_social_block_users` WHERE `user_id` = '0' AND `target_id` = '913'
116Ξs856B/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'layout=edit&view=profile'
141Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT * FROM `a1fel_social_backgrounds` WHERE `state`='1'
145Ξs1.13KB/administrator/components/com_easysocial/includes/db/helpers/base.php:46CopySELECT *
FROM `a1fel_social_urls`
WHERE `rawurl` = 'view=dashboard'
156Ξs1.06KB/libraries/src/Table/Table.php:780CopySELECT `a`.`menutype`,`a`.`title`
FROM `a1fel_menu_types` AS `a`
WHERE `a`.`client_id` = 0
162Ξ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
240Ξs1.09KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySELECT *
FROM `a1fel_easyblog_configs`
WHERE `name` = 'config'
127Ξ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
214Ξ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-01-11 22:24:53' AND a.`end_date` >= '2025-01-11 22:24:53' OR a.`start_date` = '0000-00-00 00:00:00') ORDER BY RAND() ASC limit 1
435Ξ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
170Ξs1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:465CopySELECT `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` = ?
351Ξs912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy