Query Time: 0.49 ms Query memory: 0.023 MB Memory before query: 1.059 MB Rows returned: 0
SELECT `data`
FROM `qlo7g_session`
WHERE `session_id` = X'3739333661363733366537663833616230373463303862306266613231666436'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:48 |
Query Time: 0.26 ms After last query: 0.30 ms Query memory: 0.020 MB Memory before query: 1.073 MB Rows returned: 0
SELECT `session_id`
FROM `qlo7g_session`
WHERE `session_id` = X'3739333661363733366537663833616230373463303862306266613231666436'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:48 |
Query Time: 1.16 ms After last query: 0.06 ms Query memory: 0.004 MB Memory before query: 1.078 MB
INSERT INTO `qlo7g_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3739333661363733366537663833616230373463303862306266613231666436', 1, 1747760666, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `qlo7g_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3739333661363733366537663833616230373463303862306266613231666436', 1, 1747760666, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:48 |
Query Time: 0.63 ms After last query: 0.48 ms Query memory: 0.042 MB Memory before query: 1.109 MB Rows returned: 59
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `qlo7g_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_extensions | ref | extension | extension | 82 | const | 61 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.27 ms After last query: 0.74 ms Query memory: 0.021 MB Memory before query: 1.163 MB Rows returned: 10
SELECT id, rules
FROM `qlo7g_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.33 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.177 MB Rows returned: 2
SELECT b.id
FROM qlo7g_usergroups AS a
LEFT JOIN qlo7g_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 1.15 ms After last query: 0.11 ms Query memory: 0.056 MB Memory before query: 1.198 MB Rows returned: 212
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM qlo7g_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 476 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.34 ms After last query: 4.47 ms Query memory: 0.022 MB Memory before query: 1.683 MB Rows returned: 1
SELECT `value`
FROM `qlo7g_admintools_storage`
WHERE `key` = 'cparams'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:122 |
12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:37 |
11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:49 |
10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:409 |
9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:892 |
8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.33 ms After last query: 0.20 ms Query memory: 0.021 MB Memory before query: 1.692 MB Rows returned: 0
SELECT `query`
FROM `qlo7g_admintools_wafexceptions`
WHERE (`option` IS NULL OR `option` = '' OR `option` = 'com_community')
AND (`view` IS NULL OR `view` = '' OR `view` = 'groups')
GROUP BY `query`
ORDER BY `query` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_admintools_wafexceptions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/admintools/main.php:813 |
10 | plgSystemAdmintools->loadWAFExceptionsByOption() | JROOT/plugins/system/admintools/admintools/main.php:651 |
9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:901 |
8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.53 ms After last query: 13.24 ms Query memory: 0.021 MB Memory before query: 3.114 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `qlo7g_admintools_redirects`
WHERE ((`dest` = 'index.php') OR (`dest` = 'index.php?option=com_community&view=groups&task=viewgroup&groupid=36') OR ('index.php?option=com_community&view=groups&task=viewgroup&groupid=36' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_admintools_redirects | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:91 |
10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.41 ms After last query: 1.55 ms Query memory: 0.065 MB Memory before query: 3.177 MB Rows returned: 166
SELECT setting,value
FROM qlo7g_jfbconnect_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_jfbconnect_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 163 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
15 | JDatabaseDriver->loadAssocList() | JROOT/administrator/components/com_jfbconnect/models/config.php:304 |
14 | JFBConnectModelConfig->getSettings() | JROOT/administrator/components/com_jfbconnect/models/config.php:342 |
13 | JFBConnectModelConfig->get() | JROOT/components/com_jfbconnect/libraries/provider.php:49 |
12 | JFBConnectProvider->__construct() | JROOT/plugins/jfbconnect/provider_facebook/provider/facebook.php:38 |
11 | JFBConnectProviderFacebook->__construct() | JROOT/components/com_jfbconnect/libraries/factory.php:61 |
10 | JFBCFactory::provider() | JROOT/components/com_jfbconnect/libraries/factory.php:93 |
9 | JFBCFactory::getAllProviders() | JROOT/plugins/system/jfbcsystem/jfbcsystem.php:69 |
8 | plgSystemJFBCSystem->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.24 ms After last query: 1.16 ms Query memory: 0.025 MB Memory before query: 3.352 MB Rows returned: 0
SELECT value
FROM qlo7g_jfbconnect_config
WHERE setting="profile_jomsocial"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/libraries/sourcecoast/plugins/socialprofile.php:649 |
18 | SocialProfilePlugin->loadSettings() | JROOT/plugins/socialprofiles/jomsocial/jomsocial.php:721 |
17 | plgSocialProfilesJomsocial->loadSettings() | JROOT/libraries/sourcecoast/plugins/socialprofile.php:195 |
16 | SocialProfilePlugin->onSocialProfilesGetRequiredScope() | JROOT/libraries/joomla/event/event.php:70 |
15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
14 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
13 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/jfbconnect/provider_google/profile/google.php:40 |
12 | JFBConnectProfileGoogle->getRequiredScope() | JROOT/plugins/jfbconnect/provider_google/provider/google.php:33 |
11 | JFBConnectProviderGoogle->setupAuthentication() | JROOT/components/com_jfbconnect/libraries/factory.php:62 |
10 | JFBCFactory::provider() | JROOT/components/com_jfbconnect/libraries/factory.php:93 |
9 | JFBCFactory::getAllProviders() | JROOT/plugins/system/jfbcsystem/jfbcsystem.php:69 |
8 | plgSystemJFBCSystem->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.32 ms After last query: 2.04 ms Query memory: 0.021 MB Memory before query: 3.433 MB Rows returned: 1
SELECT manifest_cache
FROM `qlo7g_extensions`
WHERE element = "com_affiliatetracker"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/affiliate_tracker/affiliate_tracker.php:201 |
9 | plgSystemAffiliate_tracker->checkComponentInstalled() | JROOT/plugins/system/affiliate_tracker/affiliate_tracker.php:35 |
8 | plgSystemAffiliate_tracker->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.25 ms After last query: 0.19 ms Query memory: 0.020 MB Memory before query: 3.439 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_affiliate_tracker_accounts`
WHERE `ref_word` = 'index.php'
AND `publish` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_affiliate_tracker_accounts | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/affiliate_tracker/affiliate_tracker.php:68 |
8 | plgSystemAffiliate_tracker->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.21 ms After last query: 1.52 ms Query memory: 0.023 MB Memory before query: 3.614 MB Rows returned: 39
SELECT *
FROM qlo7g_rsform_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_rsform_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:52 |
11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:19 |
10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:104 |
9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:34 |
8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 1.05 ms After last query: 0.49 ms Query memory: 0.116 MB Memory before query: 3.652 MB Rows returned: 90
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, 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,e.element as component
FROM qlo7g_menu AS m
LEFT JOIN qlo7g_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 177 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | planetgiftcards_planet.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1141 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.47 ms After last query: 5.15 ms Query memory: 0.025 MB Memory before query: 4.195 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `qlo7g_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
16 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
13 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
12 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
11 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
10 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
9 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
8 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jomsocial.system/jomsocial.system.php:90 |
7 | azrulSysBot() | JROOT/libraries/joomla/event/dispatcher.php:165 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.99 ms After last query: 0.09 ms Query memory: 0.006 MB Memory before query: 4.188 MB
UPDATE `qlo7g_extensions`
SET `params` = '{\"mediaversion\":\"c250b90578d5538204ebeb7b05b6f4f4\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `qlo7g_extensions`
SET `params` = '{\"mediaversion\":\"c250b90578d5538204ebeb7b05b6f4f4\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
12 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
11 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
10 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
9 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
8 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jomsocial.system/jomsocial.system.php:90 |
7 | azrulSysBot() | JROOT/libraries/joomla/event/dispatcher.php:165 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.87 ms After last query: 57.81 ms Query memory: 0.038 MB Memory before query: 4.352 MB Rows returned: 6
SELECT id, home, template, s.params
FROM qlo7g_template_styles as s
LEFT JOIN qlo7g_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
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | ALL | idx_template,idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | planetgiftcards_planet.s.template,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
11 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:266 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:215 |
9 | PlgSystemHelixultimate->attachWebAsset() | JROOT/plugins/system/helixultimate/helixultimate.php:244 |
8 | PlgSystemHelixultimate->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.51 ms After last query: 0.89 ms Query memory: 0.022 MB Memory before query: 4.365 MB Rows returned: 1
SELECT *
FROM `qlo7g_template_styles`
WHERE `client_id` = 0
AND `id` = '10'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
11 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:215 |
9 | PlgSystemHelixultimate->attachWebAsset() | JROOT/plugins/system/helixultimate/helixultimate.php:244 |
8 | PlgSystemHelixultimate->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.29 ms After last query: 0.42 ms Query memory: 0.019 MB Memory before query: 4.373 MB Rows returned: 1
SELECT *
FROM qlo7g_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.73 ms After last query: 1.77 ms Query memory: 0.023 MB Memory before query: 4.546 MB Rows returned: 2
SHOW FULL COLUMNS
FROM `qlo7g_community_config`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_config`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
12 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
11 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_community/tables/configuration.php:22 |
10 | CommunityTableConfiguration->__construct() | JROOT/libraries/src/Table/Table.php:328 |
9 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/core.php:1069 |
8 | CConfig::getInstance() | JROOT/components/com_community/libraries/core.php:232 |
7 | CFactory::getConfig() | JROOT/components/com_community/community.php:46 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.21 ms After last query: 0.24 ms Query memory: 0.021 MB Memory before query: 4.559 MB Rows returned: 1
SELECT *
FROM qlo7g_community_config
WHERE `name` = 'config'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_config | const | PRIMARY | PRIMARY | 194 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
9 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/libraries/core.php:1070 |
8 | CConfig::getInstance() | JROOT/components/com_community/libraries/core.php:232 |
7 | CFactory::getConfig() | JROOT/components/com_community/community.php:46 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.21 ms After last query: 0.29 ms Query memory: 0.023 MB Memory before query: 4.598 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
13 | CFactory::getRequestUser() | JROOT/plugins/community/myfriendslocation/myfriendslocation.php:25 |
12 | plgCommunityMyFriendsLocation->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1076 |
8 | CConfig::getInstance() | JROOT/components/com_community/libraries/core.php:232 |
7 | CFactory::getConfig() | JROOT/components/com_community/community.php:46 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.38 ms After last query: 0.21 ms Query memory: 0.024 MB Memory before query: 4.683 MB Rows returned: 0
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
15 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
13 | CFactory::getRequestUser() | JROOT/plugins/community/myfriendslocation/myfriendslocation.php:25 |
12 | plgCommunityMyFriendsLocation->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1076 |
8 | CConfig::getInstance() | JROOT/components/com_community/libraries/core.php:232 |
7 | CFactory::getConfig() | JROOT/components/com_community/community.php:46 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.60 ms After last query: 0.13 ms Query memory: 0.028 MB Memory before query: 4.696 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `qlo7g_community_profiles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_profiles`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
19 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
18 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/multiprofile.php:33 |
17 | CTableMultiProfile->__construct() | JROOT/libraries/src/Table/Table.php:328 |
16 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/user.php:760 |
15 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
13 | CFactory::getRequestUser() | JROOT/plugins/community/myfriendslocation/myfriendslocation.php:25 |
12 | plgCommunityMyFriendsLocation->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1076 |
8 | CConfig::getInstance() | JROOT/components/com_community/libraries/core.php:232 |
7 | CFactory::getConfig() | JROOT/components/com_community/community.php:46 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.23 ms After last query: 0.26 ms Query memory: 0.025 MB Memory before query: 4.726 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_community_fields`
WHERE `fieldcode`='FIELD_GENDER'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_fields | ref | fieldcode | fieldcode | 767 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:817 |
18 | CommunityModelProfile->_getgenderId() | JROOT/components/com_community/models/profile.php:791 |
17 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:642 |
16 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:792 |
15 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
13 | CFactory::getRequestUser() | JROOT/plugins/community/myfriendslocation/myfriendslocation.php:25 |
12 | plgCommunityMyFriendsLocation->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1076 |
8 | CConfig::getInstance() | JROOT/components/com_community/libraries/core.php:232 |
7 | CFactory::getConfig() | JROOT/components/com_community/community.php:46 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.21 ms After last query: 0.02 ms Query memory: 0.025 MB Memory before query: 4.735 MB Rows returned: 0
SELECT `value`
FROM `qlo7g_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_fields_values | ref | field_id,user_id,idx_user_fieldid | user_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
17 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:642 |
16 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:792 |
15 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
14 | CFactory::getUser() | JROOT/components/com_community/libraries/core.php:500 |
13 | CFactory::getRequestUser() | JROOT/plugins/community/myfriendslocation/myfriendslocation.php:25 |
12 | plgCommunityMyFriendsLocation->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1076 |
8 | CConfig::getInstance() | JROOT/components/com_community/libraries/core.php:232 |
7 | CFactory::getConfig() | JROOT/components/com_community/community.php:46 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 1.18 ms Query memory: 0.023 MB Memory before query: 4.783 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/plugins/community/myvideos/myvideos.php:26 |
12 | plgCommunityMyVideos->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
11 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
10 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_community/libraries/apps.php:53 |
9 | CAppPlugins->loadApplications() | JROOT/components/com_community/libraries/core.php:1076 |
8 | CConfig::getInstance() | JROOT/components/com_community/libraries/core.php:232 |
7 | CFactory::getConfig() | JROOT/components/com_community/community.php:46 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.20 ms After last query: 0.63 ms Query memory: 0.021 MB Memory before query: 4.858 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_mailq`
WHERE `status`='0'
LIMIT 0,100
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_mailq | ref | status | status | 1 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/mailq.php:139 |
9 | CommunityModelMailq->get() | JROOT/components/com_community/libraries/mailq.php:23 |
8 | CMailq->send() | JROOT/components/com_community/libraries/cron.php:116 |
7 | CCron->sendEmailsOnPageLoad() | JROOT/components/com_community/community.php:72 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 1.98 ms Query memory: 0.021 MB Memory before query: 4.895 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:40 |
7 | CommunityBaseController->__construct() | JROOT/components/com_community/community.php:144 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.14 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 4.900 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:258 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.17 ms After last query: 1.03 ms Query memory: 0.022 MB Memory before query: 4.959 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
9 | CFactory::getUser() | JROOT/components/com_community/controllers/groups.php:2324 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.75 ms After last query: 0.94 ms Query memory: 0.026 MB Memory before query: 4.979 MB Rows returned: 21
SHOW FULL COLUMNS
FROM `qlo7g_community_groups`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_groups`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
12 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
11 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/group.php:41 |
10 | CTableGroup->__construct() | JROOT/libraries/src/Table/Table.php:328 |
9 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/controllers/groups.php:2332 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.23 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 5.019 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '36'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_groups | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
9 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/controllers/groups.php:2333 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.17 ms After last query: 0.23 ms Query memory: 0.021 MB Memory before query: 5.094 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
10 | CFactory::getUser() | JROOT/components/com_community/controllers/groups.php:26 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.16 ms After last query: 1.10 ms Query memory: 0.023 MB Memory before query: 5.110 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/views/views.php:33 |
12 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
11 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:189 |
10 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/groups.php:31 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.20 ms After last query: 0.30 ms Query memory: 0.024 MB Memory before query: 5.124 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/assets.php:93 |
15 | CAssets->_init() | JROOT/components/com_community/libraries/assets.php:28 |
14 | CAssets->__construct() | JROOT/components/com_community/libraries/assets.php:40 |
13 | CAssets::getInstance() | JROOT/components/com_community/views/views.php:37 |
12 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
11 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:189 |
10 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/groups.php:31 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.14 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 5.133 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/assets.php:95 |
15 | CAssets->_init() | JROOT/components/com_community/libraries/assets.php:28 |
14 | CAssets->__construct() | JROOT/components/com_community/libraries/assets.php:40 |
13 | CAssets::getInstance() | JROOT/components/com_community/views/views.php:37 |
12 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
11 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:189 |
10 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/groups.php:31 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.44 ms After last query: 3.30 ms Query memory: 0.023 MB Memory before query: 5.262 MB Rows returned: 1
SELECT `id`,`parent_id`
FROM `qlo7g_menu`
WHERE `menutype`='jomsocial'
AND `published`='1'
AND `link` LIKE '%index.php?option=com_community&view=groups%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | ref | idx_menutype | idx_menutype | 98 | const | 27 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/models/toolbar.php:135 |
13 | CommunityModelToolbar->getActiveId() | JROOT/components/com_community/helpers/head.php:96 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/groups/view.html.php:1125 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.49 ms After last query: 0.43 ms Query memory: 0.024 MB Memory before query: 5.277 MB Rows returned: 4
SELECT `id`
FROM `qlo7g_menu`
WHERE `link` LIKE '%option=com_community&view=frontpage%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 287 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:142 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/groups/view.html.php:1125 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.45 ms After last query: 0.37 ms Query memory: 0.024 MB Memory before query: 5.288 MB Rows returned: 3
SELECT `id`
FROM `qlo7g_menu`
WHERE `link` LIKE '%option=com_community&view=groups%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 287 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:143 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/groups/view.html.php:1125 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.45 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 5.297 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_menu`
WHERE `link` LIKE '%option=com_community&view=photos%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 287 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:144 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/groups/view.html.php:1125 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.31 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 5.305 MB Rows returned: 4
SELECT `id`
FROM `qlo7g_menu`
WHERE `link` = 'index.php?option=com_community&view=frontpage'
AND `published`='1'
AND `type`='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 287 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1427 |
15 | CRoute::_getDefaultItemid() | JROOT/components/com_community/libraries/core.php:1312 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:144 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/groups/view.html.php:1125 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.50 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 5.315 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_menu`
WHERE `link` LIKE '%option=com_community&view=videos%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 287 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:145 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/groups/view.html.php:1125 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.42 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 5.324 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_menu`
WHERE `link` LIKE '%option=com_community&view=events%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 287 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:146 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/groups/view.html.php:1125 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.48 ms After last query: 0.15 ms Query memory: 0.006 MB Memory before query: 5.335 MB
UPDATE qlo7g_community_groups
SET `hits` = (`hits` + 1)
WHERE `id` = '36'
EXPLAIN not possible on query: UPDATE qlo7g_community_groups
SET `hits` = (`hits` + 1)
WHERE `id` = '36'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
13 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_community/tables/group.php:672 |
12 | CTableGroup->hit() | JROOT/components/com_community/views/groups/view.html.php:1134 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 1.67 ms After last query: 0.49 ms Query memory: 0.023 MB Memory before query: 5.343 MB Rows returned: 1
SELECT id, count
FROM `qlo7g_community_group_stats`
WHERE `date` = '2025-05-20'
AND `type` LIKE 'view'
AND `gid` = '36'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_group_stats | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1989 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/models/stats.php:147 |
13 | CommunityModelStats->addGroupStats() | JROOT/components/com_community/tables/group.php:676 |
12 | CTableGroup->hit() | JROOT/components/com_community/views/groups/view.html.php:1134 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.84 ms After last query: 1.30 ms Query memory: 0.026 MB Memory before query: 5.355 MB Rows returned: 7
SHOW FULL COLUMNS
FROM `qlo7g_community_group_stats`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_group_stats`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
17 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
16 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/groupstats.php:24 |
15 | CTableGroupStats->__construct() | JROOT/libraries/src/Table/Table.php:328 |
14 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/models/stats.php:149 |
13 | CommunityModelStats->addGroupStats() | JROOT/components/com_community/tables/group.php:676 |
12 | CTableGroup->hit() | JROOT/components/com_community/views/groups/view.html.php:1134 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.24 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 5.375 MB Rows returned: 1
SELECT *
FROM qlo7g_community_group_stats
WHERE `id` = '2218'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_group_stats | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
15 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
14 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/models/stats.php:153 |
13 | CommunityModelStats->addGroupStats() | JROOT/components/com_community/tables/group.php:676 |
12 | CTableGroup->hit() | JROOT/components/com_community/views/groups/view.html.php:1134 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.50 ms After last query: 0.06 ms Query memory: 0.008 MB Memory before query: 5.381 MB
UPDATE `qlo7g_community_group_stats`
SET `gid`='36',`type`='view',`count`='5',`params`='',`date`='2025-05-20',`created_at`='2025-05-20 06:44:38'
WHERE `id` = '2218'
EXPLAIN not possible on query: UPDATE `qlo7g_community_group_stats` SET `gid`='36',`type`='view',`count`='5',`params`='',`date`='2025-05-20',`created_at`='2025-05-20 06:44:38' WHERE `id` = '2218'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:2304 |
16 | JDatabaseDriver->updateObject() | JROOT/libraries/src/Table/Table.php:817 |
15 | Joomla\CMS\Table\Table->store() | JROOT/components/com_community/tables/groupstats.php:33 |
14 | CTableGroupStats->store() | JROOT/components/com_community/models/stats.php:162 |
13 | CommunityModelStats->addGroupStats() | JROOT/components/com_community/tables/group.php:676 |
12 | CTableGroup->hit() | JROOT/components/com_community/views/groups/view.html.php:1134 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.20 ms Query memory: 0.022 MB Memory before query: 5.387 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1140 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.55 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 5.393 MB Rows returned: 12
SELECT a.`memberid` AS id, a.`approved` , b.`name` as name
FROM`qlo7g_community_groups_members` AS a
INNER JOIN `qlo7g_users` AS b
WHERE b.`id`=a.`memberid`
AND a.`groupid`='36'
AND b.`block`='0'
AND a.`permissions` !='-1'
AND a.`approved`='1'
GROUP BY`memberid`
ORDER BY b.`name`
LIMIT 0,12
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | range | groupid,idx_memberid | groupid | 4 | NULL | 13 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | b | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | planetgiftcards_planet.a.memberid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/groups.php:1187 |
12 | CommunityModelGroups->getMembers() | JROOT/components/com_community/views/groups/view.html.php:1149 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.24 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 5.406 MB Rows returned: 1
SELECT COUNT(*)
FROM`qlo7g_community_groups_members` AS a
INNER JOIN `qlo7g_users` AS b
WHERE b.`id`=a.`memberid`
AND a.`groupid`='36'
AND b.`block`='0'
AND a.`permissions` !='-1'
AND a.`approved`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | groupid,idx_memberid | NO INDEX KEY COULD BE USED | NULL | NULL | 51 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | planetgiftcards_planet.a.memberid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/groups.php:1199 |
12 | CommunityModelGroups->getMembers() | JROOT/components/com_community/views/groups/view.html.php:1149 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.25 ms After last query: 0.22 ms Query memory: 0.022 MB Memory before query: 5.414 MB Rows returned: 0
SELECT a.`memberid` AS id, a.`approved` , b.`name` as name
FROM`qlo7g_community_groups_members` AS a
INNER JOIN `qlo7g_users` AS b
WHERE b.`id`=a.`memberid`
AND a.`groupid`='36'
AND b.`block`='0'
AND a.`permissions` !='-1'
AND a.`approved`='0'
AND a.`permissions`='0'
GROUP BY`memberid`
ORDER BY b.`name`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | groupid,idx_memberid | NO INDEX KEY COULD BE USED | NULL | NULL | 51 | Using where; Using temporary; Using filesort |
1 | SIMPLE | b | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | planetgiftcards_planet.a.memberid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/groups.php:1187 |
12 | CommunityModelGroups->getMembers() | JROOT/components/com_community/views/groups/view.html.php:1179 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.21 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 5.420 MB Rows returned: 1
SELECT COUNT(*)
FROM`qlo7g_community_groups_members` AS a
INNER JOIN `qlo7g_users` AS b
WHERE b.`id`=a.`memberid`
AND a.`groupid`='36'
AND b.`block`='0'
AND a.`permissions` !='-1'
AND a.`approved`='0'
AND a.`permissions`='0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | groupid,idx_memberid | NO INDEX KEY COULD BE USED | NULL | NULL | 51 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | planetgiftcards_planet.a.memberid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/groups.php:1199 |
12 | CommunityModelGroups->getMembers() | JROOT/components/com_community/views/groups/view.html.php:1179 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.20 ms After last query: 0.02 ms Query memory: 0.022 MB Memory before query: 5.426 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_members`
WHERE `groupid`='36'
AND `memberid`='0'
AND `permissions`='-1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_groups_members | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/tables/group.php:264 |
12 | CTableGroup->isBanned() | JROOT/components/com_community/views/groups/view.html.php:1190 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 2.56 ms After last query: 0.04 ms Query memory: 0.077 MB Memory before query: 5.436 MB Rows returned: 11
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`friendcount` as _friendcount, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` AS _search_email, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session`s
ON s.`userid`=a.`userid`
WHERE a.`userid` IN (7397,7417,7433,7424,7421,7376,863,7422,7428,7435,864)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | range | PRIMARY | PRIMARY | 4 | NULL | 11 | Using index condition |
1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | planetgiftcards_planet.a.userid | 1 | |
1 | SIMPLE | s | ref | userid | userid | 5 | planetgiftcards_planet.a.userid | 106 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/core.php:127 |
12 | CFactory::loadUsers() | JROOT/components/com_community/views/groups/view.html.php:1202 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.26 ms After last query: 1.71 ms Query memory: 0.024 MB Memory before query: 5.514 MB Rows returned: 0
SELECT `value`
FROM `qlo7g_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '7421'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_fields_values | ref | field_id,user_id,idx_user_fieldid | idx_user_fieldid | 8 | const,const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
15 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:642 |
14 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:792 |
13 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:133 |
12 | CFactory::loadUsers() | JROOT/components/com_community/views/groups/view.html.php:1202 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.20 ms After last query: 0.41 ms Query memory: 0.024 MB Memory before query: 5.516 MB Rows returned: 0
SELECT `value`
FROM `qlo7g_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '7424'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_fields_values | ref | field_id,user_id,idx_user_fieldid | idx_user_fieldid | 8 | const,const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
15 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:642 |
14 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:792 |
13 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:133 |
12 | CFactory::loadUsers() | JROOT/components/com_community/views/groups/view.html.php:1202 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.21 ms Query memory: 0.024 MB Memory before query: 5.522 MB Rows returned: 0
SELECT `value`
FROM `qlo7g_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '7428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_fields_values | ref | field_id,user_id,idx_user_fieldid | idx_user_fieldid | 8 | const,const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
15 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:642 |
14 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:792 |
13 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:133 |
12 | CFactory::loadUsers() | JROOT/components/com_community/views/groups/view.html.php:1202 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.25 ms Query memory: 0.024 MB Memory before query: 5.523 MB Rows returned: 0
SELECT `value`
FROM `qlo7g_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '7435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_fields_values | ref | field_id,user_id,idx_user_fieldid | idx_user_fieldid | 8 | const,const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
15 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:642 |
14 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:792 |
13 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:133 |
12 | CFactory::loadUsers() | JROOT/components/com_community/views/groups/view.html.php:1202 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.22 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 5.475 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7412'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.81 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 5.484 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7412'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 5.517 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7397'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.36 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 5.532 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7397'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.17 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 5.555 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7417'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.36 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 5.564 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7417'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.17 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 5.587 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7433'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.37 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 5.596 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7433'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 5.619 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7424'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.38 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 5.628 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7424'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.17 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 5.651 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7421'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.37 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 5.660 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7421'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 5.682 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7376'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.36 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 5.691 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7376'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 5.715 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '863'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.36 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 5.724 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='863'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.17 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 5.748 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7422'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.36 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 5.757 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7422'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.22 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 5.779 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.36 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 5.788 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 5.811 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '7435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.38 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 5.820 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='7435'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 5.843 MB Rows returned: 1
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '864'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.36 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 5.852 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `qlo7g_community_users` as a
LEFT JOIN `qlo7g_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `qlo7g_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='864'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
13 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
12 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:1210 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.69 ms After last query: 0.31 ms Query memory: 0.026 MB Memory before query: 5.880 MB Rows returned: 6
SHOW FULL COLUMNS
FROM `qlo7g_community_likes`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_likes`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
15 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/like.php:27 |
14 | CTableLike->__construct() | JROOT/libraries/src/Table/Table.php:328 |
13 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/like.php:405 |
12 | CLike->userLiked() | JROOT/components/com_community/views/groups/view.html.php:1231 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.25 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 5.896 MB Rows returned: 1
SELECT *
FROM `qlo7g_community_likes`
WHERE `element`='groups'
AND `uid`='36'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_likes | ref | element | element | 606 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/tables/like.php:49 |
13 | CTableLike->loadInfo() | JROOT/components/com_community/libraries/like.php:406 |
12 | CLike->userLiked() | JROOT/components/com_community/views/groups/view.html.php:1231 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 5.903 MB Rows returned: 1
SELECT *
FROM `qlo7g_community_likes`
WHERE `element`='groups'
AND `uid`='36'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_likes | ref | element | element | 606 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/tables/like.php:49 |
13 | CTableLike->loadInfo() | JROOT/components/com_community/libraries/like.php:444 |
12 | CLike->getLikeCount() | JROOT/components/com_community/views/groups/view.html.php:1234 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.22 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 5.909 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_discuss`
WHERE `groupid`='36'
AND `parentid`='0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/discussions.php:85 |
14 | CommunityModelDiscussions->getDiscussionTopics() | JROOT/components/com_community/views/groups/view.html.php:2647 |
13 | CommunityViewGroups->_getDiscussionListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1237 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.39 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 5.917 MB Rows returned: 0
SELECT a.*, COUNT( b.`id` ) AS count, b.`comment` AS lastmessage , b.`post_by` AS lastmessageby
FROM `qlo7g_community_groups_discuss` AS a
LEFT JOIN `qlo7g_community_wall` AS b
ON b.`contentid`=a.`id`
AND b.`date`=( SELECT max( date )
FROM `qlo7g_community_wall`
WHERE `contentid`=a.`id` )
AND b.`type`='discussions'
LEFT JOIN `qlo7g_community_wall` AS c
ON c.`contentid`=a.`id`
AND c.`type`='discussions'
WHERE a.`groupid`='36'
AND a.`parentid`='0'
GROUP BY a.`id`
ORDER BY a.`lastreplied` DESC
LIMIT 0,10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
2 | SUBQUERY | qlo7g_community_wall | ref | contentid | contentid | 4 | const | 2 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/discussions.php:124 |
14 | CommunityModelDiscussions->getDiscussionTopics() | JROOT/components/com_community/views/groups/view.html.php:2647 |
13 | CommunityViewGroups->_getDiscussionListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1237 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.17 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 5.924 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
14 | CFactory::getUser() | JROOT/components/com_community/views/groups/view.html.php:2676 |
13 | CommunityViewGroups->_getDiscussionListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1237 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.16 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 5.934 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/helpers/access/groups.php:565 |
17 | CGroupsAccess::groupsDiscussionsCreate() | JROOT/components/com_community/helpers/access/groups.php:32 |
16 | CGroupsAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
15 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1289 |
14 | CUser->authorise() | JROOT/components/com_community/views/groups/view.html.php:2679 |
13 | CommunityViewGroups->_getDiscussionListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1237 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.57 ms After last query: 0.20 ms Query memory: 0.032 MB Memory before query: 5.952 MB Rows returned: 59
SELECT `id`,`name`,`rules`,`parent_id`
FROM `qlo7g_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_admintools','com_affiliatetracker','com_ajax','com_akeeba','com_allvideoshare','com_associations','com_banners','com_bfstop','com_broadcast','com_cache','com_categories','com_checkin','com_community','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_enmasse','com_ffexplorer','com_fields','com_finder','com_ijoomla_seo','com_installer','com_invitex','com_jce','com_jchat','com_jfbconnect','com_jmailalerts','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_oauth','com_plugins','com_postinstall','com_privacy','com_profiles','com_redirect','com_rsform','com_rstbox','com_sa','com_search','com_socialads','com_tags','com_templates','com_tjfields','com_tjprivacy','com_users','com_weblinks','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 306 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
23 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
22 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
21 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
20 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
19 | Joomla\CMS\User\User->authorise() | JROOT/components/com_community/libraries/user.php:1294 |
18 | CUser->authorise() | JROOT/components/com_community/helpers/access/groups.php:565 |
17 | CGroupsAccess::groupsDiscussionsCreate() | JROOT/components/com_community/helpers/access/groups.php:32 |
16 | CGroupsAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
15 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1289 |
14 | CUser->authorise() | JROOT/components/com_community/views/groups/view.html.php:2679 |
13 | CommunityViewGroups->_getDiscussionListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1237 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.83 ms Query memory: 0.024 MB Memory before query: 6.044 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
14 | CTemplate->fetch() | JROOT/components/com_community/views/groups/view.html.php:2680 |
13 | CommunityViewGroups->_getDiscussionListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1237 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.44 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 6.053 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/helpers/owner.php:46 |
15 | COwnerHelper::isCommunityAdmin() | JROOT/components/com_community/libraries/template.php:227 |
14 | CTemplate->fetch() | JROOT/components/com_community/views/groups/view.html.php:2680 |
13 | CommunityViewGroups->_getDiscussionListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1237 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.26 ms After last query: 0.52 ms Query memory: 0.023 MB Memory before query: 6.071 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_bulletins` AS a
WHERE a.`groupid`='36'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/bulletins.php:79 |
14 | CommunityModelBulletins->getBulletins() | JROOT/components/com_community/views/groups/view.html.php:2699 |
13 | CommunityViewGroups->_getBulletinListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1243 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.17 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 6.079 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_groups_bulletins` AS a
WHERE a.`groupid`='36'
ORDER BY a.`date` DESC
LIMIT 0,20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/bulletins.php:103 |
14 | CommunityModelBulletins->getBulletins() | JROOT/components/com_community/views/groups/view.html.php:2699 |
13 | CommunityViewGroups->_getBulletinListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1243 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.20 ms Query memory: 0.024 MB Memory before query: 6.087 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
14 | CTemplate->fetch() | JROOT/components/com_community/views/groups/view.html.php:2729 |
13 | CommunityViewGroups->_getBulletinListHTML() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1243 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.31 ms Query memory: 0.024 MB Memory before query: 6.095 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/models/photos.php:978 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.59 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 6.103 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/models/photos.php:978 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.31 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 6.112 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos_albums` AS a
WHERE a.type != ''
AND a.groupid='36'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_type,idx_groupid | idx_groupid | 4 | const | 3 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:844 |
16 | CommunityModelPhotos->getAlbumCount() | JROOT/components/com_community/models/photos.php:998 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 1.14 ms After last query: 0.05 ms Query memory: 0.026 MB Memory before query: 6.121 MB Rows returned: 3
SELECT a.*, COUNT( DISTINCT(b.id) ) AS count, MAX(b.created) AS lastupdated, c.thumbnail as thumbnail, c.storage AS storage, c.id as photoid
FROM `qlo7g_community_photos_albums` AS a
LEFT JOIN `qlo7g_community_photos` AS b
ON a.id=b.albumid
LEFT JOIN `qlo7g_community_photos` AS c
ON a.photoid=c.id
WHERE a.type != ''
AND a.groupid='36'
GROUP BY a.id
ORDER BY a.`created` DESC
LIMIT 0,6
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_type,idx_groupid | idx_groupid | 4 | const | 3 | Using where; Using temporary; Using filesort |
1 | SIMPLE | b | ref | albumid | albumid | 4 | planetgiftcards_planet.a.id | 1 | |
1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | planetgiftcards_planet.a.photoid | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/photos.php:881 |
16 | CommunityModelPhotos->getAlbumPhotoCount() | JROOT/components/com_community/models/photos.php:1017 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.22 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 6.135 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='8'
AND `ordering`='0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | ref | albumid | albumid | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:1689 |
17 | CommunityModelPhotos->_createOrderingPhotos() | JROOT/components/com_community/models/photos.php:403 |
16 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.20 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 6.144 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='8'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | ref | albumid | albumid | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:415 |
16 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.22 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 6.153 MB Rows returned: 1
SELECT *
FROM `qlo7g_community_photos`
WHERE `albumid`='8'
ORDER BY `ordering` ASC, `created` DESC
LIMIT 0,12
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | ref | albumid | albumid | 4 | const | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/photos.php:443 |
16 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.64 ms After last query: 0.28 ms Query memory: 0.029 MB Memory before query: 6.174 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `qlo7g_community_photos`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_photos`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
20 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
19 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/photo.php:39 |
18 | CTablePhoto->__construct() | JROOT/libraries/src/Table/Table.php:328 |
17 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/models/photos.php:450 |
16 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.26 ms After last query: 0.16 ms Query memory: 0.025 MB Memory before query: 6.200 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='9'
AND `ordering`='0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | ref | albumid | albumid | 4 | const | 8 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:1689 |
17 | CommunityModelPhotos->_createOrderingPhotos() | JROOT/components/com_community/models/photos.php:403 |
16 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 6.209 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='9'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | ref | albumid | albumid | 4 | const | 8 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:415 |
16 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
15 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
14 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/views/groups/view.html.php:2622 |
13 | CommunityViewGroups->_getAlbums() | JROOT/components/com_community/views/views.php:596 |
12 | CommunityView->_cachedCall() | JROOT/components/com_community/views/groups/view.html.php:1249 |
11 | CommunityViewGroups->viewGroup() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/groups.php:33 |
9 | CommunityGroupsController->renderView() | JROOT/components/com_community/controllers/groups.php:2356 |
8 | CommunityGroupsController->viewGroup() | JROOT/components/com_community/controllers/controller.php:320 |
7 | CommunityBaseController->execute() | JROOT/components/com_community/community.php:145 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.31 ms After last query: 0.05 ms Query memory: 0.026 MB Memory before query: 6.217 MB Rows returned: 8