Query Time: 0.41 ms Query memory: 0.022 MB Memory before query: 3.881 MB Rows returned: 1
SELECT `session_id`
FROM `ssw1n_session`
WHERE `session_id` = 'c0085d5584ba3af89540a0979227796b'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_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:1734 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:61 |
Query Time: 7.58 ms After last query: 1.85 ms Query memory: 0.031 MB Memory before query: 4.157 MB Rows returned: 54
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ssw1n_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 | ssw1n_extensions | ref | extension | extension | 82 | const | 55 | 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:1695 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.36 ms After last query: 1.83 ms Query memory: 0.023 MB Memory before query: 4.361 MB Rows returned: 5
SELECT id, rules
FROM `ssw1n_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
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:1500 |
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:321 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.38 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 4.373 MB Rows returned: 2
SELECT b.id
FROM ssw1n_usergroups AS a
LEFT JOIN ssw1n_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 | 4 | 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:1544 |
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:321 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 1.00 ms After last query: 0.49 ms Query memory: 0.035 MB Memory before query: 4.440 MB Rows returned: 120
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM ssw1n_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 | ssw1n_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 394 | 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:1695 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:354 |
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:359 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.81 ms After last query: 20.55 ms Query memory: 0.105 MB Memory before query: 8.218 MB Rows returned: 120
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 ssw1n_menu AS m
LEFT JOIN ssw1n_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 | 154 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.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:1695 |
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:76 |
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:131 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
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:64 |
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:491 |
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:1073 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.29 ms After last query: 5.74 ms Query memory: 0.023 MB Memory before query: 9.304 MB Rows returned: 1
SELECT `userid`
FROM `ssw1n_community_users`
WHERE `alias`='10428:shilparan'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_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:1734 |
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:437 |
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:138 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1074 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.26 ms After last query: 1.15 ms Query memory: 0.026 MB Memory before query: 9.468 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ssw1n_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_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:1656 |
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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 5.75 ms After last query: 0.10 ms Query memory: 0.006 MB Memory before query: 9.461 MB
UPDATE `ssw1n_extensions`
SET `params` = '{\"mediaversion\":\"cc1d07ce065c6a66176c206b0f608837\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `ssw1n_extensions`
SET `params` = '{\"mediaversion\":\"cc1d07ce065c6a66176c206b0f608837\"}'
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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.32 ms After last query: 1.05 ms Query memory: 0.024 MB Memory before query: 9.694 MB Rows returned: 5
SELECT id, home, template, s.params
FROM ssw1n_template_styles as s
LEFT JOIN ssw1n_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 | e | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 6 | Using index condition; Using where |
1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where; Using join buffer (flat, BNL join) |
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:1695 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/gantry5/gantry5.php:195 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:57 |
8 | plgSystemGantry5->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.27 ms After last query: 8.82 ms Query memory: 0.025 MB Memory before query: 11.034 MB Rows returned: 2
SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM ssw1n_template_styles AS s
WHERE s.client_id = 0
AND s.template = 'g5_helium'
ORDER BY s.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | ref | idx_template | idx_template | 202 | const | 2 | Using index condition; 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:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry5/classes/Gantry/Joomla/StyleHelper.php:46 |
14 | Gantry\Joomla\StyleHelper::loadStyles() | JROOT/libraries/gantry5/classes/Gantry/Framework/Assignments.php:50 |
13 | Gantry\Framework\Assignments->loadAssignments() | JROOT/libraries/gantry5/classes/Gantry/Component/Assignments/AbstractAssignments.php:303 |
12 | Gantry\Component\Assignments\AbstractAssignments->init() | JROOT/libraries/gantry5/classes/Gantry/Component/Assignments/AbstractAssignments.php:104 |
11 | Gantry\Component\Assignments\AbstractAssignments->scores() | JROOT/libraries/gantry5/classes/Gantry/Component/Assignments/AbstractAssignments.php:91 |
10 | Gantry\Component\Assignments\AbstractAssignments->select() | JROOT/plugins/system/gantry5/gantry5.php:246 |
9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:57 |
8 | plgSystemGantry5->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.25 ms After last query: 5.05 ms Query memory: 0.025 MB Memory before query: 11.658 MB Rows returned: 1
SELECT *
FROM ssw1n_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_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:1695 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.49 ms After last query: 5.25 ms Query memory: 0.027 MB Memory before query: 12.585 MB Rows returned: 2
SHOW FULL COLUMNS
FROM `ssw1n_community_config`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ssw1n_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:1695 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
13 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
12 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
11 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_community/tables/configuration.php:22 |
10 | CommunityTableConfiguration->__construct() | JROOT/libraries/src/Table/Table.php:312 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.24 ms After last query: 0.34 ms Query memory: 0.036 MB Memory before query: 12.615 MB Rows returned: 1
SELECT *
FROM ssw1n_community_config
WHERE `name` = 'config'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_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:1459 |
10 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.24 ms After last query: 4.29 ms Query memory: 0.025 MB Memory before query: 13.856 MB Rows returned: 0
SELECT *
FROM `ssw1n_community_mailq`
WHERE `status`='0'
LIMIT 0,100
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_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:1695 |
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:127 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.23 ms After last query: 6.12 ms Query memory: 0.022 MB Memory before query: 15.275 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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:1734 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:40 |
7 | CommunityBaseController->__construct() | JROOT/components/com_community/community.php:144 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.37 ms After last query: 1.02 ms Query memory: 0.036 MB Memory before query: 15.453 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 `ssw1n_community_users` as a
LEFT JOIN `ssw1n_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `ssw1n_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 |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
10 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
9 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:40 |
7 | CommunityBaseController->__construct() | JROOT/components/com_community/community.php:144 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.48 ms After last query: 0.36 ms Query memory: 0.030 MB Memory before query: 15.499 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `ssw1n_community_profiles`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ssw1n_community_profiles`
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:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
12 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/multiprofile.php:33 |
11 | CTableMultiProfile->__construct() | JROOT/libraries/src/Table/Table.php:312 |
10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/user.php:789 |
9 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:40 |
7 | CommunityBaseController->__construct() | JROOT/components/com_community/community.php:144 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.24 ms After last query: 0.78 ms Query memory: 0.024 MB Memory before query: 15.628 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_community_fields`
WHERE `fieldcode`='FIELD_GENDER'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:817 |
12 | CommunityModelProfile->_getgenderId() | JROOT/components/com_community/models/profile.php:791 |
11 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:671 |
10 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:821 |
9 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:40 |
7 | CommunityBaseController->__construct() | JROOT/components/com_community/community.php:144 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.20 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 15.635 MB Rows returned: 0
SELECT `value`
FROM `ssw1n_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 | ssw1n_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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
11 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:671 |
10 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:821 |
9 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:40 |
7 | CommunityBaseController->__construct() | JROOT/components/com_community/community.php:144 |
6 | require_once JROOT/components/com_community/community.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.18 ms After last query: 0.42 ms Query memory: 0.022 MB Memory before query: 15.662 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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:1734 |
9 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
8 | CFactory::getUser() | JROOT/components/com_community/controllers/controller.php:262 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.26 ms After last query: 25.79 ms Query memory: 0.023 MB Memory before query: 15.955 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
11 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
10 | CFactory::getUser() | JROOT/components/com_community/controllers/friends.php:181 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.18 ms After last query: 0.73 ms Query memory: 0.024 MB Memory before query: 16.058 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/views/views.php:33 |
12 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
11 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:193 |
10 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/friends.php:186 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.16 ms After last query: 0.55 ms Query memory: 0.026 MB Memory before query: 16.126 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/assets.php:106 |
15 | CAssets->_init() | JROOT/components/com_community/libraries/assets.php:28 |
14 | CAssets->__construct() | JROOT/components/com_community/libraries/assets.php:40 |
13 | CAssets::getInstance() | JROOT/components/com_community/views/views.php:37 |
12 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
11 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:193 |
10 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/friends.php:186 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 5.54 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 16.135 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/assets.php:108 |
15 | CAssets->_init() | JROOT/components/com_community/libraries/assets.php:28 |
14 | CAssets->__construct() | JROOT/components/com_community/libraries/assets.php:40 |
13 | CAssets::getInstance() | JROOT/components/com_community/views/views.php:37 |
12 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
11 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:193 |
10 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/friends.php:186 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.47 ms After last query: 0.07 ms Query memory: 0.039 MB Memory before query: 16.146 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `ssw1n_community_users` as a
LEFT JOIN `ssw1n_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `ssw1n_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
18 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
17 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/assets.php:108 |
15 | CAssets->_init() | JROOT/components/com_community/libraries/assets.php:28 |
14 | CAssets->__construct() | JROOT/components/com_community/libraries/assets.php:40 |
13 | CAssets::getInstance() | JROOT/components/com_community/views/views.php:37 |
12 | CommunityView->__construct() | JROOT/components/com_community/libraries/core.php:454 |
11 | CFactory::getView() | JROOT/components/com_community/controllers/controller.php:193 |
10 | CommunityBaseController->getView() | JROOT/components/com_community/controllers/friends.php:186 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.22 ms After last query: 3.68 ms Query memory: 0.026 MB Memory before query: 16.630 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/libraries/privacy.php:25 |
14 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/helpers/access/friends.php:44 |
13 | CFriendsAccess::friendsView() | JROOT/components/com_community/helpers/access/friends.php:31 |
12 | CFriendsAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
11 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
10 | CUser->authorise() | JROOT/components/com_community/controllers/friends.php:193 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 40.43 ms After last query: 0.39 ms Query memory: 0.024 MB Memory before query: 16.680 MB Rows returned: 1
SELECT count(distinct connect_to)
FROM `ssw1n_community_connection` as a, `ssw1n_users` as b
WHERE a.`connect_from`='10428'
AND b.block=0
AND a.`status`='1'
AND a.`connect_to`=b.`id`
AND NOT EXISTS ( SELECT d.`blocked_userid`
FROM `ssw1n_community_blocklist` AS d
WHERE d.`userid` = '10428'
AND d.`blocked_userid` = a.`connect_to`)
ORDER BY a.`connection_id` DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | ref | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | idx_connect_from | 4 | const | 2 | Using where |
1 | PRIMARY | b | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | softmozart_evolve.a.connect_to | 1 | Using where |
2 | MATERIALIZED | d | ref | userid,blocked_userid | userid | 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:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/friends.php:1119 |
11 | CommunityModelFriends->getFriendsCount() | JROOT/components/com_community/models/friends.php:66 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.18 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 16.686 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
11 | CFactory::getUser() | JROOT/components/com_community/models/friends.php:68 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 16.692 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/libraries/user.php:381 |
11 | CUser->updateFriendList() | JROOT/components/com_community/models/friends.php:69 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.25 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 16.699 MB Rows returned: 2
SELECT DISTINCT(a.`connect_to`) AS `id`
FROM `ssw1n_community_connection` AS a
INNER JOIN `ssw1n_users` AS b
ON a.`connect_from`='10428'
AND a.`connect_to`=b.`id`
AND a.`status`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | connect_from | 4 | const | 2 | Using where; Using index; Using temporary |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.a.connect_to | 1 | Using index; Distinct |
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:1544 |
13 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/friends.php:1045 |
12 | CommunityModelFriends->getFriendIds() | JROOT/components/com_community/libraries/user.php:384 |
11 | CUser->updateFriendList() | JROOT/components/com_community/models/friends.php:69 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.12 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 16.705 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id`='10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/user.php:1201 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.47 ms After last query: 0.62 ms Query memory: 0.034 MB Memory before query: 16.782 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `ssw1n_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ssw1n_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
20 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
19 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:40 |
18 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:312 |
17 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
16 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:880 |
15 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
14 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
13 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
12 | Joomla\CMS\Factory::getUser() | JROOT/components/com_community/libraries/user.php:1203 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.15 ms After last query: 0.09 ms Query memory: 0.030 MB Memory before query: 16.822 MB Rows returned: 1
SELECT *
FROM `ssw1n_users`
WHERE `id` = 10428
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:86 |
16 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
15 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
14 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
13 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
12 | Joomla\CMS\Factory::getUser() | JROOT/components/com_community/libraries/user.php:1203 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 4.26 ms After last query: 0.13 ms Query memory: 0.026 MB Memory before query: 16.834 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `ssw1n_usergroups` AS g
INNER JOIN `ssw1n_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 10428
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.m.group_id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1500 |
17 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:111 |
16 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
15 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
14 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
13 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
12 | Joomla\CMS\Factory::getUser() | JROOT/components/com_community/libraries/user.php:1203 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.19 ms Query memory: 0.024 MB Memory before query: 16.846 MB Rows returned: 1
SELECT `id`,`title`
FROM `ssw1n_usergroups`
WHERE `id` = 2
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_usergroups | 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:1500 |
14 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:153 |
13 | Joomla\CMS\Table\User->bind() | JROOT/libraries/src/User/User.php:731 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 6.63 ms After last query: 0.18 ms Query memory: 0.024 MB Memory before query: 16.852 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_users`
WHERE `username` = 'shilparan'
AND `id` != 10428
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | ref | PRIMARY,username | username | 602 | const | 1 | Using where; Using index |
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:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/User.php:235 |
13 | Joomla\CMS\Table\User->check() | JROOT/libraries/src/User/User.php:737 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 2.97 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 16.859 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_users`
WHERE `email` = 'shilparan@gmail.com'
AND `id` != 10428
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | ref | PRIMARY,email | email | 402 | const | 1 | Using where; Using index |
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:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/User.php:251 |
13 | Joomla\CMS\Table\User->check() | JROOT/libraries/src/User/User.php:737 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 2.65 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 16.865 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_users`
WHERE `username` = ''
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | ref | username | username | 602 | const | 1 | Using where; Using index |
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:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Table/User.php:271 |
13 | Joomla\CMS\Table\User->check() | JROOT/libraries/src/User/User.php:737 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.17 ms After last query: 0.10 ms Query memory: 0.030 MB Memory before query: 16.875 MB Rows returned: 1
SELECT *
FROM `ssw1n_users`
WHERE `id` = 10428
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | 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:1459 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:86 |
15 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
14 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
13 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:760 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.25 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 16.886 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `ssw1n_usergroups` AS g
INNER JOIN `ssw1n_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 10428
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.m.group_id | 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:1500 |
16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:111 |
15 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
14 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
13 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:760 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.45 ms After last query: 0.17 ms Query memory: 0.033 MB Memory before query: 16.898 MB Rows returned: 54
SELECT `id`,`name`,`rules`,`parent_id`
FROM `ssw1n_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_aimysitemap','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_community','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_extplorer','com_fields','com_finder','com_gantry5','com_installer','com_j2xml','com_joomailermailchimpintegration','com_joomlaupdate','com_kunena','com_languages','com_lg-userexport','com_login','com_mailto','com_media','com_medialibrary','com_menus','com_messages','com_modules','com_newsfeeds','com_osmap','com_phocacommander','com_phocagallery','com_plugins','com_postinstall','com_privacy','com_redcore','com_redirect','com_redj','com_search','com_seftranslate','com_slogin','com_spambotcheck','com_tags','com_templates','com_users','com_weblinks','com_widgetkit','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 55 | Using index condition |
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:1695 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/libraries/src/User/User.php:768 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.30 ms After last query: 0.66 ms Query memory: 0.026 MB Memory before query: 16.988 MB Rows returned: 2
SELECT b.id
FROM ssw1n_user_usergroup_map AS map
LEFT JOIN ssw1n_usergroups AS a
ON a.id = map.group_id
LEFT JOIN ssw1n_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE map.user_id = 10428
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | map | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.map.group_id | 1 | |
1 | SIMPLE | b | ALL | idx_usergroup_nested_set_lookup | NO INDEX KEY COULD BE USED | NULL | NULL | 11 | Range checked for each record (index map: 0x10) |
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:1544 |
16 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
15 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/User/User.php:480 |
14 | Joomla\CMS\User\User->getAuthorisedGroups() | JROOT/libraries/src/User/User.php:386 |
13 | Joomla\CMS\User\User->authorise() | JROOT/libraries/src/User/User.php:772 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.97 ms After last query: 0.36 ms Query memory: 0.026 MB Memory before query: 17.022 MB Rows returned: 1
SELECT count(id)
FROM ssw1n_usergroups
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_usergroups | index | NULL | idx_usergroup_adjacency_lookup | 4 | NULL | 11 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Helper/UserGroupsHelper.php:207 |
16 | Joomla\CMS\Helper\UserGroupsHelper->total() | JROOT/libraries/src/Helper/UserGroupsHelper.php:154 |
15 | Joomla\CMS\Helper\UserGroupsHelper->getAll() | JROOT/libraries/src/Access/Access.php:501 |
14 | Joomla\CMS\Access\Access::getGroupPath() | JROOT/libraries/src/Access/Access.php:485 |
13 | Joomla\CMS\Access\Access::checkGroup() | JROOT/libraries/src/User/User.php:791 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.17 ms After last query: 0.04 ms Query memory: 0.028 MB Memory before query: 17.031 MB Rows returned: 11
SELECT *
FROM ssw1n_usergroups
ORDER BY lft ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_usergroups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 11 | Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/UserGroupsHelper.php:263 |
16 | Joomla\CMS\Helper\UserGroupsHelper->loadAll() | JROOT/libraries/src/Helper/UserGroupsHelper.php:156 |
15 | Joomla\CMS\Helper\UserGroupsHelper->getAll() | JROOT/libraries/src/Access/Access.php:501 |
14 | Joomla\CMS\Access\Access::getGroupPath() | JROOT/libraries/src/Access/Access.php:485 |
13 | Joomla\CMS\Access\Access::checkGroup() | JROOT/libraries/src/User/User.php:791 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.27 ms After last query: 3.51 ms Query memory: 0.026 MB Memory before query: 17.572 MB Rows returned: 1
SELECT COUNT(*)
FROM `ssw1n_extensions`
WHERE `element` = 'com_spambotcheck'
AND `enabled` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition; 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:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/plugins/user/spambotcheck/SpambotCheck/SpambotCheckHelpers.php:632 |
16 | plgSpambotCheckHelpers::checkComponentInstalled() | JROOT/plugins/user/spambotcheck/spambotcheck.php:23 |
15 | plgUserSpambotCheck->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:283 |
14 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
13 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/User/User.php:800 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.22 ms After last query: 0.53 ms Query memory: 0.007 MB Memory before query: 17.621 MB
UPDATE `ssw1n_users`
SET `name`='Shilpa Ranganathan',`username`='shilparan',`email`='shilparan@gmail.com',`password`='$2y$10$npjv2y4D9kjfj4UFq8WsUu/dNIjaIN6uHTJkOYuDB86ObHd3iWgLS',`block`='0',`sendEmail`='0',`registerDate`='2013-06-06 21:29:32',`lastvisitDate`='2016-06-18 01:50:34',`activation`='',`params`='{\"update_cache_list\":1,\"timezone\":\"UTC\"}',`lastResetTime`='2016-06-17 18:10:07',`resetCount`='1',`otpKey`='',`otep`='',`requireReset`='0'
WHERE `id` = '10428'
EXPLAIN not possible on query: UPDATE `ssw1n_users` SET `name`='Shilpa Ranganathan',`username`='shilparan',`email`='shilparan@gmail.com',`password`='$2y$10$npjv2y4D9kjfj4UFq8WsUu/dNIjaIN6uHTJkOYuDB86ObHd3iWgLS',`block`='0',`sendEmail`='0',`registerDate`='2013-06-06 21:29:32',`lastvisitDate`='2016-06-18 01:50:34',`activation`='',`params`='{\"update_cache_list\":1,\"timezone\":\"UTC\"}',`lastResetTime`='2016-06-17 18:10:07',`resetCount`='1',`otpKey`='',`otep`='',`requireReset`='0' WHERE `id` = '10428'
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:2283 |
14 | JDatabaseDriver->updateObject() | JROOT/libraries/src/Table/User.php:312 |
13 | Joomla\CMS\Table\User->store() | JROOT/libraries/src/User/User.php:812 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 17.627 MB Rows returned: 1
SELECT `group_id`
FROM `ssw1n_user_usergroup_map`
WHERE `user_id` = 10428
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_user_usergroup_map | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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:1695 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Table/User.php:335 |
13 | Joomla\CMS\Table\User->store() | JROOT/libraries/src/User/User.php:812 |
12 | Joomla\CMS\User\User->save() | JROOT/components/com_community/libraries/user.php:1221 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.22 ms After last query: 0.21 ms Query memory: 0.006 MB Memory before query: 17.644 MB
UPDATE `ssw1n_community_users`
SET `status`='I find it pertinent to mention here that my son has not only learned to play music but learning to play music using the software has increased his concentration
and memory tremendously. My whole family, here in the United States
and in India are very impressed with the software.',`points`='12',`posted_on`='2013-06-06 22:03:59',`avatar`='images/avatar/d6ab3ca5efe792c95c1e7cff.jpg',`thumb`='images/avatar/thumb_d6ab3ca5efe792c95c1e7cff.jpg',`invite`='0',`alias`='10428:shilparan',`params`='{\"notifyEmailSystem\":1,\"privacyProfileView\":0,\"privacyPhotoView\":0,\"privacyFriendsView\":0,\"privacyGroupsView\":\"\",\"privacyVideoView\":0,\"notifyEmailMessage\":1,\"notifyEmailApps\":0,\"notifyWallComment\":0,\"notif_groups_notify_admin\":1,\"etype_groups_notify_admin\":1,\"notif_user_profile_delete\":1,\"etype_user_profile_delete\":1,\"notif_system_reports_threshold\":1,\"etype_system_reports_threshold\":0,\"notif_profile_activity_add_comment\":1,\"etype_profile_activity_add_comment\":1,\"notif_profile_activity_reply_comment\":1,\"etype_profile_activity_reply_comment\":1,\"notif_profile_status_update\":1,\"etype_profile_status_update\":1,\"notif_profile_like\":1,\"etype_profile_like\":1,\"notif_profile_stream_like\":1,\"etype_profile_stream_like\":1,\"notif_friends_request_connection\":1,\"etype_friends_request_connection\":0,\"notif_friends_create_connection\":1,\"etype_friends_create_connection\":1,\"notif_inbox_create_message\":1,\"etype_inbox_create_message\":1,\"notif_groups_invite\":1,\"etype_groups_invite\":1,\"notif_groups_discussion_reply\":1,\"etype_groups_discussion_reply\":1,\"notif_groups_wall_create\":1,\"etype_groups_wall_create\":1,\"notif_groups_create_discussion\":1,\"etype_groups_create_discussion\":1,\"notif_groups_create_news\":1,\"etype_groups_create_news\":1,\"notif_groups_create_album\":1,\"etype_groups_create_album\":0,\"notif_groups_create_video\":1,\"etype_groups_create_video\":0,\"notif_groups_create_event\":1,\"etype_groups_create_event\":0,\"notif_groups_sendmail\":1,\"etype_groups_sendmail\":1,\"notif_groups_member_approved\":1,\"etype_groups_member_approved\":1,\"notif_groups_member_join\":1,\"etype_groups_member_join\":1,\"notif_groups_notify_creator\":1,\"etype_groups_notify_creator\":1,\"notif_groups_discussion_newfile\":1,\"etype_groups_discussion_newfile\":1,\"notif_events_notify_admin\":1,\"etype_events_notify_admin\":1,\"notif_events_invite\":1,\"etype_events_invite\":1,\"notif_events_invitation_approved\":1,\"etype_events_invitation_approved\":1,\"notif_events_sendmail\":1,\"etype_events_sendmail\":1,\"notif_event_notify_creator\":0,\"etype_event_notify_creator\":0,\"notif_event_join_request\":1,\"etype_event_join_request\":1,\"notif_videos_submit_wall\":1,\"etype_videos_submit_wall\":1,\"notif_videos_reply_wall\":1,\"etype_videos_reply_wall\":1,\"notif_videos_tagging\":1,\"etype_videos_tagging\":1,\"notif_videos_like\":1,\"etype_videos_like\":1,\"notif_photos_submit_wall\":1,\"etype_photos_submit_wall\":1,\"notif_photos_reply_wall\":1,\"etype_photos_reply_wall\":1,\"notif_photos_tagging\":1,\"etype_photos_tagging\":1,\"notif_photos_like\":1,\"etype_photos_like\":1,\"notif_system_bookmarks_email\":1,\"etype_system_bookmarks_email\":1,\"notif_system_messaging\":1,\"etype_system_messaging\":1,\"postFacebookStatus\":1,\"lastnotificationlist\":\"2014-06-21 03:12:58\"}',`profile_id`='0',`storage`='file',`watermark_hash`='',`search_email`='1',`friends`='65,812',`groups`='',`events`=''
WHERE `userid` = '10428'
EXPLAIN not possible on query: UPDATE `ssw1n_community_users` SET `status`='I find it pertinent to mention here that my son has not only learned to play music but learning to play music using the software has increased his concentration and memory tremendously. My whole family, here in the United States and in India are very impressed with the software.',`points`='12',`posted_on`='2013-06-06 22:03:59',`avatar`='images/avatar/d6ab3ca5efe792c95c1e7cff.jpg',`thumb`='images/avatar/thumb_d6ab3ca5efe792c95c1e7cff.jpg',`invite`='0',`alias`='10428:shilparan',`params`='{\"notifyEmailSystem\":1,\"privacyProfileView\":0,\"privacyPhotoView\":0,\"privacyFriendsView\":0,\"privacyGroupsView\":\"\",\"privacyVideoView\":0,\"notifyEmailMessage\":1,\"notifyEmailApps\":0,\"notifyWallComment\":0,\"notif_groups_notify_admin\":1,\"etype_groups_notify_admin\":1,\"notif_user_profile_delete\":1,\"etype_user_profile_delete\":1,\"notif_system_reports_threshold\":1,\"etype_system_reports_threshold\":0,\"notif_profile_activity_add_comment\":1,\"etype_profile_activity_add_comment\":1,\"notif_profile_activity_reply_comment\":1,\"etype_profile_activity_reply_comment\":1,\"notif_profile_status_update\":1,\"etype_profile_status_update\":1,\"notif_profile_like\":1,\"etype_profile_like\":1,\"notif_profile_stream_like\":1,\"etype_profile_stream_like\":1,\"notif_friends_request_connection\":1,\"etype_friends_request_connection\":0,\"notif_friends_create_connection\":1,\"etype_friends_create_connection\":1,\"notif_inbox_create_message\":1,\"etype_inbox_create_message\":1,\"notif_groups_invite\":1,\"etype_groups_invite\":1,\"notif_groups_discussion_reply\":1,\"etype_groups_discussion_reply\":1,\"notif_groups_wall_create\":1,\"etype_groups_wall_create\":1,\"notif_groups_create_discussion\":1,\"etype_groups_create_discussion\":1,\"notif_groups_create_news\":1,\"etype_groups_create_news\":1,\"notif_groups_create_album\":1,\"etype_groups_create_album\":0,\"notif_groups_create_video\":1,\"etype_groups_create_video\":0,\"notif_groups_create_event\":1,\"etype_groups_create_event\":0,\"notif_groups_sendmail\":1,\"etype_groups_sendmail\":1,\"notif_groups_member_approved\":1,\"etype_groups_member_approved\":1,\"notif_groups_member_join\":1,\"etype_groups_member_join\":1,\"notif_groups_notify_creator\":1,\"etype_groups_notify_creator\":1,\"notif_groups_discussion_newfile\":1,\"etype_groups_discussion_newfile\":1,\"notif_events_notify_admin\":1,\"etype_events_notify_admin\":1,\"notif_events_invite\":1,\"etype_events_invite\":1,\"notif_events_invitation_approved\":1,\"etype_events_invitation_approved\":1,\"notif_events_sendmail\":1,\"etype_events_sendmail\":1,\"notif_event_notify_creator\":0,\"etype_event_notify_creator\":0,\"notif_event_join_request\":1,\"etype_event_join_request\":1,\"notif_videos_submit_wall\":1,\"etype_videos_submit_wall\":1,\"notif_videos_reply_wall\":1,\"etype_videos_reply_wall\":1,\"notif_videos_tagging\":1,\"etype_videos_tagging\":1,\"notif_videos_like\":1,\"etype_videos_like\":1,\"notif_photos_submit_wall\":1,\"etype_photos_submit_wall\":1,\"notif_photos_reply_wall\":1,\"etype_photos_reply_wall\":1,\"notif_photos_tagging\":1,\"etype_photos_tagging\":1,\"notif_photos_like\":1,\"etype_photos_like\":1,\"notif_system_bookmarks_email\":1,\"etype_system_bookmarks_email\":1,\"notif_system_messaging\":1,\"etype_system_messaging\":1,\"postFacebookStatus\":1,\"lastnotificationlist\":\"2014-06-21 03:12:58\"}',`profile_id`='0',`storage`='file',`watermark_hash`='',`search_email`='1',`friends`='65,812',`groups`='',`events`='' WHERE `userid` = '10428'
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:2283 |
13 | JDatabaseDriver->updateObject() | JROOT/components/com_community/models/user.php:452 |
12 | CommunityModelUser->updateUser() | JROOT/components/com_community/libraries/user.php:1247 |
11 | CUser->save() | JROOT/components/com_community/models/friends.php:70 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.11 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 17.634 MB
UPDATE `ssw1n_community_users`
SET `friendcount`='2'
WHERE `userid`='10428'
EXPLAIN not possible on query: UPDATE `ssw1n_community_users`SET `friendcount`='2'WHERE `userid`='10428'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/components/com_community/models/friends.php:78 |
10 | CommunityModelFriends->updateFriendCount() | JROOT/components/com_community/controllers/friends.php:203 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.14 ms After last query: 0.19 ms Query memory: 0.024 MB Memory before query: 17.662 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/friends/view.html.php:62 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.39 ms After last query: 0.47 ms Query memory: 0.024 MB Memory before query: 17.692 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_menu`
WHERE `link` LIKE '%option=com_community&view=friends%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
13 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
12 | CRoute::_() | JROOT/components/com_community/views/friends/view.html.php:73 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.18 ms After last query: 0.42 ms Query memory: 0.024 MB Memory before query: 17.718 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/friends/view.html.php:77 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.56 ms After last query: 1.66 ms Query memory: 0.024 MB Memory before query: 17.943 MB Rows returned: 1
SELECT count(distinct connect_to)
FROM `ssw1n_community_connection` as a, `ssw1n_users` as b
WHERE a.`connect_from`='10428'
AND b.block=0
AND a.`status`='1'
AND a.`connect_to`=b.`id`
AND NOT EXISTS ( SELECT d.`blocked_userid`
FROM `ssw1n_community_blocklist` AS d
WHERE d.`userid` = '10428'
AND d.`blocked_userid` = a.`connect_to`)
ORDER BY a.`connection_id` DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | ref | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | idx_connect_from | 4 | const | 2 | Using where |
1 | PRIMARY | b | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | softmozart_evolve.a.connect_to | 1 | Using where |
2 | MATERIALIZED | d | ref | userid,blocked_userid | userid | 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:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/friends.php:1119 |
13 | CommunityModelFriends->getFriendsCount() | JROOT/components/com_community/models/friends.php:1315 |
12 | CommunityModelFriends->getFriends() | JROOT/components/com_community/views/friends/view.html.php:87 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.49 ms After last query: 0.69 ms Query memory: 0.024 MB Memory before query: 18.030 MB Rows returned: 2
SELECT DISTINCT(a.`connect_to`) AS id ,
CASE WHEN c.`userid` IS NULL THEN 0 ELSE 1 END AS online, b.name
FROM `ssw1n_community_connection` AS a
INNER JOIN `ssw1n_users` AS b
ON a.`connect_from`='10428'
AND b.block=0
AND a.`connect_to`=b.`id`
AND a.`status`='1'
LEFT JOIN `ssw1n_session` AS c
ON a.`connect_to` = c.`userid`
WHERE NOT EXISTS ( SELECT d.`blocked_userid`
FROM `ssw1n_community_blocklist` AS d
WHERE d.`userid` = '10428'
AND d.`blocked_userid` = a.`connect_to`)
ORDER BY a.`connection_id` DESC
LIMIT 0, 12
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | ref | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | idx_connect_from | 4 | const | 2 | Using where; Using temporary; Using filesort |
1 | PRIMARY | b | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | softmozart_evolve.a.connect_to | 1 | Using where |
1 | PRIMARY | c | ref | userid | userid | 5 | softmozart_evolve.a.connect_to | 64 | Using index |
2 | MATERIALIZED | d | ref | userid,blocked_userid | userid | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.09 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.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
Creating sort index | 0.01 ms |
Removing tmp table | 0.00 ms |
Creating sort index | 0.00 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 |
Removing tmp table | 0.00 ms |
Freeing items | 0.00 ms |
Removing tmp table | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/friends.php:1432 |
12 | CommunityModelFriends->getFriends() | JROOT/components/com_community/views/friends/view.html.php:87 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.33 ms After last query: 0.06 ms Query memory: 0.036 MB Memory before query: 18.039 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`friendcount` as _friendcount, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` AS _search_email, s.`userid` as _isonline, u.*
FROM `ssw1n_community_users` as a
LEFT JOIN `ssw1n_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `ssw1n_session`s
ON s.`userid`=a.`userid`
WHERE a.`userid` IN (65)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid | userid | 5 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.13 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.04 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 |
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 |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/core.php:127 |
13 | CFactory::loadUsers() | JROOT/components/com_community/models/friends.php:1448 |
12 | CommunityModelFriends->getFriends() | JROOT/components/com_community/views/friends/view.html.php:87 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.14 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 18.045 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '812'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/models/friends.php:1453 |
12 | CommunityModelFriends->getFriends() | JROOT/components/com_community/views/friends/view.html.php:87 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.32 ms After last query: 0.05 ms Query memory: 0.037 MB Memory before query: 18.055 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `ssw1n_community_users` as a
LEFT JOIN `ssw1n_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `ssw1n_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='812'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.12 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.05 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 |
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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
13 | CFactory::getUser() | JROOT/components/com_community/models/friends.php:1453 |
12 | CommunityModelFriends->getFriends() | JROOT/components/com_community/views/friends/view.html.php:87 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.18 ms After last query: 0.11 ms Query memory: 0.024 MB Memory before query: 18.068 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '65'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.03 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/models/friends.php:1453 |
12 | CommunityModelFriends->getFriends() | JROOT/components/com_community/views/friends/view.html.php:87 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.35 ms After last query: 0.04 ms Query memory: 0.037 MB Memory before query: 18.077 MB Rows returned: 1
SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.*
FROM `ssw1n_community_users` as a
LEFT JOIN `ssw1n_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `ssw1n_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
WHERE a.`userid`='65'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | s | ref | userid,client_id_guest | userid | 5 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.12 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.05 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.02 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.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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
14 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
13 | CFactory::getUser() | JROOT/components/com_community/models/friends.php:1453 |
12 | CommunityModelFriends->getFriends() | JROOT/components/com_community/views/friends/view.html.php:87 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.27 ms After last query: 0.31 ms Query memory: 0.027 MB Memory before query: 18.090 MB Rows returned: 8
SELECT *
FROM `ssw1n_community_featured`
WHERE `type`='users'
ORDER BY `id` DESC
LIMIT 0,10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_featured | ALL | type | NO INDEX KEY COULD BE USED | NULL | NULL | 27 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.05 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.05 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/featured.php:41 |
13 | CFeatured->_load() | JROOT/components/com_community/libraries/featured.php:23 |
12 | CFeatured->__construct() | JROOT/components/com_community/views/friends/view.html.php:103 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.17 ms After last query: 0.30 ms Query memory: 0.025 MB Memory before query: 18.107 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.04 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.02 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:1734 |
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/friends/view.html.php:123 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.15 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 18.114 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.00 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.00 ms |
Executing | 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/owner.php:46 |
14 | COwnerHelper::isCommunityAdmin() | JROOT/components/com_community/libraries/template.php:227 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/views.php:209 |
12 | CommunityView->showSubmenu() | JROOT/components/com_community/views/friends/view.html.php:123 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.38 ms After last query: 0.32 ms Query memory: 0.026 MB Memory before query: 18.158 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_menu`
WHERE `link` LIKE '%option=com_community&view=profile%'
AND `published`='1'
AND `menutype`!='jomsocial'
AND `type`='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | Using where |
Status | Duration |
---|
Starting | 0.04 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.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.18 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
16 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
15 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/toolbar.submenu.php:45 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/toolbar.submenu.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/views.php:209 |
12 | CommunityView->showSubmenu() | JROOT/components/com_community/views/friends/view.html.php:123 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.14 ms After last query: 0.09 ms Query memory: 0.035 MB Memory before query: 18.177 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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:528 |
21 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
16 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
15 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/toolbar.submenu.php:45 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/toolbar.submenu.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/views.php:209 |
12 | CommunityView->showSubmenu() | JROOT/components/com_community/views/friends/view.html.php:123 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.27 ms After last query: 0.67 ms Query memory: 0.024 MB Memory before query: 18.212 MB Rows returned: 0
SELECT `id`,`parent_id`
FROM `ssw1n_menu`
WHERE `menutype`='jomsocial'
AND `published`='1'
AND `link` LIKE '%index.php?option=com_community&view=friends%'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_menu | ref | idx_menutype | idx_menutype | 98 | const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.06 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.05 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_community/models/toolbar.php:135 |
13 | CommunityModelToolbar->getActiveId() | JROOT/components/com_community/helpers/head.php:96 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/friends/view.html.php:128 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.40 ms After last query: 0.16 ms Query memory: 0.026 MB Memory before query: 18.221 MB Rows returned: 3
SELECT `id`
FROM `ssw1n_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 | ssw1n_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | Using where |
Status | Duration |
---|
Starting | 0.04 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.21 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.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:159 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/friends/view.html.php:128 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.39 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 18.230 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_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 | ssw1n_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | 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.00 ms |
init | 0.01 ms |
Optimizing | 0.05 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.17 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:160 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/friends/view.html.php:128 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.36 ms After last query: 0.14 ms Query memory: 0.026 MB Memory before query: 18.240 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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 | ssw1n_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | Using where |
Status | Duration |
---|
Starting | 0.04 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.14 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.05 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:161 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/friends/view.html.php:128 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.19 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 18.248 MB Rows returned: 3
SELECT `id`
FROM `ssw1n_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 | ssw1n_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | 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.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.06 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1433 |
15 | CRoute::_getDefaultItemid() | JROOT/components/com_community/libraries/core.php:1318 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:161 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/friends/view.html.php:128 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.28 ms After last query: 0.12 ms Query memory: 0.026 MB Memory before query: 18.257 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_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 | ssw1n_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | 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.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.14 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:162 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/friends/view.html.php:128 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.28 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 18.267 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_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 | ssw1n_menu | ALL | idx_menutype | NO INDEX KEY COULD BE USED | NULL | NULL | 249 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.14 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
15 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
14 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
13 | CRoute::getExternalURL() | JROOT/components/com_community/helpers/head.php:163 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/friends/view.html.php:128 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.23 ms After last query: 0.39 ms Query memory: 0.024 MB Memory before query: 18.291 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '812'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.05 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.00 ms |
Starting cleanup | 0.04 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/friends/view.html.php:164 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 18.301 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/libraries/user.php:640 |
12 | CUser->getFriendCount() | JROOT/components/com_community/views/friends/view.html.php:167 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.16 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 18.309 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '812'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.04 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.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
22 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
21 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
13 | CRoute::_() | JROOT/components/com_community/helpers/url.php:63 |
12 | CUrlHelper::userLink() | JROOT/components/com_community/views/friends/view.html.php:168 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.12 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 18.320 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '65'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/views/friends/view.html.php:164 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 18.330 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.04 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/libraries/user.php:640 |
12 | CUser->getFriendCount() | JROOT/components/com_community/views/friends/view.html.php:167 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 18.338 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '65'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
22 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
21 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
13 | CRoute::_() | JROOT/components/com_community/helpers/url.php:63 |
12 | CUrlHelper::userLink() | JROOT/components/com_community/views/friends/view.html.php:168 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.20 ms Query memory: 0.024 MB Memory before query: 18.349 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.23 ms After last query: 0.45 ms Query memory: 0.029 MB Memory before query: 18.402 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.08 ms |
checking permissions | 0.01 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
24 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
23 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
22 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
14 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:59 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.17 ms After last query: 0.10 ms Query memory: 0.029 MB Memory before query: 18.415 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
24 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
23 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
22 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
14 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:60 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.15 ms After last query: 0.08 ms Query memory: 0.029 MB Memory before query: 18.427 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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 |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
24 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
23 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
22 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
14 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:62 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.17 ms After last query: 0.67 ms Query memory: 0.026 MB Memory before query: 18.508 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.05 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:158 |
14 | CFriendsHelper::getUserCog() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:84 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 18.516 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '812'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:159 |
14 | CFriendsHelper::getUserCog() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:84 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.10 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 18.525 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:98 |
14 | CFriendsHelper::getUserFriendDropdown() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:85 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 18.533 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '812'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:99 |
14 | CFriendsHelper::getUserFriendDropdown() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:85 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.16 ms After last query: 0.18 ms Query memory: 0.027 MB Memory before query: 18.553 MB Rows returned: 1
SELECT *
FROM `ssw1n_community_theme`
WHERE `key`='settings'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_theme | const | key | key | 98 | const | 1 | |
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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/theme.php:28 |
16 | CommunityModelTheme->__construct() | JROOT/components/com_community/libraries/core.php:372 |
15 | CFactory::getModel() | JROOT/components/com_community/libraries/user.php:566 |
14 | CUser->getDisplayName() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:87 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.21 ms After last query: 0.11 ms Query memory: 0.032 MB Memory before query: 18.567 MB Rows returned: 1
SELECT *
FROM `ssw1n_users`
WHERE `id` = 812
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.05 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:86 |
19 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
15 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/libraries/user.php:570 |
14 | CUser->getDisplayName() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:87 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.21 ms After last query: 0.09 ms Query memory: 0.028 MB Memory before query: 18.581 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `ssw1n_usergroups` AS g
INNER JOIN `ssw1n_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 812
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.m.group_id | 1 | |
Status | Duration |
---|
Starting | 0.04 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.03 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1500 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:111 |
19 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
15 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/libraries/user.php:570 |
14 | CUser->getDisplayName() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:87 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 18.586 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.03 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:82 |
14 | CFriendsHelper::getTotalMutualFriends() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:100 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.11 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 18.595 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '812'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.00 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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:83 |
14 | CFriendsHelper::getTotalMutualFriends() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:100 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.09 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 18.603 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:82 |
14 | CFriendsHelper::getTotalMutualFriends() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:101 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 2.57 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 18.612 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '812'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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 | 2.44 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.03 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:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:83 |
14 | CFriendsHelper::getTotalMutualFriends() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:101 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.25 ms After last query: 0.75 ms Query memory: 0.026 MB Memory before query: 18.684 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.08 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.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.01 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:158 |
14 | CFriendsHelper::getUserCog() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:84 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.04 ms Query memory: 0.026 MB Memory before query: 18.693 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '65'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 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.00 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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:159 |
14 | CFriendsHelper::getUserCog() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:84 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.12 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 18.701 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.00 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.00 ms |
Executing | 0.00 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.01 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:98 |
14 | CFriendsHelper::getUserFriendDropdown() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:85 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.11 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 18.710 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '65'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.01 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:99 |
14 | CFriendsHelper::getUserFriendDropdown() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:85 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.21 ms After last query: 0.07 ms Query memory: 0.032 MB Memory before query: 18.723 MB Rows returned: 1
SELECT *
FROM `ssw1n_users`
WHERE `id` = 65
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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 |
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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:86 |
19 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
15 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/libraries/user.php:570 |
14 | CUser->getDisplayName() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:87 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.23 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 18.736 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `ssw1n_usergroups` AS g
INNER JOIN `ssw1n_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 65
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.m.group_id | 1 | |
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.01 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.05 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1500 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:111 |
19 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
18 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
17 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
16 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
15 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/libraries/user.php:570 |
14 | CUser->getDisplayName() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:87 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.12 ms After last query: 0.10 ms Query memory: 0.026 MB Memory before query: 18.742 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:82 |
14 | CFriendsHelper::getTotalMutualFriends() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:100 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.16 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 18.750 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '65'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.00 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:83 |
14 | CFriendsHelper::getTotalMutualFriends() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:100 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 18.759 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.00 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 |
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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:82 |
14 | CFriendsHelper::getTotalMutualFriends() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:101 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.14 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 18.767 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '65'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.00 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
15 | CFactory::getUser() | JROOT/components/com_community/helpers/friends.php:83 |
14 | CFriendsHelper::getTotalMutualFriends() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:101 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.18 ms After last query: 0.29 ms Query memory: 0.029 MB Memory before query: 18.780 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.04 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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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:528 |
21 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
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:154 |
18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
16 | Joomla\CMS\Router\Route::_() | JROOT/libraries/src/Pagination/Pagination.php:787 |
15 | Joomla\CMS\Pagination\Pagination->_buildDataObject() | JROOT/libraries/src/Pagination/Pagination.php:328 |
14 | Joomla\CMS\Pagination\Pagination->getPagesLinks() | JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php:139 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/friends/list.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/friends/view.html.php:209 |
11 | CommunityViewFriends->friends() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/friends.php:206 |
9 | CommunityFriendsController->friends() | JROOT/components/com_community/controllers/friends.php:168 |
8 | CommunityFriendsController->display() | JROOT/components/com_community/controllers/controller.php:330 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.21 ms After last query: 2.02 ms Query memory: 0.023 MB Memory before query: 18.884 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.05 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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:340 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.15 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 18.889 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.00 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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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:340 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.22 ms After last query: 3.48 ms Query memory: 0.024 MB Memory before query: 19.302 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.05 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.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.27 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 19.309 MB Rows returned: 0
SELECT a.`params`, a.`id`, a.`link`, a.title as name, a.`parent_id`, false as script, a.`browserNav`
FROM `ssw1n_menu` AS a
LEFT JOIN `ssw1n_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 | 1 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.05 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.04 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.02 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 19.315 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.02 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.26 ms After last query: 0.61 ms Query memory: 0.023 MB Memory before query: 19.387 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.05 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.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.07 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:1734 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 19.394 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.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.00 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.03 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
11 | CFactory::getUser() | JROOT/components/com_community/libraries/miniheader.php:42 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.53 ms After last query: 0.77 ms Query memory: 0.029 MB Memory before query: 19.551 MB Rows returned: 5
SHOW FULL COLUMNS
FROM `ssw1n_community_likes`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ssw1n_community_likes`
Status | Duration |
---|
Starting | 0.05 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.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 |
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.00 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.05 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
16 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
15 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
14 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/like.php:27 |
13 | CTableLike->__construct() | JROOT/libraries/src/Table/Table.php:312 |
12 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/like.php:405 |
11 | CLike->userLiked() | JROOT/components/com_community/libraries/miniheader.php:56 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.23 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 19.567 MB Rows returned: 0
SELECT *
FROM `ssw1n_community_likes`
WHERE `element`='profile'
AND `uid`='10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_likes | ref | element | element | 606 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.04 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.05 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.03 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_community/tables/like.php:49 |
12 | CTableLike->loadInfo() | JROOT/components/com_community/libraries/like.php:406 |
11 | CLike->userLiked() | JROOT/components/com_community/libraries/miniheader.php:56 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.22 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 19.574 MB Rows returned: 0
SELECT *
FROM `ssw1n_community_likes`
WHERE `element`='profile'
AND `uid`='10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_likes | ref | element | element | 606 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.07 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.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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_community/tables/like.php:49 |
12 | CTableLike->loadInfo() | JROOT/components/com_community/libraries/like.php:444 |
11 | CLike->getLikeCount() | JROOT/components/com_community/libraries/miniheader.php:58 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.15 ms After last query: 0.12 ms Query memory: 0.024 MB Memory before query: 19.580 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/models/profile.php:254 |
11 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/libraries/miniheader.php:62 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.30 ms After last query: 0.04 ms Query memory: 0.037 MB Memory before query: 19.587 MB Rows returned: 15
SELECT field.*, value.`value`,value.`access`, value.`params` as fieldparams
FROM `ssw1n_community_fields` AS field
LEFT JOIN `ssw1n_community_fields_values` AS value
ON field.`id`=value.`field_id`
AND value.`user_id`='10428'
WHERE field.`published`='1'
AND field.`visible`>='1'
ORDER BY field.`ordering`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | field | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 15 | Using where; Using filesort |
1 | SIMPLE | value | ref | field_id,user_id,idx_user_fieldid | user_id | 4 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.04 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.04 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 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.02 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:1500 |
12 | JDatabaseDriver->loadAssocList() | JROOT/components/com_community/models/profile.php:295 |
11 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/libraries/miniheader.php:62 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 19.639 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.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.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
12 | CFactory::getUser() | JROOT/components/com_community/models/profile.php:313 |
11 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/libraries/miniheader.php:62 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.51 ms After last query: 1.10 ms Query memory: 0.031 MB Memory before query: 19.797 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `ssw1n_community_photos_albums`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ssw1n_community_photos_albums`
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.18 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 |
Filling schema table | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.04 ms |
closing tables | 0.00 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.03 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.03 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:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
15 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
14 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
13 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/album.php:39 |
12 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:312 |
11 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/miniheader.php:68 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.21 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 19.833 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.06 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/tables/album.php:43 |
12 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:312 |
11 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/miniheader.php:68 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.39 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 19.840 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_community_photos_albums`
WHERE `creator` = '10428'
AND `type` = 'profile.avatar'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_photos_albums | ref | creator,idx_type,idx_creatortype | creator | 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.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.22 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.03 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/tables/album.php:715 |
11 | CTableAlbum->isAvatarAlbumExists() | JROOT/components/com_community/libraries/miniheader.php:69 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.17 ms After last query: 0.31 ms Query memory: 0.024 MB Memory before query: 19.864 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.05 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/models/status.php:78 |
12 | CommunityModelStatus->get() | JROOT/components/com_community/libraries/user.php:483 |
11 | CUser->getStatus() | JROOT/components/com_community/libraries/miniheader.php:72 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.24 ms After last query: 0.03 ms Query memory: 0.031 MB Memory before query: 19.871 MB Rows returned: 1
SELECT *
from `ssw1n_community_users`
WHERE `userid`='10428'
AND (`status_access` <= 10)
ORDER BY `posted_on` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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.04 ms |
table lock | 0.00 ms |
init | 0.02 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.01 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 |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/status.php:107 |
12 | CommunityModelStatus->get() | JROOT/components/com_community/libraries/user.php:483 |
11 | CUser->getStatus() | JROOT/components/com_community/libraries/miniheader.php:72 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.33 ms After last query: 2.61 ms Query memory: 0.036 MB Memory before query: 20.167 MB Rows returned: 44
SELECT *
FROM `ssw1n_community_moods`
ORDER BY `ordering` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_moods | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 30 | Using filesort |
Status | Duration |
---|
Starting | 0.05 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.05 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.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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/moods.php:29 |
14 | CommunityModelMoods->__construct() | JROOT/components/com_community/helpers/string.php:241 |
13 | CStringHelper::getMood() | JROOT/components/com_community/libraries/activities.php:1669 |
12 | CActivities::format() | JROOT/components/com_community/libraries/user.php:501 |
11 | CUser->getStatus() | JROOT/components/com_community/libraries/miniheader.php:72 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.22 ms After last query: 0.48 ms Query memory: 0.024 MB Memory before query: 20.168 MB Rows returned: 0
SELECT `value`
FROM `ssw1n_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_fields_values | ref | field_id,user_id,idx_user_fieldid | user_id | 4 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 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.04 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
12 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1477 |
11 | CUser->isDefaultCover() | JROOT/components/com_community/libraries/miniheader.php:73 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.23 ms After last query: 2.22 ms Query memory: 0.024 MB Memory before query: 20.497 MB Rows returned: 0
SELECT `value`
FROM `ssw1n_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_fields_values | ref | field_id,user_id,idx_user_fieldid | user_id | 4 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.06 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.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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
12 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1354 |
11 | CUser->getCover() | JROOT/components/com_community/libraries/miniheader.php:74 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.35 ms After last query: 2.24 ms Query memory: 0.023 MB Memory before query: 20.892 MB Rows returned: 1
SELECT COUNT(*)
FROM `ssw1n_community_groups_members` AS a
INNER JOIN `ssw1n_community_groups` AS b
WHERE a.`groupid`= b.`id`
AND `memberid`='10428'
AND `approved`='1'
AND b.`published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | groupid,idx_memberid | idx_memberid | 4 | const | 1 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.a.groupid | 1 | Using where |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.04 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 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.02 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:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/groups.php:445 |
11 | CommunityModelGroups->getGroupsCount() | JROOT/components/com_community/libraries/miniheader.php:82 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.35 ms After last query: 1.51 ms Query memory: 0.023 MB Memory before query: 21.115 MB Rows returned: 1
SELECT COUNT(*)
FROM `ssw1n_community_events_members` AS a
INNER JOIN `ssw1n_community_events` AS b
ON b.`id`=a.`eventid`
AND b.`enddate` > '2025-06-19 16:47:00'
WHERE a.`memberid`='10428'
AND a.`status` IN ('1','0')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | idx_eventid,idx_status,idx_permission,idx_member_event | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.a.eventid | 1 | Using where |
Status | Duration |
---|
Starting | 0.07 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.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.06 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/events.php:584 |
11 | CommunityModelEvents->getEventsCount() | JROOT/components/com_community/libraries/miniheader.php:85 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.26 ms After last query: 0.93 ms Query memory: 0.023 MB Memory before query: 21.251 MB Rows returned: 1
SELECT COUNT(1)
FROM `ssw1n_community_videos` AS a
WHERE `creator`='10428'
AND `creator_type`='user'
AND (`status` = 'ready' OR `type` = 'file')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | creator | creator | 4 | const | 2 | Using where |
Status | Duration |
---|
Starting | 0.06 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.03 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/videos.php:639 |
11 | CommunityModelVideos->getVideosCount() | JROOT/components/com_community/libraries/miniheader.php:90 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.59 ms After last query: 1.67 ms Query memory: 0.027 MB Memory before query: 21.527 MB Rows returned: 1
SELECT COUNT(1)
FROM `ssw1n_community_photos` AS a
INNER JOIN `ssw1n_community_photos_albums` AS b
ON a.albumid=b.id
WHERE 1
AND a.creator='10428'
AND (b.type LIKE 'user%' or b.type LIKE 'profile%')
AND `albumid` <> 0
AND a.`published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | albumid | NO INDEX KEY COULD BE USED | NULL | NULL | 844 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY,idx_type,idx_albumtype | PRIMARY | 4 | softmozart_evolve.a.albumid | 1 | Using where |
Status | Duration |
---|
Starting | 0.07 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.02 ms |
Statistics | 0.14 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.20 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.03 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:1365 |
11 | CommunityModelPhotos->getPhotosCount() | JROOT/components/com_community/libraries/miniheader.php:93 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.22 ms After last query: 0.28 ms Query memory: 0.023 MB Memory before query: 21.555 MB Rows returned: 1
SELECT COUNT(1)
FROM `ssw1n_community_featured`
WHERE `type`='users'
AND `cid`='10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_featured | ALL | type | NO INDEX KEY COULD BE USED | NULL | NULL | 27 | Using where |
Status | Duration |
---|
Starting | 0.05 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.03 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/featured.php:29 |
11 | CommunityModelFeatured->isExists() | JROOT/components/com_community/libraries/miniheader.php:97 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.21 ms After last query: 0.22 ms Query memory: 0.024 MB Memory before query: 21.565 MB Rows returned: 0
SELECT connection_id
FROM `ssw1n_community_connection`
WHERE `connect_from`='0'
AND `connect_to`='10428'
AND `status` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_connection | range|filter | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | idx_connect_from|idx_connect_to | 4|4 | NULL | 1 (0%) | Using index condition; Using where; Using rowid filter |
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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/components/com_community/helpers/friends.php:68 |
11 | CFriendsHelper::isWaitingApproval() | JROOT/components/com_community/libraries/miniheader.php:108 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 21.571 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.23 ms After last query: 0.44 ms Query memory: 0.027 MB Memory before query: 21.648 MB Rows returned: 8
SELECT *
FROM `ssw1n_community_featured`
WHERE `type`='users'
ORDER BY `id` DESC
LIMIT 0,10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_featured | ALL | type | NO INDEX KEY COULD BE USED | NULL | NULL | 27 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.04 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.00 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
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/templates/jomsocial/layouts/profile.miniheader.php:13 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.21 ms After last query: 0.09 ms Query memory: 0.025 MB Memory before query: 21.664 MB Rows returned: 0
SELECT `value`
FROM `ssw1n_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_fields_values | ref | field_id,user_id,idx_user_fieldid | user_id | 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.00 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
15 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
14 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1354 |
13 | CUser->getCover() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:32 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.18 ms After last query: 0.73 ms Query memory: 0.025 MB Memory before query: 21.697 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.05 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:99 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.19 ms After last query: 0.06 ms Query memory: 0.027 MB Memory before query: 21.707 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Query end | 0.04 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
17 | CFactory::getUser() | JROOT/components/com_community/helpers/access/friends.php:84 |
16 | CFriendsAccess::friendsRequest() | JROOT/components/com_community/helpers/access/friends.php:31 |
15 | CFriendsAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
14 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
13 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:99 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 21.714 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.00 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.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:112 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.15 ms After last query: 0.21 ms Query memory: 0.027 MB Memory before query: 21.732 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.01 ms |
Optimizing | 0.00 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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
17 | CFactory::getUser() | JROOT/components/com_community/helpers/access/chat.php:81 |
16 | CChatAccess::chatPrivateMessage() | JROOT/components/com_community/helpers/access/chat.php:14 |
15 | CChatAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
14 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
13 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:112 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.19 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 21.739 MB Rows returned: 0
SELECT connection_id
FROM `ssw1n_community_connection`
WHERE `connect_from`='0'
AND `connect_to`='10428'
AND `status` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_connection | range|filter | connect_from,idx_connect_to,idx_connect_from,idx_connect_tofrom | idx_connect_from|idx_connect_to | 4|4 | NULL | 1 (0%) | Using index condition; Using where; Using rowid filter |
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.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 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.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/helpers/friends.php:68 |
13 | CFriendsHelper::isWaitingApproval() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:163 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 21.746 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.00 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.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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:163 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.17 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 21.755 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.04 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
17 | CFactory::getUser() | JROOT/components/com_community/helpers/access/friends.php:84 |
16 | CFriendsAccess::friendsRequest() | JROOT/components/com_community/helpers/access/friends.php:31 |
15 | CFriendsAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
14 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
13 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:163 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 21.765 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
22 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
21 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
13 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:174 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.12 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 21.777 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
22 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
21 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
13 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:183 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.11 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 21.787 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.00 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.00 ms |
Executing | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
13 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:190 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.13 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 21.796 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 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.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
17 | CFactory::getUser() | JROOT/components/com_community/helpers/access/chat.php:81 |
16 | CChatAccess::chatPrivateMessage() | JROOT/components/com_community/helpers/access/chat.php:14 |
15 | CChatAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
14 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
13 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:190 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.28 ms After last query: 0.21 ms Query memory: 0.028 MB Memory before query: 21.806 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
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.01 ms |
Optimizing | 0.00 ms |
Statistics | 0.01 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.05 ms |
Executing | 0.00 ms |
Sending data | 0.00 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 |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
22 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
21 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
13 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:216 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.19 ms After last query: 0.11 ms Query memory: 0.028 MB Memory before query: 21.817 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '10428'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.07 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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
22 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
21 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
14 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
13 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php:220 |
12 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.miniheader.php | JROOT/components/com_community/libraries/template.php:240 |
11 | CTemplate->fetch() | JROOT/components/com_community/libraries/miniheader.php:118 |
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:343 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.15 ms After last query: 0.30 ms Query memory: 0.023 MB Memory before query: 21.670 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.04 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.00 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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:349 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.16 ms After last query: 0.40 ms Query memory: 0.023 MB Memory before query: 21.704 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_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.04 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.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
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:360 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.29 ms After last query: 25.71 ms Query memory: 0.036 MB Memory before query: 24.974 MB Rows returned: 12
SELECT a.menutype
FROM ssw1n_menu_types AS a
WHERE a.client_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | Using where |
Status | Duration |
---|
Starting | 0.07 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.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.01 ms |
Preparing | 0.02 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.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.00 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
42 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
41 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_menus/helpers/menus.php:154 |
40 | MenusHelper::getMenuTypes() | JROOT/libraries/gantry5/classes/Gantry/Framework/Menu.php:71 |
39 | Gantry\Framework\Menu->getMenus() | JROOT/libraries/gantry5/classes/Gantry/Component/Menu/AbstractMenu.php:115 |
38 | Gantry\Component\Menu\AbstractMenu->instance() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:675 |
37 | Twig_Template->getAttribute() | JROOT/cache/gantry5/g5_helium/twig/88/88e192c0968f641b07a92c2af98ff973bb0d1b17acbffe4e9ce407780134094c.php:20 |
36 | __TwigTemplate_145b2b43ed1ad45db7ef9ad9d300565921f4c31239a228f0a41b5c871ca4e5a8->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
35 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
34 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/8e/8e5e272a394d608a5a5a4554f2ef4527857b1a683a5f75a5896012c8760eef51.php:60 |
33 | __TwigTemplate_c16b9457a1bdbfa609326a1d14218e93a74b5cbc3fd7d45bcf20b915fb14c9dc->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
32 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
31 | Twig_Template->display() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:407 |
30 | Twig_Template->render() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Environment.php:363 |
29 | Twig_Environment->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:163 |
28 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:766 |
27 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:666 |
26 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:593 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
22 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:422 |
21 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:673 |
20 | Twig_Template->getAttribute() | JROOT/cache/gantry5/g5_helium/twig/1e/1e96371ab1c7b73a5435970daf12d00c4039f3e92f5ce4f6efdb153160e7f529.php:36 |
19 | __TwigTemplate_bc34790340fb12f47cf42cf0c13b2adc8a78982ad2918899582ad76c95e1a6af->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
18 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
17 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/e8/e8efaef88c53f484c86862d83c1d957239588b6fe092757e6cb544cc075c45ee.php:24 |
16 | __TwigTemplate_22dc06cce989244fb8d3f5fcf813569067a187e115969bbda614a61d61bc90d9->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
15 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
14 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/15/1516561e8f8b2c87e0aeb22579d2a9cdcfeac9037f10adf2a2a274f9490b09fa.php:24 |
13 | __TwigTemplate_74b153afd6133d347f63d3d8674c7f1afb660a9692be2782a015f45aa9be032e->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
12 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
11 | Twig_Template->display() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:407 |
10 | Twig_Template->render() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Environment.php:363 |
9 | Twig_Environment->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:163 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_helium/index.php:23 |
7 | require JROOT/templates/g5_helium/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.23 ms After last query: 4.45 ms Query memory: 0.039 MB Memory before query: 25.521 MB Rows returned: 1
SELECT *
FROM `ssw1n_kunena_configuration`
WHERE `id`=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_kunena_configuration | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
Status | Duration |
---|
Starting | 0.05 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.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.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 |
---|
51 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
50 | JDatabaseDriver->loadAssoc() | JROOT/libraries/kunena/config.php:1400 |
49 | KunenaConfig->load() | JROOT/libraries/kunena/config.php:1373 |
48 | KunenaConfig::getInstance() | JROOT/components/com_kunena/router.php:42 |
47 | KunenaBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
46 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
45 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
44 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
43 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
42 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
41 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
40 | Joomla\CMS\Router\Route::_() | JROOT/libraries/gantry5/classes/Gantry/Framework/Menu.php:377 |
39 | Gantry\Framework\Menu->getList() | JROOT/libraries/gantry5/classes/Gantry/Component/Menu/AbstractMenu.php:154 |
38 | Gantry\Component\Menu\AbstractMenu->instance() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:675 |
37 | Twig_Template->getAttribute() | JROOT/cache/gantry5/g5_helium/twig/88/88e192c0968f641b07a92c2af98ff973bb0d1b17acbffe4e9ce407780134094c.php:20 |
36 | __TwigTemplate_145b2b43ed1ad45db7ef9ad9d300565921f4c31239a228f0a41b5c871ca4e5a8->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
35 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
34 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/8e/8e5e272a394d608a5a5a4554f2ef4527857b1a683a5f75a5896012c8760eef51.php:60 |
33 | __TwigTemplate_c16b9457a1bdbfa609326a1d14218e93a74b5cbc3fd7d45bcf20b915fb14c9dc->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
32 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
31 | Twig_Template->display() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:407 |
30 | Twig_Template->render() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Environment.php:363 |
29 | Twig_Environment->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:163 |
28 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:766 |
27 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:666 |
26 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:593 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
22 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:422 |
21 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:673 |
20 | Twig_Template->getAttribute() | JROOT/cache/gantry5/g5_helium/twig/1e/1e96371ab1c7b73a5435970daf12d00c4039f3e92f5ce4f6efdb153160e7f529.php:36 |
19 | __TwigTemplate_bc34790340fb12f47cf42cf0c13b2adc8a78982ad2918899582ad76c95e1a6af->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
18 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
17 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/e8/e8efaef88c53f484c86862d83c1d957239588b6fe092757e6cb544cc075c45ee.php:24 |
16 | __TwigTemplate_22dc06cce989244fb8d3f5fcf813569067a187e115969bbda614a61d61bc90d9->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
15 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
14 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/15/1516561e8f8b2c87e0aeb22579d2a9cdcfeac9037f10adf2a2a274f9490b09fa.php:24 |
13 | __TwigTemplate_74b153afd6133d347f63d3d8674c7f1afb660a9692be2782a015f45aa9be032e->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
12 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
11 | Twig_Template->display() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:407 |
10 | Twig_Template->render() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Environment.php:363 |
9 | Twig_Environment->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:163 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_helium/index.php:23 |
7 | require JROOT/templates/g5_helium/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.68 ms After last query: 5.77 ms Query memory: 0.045 MB Memory before query: 25.971 MB Rows returned: 31
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ssw1n_modules AS m
LEFT JOIN ssw1n_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ssw1n_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-06-19 16:47:00')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-06-19 16:47:00')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 477 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 | 39 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | softmozart_evolve.m.module,const | 1 | Using index condition; Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.m.id | 2 | Using where; Using index |
Status | Duration |
---|
Starting | 0.07 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.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.31 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.01 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
50 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
49 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
48 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
47 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
46 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
45 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
44 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/gantry5/classes/Gantry/Framework/Platform.php:233 |
43 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:675 |
42 | Twig_Template->getAttribute() | JROOT/cache/gantry5/g5_helium/twig/fe/fe4dd014b2bc57d2ce4e402f96f4cb0a34ffe5245a5e8acf8f6c8cc1cad93708.php:32 |
41 | __TwigTemplate_b42a42f79f3dd7441f726467ceda3867bcf235af567de7a3504ccfabce600e5d->block_particle() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:215 |
40 | Twig_Template->displayBlock() | JROOT/cache/gantry5/g5_helium/twig/48/489ad79b00ce6cc7262f1b6e07ae34ca617a9a65c32e87001a0f2768689e11e3.php:62 |
39 | __TwigTemplate_b0f548c500e532ba1fda164a0c0a2eaf89d5783ac1dbfaeb32105e4aaedef21b->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
38 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
37 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/fe/fe4dd014b2bc57d2ce4e402f96f4cb0a34ffe5245a5e8acf8f6c8cc1cad93708.php:24 |
36 | __TwigTemplate_b42a42f79f3dd7441f726467ceda3867bcf235af567de7a3504ccfabce600e5d->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
35 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
34 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/3f/3fd14f8207fa3d018fd9724c7e71c82f7170e60d82cc310cf460d5a14ad1a7a8.php:42 |
33 | __TwigTemplate_24d13b45559483d220f13be7b946cda7f2e614d78ce82344c17a7f904122f38a->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
32 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
31 | Twig_Template->display() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:407 |
30 | Twig_Template->render() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Environment.php:363 |
29 | Twig_Environment->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:163 |
28 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:766 |
27 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:666 |
26 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:593 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
22 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:422 |
21 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:673 |
20 | Twig_Template->getAttribute() | JROOT/cache/gantry5/g5_helium/twig/1e/1e96371ab1c7b73a5435970daf12d00c4039f3e92f5ce4f6efdb153160e7f529.php:36 |
19 | __TwigTemplate_bc34790340fb12f47cf42cf0c13b2adc8a78982ad2918899582ad76c95e1a6af->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
18 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
17 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/e8/e8efaef88c53f484c86862d83c1d957239588b6fe092757e6cb544cc075c45ee.php:24 |
16 | __TwigTemplate_22dc06cce989244fb8d3f5fcf813569067a187e115969bbda614a61d61bc90d9->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
15 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
14 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/15/1516561e8f8b2c87e0aeb22579d2a9cdcfeac9037f10adf2a2a274f9490b09fa.php:24 |
13 | __TwigTemplate_74b153afd6133d347f63d3d8674c7f1afb660a9692be2782a015f45aa9be032e->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
12 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
11 | Twig_Template->display() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:407 |
10 | Twig_Template->render() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Environment.php:363 |
9 | Twig_Environment->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:163 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_helium/index.php:23 |
7 | require JROOT/templates/g5_helium/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
Query Time: 0.78 ms After last query: 6.61 ms Query memory: 0.055 MB Memory before query: 26.761 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM ssw1n_fields AS a
LEFT JOIN `ssw1n_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ssw1n_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ssw1n_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ssw1n_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ssw1n_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | softmozart_evolve.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.08 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.06 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.20 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.07 ms |
Creating sort index | 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.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
63 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
62 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
61 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
60 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
59 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:135 |
58 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:488 |
57 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
56 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
55 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
54 | JHtmlContent::prepare() | Same as call in the line below. |
53 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
52 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
51 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
50 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
49 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
48 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/classes/Gantry/Framework/Platform.php:195 |
47 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/classes/Gantry/Framework/Platform.php:234 |
46 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:675 |
45 | Twig_Template->getAttribute() | JROOT/cache/gantry5/g5_helium/twig/fe/fe4dd014b2bc57d2ce4e402f96f4cb0a34ffe5245a5e8acf8f6c8cc1cad93708.php:32 |
44 | __TwigTemplate_b42a42f79f3dd7441f726467ceda3867bcf235af567de7a3504ccfabce600e5d->block_particle() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:215 |
43 | Twig_Template->displayBlock() | JROOT/cache/gantry5/g5_helium/twig/48/489ad79b00ce6cc7262f1b6e07ae34ca617a9a65c32e87001a0f2768689e11e3.php:62 |
42 | __TwigTemplate_b0f548c500e532ba1fda164a0c0a2eaf89d5783ac1dbfaeb32105e4aaedef21b->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
41 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
40 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/fe/fe4dd014b2bc57d2ce4e402f96f4cb0a34ffe5245a5e8acf8f6c8cc1cad93708.php:24 |
39 | __TwigTemplate_b42a42f79f3dd7441f726467ceda3867bcf235af567de7a3504ccfabce600e5d->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
38 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
37 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/3f/3fd14f8207fa3d018fd9724c7e71c82f7170e60d82cc310cf460d5a14ad1a7a8.php:42 |
36 | __TwigTemplate_24d13b45559483d220f13be7b946cda7f2e614d78ce82344c17a7f904122f38a->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
35 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
34 | Twig_Template->display() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:407 |
33 | Twig_Template->render() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Environment.php:363 |
32 | Twig_Environment->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:163 |
31 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:766 |
30 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:666 |
29 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:593 |
28 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
27 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:579 |
22 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/ThemeTrait.php:422 |
21 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:673 |
20 | Twig_Template->getAttribute() | JROOT/cache/gantry5/g5_helium/twig/1e/1e96371ab1c7b73a5435970daf12d00c4039f3e92f5ce4f6efdb153160e7f529.php:36 |
19 | __TwigTemplate_bc34790340fb12f47cf42cf0c13b2adc8a78982ad2918899582ad76c95e1a6af->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
18 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
17 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/e8/e8efaef88c53f484c86862d83c1d957239588b6fe092757e6cb544cc075c45ee.php:24 |
16 | __TwigTemplate_22dc06cce989244fb8d3f5fcf813569067a187e115969bbda614a61d61bc90d9->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
15 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
14 | Twig_Template->display() | JROOT/cache/gantry5/g5_helium/twig/15/1516561e8f8b2c87e0aeb22579d2a9cdcfeac9037f10adf2a2a274f9490b09fa.php:24 |
13 | __TwigTemplate_74b153afd6133d347f63d3d8674c7f1afb660a9692be2782a015f45aa9be032e->doDisplay() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:428 |
12 | Twig_Template->displayWithErrorHandling() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:399 |
11 | Twig_Template->display() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Template.php:407 |
10 | Twig_Template->render() | JROOT/libraries/gantry5/vendor/twig/twig/lib/Twig/Environment.php:363 |
9 | Twig_Environment->render() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:163 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_helium/index.php:23 |
7 | require JROOT/templates/g5_helium/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:64 |
72 × SELECT `id`
FROM `ssw1n_users`
8 × SELECT `id`
FROM `ssw1n_menu`
4 × SELECT `g`.`id`,`g`.`title`
FROM `ssw1n_usergroups` AS g
INNER JOIN `ssw1n_user_usergroup_map` AS m
ON m.group_id = g.id
4 × SELECT *
FROM `ssw1n_users`
4 × 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 `ssw1n_community_users` as a
LEFT JOIN `ssw1n_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `ssw1n_session` s
ON s.`userid`=a.`userid`
AND s.`client_id` !='1'
4 × SELECT `value`
FROM `ssw1n_community_fields_values`
2 × SELECT count(distinct connect_to)
FROM `ssw1n_community_connection` as a, `ssw1n_users` as b
2 × SELECT *
FROM `ssw1n_community_featured`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ssw1n_extensions`
2 × SELECT connection_id
FROM `ssw1n_community_connection`
2 × SELECT *
FROM `ssw1n_community_likes`
1 × SELECT `id`,`parent_id`
FROM `ssw1n_menu`
1 × SELECT *
FROM `ssw1n_community_theme`
1 × SELECT a.`params`, a.`id`, a.`link`, a.title as name, a.`parent_id`, false as script, a.`browserNav`
FROM `ssw1n_menu` AS a
LEFT JOIN `ssw1n_menu` AS b
ON b.`id`=a.`parent_id`
AND b.`published`='1'
1 × SELECT field.*, value.`value`,value.`access`, value.`params` as fieldparams
FROM `ssw1n_community_fields` AS field
LEFT JOIN `ssw1n_community_fields_values` AS value
ON field.`id`=value.`field_id`
AND value.`user_id`='10428'
1 × SELECT `id`
FROM `ssw1n_community_photos_albums`
1 × SELECT `session_id`
FROM `ssw1n_session`
1 × SELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`groups` as _groups, a.`events` as _events, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`friendcount` as _friendcount, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` AS _search_email, s.`userid` as _isonline, u.*
FROM `ssw1n_community_users` as a
LEFT JOIN `ssw1n_users` u
ON u.`id`=a.`userid`
LEFT
OUTER JOIN `ssw1n_session`s
ON s.`userid`=a.`userid`
1 × SELECT *
FROM `ssw1n_community_moods`
1 × SELECT COUNT(*)
FROM `ssw1n_community_groups_members` AS a
INNER JOIN `ssw1n_community_groups` AS b
1 × SELECT COUNT(*)
FROM `ssw1n_community_events_members` AS a
INNER JOIN `ssw1n_community_events` AS b
ON b.`id`=a.`eventid`
AND b.`enddate` > '2025-06-19 16:47:00'
1 × SELECT COUNT(1)
FROM `ssw1n_community_videos` AS a
1 × SELECT COUNT(1)
FROM `ssw1n_community_photos` AS a
INNER JOIN `ssw1n_community_photos_albums` AS b
ON a.albumid=b.id
1 × SELECT COUNT(1)
FROM `ssw1n_community_featured`
1 × SELECT a.menutype
FROM ssw1n_menu_types AS a
1 × SELECT *
FROM `ssw1n_kunena_configuration`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ssw1n_modules AS m
LEFT JOIN ssw1n_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ssw1n_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT *
from `ssw1n_community_users`
1 × SELECT *
FROM ssw1n_usergroups
1 × SELECT DISTINCT(a.`connect_to`) AS id ,
CASE WHEN c.`userid` IS NULL THEN 0 ELSE 1 END AS online, b.name
FROM `ssw1n_community_connection` AS a
INNER JOIN `ssw1n_users` AS b
ON a.`connect_from`='10428'
AND b.block=0
AND a.`connect_to`=b.`id`
AND a.`status`='1'
LEFT JOIN `ssw1n_session` AS c
ON a.`connect_to` = c.`userid`
1 × SELECT *
FROM ssw1n_languages
1 × SELECT id, rules
FROM `ssw1n_viewlevels
1 × SELECT b.id
FROM ssw1n_usergroups AS a
LEFT JOIN ssw1n_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM ssw1n_extensions
1 × 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 ssw1n_menu AS m
LEFT JOIN ssw1n_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `userid`
FROM `ssw1n_community_users`
1 × SELECT id, home, template, s.params
FROM ssw1n_template_styles as s
LEFT JOIN ssw1n_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM ssw1n_template_styles AS s
1 × SELECT *
FROM ssw1n_community_config
1 × SELECT `group_id`
FROM `ssw1n_user_usergroup_map`
1 × SELECT *
FROM `ssw1n_community_mailq`
1 × SELECT `id`
FROM `ssw1n_community_fields`
1 × SELECT DISTINCT(a.`connect_to`) AS `id`
FROM `ssw1n_community_connection` AS a
INNER JOIN `ssw1n_users` AS b
ON a.`connect_from`='10428'
AND a.`connect_to`=b.`id`
AND a.`status`='1
1 × SELECT `id`,`title`
FROM `ssw1n_usergroups`
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `ssw1n_assets`
1 × SELECT b.id
FROM ssw1n_user_usergroup_map AS map
LEFT JOIN ssw1n_usergroups AS a
ON a.id = map.group_id
LEFT JOIN ssw1n_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT count(id)
FROM ssw1n_usergroup
1 × SELECT COUNT(*)
FROM `ssw1n_extensions`
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM ssw1n_fields AS a
LEFT JOIN `ssw1n_languages` AS l
ON l.lang_code = a.language
LEFT JOIN ssw1n_users AS uc
ON uc.id=a.checked_out
LEFT JOIN ssw1n_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN ssw1n_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN ssw1n_fields_groups AS g
ON g.id = a.group_id