Query Time: 0.32 ms Query memory: 0.023 MB Memory before query: 1.060 MB Rows returned: 0
SELECT `data`
FROM `qlo7g_session`
WHERE `session_id` = X'6265633430666637633666366166383936303731653964623832613937323662'
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.53 ms After last query: 0.40 ms Query memory: 0.020 MB Memory before query: 1.074 MB Rows returned: 0
SELECT `session_id`
FROM `qlo7g_session`
WHERE `session_id` = X'6265633430666637633666366166383936303731653964623832613937323662'
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: 0.90 ms After last query: 0.06 ms Query memory: 0.004 MB Memory before query: 1.079 MB
INSERT INTO `qlo7g_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6265633430666637633666366166383936303731653964623832613937323662', 1, 1747756632, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `qlo7g_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6265633430666637633666366166383936303731653964623832613937323662', 1, 1747756632, 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.56 ms After last query: 0.64 ms Query memory: 0.042 MB Memory before query: 1.111 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.21 ms After last query: 0.79 ms Query memory: 0.021 MB Memory before query: 1.164 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.25 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.178 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: 0.93 ms After last query: 0.14 ms Query memory: 0.056 MB Memory before query: 1.200 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.23 ms After last query: 5.34 ms Query memory: 0.022 MB Memory before query: 1.685 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.21 ms After last query: 0.24 ms Query memory: 0.021 MB Memory before query: 1.694 MB Rows returned: 0
SELECT *
FROM `qlo7g_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
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 |
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:1506 |
11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:729 |
10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:640 |
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.51 ms After last query: 17.39 ms Query memory: 0.021 MB Memory before query: 3.115 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `qlo7g_admintools_redirects`
WHERE ((`dest` = 'jomsocial/events') OR (`dest` = 'jomsocial/events?groupid=44') OR ('jomsocial/events?groupid=44' 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: 2.11 ms Query memory: 0.065 MB Memory before query: 3.178 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.19 ms After last query: 1.55 ms Query memory: 0.025 MB Memory before query: 3.354 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.27 ms After last query: 2.66 ms Query memory: 0.021 MB Memory before query: 3.435 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.22 ms After last query: 0.25 ms Query memory: 0.020 MB Memory before query: 3.440 MB Rows returned: 0
SELECT `id`
FROM `qlo7g_affiliate_tracker_accounts`
WHERE `ref_word` = 'jomsocial/events'
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.95 ms Query memory: 0.023 MB Memory before query: 3.615 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.03 ms After last query: 0.65 ms Query memory: 0.116 MB Memory before query: 3.654 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.23 ms After last query: 4.94 ms Query memory: 0.022 MB Memory before query: 4.171 MB Rows returned: 0
SELECT `userid`
FROM `qlo7g_community_users`
WHERE `alias`='events'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_users | ref | alias | alias | 767 | const | 1 | Using index condition |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/router.php:477 |
11 | CommunityGetUserId() | JROOT/components/com_community/router.php:228 |
10 | CommunityParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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.25 ms After last query: 0.05 ms Query memory: 0.021 MB Memory before query: 4.177 MB Rows returned: 0
SELECT `userid`
FROM `qlo7g_community_users`
WHERE `alias`='events'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_users | ref | alias | alias | 767 | const | 1 | Using index condition |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/router.php:492 |
11 | CommunityGetUserId() | JROOT/components/com_community/router.php:228 |
10 | CommunityParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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.24 ms After last query: 0.84 ms Query memory: 0.024 MB Memory before query: 4.209 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: 1.01 ms After last query: 0.14 ms Query memory: 0.006 MB Memory before query: 4.201 MB
UPDATE `qlo7g_extensions`
SET `params` = '{\"mediaversion\":\"bc4925cdde148eec331f4c0662d9d824\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `qlo7g_extensions`
SET `params` = '{\"mediaversion\":\"bc4925cdde148eec331f4c0662d9d824\"}'
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.94 ms After last query: 58.49 ms Query memory: 0.038 MB Memory before query: 4.365 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.22 ms After last query: 0.58 ms Query memory: 0.022 MB Memory before query: 4.378 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.35 ms Query memory: 0.019 MB Memory before query: 4.385 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.76 ms After last query: 1.59 ms Query memory: 0.023 MB Memory before query: 4.560 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.20 ms After last query: 0.24 ms Query memory: 0.021 MB Memory before query: 4.573 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.17 ms After last query: 0.28 ms Query memory: 0.023 MB Memory before query: 4.611 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.35 ms After last query: 0.20 ms Query memory: 0.024 MB Memory before query: 4.697 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.56 ms After last query: 0.13 ms Query memory: 0.028 MB Memory before query: 4.710 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.21 ms After last query: 0.20 ms Query memory: 0.025 MB Memory before query: 4.739 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.18 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 4.749 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.16 ms After last query: 1.10 ms Query memory: 0.023 MB Memory before query: 4.797 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.17 ms After last query: 0.58 ms Query memory: 0.021 MB Memory before query: 4.872 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.16 ms After last query: 1.73 ms Query memory: 0.022 MB Memory before query: 4.915 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.14 ms After last query: 1.63 ms Query memory: 0.022 MB Memory before query: 4.978 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/views.php:33 |
11 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
10 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:189 |
9 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/events.php:1173 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.25 ms Query memory: 0.024 MB Memory before query: 4.992 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/assets.php:93 |
14 | CAssets->_init() | JROOT/components/com_community/libraries/assets.php:28 |
13 | CAssets->__construct() | JROOT/components/com_community/libraries/assets.php:40 |
12 | CAssets::getInstance() | JROOT/components/com_community/views/views.php:37 |
11 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
10 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:189 |
9 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/events.php:1173 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.13 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 5.000 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/assets.php:95 |
14 | CAssets->_init() | JROOT/components/com_community/libraries/assets.php:28 |
13 | CAssets->__construct() | JROOT/components/com_community/libraries/assets.php:40 |
12 | CAssets::getInstance() | JROOT/components/com_community/views/views.php:37 |
11 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
10 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:189 |
9 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/events.php:1173 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.90 ms Query memory: 0.022 MB Memory before query: 5.034 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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
11 | CFactory::getUser() | JROOT/components/com_community/views/events/view.html.php:165 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.65 ms After last query: 0.36 ms Query memory: 0.027 MB Memory before query: 5.115 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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
15 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
14 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
13 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/group.php:41 |
12 | CTableGroup->__construct() | JROOT/libraries/src/Table/Table.php:328 |
11 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/views/events/view.html.php:171 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.12 ms Query memory: 0.022 MB Memory before query: 5.157 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
11 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/views/events/view.html.php:172 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.51 ms After last query: 0.29 ms Query memory: 0.022 MB Memory before query: 5.167 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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
12 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
11 | CRoute::_() | JROOT/components/com_community/views/events/view.html.php:195 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.48 ms Query memory: 0.026 MB Memory before query: 5.194 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
20 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/router.php:77 |
19 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
18 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
17 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
16 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1364 |
11 | CRoute::_() | JROOT/components/com_community/views/events/view.html.php:199 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.51 ms After last query: 1.65 ms Query memory: 0.022 MB Memory before query: 5.199 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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
12 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
11 | CRoute::_() | JROOT/components/com_community/views/events/view.html.php:206 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.33 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 5.206 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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1427 |
12 | CRoute::_getDefaultItemid() | JROOT/components/com_community/libraries/core.php:1312 |
11 | CRoute::_() | JROOT/components/com_community/views/events/view.html.php:206 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.41 ms Query memory: 0.025 MB Memory before query: 5.218 MB Rows returned: 4
SHOW FULL COLUMNS
FROM `qlo7g_community_events_category`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_events_category`
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:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
15 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
14 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
13 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/eventcategory.php:28 |
12 | CTableEventCategory->__construct() | JROOT/libraries/src/Table/Table.php:328 |
11 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/views/events/view.html.php:219 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.29 ms After last query: 0.23 ms Query memory: 0.022 MB Memory before query: 5.233 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=events%'
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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_community/models/toolbar.php:135 |
12 | CommunityModelToolbar->getActiveId() | JROOT/components/com_community/helpers/head.php:96 |
11 | CHeadHelper::setType() | JROOT/components/com_community/views/events/view.html.php:223 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms Query memory: 0.023 MB Memory before query: 5.241 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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
14 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
13 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
12 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:142 |
11 | CHeadHelper::setType() | JROOT/components/com_community/views/events/view.html.php:223 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.41 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 5.250 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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
14 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
13 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
12 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:144 |
11 | CHeadHelper::setType() | JROOT/components/com_community/views/events/view.html.php:223 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.09 ms Query memory: 0.023 MB Memory before query: 5.259 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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1387 |
14 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1297 |
13 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
12 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:145 |
11 | CHeadHelper::setType() | JROOT/components/com_community/views/events/view.html.php:223 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.76 ms After last query: 0.33 ms Query memory: 0.023 MB Memory before query: 5.274 MB Rows returned: 3
SELECT c.id, c.parent, c.name, count(e.id) AS total, c.description
FROM `qlo7g_community_events_category` AS c
LEFT JOIN `qlo7g_community_events` AS e
ON e.catid = c.id
AND e.`published`='1'
AND e.`enddate` > '2025-05-20 15:57:12'
AND e.`parent`='0'
GROUP BY c.id
ORDER BY c.name
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found; Using temporary; Using filesort |
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | |
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/components/com_community/models/events.php:730 |
13 | CommunityModelEvents->getCategoriesCount() | JROOT/components/com_community/views/events/view.html.php:2052 |
12 | CommunityViewEvents->_getEventsCategories() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:287 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.12 ms Query memory: 0.022 MB Memory before query: 5.282 MB Rows returned: 3
SELECT *
FROM `qlo7g_community_events_category`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_events_category | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | |
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/components/com_community/models/events.php:695 |
11 | CommunityModelEvents->getAllCategories() | JROOT/components/com_community/views/events/view.html.php:293 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.61 ms After last query: 0.62 ms Query memory: 0.032 MB Memory before query: 5.377 MB Rows returned: 35
SHOW FULL COLUMNS
FROM `qlo7g_community_events`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_events`
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:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
15 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
14 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
13 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/event.php:63 |
12 | CTableEvent->__construct() | JROOT/libraries/src/Table/Table.php:328 |
11 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/views/events/view.html.php:300 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.78 ms Query memory: 0.023 MB Memory before query: 5.432 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
13 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/helpers/event.php:174 |
12 | CEventGroupHelperHandler->__construct() | JROOT/components/com_community/helpers/event.php:595 |
11 | CEventHelper::getHandler() | JROOT/components/com_community/views/events/view.html.php:301 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.08 ms Query memory: 0.023 MB Memory before query: 5.437 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/helpers/event.php:28 |
13 | CEventHelperHandler->__construct() | JROOT/components/com_community/helpers/event.php:176 |
12 | CEventGroupHelperHandler->__construct() | JROOT/components/com_community/helpers/event.php:595 |
11 | CEventHelper::getHandler() | JROOT/components/com_community/views/events/view.html.php:301 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.022 MB Memory before query: 5.445 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/models/events.php:223 |
11 | CommunityModelEvents->getEvents() | JROOT/components/com_community/views/events/view.html.php:314 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 5.451 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/models/events.php:241 |
11 | CommunityModelEvents->getEvents() | JROOT/components/com_community/views/events/view.html.php:314 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.35 ms After last query: 0.12 ms Query memory: 0.022 MB Memory before query: 5.460 MB Rows returned: 0
SELECT DISTINCT a.*
FROM `qlo7g_community_events` AS a
LEFT JOIN `qlo7g_community_groups` AS g
ON g.`id` = a.`contentid`
WHERE a.`published`='1'
AND a.`unlisted` = '0'
AND a.`type`='
group'
AND a.`contentid`=44
AND a.`enddate` >= '2025-05-20 11:57:12'
AND ((a.`parent`='0' && (a.`repeat`='' || a.`repeat` IS NULL)) || (a.`parent`!= 0 && a.`repeat` IS NOT NULL))
AND a.id NOT IN (SELECT eventid
FROM `qlo7g_community_events_members`
WHERE `memberid`='0'
AND `status`='8')
ORDER BY a.startdate ASC
LIMIT 0, 12
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 | DEPENDENT SUBQUERY | 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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/events.php:472 |
11 | CommunityModelEvents->getEvents() | JROOT/components/com_community/views/events/view.html.php:314 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.04 ms Query memory: 0.022 MB Memory before query: 5.466 MB Rows returned: 1
SELECT COUNT(DISTINCT(a.`id`))
FROM `qlo7g_community_events` AS a
LEFT JOIN `qlo7g_community_groups` AS g
ON g.`id` = a.`contentid`
WHERE a.`published`='1'
AND a.`unlisted` = '0'
AND a.`type`='
group'
AND a.`contentid`=44
AND a.`enddate` >= '2025-05-20 11:57:12'
AND ((a.`parent`='0' && (a.`repeat`='' || a.`repeat` IS NULL)) || (a.`parent`!= 0 && a.`repeat` IS NOT NULL))
AND a.id NOT IN (SELECT eventid
FROM `qlo7g_community_events_members`
WHERE `memberid`='0'
AND `status`='8')
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 | DEPENDENT SUBQUERY | 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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/events.php:483 |
11 | CommunityModelEvents->getEvents() | JROOT/components/com_community/views/events/view.html.php:314 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.29 ms Query memory: 0.023 MB Memory before query: 5.472 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_featured`
WHERE `type`='events'
ORDER BY `id` DESC
LIMIT 0,10
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/libraries/featured.php:41 |
14 | CFeatured->_load() | JROOT/components/com_community/libraries/featured.php:23 |
13 | CFeatured->__construct() | JROOT/components/com_community/views/events/view.html.php:2029 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.10 ms Query memory: 0.023 MB Memory before query: 5.480 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/helpers/owner.php:46 |
13 | COwnerHelper::isCommunityAdmin() | JROOT/components/com_community/views/events/view.html.php:2036 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.54 ms After last query: 0.25 ms Query memory: 0.030 MB Memory before query: 5.495 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_community/libraries/user.php:1294 |
14 | CUser->authorise() | JROOT/components/com_community/helpers/owner.php:51 |
13 | COwnerHelper::isCommunityAdmin() | JROOT/components/com_community/views/events/view.html.php:2036 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.61 ms After last query: 0.44 ms Query memory: 0.024 MB Memory before query: 5.576 MB Rows returned: 3
SELECT a.*, COUNT(b.`id`) AS count
FROM `qlo7g_community_events_category` AS a
LEFT
OUTER JOIN `qlo7g_community_events` AS b
ON a.`id`=b.`catid`
AND b.`enddate` > '2025-05-20 15:57:12'
AND b.`published`='1'
LEFT JOIN `qlo7g_community_groups` AS g
ON b.`contentid` = g.`id`
WHERE a.`parent`='0'
AND (g.`approvals` = '0' OR g.`approvals` IS NULL)
GROUP BY a.`id`
ORDER BY a.`name` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | system | idx_catid,idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found; Using temporary; Using filesort |
1 | SIMPLE | g | const | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 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:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/events.php:675 |
15 | CommunityModelEvents->getCategories() | JROOT/components/com_community/views/events/view.html.php:2060 |
14 | CommunityViewEvents->getEventsCategory() | JROOT/components/com_community/views/events/view.html.php:2069 |
13 | CommunityViewEvents->getFullEventsCategories() | JROOT/components/com_community/views/events/view.html.php:2038 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.04 ms Query memory: 0.024 MB Memory before query: 5.587 MB Rows returned: 0
SELECT a.*, COUNT(b.`id`) AS count
FROM `qlo7g_community_events_category` AS a
LEFT
OUTER JOIN `qlo7g_community_events` AS b
ON a.`id`=b.`catid`
AND b.`enddate` > '2025-05-20 15:57:12'
AND b.`published`='1'
LEFT JOIN `qlo7g_community_groups` AS g
ON b.`contentid` = g.`id`
WHERE a.`parent`='2'
AND (g.`approvals` = '0' OR g.`approvals` IS NULL)
GROUP BY a.`id`
ORDER BY a.`name` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | system | idx_catid,idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found; Using temporary; Using filesort |
1 | SIMPLE | g | const | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 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:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/events.php:675 |
16 | CommunityModelEvents->getCategories() | JROOT/components/com_community/views/events/view.html.php:2060 |
15 | CommunityViewEvents->getEventsCategory() | JROOT/components/com_community/views/events/view.html.php:2069 |
14 | CommunityViewEvents->getFullEventsCategories() | JROOT/components/com_community/views/events/view.html.php:2080 |
13 | CommunityViewEvents->getFullEventsCategories() | JROOT/components/com_community/views/events/view.html.php:2038 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.05 ms Query memory: 0.024 MB Memory before query: 5.595 MB Rows returned: 0
SELECT a.*, COUNT(b.`id`) AS count
FROM `qlo7g_community_events_category` AS a
LEFT
OUTER JOIN `qlo7g_community_events` AS b
ON a.`id`=b.`catid`
AND b.`enddate` > '2025-05-20 15:57:12'
AND b.`published`='1'
LEFT JOIN `qlo7g_community_groups` AS g
ON b.`contentid` = g.`id`
WHERE a.`parent`='1'
AND (g.`approvals` = '0' OR g.`approvals` IS NULL)
GROUP BY a.`id`
ORDER BY a.`name` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | system | idx_catid,idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found; Using temporary; Using filesort |
1 | SIMPLE | g | const | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 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:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/events.php:675 |
16 | CommunityModelEvents->getCategories() | JROOT/components/com_community/views/events/view.html.php:2060 |
15 | CommunityViewEvents->getEventsCategory() | JROOT/components/com_community/views/events/view.html.php:2069 |
14 | CommunityViewEvents->getFullEventsCategories() | JROOT/components/com_community/views/events/view.html.php:2080 |
13 | CommunityViewEvents->getFullEventsCategories() | JROOT/components/com_community/views/events/view.html.php:2038 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.05 ms Query memory: 0.024 MB Memory before query: 5.604 MB Rows returned: 0
SELECT a.*, COUNT(b.`id`) AS count
FROM `qlo7g_community_events_category` AS a
LEFT
OUTER JOIN `qlo7g_community_events` AS b
ON a.`id`=b.`catid`
AND b.`enddate` > '2025-05-20 15:57:12'
AND b.`published`='1'
LEFT JOIN `qlo7g_community_groups` AS g
ON b.`contentid` = g.`id`
WHERE a.`parent`='3'
AND (g.`approvals` = '0' OR g.`approvals` IS NULL)
GROUP BY a.`id`
ORDER BY a.`name` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | system | idx_catid,idx_published | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found; Using temporary; Using filesort |
1 | SIMPLE | g | const | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 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:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/events.php:675 |
16 | CommunityModelEvents->getCategories() | JROOT/components/com_community/views/events/view.html.php:2060 |
15 | CommunityViewEvents->getEventsCategory() | JROOT/components/com_community/views/events/view.html.php:2069 |
14 | CommunityViewEvents->getFullEventsCategories() | JROOT/components/com_community/views/events/view.html.php:2080 |
13 | CommunityViewEvents->getFullEventsCategories() | JROOT/components/com_community/views/events/view.html.php:2038 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.27 ms Query memory: 0.028 MB Memory before query: 5.621 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/template.php:223 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/events/view.html.php:2046 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.43 ms Query memory: 0.024 MB Memory before query: 5.656 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/templates/jomsocial/layouts/events/list.php:27 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/events/list.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/events/view.html.php:2046 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 5.666 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 |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
25 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
24 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
23 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
22 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
21 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
20 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
16 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1364 |
15 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/events/list.php:27 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/events/list.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/events/view.html.php:2046 |
12 | CommunityViewEvents->_getEventsHTML() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:324 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.39 ms Query memory: 0.024 MB Memory before query: 5.657 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_featured`
WHERE `type`='events'
ORDER BY `id` DESC
LIMIT 0,10
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:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/featured.php:41 |
15 | CFeatured->_load() | JROOT/components/com_community/libraries/featured.php:23 |
14 | CFeatured->__construct() | JROOT/components/com_community/views/events/view.html.php:2160 |
13 | CommunityViewEvents->_getEventsFeaturedList() | JROOT/components/com_community/views/events/view.html.php:387 |
12 | CommunityViewEvents->getEventsFeaturedList() | JROOT/components/com_community/views/views.php:596 |
11 | CommunityView->_cachedCall() | JROOT/components/com_community/views/events/view.html.php:331 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.24 ms Query memory: 0.023 MB Memory before query: 5.668 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/libraries/template.php:223 |
12 | CTemplate->fetch() | JROOT/components/com_community/libraries/filterbar.php:51 |
11 | CFilterBar::getHTML() | JROOT/components/com_community/views/events/view.html.php:365 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 5.692 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/templates/jomsocial/layouts/filterbar.html.php:11 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/filterbar.html.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/libraries/filterbar.php:51 |
11 | CFilterBar::getHTML() | JROOT/components/com_community/views/events/view.html.php:365 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.22 ms Query memory: 0.023 MB Memory before query: 5.686 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/helpers/event.php:293 |
13 | CEventGroupHelperHandler->addSubmenus() | JROOT/components/com_community/views/events/view.html.php:33 |
12 | CommunityViewEvents->_addSubmenu() | JROOT/components/com_community/views/events/view.html.php:41 |
11 | CommunityViewEvents->showSubmenu() | JROOT/components/com_community/views/events/view.html.php:368 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.39 ms Query memory: 0.024 MB Memory before query: 5.700 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
15 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/helpers/group.php:174 |
14 | CGroupHelper::allowCreateEvent() | JROOT/components/com_community/helpers/event.php:294 |
13 | CEventGroupHelperHandler->addSubmenus() | JROOT/components/com_community/views/events/view.html.php:33 |
12 | CommunityViewEvents->_addSubmenu() | JROOT/components/com_community/views/events/view.html.php:41 |
11 | CommunityViewEvents->showSubmenu() | JROOT/components/com_community/views/events/view.html.php:368 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.11 ms Query memory: 0.024 MB Memory before query: 5.709 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_members`
WHERE `groupid`='44'
AND `memberid`='0'
AND `approved`='1'
AND `permissions`!='-1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_groups_members | ref|filter | groupid,idx_memberid | idx_memberid|groupid | 4|4 | const | 1 (12%) | Using where; Using rowid filter |
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/tables/group.php:249 |
15 | CTableGroup->isMember() | JROOT/components/com_community/helpers/group.php:187 |
14 | CGroupHelper::allowCreateEvent() | JROOT/components/com_community/helpers/event.php:294 |
13 | CEventGroupHelperHandler->addSubmenus() | JROOT/components/com_community/views/events/view.html.php:33 |
12 | CommunityViewEvents->_addSubmenu() | JROOT/components/com_community/views/events/view.html.php:41 |
11 | CommunityViewEvents->showSubmenu() | JROOT/components/com_community/views/events/view.html.php:368 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.04 ms Query memory: 0.024 MB Memory before query: 5.710 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/helpers/owner.php:23 |
14 | COwnerHelper::isRegisteredUser() | JROOT/components/com_community/helpers/event.php:300 |
13 | CEventGroupHelperHandler->addSubmenus() | JROOT/components/com_community/views/events/view.html.php:33 |
12 | CommunityViewEvents->_addSubmenu() | JROOT/components/com_community/views/events/view.html.php:41 |
11 | CommunityViewEvents->showSubmenu() | JROOT/components/com_community/views/events/view.html.php:368 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.26 ms Query memory: 0.023 MB Memory before query: 5.717 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/template.php:223 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/views.php:209 |
12 | CommunityView->showSubmenu() | JROOT/components/com_community/views/events/view.html.php:42 |
11 | CommunityViewEvents->showSubmenu() | JROOT/components/com_community/views/events/view.html.php:368 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.85 ms Query memory: 0.024 MB Memory before query: 5.737 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
15 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/helpers/access/groups.php:750 |
14 | CGroupsAccess::groupsEventsCreate() | JROOT/components/com_community/helpers/access/groups.php:32 |
13 | CGroupsAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
12 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1289 |
11 | CUser->authorise() | JROOT/components/com_community/views/events/view.html.php:372 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.28 ms Query memory: 0.023 MB Memory before query: 5.744 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
12 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/libraries/miniheader.php:135 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 5.748 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/libraries/miniheader.php:136 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.04 ms Query memory: 0.022 MB Memory before query: 5.754 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_members`
WHERE `groupid`='44'
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|filter | groupid,idx_memberid | idx_memberid|groupid | 4|4 | const | 1 (12%) | Using where; Using rowid filter |
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/libraries/miniheader.php:137 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.32 ms Query memory: 0.022 MB Memory before query: 5.766 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_members`
WHERE `groupid`='44'
AND `memberid`='0'
AND `approved`='1'
AND `permissions`!='-1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_groups_members | ref|filter | groupid,idx_memberid | idx_memberid|groupid | 4|4 | const | 1 (12%) | Using where; Using rowid filter |
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:249 |
12 | CTableGroup->isMember() | JROOT/components/com_community/libraries/miniheader.php:148 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.14 ms Query memory: 0.022 MB Memory before query: 5.775 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_events`
WHERE `type`='
group'
AND `contentid`='44'
AND `enddate` > '2025-05-20 11:57:12'
AND `published`='1'
AND ((`parent`='0' && (`repeat`='' || `repeat` IS NULL)) || (`parent`!= 0 && `repeat` IS NOT NULL))
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/models/events.php:96 |
12 | CommunityModelEvents->getTotalGroupEvents() | JROOT/components/com_community/libraries/miniheader.php:152 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.28 ms Query memory: 0.022 MB Memory before query: 5.785 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_discuss`
WHERE `groupid`='44'
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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/discussions.php:85 |
12 | CommunityModelDiscussions->getDiscussionTopics() | JROOT/components/com_community/libraries/miniheader.php:155 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.07 ms Query memory: 0.022 MB Memory before query: 5.792 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`='44'
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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/discussions.php:124 |
12 | CommunityModelDiscussions->getDiscussionTopics() | JROOT/components/com_community/libraries/miniheader.php:155 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.30 ms Query memory: 0.022 MB Memory before query: 5.801 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_bulletins` AS a
WHERE a.`groupid`='44'
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/models/bulletins.php:79 |
12 | CommunityModelBulletins->getBulletins() | JROOT/components/com_community/libraries/miniheader.php:159 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.11 ms Query memory: 0.022 MB Memory before query: 5.808 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_groups_bulletins` AS a
WHERE a.`groupid`='44'
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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/bulletins.php:103 |
12 | CommunityModelBulletins->getBulletins() | JROOT/components/com_community/libraries/miniheader.php:159 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 5.814 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/helpers/group.php:33 |
13 | CGroupHelper::getMediaPermission() | JROOT/components/com_community/helpers/group.php:130 |
12 | CGroupHelper::allowManagePhoto() | JROOT/components/com_community/libraries/miniheader.php:162 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.10 ms Query memory: 0.023 MB Memory before query: 5.829 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
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/helpers/group.php:43 |
13 | CGroupHelper::getMediaPermission() | JROOT/components/com_community/helpers/group.php:130 |
12 | CGroupHelper::allowManagePhoto() | JROOT/components/com_community/libraries/miniheader.php:162 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.10 ms Query memory: 0.023 MB Memory before query: 5.836 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_members`
WHERE `groupid`='44'
AND `memberid`='0'
AND `approved`='1'
AND `permissions`!='-1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_groups_members | ref|filter | groupid,idx_memberid | idx_memberid|groupid | 4|4 | const | 1 (12%) | Using where; Using rowid filter |
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/tables/group.php:249 |
14 | CTableGroup->isMember() | JROOT/components/com_community/helpers/group.php:49 |
13 | CGroupHelper::getMediaPermission() | JROOT/components/com_community/helpers/group.php:130 |
12 | CGroupHelper::allowManagePhoto() | JROOT/components/com_community/libraries/miniheader.php:162 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.023 MB Memory before query: 5.836 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/helpers/group.php:33 |
13 | CGroupHelper::getMediaPermission() | JROOT/components/com_community/helpers/group.php:103 |
12 | CGroupHelper::allowManageVideo() | JROOT/components/com_community/libraries/miniheader.php:163 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.023 MB Memory before query: 5.850 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
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/helpers/group.php:43 |
13 | CGroupHelper::getMediaPermission() | JROOT/components/com_community/helpers/group.php:103 |
12 | CGroupHelper::allowManageVideo() | JROOT/components/com_community/libraries/miniheader.php:163 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.07 ms Query memory: 0.023 MB Memory before query: 5.858 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_members`
WHERE `groupid`='44'
AND `memberid`='0'
AND `approved`='1'
AND `permissions`!='-1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_groups_members | ref|filter | groupid,idx_memberid | idx_memberid|groupid | 4|4 | const | 1 (12%) | Using where; Using rowid filter |
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/tables/group.php:249 |
14 | CTableGroup->isMember() | JROOT/components/com_community/helpers/group.php:49 |
13 | CGroupHelper::getMediaPermission() | JROOT/components/com_community/helpers/group.php:103 |
12 | CGroupHelper::allowManageVideo() | JROOT/components/com_community/libraries/miniheader.php:163 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.07 ms Query memory: 0.023 MB Memory before query: 5.865 MB Rows returned: 1
SELECT *
FROM qlo7g_community_groups
WHERE `id` = '44'
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 |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
13 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/helpers/group.php:174 |
12 | CGroupHelper::allowCreateEvent() | JROOT/components/com_community/libraries/miniheader.php:164 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.023 MB Memory before query: 5.872 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_groups_members`
WHERE `groupid`='44'
AND `memberid`='0'
AND `approved`='1'
AND `permissions`!='-1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_groups_members | ref|filter | groupid,idx_memberid | idx_memberid|groupid | 4|4 | const | 1 (12%) | Using where; Using rowid filter |
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/tables/group.php:249 |
13 | CTableGroup->isMember() | JROOT/components/com_community/helpers/group.php:187 |
12 | CGroupHelper::allowCreateEvent() | JROOT/components/com_community/libraries/miniheader.php:164 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.19 ms Query memory: 0.023 MB Memory before query: 5.881 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/models/photos.php:978 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.27 ms Query memory: 0.023 MB Memory before query: 5.910 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/models/photos.php:978 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.09 ms Query memory: 0.023 MB Memory before query: 5.918 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos_albums` AS a
WHERE a.type != ''
AND a.groupid='44'
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:844 |
14 | CommunityModelPhotos->getAlbumCount() | JROOT/components/com_community/models/photos.php:998 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.01 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 5.926 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='44'
GROUP BY a.id
ORDER BY a.`created` DESC
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/photos.php:881 |
14 | CommunityModelPhotos->getAlbumPhotoCount() | JROOT/components/com_community/models/photos.php:1017 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.05 ms Query memory: 0.024 MB Memory before query: 5.939 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='66'
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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:1689 |
15 | CommunityModelPhotos->_createOrderingPhotos() | JROOT/components/com_community/models/photos.php:403 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.04 ms Query memory: 0.023 MB Memory before query: 5.947 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='66'
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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:415 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.05 ms Query memory: 0.023 MB Memory before query: 5.954 MB Rows returned: 1
SELECT *
FROM `qlo7g_community_photos`
WHERE `albumid`='66'
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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/photos.php:443 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.16 ms Query memory: 0.028 MB Memory before query: 5.990 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `qlo7g_community_photos`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_photos`
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.21 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.07 ms |
closing tables | 0.01 ms |
checking permissions | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.09 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
17 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/photo.php:39 |
16 | CTablePhoto->__construct() | JROOT/libraries/src/Table/Table.php:328 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/models/photos.php:450 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.09 ms Query memory: 0.024 MB Memory before query: 6.015 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='67'
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 | 3 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.03 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:1689 |
15 | CommunityModelPhotos->_createOrderingPhotos() | JROOT/components/com_community/models/photos.php:403 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.023 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='67'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | ref | albumid | albumid | 4 | const | 3 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:415 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.29 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 6.030 MB Rows returned: 3
SELECT *
FROM `qlo7g_community_photos`
WHERE `albumid`='67'
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 | 3 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.10 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/photos.php:443 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.08 ms Query memory: 0.024 MB Memory before query: 6.043 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='68'
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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:1689 |
15 | CommunityModelPhotos->_createOrderingPhotos() | JROOT/components/com_community/models/photos.php:403 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 6.051 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_photos`
WHERE `albumid`='68'
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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:415 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.03 ms Query memory: 0.023 MB Memory before query: 6.059 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_photos`
WHERE `albumid`='68'
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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/photos.php:443 |
14 | CommunityModelPhotos->getPhotos() | JROOT/components/com_community/models/photos.php:1025 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.66 ms After last query: 1.69 ms Query memory: 0.028 MB Memory before query: 6.133 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `qlo7g_community_photos_albums`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_photos_albums`
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.25 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.06 ms |
closing tables | 0.01 ms |
checking permissions | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.11 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
17 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/album.php:39 |
16 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:328 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/models/photos.php:1090 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.09 ms Query memory: 0.025 MB Memory before query: 6.160 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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
17 | CFactory::getUser() | JROOT/components/com_community/tables/album.php:43 |
16 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:328 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/models/photos.php:1090 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.09 ms Query memory: 0.025 MB Memory before query: 6.171 MB Rows returned: 1
SELECT COUNT(1)
FROM `qlo7g_community_photos` AS a
INNER JOIN `qlo7g_community_photos_albums` AS b
ON a.albumid=b.id
WHERE b.`id`='66'
AND a.`status`<>'temp'
AND a.`published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | const | PRIMARY,idx_albumtype | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | a | ref | albumid | albumid | 4 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | 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:1609 |
17 | CommunityModelPhotos->getAlbumPhotosCount() | JROOT/components/com_community/tables/album.php:505 |
16 | CTableAlbum->getPhotosCount() | JROOT/components/com_community/tables/album.php:111 |
15 | CTableAlbum->bind() | JROOT/components/com_community/models/photos.php:1091 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.29 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 6.180 MB Rows returned: 1
SELECT `id`
FROM qlo7g_community_photos
WHERE `albumid` ='66'
AND `published` ='1'
AND `status` <> 'temp'
ORDER BY `id` ASC
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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
Creating sort index | 0.06 ms |
End of update loop | 0.03 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.02 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/tables/album.php:214 |
15 | CTableAlbum->getCoverThumbPath() | JROOT/components/com_community/models/photos.php:1092 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.13 ms Query memory: 0.025 MB Memory before query: 6.194 MB Rows returned: 1
SELECT *
FROM qlo7g_community_photos
WHERE `id` = '42'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
17 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/models/photos.php:1291 |
16 | CommunityModelPhotos->getPhoto() | JROOT/components/com_community/tables/album.php:223 |
15 | CTableAlbum->getCoverThumbPath() | JROOT/components/com_community/models/photos.php:1092 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.20 ms Query memory: 0.025 MB Memory before query: 6.200 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
17 | CFactory::getUser() | JROOT/components/com_community/tables/album.php:43 |
16 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:328 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/models/photos.php:1090 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.05 ms Query memory: 0.025 MB Memory before query: 6.210 MB Rows returned: 1
SELECT COUNT(1)
FROM `qlo7g_community_photos` AS a
INNER JOIN `qlo7g_community_photos_albums` AS b
ON a.albumid=b.id
WHERE b.`id`='67'
AND a.`status`<>'temp'
AND a.`published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | const | PRIMARY,idx_albumtype | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | a | ref | albumid | albumid | 4 | const | 3 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | 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:1609 |
17 | CommunityModelPhotos->getAlbumPhotosCount() | JROOT/components/com_community/tables/album.php:505 |
16 | CTableAlbum->getPhotosCount() | JROOT/components/com_community/tables/album.php:111 |
15 | CTableAlbum->bind() | JROOT/components/com_community/models/photos.php:1091 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.024 MB Memory before query: 6.219 MB Rows returned: 1
SELECT `id`
FROM qlo7g_community_photos
WHERE `albumid` ='67'
AND `published` ='1'
AND `status` <> 'temp'
ORDER BY `id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | ref | albumid | albumid | 4 | const | 3 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/tables/album.php:214 |
15 | CTableAlbum->getCoverThumbPath() | JROOT/components/com_community/models/photos.php:1092 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.07 ms Query memory: 0.025 MB Memory before query: 6.233 MB Rows returned: 1
SELECT *
FROM qlo7g_community_photos
WHERE `id` = '47'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_community_photos | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
17 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/models/photos.php:1291 |
16 | CommunityModelPhotos->getPhoto() | JROOT/components/com_community/tables/album.php:223 |
15 | CTableAlbum->getCoverThumbPath() | JROOT/components/com_community/models/photos.php:1092 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 6.238 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
17 | CFactory::getUser() | JROOT/components/com_community/tables/album.php:43 |
16 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:328 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/models/photos.php:1090 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.07 ms Query memory: 0.025 MB Memory before query: 6.248 MB Rows returned: 1
SELECT COUNT(1)
FROM `qlo7g_community_photos` AS a
INNER JOIN `qlo7g_community_photos_albums` AS b
ON a.albumid=b.id
WHERE b.`id`='68'
AND a.`status`<>'temp'
AND a.`published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | const | PRIMARY,idx_albumtype | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | a | ref | albumid | albumid | 4 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | 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:1609 |
17 | CommunityModelPhotos->getAlbumPhotosCount() | JROOT/components/com_community/tables/album.php:505 |
16 | CTableAlbum->getPhotosCount() | JROOT/components/com_community/tables/album.php:111 |
15 | CTableAlbum->bind() | JROOT/components/com_community/models/photos.php:1091 |
14 | CommunityModelPhotos->sortAlbums() | JROOT/components/com_community/models/photos.php:1051 |
13 | CommunityModelPhotos->_getAlbums() | JROOT/components/com_community/models/photos.php:891 |
12 | CommunityModelPhotos->getGroupAlbums() | JROOT/components/com_community/libraries/miniheader.php:167 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.40 ms Query memory: 0.023 MB Memory before query: 6.256 MB Rows returned: 0
SELECT v.*, v.`created` AS lastupdated
FROM `qlo7g_community_videos` AS v
WHERE v.`published` = '1'
AND v.`groupid` = '44'
AND v.`status` = 'ready'
AND v.`creator_type` = '
group'
ORDER BY v.`created` DESC
LIMIT 0, 6
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | v | ref | idx_groupid | idx_groupid | 4 | const | 1 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/videos.php:332 |
13 | CommunityModelVideos->getVideos() | JROOT/components/com_community/models/videos.php:570 |
12 | CommunityModelVideos->getGroupVideos() | JROOT/components/com_community/libraries/miniheader.php:176 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.03 ms Query memory: 0.023 MB Memory before query: 6.263 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_videos` AS v
WHERE v.`published` = '1'
AND v.`groupid` = '44'
AND v.`status` = 'ready'
AND v.`creator_type` = '
group'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | v | ref | idx_groupid | idx_groupid | 4 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/videos.php:354 |
13 | CommunityModelVideos->getVideos() | JROOT/components/com_community/models/videos.php:570 |
12 | CommunityModelVideos->getGroupVideos() | JROOT/components/com_community/libraries/miniheader.php:176 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.26 ms Query memory: 0.026 MB Memory before query: 6.274 MB Rows returned: 6
SHOW FULL COLUMNS
FROM `qlo7g_community_likes`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `qlo7g_community_likes`
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.23 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.03 ms |
closing tables | 0.01 ms |
checking permissions | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.08 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/libraries/miniheader.php:183 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.07 ms Query memory: 0.023 MB Memory before query: 6.290 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_likes`
WHERE `element`='groups'
AND `uid`='44'
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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | 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/libraries/miniheader.php:183 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.023 MB Memory before query: 6.297 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_likes`
WHERE `element`='groups'
AND `uid`='44'
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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | 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/libraries/miniheader.php:185 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.47 ms After last query: 0.11 ms Query memory: 0.022 MB Memory before query: 6.302 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`='44'
AND a.`permissions`='-1'
LIMIT 0,12
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | groupid,idx_memberid | groupid | 4 | const | 6 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | planetgiftcards_planet.a.memberid | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.28 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | 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:2133 |
12 | CommunityModelGroups->getBannedMembers() | JROOT/components/com_community/libraries/miniheader.php:200 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.04 ms Query memory: 0.022 MB Memory before query: 6.309 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`='44'
AND a.`permissions`='-1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | groupid,idx_memberid | groupid | 4 | const | 6 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | planetgiftcards_planet.a.memberid | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.03 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | 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:2147 |
12 | CommunityModelGroups->getBannedMembers() | JROOT/components/com_community/libraries/miniheader.php:200 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 6.316 MB Rows returned: 1
SELECT COUNT(*)
FROM `qlo7g_community_files`
WHERE `groupid` = '44'
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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/files.php:151 |
12 | CommunityModelFiles->isfileAvailable() | JROOT/components/com_community/libraries/miniheader.php:221 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.28 ms Query memory: 0.023 MB Memory before query: 6.323 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/libraries/template.php:223 |
12 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:233 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.28 ms Query memory: 0.024 MB Memory before query: 6.349 MB Rows returned: 0
SELECT *
FROM `qlo7g_community_featured`
WHERE `type`='groups'
ORDER BY `id` DESC
LIMIT 0,10
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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/featured.php:41 |
15 | CFeatured->_load() | JROOT/components/com_community/libraries/featured.php:23 |
14 | CFeatured->__construct() | JROOT/components/com_community/templates/jomsocial/layouts/groups/miniheader.php:12 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/groups/miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:233 |
11 | CMiniHeader::showGroupMiniHeader() | JROOT/components/com_community/views/events/view.html.php:373 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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: 1.71 ms Query memory: 0.026 MB Memory before query: 6.348 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/libraries/template.php:223 |
11 | CTemplate->fetch() | JROOT/components/com_community/views/events/view.html.php:378 |
10 | CommunityViewEvents->display() | JROOT/components/com_community/views/views.php:251 |
9 | CommunityView->get() | JROOT/components/com_community/controllers/events.php:1175 |
8 | CommunityEventsController->display() | JROOT/components/com_community/controllers/controller.php:326 |
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.15 ms After last query: 1.32 ms Query memory: 0.021 MB Memory before query: 6.344 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/views/views.php:609 |
8 | CommunityView->attachHeaders() | JROOT/components/com_community/controllers/controller.php:336 |
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.13 ms After last query: 0.03 ms Query memory: 0.021 MB Memory before query: 6.349 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/views/views.php:611 |
8 | CommunityView->attachHeaders() | JROOT/components/com_community/controllers/controller.php:336 |
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.15 ms After last query: 1.51 ms Query memory: 0.022 MB Memory before query: 6.398 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/models/toolbar.php:31 |
11 | CommunityModelToolbar->getItems() | JROOT/components/com_community/libraries/toolbar.php:443 |
10 | CToolbarLibrary->__construct() | JROOT/components/com_community/libraries/toolbar.php:453 |
9 | CToolbarLibrary::getInstance() | JROOT/components/com_community/views/views.php:140 |
8 | CommunityView->showToolbar() | JROOT/components/com_community/controllers/controller.php:339 |
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.05 ms Query memory: 0.022 MB Memory before query: 6.405 MB Rows returned: 0
SELECT a.`params`, a.`id`, a.`link`, a.title as name, a.`parent_id`, false as script, a.`browserNav`
FROM `qlo7g_menu` AS a
LEFT JOIN `qlo7g_menu` AS b
ON b.`id`=a.`parent_id`
AND b.`published`='1'
WHERE a.`published`='1'
AND a.`menutype`='jomsocial'
AND a.`access`='0'
ORDER BY a.`lft`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_menutype | idx_menutype | 98 | const | 27 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/toolbar.php:69 |
11 | CommunityModelToolbar->getItems() | JROOT/components/com_community/libraries/toolbar.php:443 |
10 | CToolbarLibrary->__construct() | JROOT/components/com_community/libraries/toolbar.php:453 |
9 | CToolbarLibrary::getInstance() | JROOT/components/com_community/views/views.php:140 |
8 | CommunityView->showToolbar() | JROOT/components/com_community/controllers/controller.php:339 |
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.021 MB Memory before query: 6.412 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/libraries/toolbar.php:571 |
9 | CToolbarLibrary->getHTML() | JROOT/components/com_community/views/views.php:141 |
8 | CommunityView->showToolbar() | JROOT/components/com_community/controllers/controller.php:339 |
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.41 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 6.417 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.26 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
11 | CFactory::getUser() | JROOT/components/com_community/libraries/miniheader.php:38 |
10 | CMiniHeader::showMiniHeader() | JROOT/components/com_community/libraries/toolbar.php:594 |
9 | CToolbarLibrary->getHTML() | JROOT/components/com_community/views/views.php:141 |
8 | CommunityView->showToolbar() | JROOT/components/com_community/controllers/controller.php:339 |
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.13 ms Query memory: 0.021 MB Memory before query: 6.424 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/libraries/template.php:223 |
9 | CTemplate->fetch() | JROOT/components/com_community/views/views.php:227 |
8 | CommunityView->showHeader() | JROOT/components/com_community/controllers/controller.php:345 |
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.21 ms Query memory: 0.021 MB Memory before query: 6.414 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 |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | 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/libraries/block.php:194 |
8 | blockUser->isUserBlocked() | JROOT/components/com_community/controllers/controller.php:356 |
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: 1.20 ms Query memory: 0.026 MB Memory before query: 6.436 MB Rows returned: 133
select `menutype`
from qlo7g_menu
where 1=1
and link like '%option=%'
and link like '%view=%'
and `published`=1
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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.23 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
10 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:174 |
9 | plgSystemIjseo->isMenu() | JROOT/plugins/system/ijseo/ijseo.php:112 |
8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.03 ms Query memory: 0.026 MB Memory before query: 6.441 MB Rows returned: 133
select `menutype`
from qlo7g_menu
where 1=1
and link like '%option=%'
and link like '%view=%'
and `published`=1
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 |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.20 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:175 |
9 | plgSystemIjseo->isMenu() | JROOT/plugins/system/ijseo/ijseo.php:112 |
8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.10 ms Query memory: 0.021 MB Memory before query: 6.446 MB Rows returned: 1
select `params`
from qlo7g_ijseo_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_ijseo_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
11 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:757 |
10 | plgSystemIjseo->getComponentParams() | JROOT/plugins/system/ijseo/ijseo.php:567 |
9 | plgSystemIjseo->getMenusMeta() | JROOT/plugins/system/ijseo/ijseo.php:121 |
8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.02 ms Query memory: 0.021 MB Memory before query: 6.451 MB Rows returned: 1
select `params`
from qlo7g_ijseo_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_ijseo_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:758 |
10 | plgSystemIjseo->getComponentParams() | JROOT/plugins/system/ijseo/ijseo.php:567 |
9 | plgSystemIjseo->getMenusMeta() | JROOT/plugins/system/ijseo/ijseo.php:121 |
8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.05 ms Query memory: 0.021 MB Memory before query: 6.460 MB Rows returned: 1
select `params`
from qlo7g_menu
where id=154
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
10 | JDatabase->query() | JROOT/plugins/system/ijseo/ijseo.php:576 |
9 | plgSystemIjseo->getMenusMeta() | JROOT/plugins/system/ijseo/ijseo.php:121 |
8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.02 ms Query memory: 0.021 MB Memory before query: 6.465 MB Rows returned: 1
select `params`
from qlo7g_menu
where id=154
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/ijseo/ijseo.php:577 |
9 | plgSystemIjseo->getMenusMeta() | JROOT/plugins/system/ijseo/ijseo.php:121 |
8 | plgSystemIjseo->getMetaValues() | JROOT/plugins/system/ijseo/ijseo.php:60 |
7 | plgSystemIjseo->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 14.29 ms Query memory: 0.020 MB Memory before query: 6.692 MB Rows returned: 0
select b.*
from qlo7g_rstbox b
where b.published = 1
AND b.testmode=0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rstbox/helpers/helper.php:283 |
8 | EBHelper::getBoxes() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.32 ms After last query: 3.45 ms Query memory: 0.116 MB Memory before query: 6.726 MB Rows returned: 194
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM qlo7g_modules AS m
LEFT JOIN qlo7g_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN qlo7g_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-05-20 15:57:12')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-05-20 15:57:12')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 154 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 71 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | planetgiftcards_planet.m.module,const | 1 | Using index condition; Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | planetgiftcards_planet.m.id | 4 | Using where; Using index |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.04 ms |
Statistics | 0.08 ms |
Preparing | 0.04 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.85 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
11 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
10 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
9 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
8 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/enmasse_tp/index.php:100 |
7 | require JROOT/templates/enmasse_tp/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.31 ms After last query: 4.98 ms Query memory: 0.023 MB Memory before query: 6.952 MB Rows returned: 14
SELECT namekey,value
FROM `qlo7g_invitex_config`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_invitex_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:275 |
12 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/helper.php:42 |
11 | CominvitexHelper->__construct() | JROOT/modules/mod_invite_anywhere/mod_invite_anywhere.php:35 |
10 | include JROOT/modules/mod_invite_anywhere/mod_invite_anywhere.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.23 ms Query memory: 0.024 MB Memory before query: 6.984 MB Rows returned: 14
SELECT namekey,value
FROM `qlo7g_invitex_config`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_invitex_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:275 |
13 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/helper.php:42 |
12 | CominvitexHelper->__construct() | JROOT/modules/mod_invite_anywhere/tmpl/default.php:14 |
11 | require JROOT/modules/mod_invite_anywhere/tmpl/default.php | JROOT/modules/mod_invite_anywhere/mod_invite_anywhere.php:38 |
10 | include JROOT/modules/mod_invite_anywhere/mod_invite_anywhere.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.71 ms Query memory: 0.026 MB Memory before query: 7.000 MB Rows returned: 14
SELECT namekey,value
FROM `qlo7g_invitex_config`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_invitex_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_invitex/helper.php:275 |
17 | CominvitexHelper->getconfigData() | JROOT/components/com_invitex/helper.php:42 |
16 | CominvitexHelper->__construct() | JROOT/media/techjoomla_strapper/tjstrapper.php:665 |
15 | TjStrapper::TjloadClass() | JROOT/media/techjoomla_strapper/tjstrapper.php:482 |
14 | TjStrapper::getTechjoomlaJSArray() | JROOT/media/techjoomla_strapper/tjstrapper.php:1260 |
13 | onAfterRenderTj() | JROOT/media/techjoomla_strapper/tjstrapper.php:1147 |
12 | TjStrapper::loadTjAssets() | JROOT/modules/mod_invite_anywhere/tmpl/default.php:23 |
11 | require JROOT/modules/mod_invite_anywhere/tmpl/default.php | JROOT/modules/mod_invite_anywhere/mod_invite_anywhere.php:38 |
10 | include JROOT/modules/mod_invite_anywhere/mod_invite_anywhere.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.22 ms After last query: 1.67 ms Query memory: 0.029 MB Memory before query: 7.077 MB Rows returned: 88
SELECT *
FROM qlo7g_acymailing_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_acymailing_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 88 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.01 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:464 |
15 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
14 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:434 |
13 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:803 |
12 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:21 |
11 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:13 |
10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.41 ms After last query: 2.22 ms Query memory: 0.024 MB Memory before query: 7.618 MB Rows returned: 7
SELECT *
FROM qlo7g_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | qlo7g_acymailing_list | ALL | typeorderingindex,typeuseridindex | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:464 |
12 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:30 |
11 | listClass->getLists() | JROOT/modules/mod_acymailing/mod_acymailing.php:105 |
10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.28 ms After last query: 1.54 ms Query memory: 0.023 MB Memory before query: 7.617 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 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
14 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
13 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:383 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.22 ms After last query: 0.24 ms Query memory: 0.024 MB Memory before query: 7.626 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 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
15 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
14 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:117 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__construct() | JROOT/plugins/system/helixultimate/helixultimate.php:395 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.17 ms Query memory: 0.024 MB Memory before query: 7.635 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 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1922 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:146 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:418 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.18 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 7.643 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 | |
Status | Duration |
---|
Starting | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1922 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:146 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:419 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:51 |
Query Time: 0.19 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 7.651 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 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.00 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1922 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:146 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:420 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6< |