Query Time: 0.26 ms Query memory: 0.022 MB Memory before query: 3.863 MB Rows returned: 0
SELECT `session_id`
FROM `ssw1n_session`
WHERE `session_id` = 'ea6d0683a1fc5afb34aa15a943e3d646'
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: 0.77 ms After last query: 0.05 ms Query memory: 0.004 MB Memory before query: 3.868 MB
INSERT INTO `ssw1n_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('ea6d0683a1fc5afb34aa15a943e3d646', 1, 1750270035, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `ssw1n_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('ea6d0683a1fc5afb34aa15a943e3d646', 1, 1750270035, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php: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: 0.37 ms After last query: 1.53 ms Query memory: 0.031 MB Memory before query: 4.142 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.20 ms After last query: 1.35 ms Query memory: 0.023 MB Memory before query: 4.347 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.19 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 4.359 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: 0.48 ms After last query: 0.40 ms Query memory: 0.035 MB Memory before query: 4.426 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.83 ms After last query: 20.13 ms Query memory: 0.105 MB Memory before query: 8.203 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.31 ms After last query: 6.39 ms Query memory: 0.023 MB Memory before query: 9.289 MB Rows returned: 1
SELECT `userid`
FROM `ssw1n_community_users`
WHERE `alias`='1142:nguyen'
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.48 ms After last query: 43.47 ms Query memory: 0.027 MB Memory before query: 9.454 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: 0.20 ms After last query: 0.11 ms Query memory: 0.006 MB Memory before query: 9.446 MB
UPDATE `ssw1n_extensions`
SET `params` = '{\"mediaversion\":\"9bcfc0cada4a78a271d2aed641f74d96\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `ssw1n_extensions`
SET `params` = '{\"mediaversion\":\"9bcfc0cada4a78a271d2aed641f74d96\"}'
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.36 ms After last query: 1.36 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.30 ms After last query: 9.67 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.27 ms After last query: 5.25 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.47 ms After last query: 5.62 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.21 ms After last query: 0.31 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.25 ms After last query: 4.39 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.29 ms After last query: 8.24 ms Query memory: 0.023 MB Memory before query: 15.562 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.38 ms After last query: 1.14 ms Query memory: 0.035 MB Memory before query: 15.738 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.43 ms After last query: 0.33 ms Query memory: 0.030 MB Memory before query: 15.783 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.23 ms After last query: 0.71 ms Query memory: 0.024 MB Memory before query: 15.912 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.17 ms After last query: 0.02 ms Query memory: 0.024 MB Memory before query: 15.918 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.37 ms Query memory: 0.022 MB Memory before query: 15.946 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.21 ms After last query: 2.08 ms Query memory: 0.023 MB Memory before query: 16.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 |
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/profile.php:1372 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.023 MB Memory before query: 16.308 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
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/profile.php:1390 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.036 MB Memory before query: 16.316 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`='1142'
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 |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
12 | JDatabaseDriver->loadObject() | JROOT/components/com_community/libraries/user.php:174 |
11 | CUser->init() | JROOT/components/com_community/libraries/core.php:199 |
10 | CFactory::getUser() | JROOT/components/com_community/controllers/profile.php:1390 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.024 MB Memory before query: 16.327 MB Rows returned: 1
SELECT `value`
FROM `ssw1n_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '1142'
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 | idx_user_fieldid | 8 | const,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/profile.php:800 |
13 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:671 |
12 | CUser->_getGender() | JROOT/components/com_community/libraries/user.php:821 |
11 | CUser->getThumbAvatar() | JROOT/components/com_community/libraries/core.php:200 |
10 | CFactory::getUser() | JROOT/components/com_community/controllers/profile.php:1390 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.12 ms Query memory: 0.024 MB Memory before query: 16.333 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/profile.php:254 |
10 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/controllers/profile.php:1399 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.29 ms After last query: 0.03 ms Query memory: 0.036 MB Memory before query: 16.340 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`='1142'
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 | idx_user_fieldid | 8 | const,softmozart_evolve.field.id | 1 | |
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:1500 |
11 | JDatabaseDriver->loadAssocList() | JROOT/components/com_community/models/profile.php:295 |
10 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/controllers/profile.php:1399 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.023 MB Memory before query: 16.392 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 |
---|
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/profile.php:313 |
10 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/controllers/profile.php:1399 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.024 MB Memory before query: 16.398 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/helpers/owner.php:46 |
11 | COwnerHelper::isCommunityAdmin() | JROOT/components/com_community/models/profile.php:327 |
10 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/controllers/profile.php:1399 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.28 ms Query memory: 0.033 MB Memory before query: 16.424 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/components/com_community/libraries/user.php:1317 |
12 | CUser->authorise() | JROOT/components/com_community/helpers/owner.php:51 |
11 | COwnerHelper::isCommunityAdmin() | JROOT/components/com_community/models/profile.php:327 |
10 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/controllers/profile.php:1399 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.51 ms Query memory: 0.023 MB Memory before query: 16.530 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/profile.php:1408 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.78 ms Query memory: 0.025 MB Memory before query: 16.838 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/profile.php:1411 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.46 ms Query memory: 0.026 MB Memory before query: 16.908 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/profile.php:1411 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.026 MB Memory before query: 16.916 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/profile.php:1411 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.40 ms Query memory: 0.023 MB Memory before query: 17.059 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
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/profile.php:1414 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.14 ms Query memory: 0.024 MB Memory before query: 17.081 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/profile/view.html.php:578 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.024 MB Memory before query: 17.087 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/profile/view.html.php:581 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.26 ms After last query: 2.16 ms Query memory: 0.024 MB Memory before query: 17.506 MB Rows returned: 1
SELECT `value`
FROM `ssw1n_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '1142'
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 | idx_user_fieldid | 8 | const,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/profile.php:800 |
13 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1354 |
12 | CUser->getCover() | JROOT/components/com_community/views/profile/view.html.php:597 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.33 ms Query memory: 0.024 MB Memory before query: 17.536 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=profile%'
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 |
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: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/profile/view.html.php:597 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.42 ms After last query: 0.44 ms Query memory: 0.026 MB Memory before query: 17.574 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 |
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: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:170 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/profile/view.html.php:597 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 41.41 ms After last query: 0.34 ms Query memory: 0.026 MB Memory before query: 17.608 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 |
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: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:171 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/profile/view.html.php:597 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 0.26 ms Query memory: 0.026 MB Memory before query: 17.617 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 |
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: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:172 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/profile/view.html.php:597 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.20 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 17.625 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 |
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: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:172 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/profile/view.html.php:597 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.026 MB Memory before query: 17.634 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 |
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: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:173 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/profile/view.html.php:597 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 17.644 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 |
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: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:174 |
12 | CHeadHelper::setType() | JROOT/components/com_community/views/profile/view.html.php:597 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.53 ms Query memory: 0.024 MB Memory before query: 17.695 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_menu`
WHERE `link` LIKE '%option=com_community&view=search%'
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/profile/view.html.php:610 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.43 ms Query memory: 0.024 MB Memory before query: 17.725 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/libraries/block.php:194 |
12 | blockUser->isUserBlocked() | JROOT/components/com_community/views/profile/view.html.php:615 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.31 ms Query memory: 0.026 MB Memory before query: 17.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 |
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/helpers/access/profile.php:48 |
15 | CProfileAccess::profileView() | JROOT/components/com_community/helpers/access/profile.php:31 |
14 | CProfileAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
13 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
12 | CUser->authorise() | JROOT/components/com_community/views/profile/view.html.php:633 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.16 ms Query memory: 0.026 MB Memory before query: 17.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 |
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/helpers/access/profile.php:48 |
15 | CProfileAccess::profileView() | JROOT/components/com_community/helpers/access/profile.php:31 |
14 | CProfileAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
13 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
12 | CUser->authorise() | JROOT/components/com_community/views/profile/view.html.php:633 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.20 ms After last query: 0.71 ms Query memory: 0.025 MB Memory before query: 17.895 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
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/apps.php:173 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.025 MB Memory before query: 17.902 MB Rows returned: 1
SELECT `element`
FROM `ssw1n_extensions`
WHERE `enabled`='1'
AND `folder`='community'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 394 | 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:1544 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/apps.php:176 |
14 | CommunityModelApps->getUserApps() | JROOT/components/com_community/libraries/apps.php:174 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.20 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 17.910 MB Rows returned: 0
SELECT DISTINCT a.*
FROM `ssw1n_community_apps` AS a
WHERE a.`userid`='1142'
AND a.`apps`!='news_feed'
AND a.`apps`!='profile'
AND a.`apps`!='friends'
AND a.`apps` IN ('walls')
ORDER BY a.`ordering`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/apps.php:198 |
14 | CommunityModelApps->getUserApps() | JROOT/components/com_community/libraries/apps.php:174 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.13 ms Query memory: 0.027 MB Memory before query: 17.921 MB Rows returned: 1
SELECT `extension_id`
FROM `ssw1n_extensions`
WHERE `element`='walls'
AND `folder`='community'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_extensions | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/apps.php:693 |
18 | CommunityModelApps->getPluginId() | JROOT/components/com_community/models/apps.php:408 |
17 | CommunityModelApps->getAppInfo() | JROOT/components/com_community/models/apps.php:352 |
16 | CommunityModelApps->getAvailableApps() | JROOT/components/com_community/models/apps.php:460 |
15 | CommunityModelApps->getCoreApps() | JROOT/components/com_community/models/apps.php:207 |
14 | CommunityModelApps->getUserApps() | JROOT/components/com_community/libraries/apps.php:174 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.027 MB Memory before query: 17.931 MB Rows returned: 1
SELECT `params`
FROM `ssw1n_extensions`
WHERE `extension_id`='10202'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_extensions | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/apps.php:579 |
18 | CommunityModelApps->getPluginParams() | JROOT/components/com_community/models/apps.php:408 |
17 | CommunityModelApps->getAppInfo() | JROOT/components/com_community/models/apps.php:352 |
16 | CommunityModelApps->getAvailableApps() | JROOT/components/com_community/models/apps.php:460 |
15 | CommunityModelApps->getCoreApps() | JROOT/components/com_community/models/apps.php:207 |
14 | CommunityModelApps->getUserApps() | JROOT/components/com_community/libraries/apps.php:174 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.28 ms Query memory: 0.027 MB Memory before query: 17.942 MB Rows returned: 1
SELECT `name`
FROM `ssw1n_extensions`
WHERE `element`='walls'
AND `folder`='community'
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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/apps.php:100 |
18 | CommunityModelApps->getAppTitle() | JROOT/components/com_community/models/apps.php:418 |
17 | CommunityModelApps->getAppInfo() | JROOT/components/com_community/models/apps.php:352 |
16 | CommunityModelApps->getAvailableApps() | JROOT/components/com_community/models/apps.php:460 |
15 | CommunityModelApps->getCoreApps() | JROOT/components/com_community/models/apps.php:207 |
14 | CommunityModelApps->getUserApps() | JROOT/components/com_community/libraries/apps.php:174 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.66 ms Query memory: 0.026 MB Memory before query: 18.032 MB Rows returned: 1
SELECT `extension_id`
FROM `ssw1n_extensions`
WHERE `element`='walls'
AND `folder`='community'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_extensions | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | Using where; 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/models/apps.php:693 |
16 | CommunityModelApps->getPluginId() | JROOT/components/com_community/models/apps.php:466 |
15 | CommunityModelApps->getCoreApps() | JROOT/components/com_community/models/apps.php:207 |
14 | CommunityModelApps->getUserApps() | JROOT/components/com_community/libraries/apps.php:174 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.040 MB Rows returned: 1
SELECT `params`
FROM `ssw1n_extensions`
WHERE `extension_id`='10202'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_extensions | 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:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/apps.php:579 |
16 | CommunityModelApps->getPluginParams() | JROOT/components/com_community/models/apps.php:466 |
15 | CommunityModelApps->getCoreApps() | JROOT/components/com_community/models/apps.php:207 |
14 | CommunityModelApps->getUserApps() | JROOT/components/com_community/libraries/apps.php:174 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.026 MB Memory before query: 18.048 MB Rows returned: 0
SELECT *
FROM `ssw1n_community_apps`
WHERE `userid`='1142'
AND `apps`!='news_feed'
AND `apps`!='profile'
AND `apps`!='friends'
ORDER BY `ordering`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/apps.php:248 |
14 | CommunityModelApps->getUserApps() | JROOT/components/com_community/libraries/apps.php:174 |
13 | CAppPlugins->_triggerOnProfileDisplay() | JROOT/components/com_community/libraries/apps.php:289 |
12 | CAppPlugins->triggerEvent() | JROOT/components/com_community/views/profile/view.html.php:644 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.024 MB Memory before query: 18.055 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/profile/view.html.php:329 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.24 ms After last query: 1.76 ms Query memory: 0.025 MB Memory before query: 18.329 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
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/activities.php:1551 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.026 MB Memory before query: 18.336 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 |
---|
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/time.php:200 |
14 | CTimeHelper::getDate() | JROOT/components/com_community/libraries/activities.php:1554 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.026 MB Memory before query: 18.344 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 |
---|
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/time.php:201 |
14 | CTimeHelper::getDate() | JROOT/components/com_community/libraries/activities.php:1554 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.24 ms After last query: 6.33 ms Query memory: 0.026 MB Memory before query: 18.906 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 |
---|
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/activities.php:1146 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.031 MB Memory before query: 18.924 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/activities.php:1152 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.026 MB Memory before query: 18.941 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/activities.php:405 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 18.950 MB Rows returned: 0
SELECT m.*,n.`name`
FROM `ssw1n_community_blocklist` m
LEFT JOIN `ssw1n_users` n
ON m.`blocked_userid`=n.`id`
WHERE m.`userid`='0'
AND m.`blocked_userid`!=0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | userid,blocked_userid | userid | 4 | const | 1 | Using where |
1 | SIMPLE | n | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.m.blocked_userid | 1 | |
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/components/com_community/models/block.php:133 |
17 | CommunityModelBlock->getBlockedList() | JROOT/components/com_community/libraries/user.php:1428 |
16 | CUser->getBlockedUsers() | JROOT/components/com_community/libraries/activities.php:410 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.05 ms Query memory: 0.026 MB Memory before query: 18.959 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 |
---|
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/models/activities.php:283 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 3.98 ms After last query: 0.04 ms Query memory: 0.330 MB Memory before query: 18.969 MB Rows returned: 6022
SELECT `id`
FROM `ssw1n_users`
WHERE `block`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | ref | idx_block | idx_block | 1 | const | 6022 | Using index |
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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/user.php:780 |
17 | CommunityModelUser->getBannedUser() | JROOT/components/com_community/models/activities.php:295 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.18 ms Query memory: 0.027 MB Memory before query: 19.733 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:436 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.21 ms Query memory: 0.029 MB Memory before query: 19.776 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 19.789 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.027 MB Memory before query: 19.799 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.28 ms Query memory: 0.027 MB Memory before query: 20.027 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `ssw1n_community_events` AS a
LEFT JOIN `ssw1n_community_events_members` AS b
ON a.`id`=b.`eventid`
WHERE ( b.`status`='1' OR b.`status`='2' OR b.`status`='3' )
AND b.memberid='0'
AND a.published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | PRIMARY,idx_published | idx_published | 5 | const | 1 | Using temporary |
1 | SIMPLE | b | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_permission | 4 | softmozart_evolve.a.id | 1 | Using where; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/events.php:524 |
18 | CommunityModelEvents->getEventIds() | JROOT/components/com_community/models/activities.php:590 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.029 MB Memory before query: 20.036 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 20.049 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.01 ms Query memory: 0.027 MB Memory before query: 20.059 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.027 MB Memory before query: 20.068 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.027 MB Memory before query: 20.077 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 20.086 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.027 MB Memory before query: 20.096 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_community_videos`
WHERE `published` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 321 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:850 |
18 | CommunityModelActivities->_getUnpublishedVideos() | JROOT/components/com_community/models/activities.php:646 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.026 MB Memory before query: 20.105 MB Rows returned: 1
SELECT GROUP_CONCAT(DISTINCT b.`activity_id`) as activity_id
FROM `ssw1n_community_activities_hide` as b
WHERE b.`user_id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | user_id | user_id | 4 | const | 1 | |
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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:697 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.05 ms Query memory: 0.027 MB Memory before query: 20.146 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/helpers/time.php:200 |
18 | CTimeHelper::getDate() | JROOT/components/com_community/models/activities.php:740 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 20.155 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/helpers/time.php:201 |
18 | CTimeHelper::getDate() | JROOT/components/com_community/models/activities.php:740 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 4.19 ms Query memory: 0.026 MB Memory before query: 20.166 MB Rows returned: 0
SELECT cid
FROM `ssw1n_community_featured`
WHERE target_id=1142
AND type='stream.profile'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_featured | ref | type | type | 767 | const | 6 | Using index condition; 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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:777 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.74 ms After last query: 2.48 ms Query memory: 0.033 MB Memory before query: 20.170 MB Rows returned: 0
SELECT a.*
FROM `ssw1n_community_activities` as a
WHERE ( (a.`actor`='1142') OR (
(a.`actor`='0')
AND
(a.`actors` LIKE '%{"id":"1142"}%')
) OR (a.`actor` IN (1142)) OR (a.`target` IN (1142)) OR (a.`target`='1142') )
AND ( 1
AND (( a.`actor` <> '1142'
AND a.target <> a.actor) OR a.target = 1142 OR a.target = 0 OR (a.`actor` IN (1142)) )
AND ( a.actor NOT IN (207,209,582,683,1450,1454,1456,1457,1465,1466,1469,1475,1479,1481,1486,1487,1495,1497,1507,1525,1528,1534,1536,1540,1547,1549,1553,1558,1559,1561,1565,1566,1567,1568,1570,1571,1574,1577,1588,1591,1592,1596,1601,1603,1605,1610,1612,1615,1617,1620,1621,1624,1625,1626,1627,1628,1633,1636,1637,1647,1648,1651,1652,1655,1657,1658,1659,1660,1662,1664,1666,1667,1668,1670,1671,1673,1676,1678,1680,1681,1688,1690,1695,1701,1702,1703,1705,1706,1708,1710,1711,1712,1713,1714,1718,1721,1724,1725,1728,1732,1740,1741,1742,1746,1750,1753,1755,1757,1758,1759,1760,1761,1762,1763,1767,1769,1770,1773,1777,1782,1783,1784,1786,1794,1795,1796,1797,1799,1801,1802,1803,1805,1808,1809,1810,1814,1817,1818,1820,1822,1823,1824,1828,1831,1834,1835,1836,1837,1840,1841,1842,1844,1845,1846,1847,1850,1853,1854,1857,1858,1861,1864,1865,1867,1868,1869,1870,1871,1873,1874,1875,1876,1877,1878,1879,1880,1881,1884,1887,1903,1904,1905,1907,1909,1911,1915,1919,1922,1924,1926,1927,1930,1931,1932,1934,1937,1938,1940,1941,1942,1946,1952,1954,1955,1957,1958,1962,1964,1965,1968,1970,1972,1980,1983,1985,1987,1988,1989,1992,1994,1995,1996,1997,1998,1999,2001,2007,2011,2016,2018,2019,2020,2027,2028,2029,2030,2033,2036,2039,2040,2041,2044,2048,2050,2051,2052,2053,2054,2055,2057,2061,2064,2065,2067,2076,2079,2083,2091,2107,2111,2115,2117,2118,2119,2121,2123,2124,2126,2130,2131,2132,2134,2138,2139,2147,2155,2157,2158,2159,2160,2161,2162,2163,2166,2167,2169,2170,2171,2172,2173,2176,2177,2178,2180,2181,2183,2185,2186,2187,2189,2190,2191,2195,2196,2198,2202,2204,2205,2206,2207,2208,2209,2211,2213,2214,2215,2218,2219,2220,2222,2225,2226,2227,2228,2230,2231,2232,2234,2235,2236,2237,2238,2239,2240,2242,2243,2244,2245,2246,2249,2250,2251,2252,2253,2255,2257,2258,2259,2263,2264,2267,2270,2273,2274,2275,2277,2283,2287,2288,2289,2291,2292,2293,2294,2295,2296,2297,2298,2300,2301,2302,2303,2305,2306,2307,2311,2312,2315,2317,2318,2320,2321,2322,2323,2325,2326,2327,2329,2331,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2347,2348,2349,2352,2353,2354,2355,2358,2359,2360,2361,2362,2364,2367,2368,2369,2372,2373,2374,2377,2378,2379,2380,2381,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2400,2401,2402,2403,2404,2405,2407,2408,2410,2412,2413,2415,2416,2419,2421,2422,2423,2424,2425,2427,2428,2430,2432,2433,2435,2436,2437,2438,2439,2441,2442,2443,2449,2450,2452,2453,2455,2458,2459,2460,2461,2462,2463,2464,2465,2466,2468,2470,2472,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2495,2496,2497,2498,2499,2500,2502,2504,2505,2506,2507,2509,2510,2511,2513,2515,2516,2517,2518,2520,2521,2524,2525,2527,2528,2529,2530,2532,2535,2536,2537,2539,2541,2542,2543,2546,2547,2548,2549,2551,2552,2553,2555,2556,2557,2561,2562,2563,2565,2566,2567,2568,2569,2570,2572,2574,2575,2576,2578,2580,2582,2583,2585,2586,2591,2593,2594,2595,2596,2597,2598,2600,2601,2603,2604,2605,2606,2608,2609,2613,2615,2616,2618,2622,2623,2624,2625,2626,2627,2629,2631,2633,2634,2635,2641,2651,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2666,2667,2669,2671,2672,2673,2674,2676,2677,2678,2679,2680,2681,2682,2684,2685,2686,2687,2690,2692,2693,2694,2696,2697,2701,2702,2703,2705,2707,2709,2710,2711,2714,2716,2718,2719,2720,2722,2723,2724,2725,2728,2730,2731,2732,2736,2737,2739,2742,2743,2750,2755,2756,2762,2764,2766,2767,2769,2773,2776,2777,2779,2782,2785,2787,2789,2790,2798,2803,2804,2805,2814,2817,2820,2831,2840,2841,2842,2843,2853,2856,2857,2859,2864,2865,2868,2872,2875,2879,2880,2881,2882,2883,2889,2890,2891,2892,2893,2894,2898,2899,2902,2903,2904,2907,2908,2914,2917,2919,2921,2928,2931,2933,2935,2941,2942,2947,2949,2950,2951,2953,2956,2957,2958,2959,2960,2962,2968,2970,2973,2975,2977,2978,2979,2980,2981,2985,2986,2987,2988,2992,2993,2995,2997,2998,2999,3000,3001,3003,3005,3007,3008,3009,3012,3016,3017,3019,3021,3023,3025,3029,3030,3036,3041,3052,3056,3057,3060,3066,3070,3074,3077,3078,3082,3083,3086,3088,3089,3091,3093,3096,3097,3099,3101,3103,3106,3110,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3128,3136,3138,3139,3140,3142,3143,3146,3151,3153,3154,3157,3158,3160,3162,3163,3164,3165,3167,3168,3169,3171,3174,3176,3178,3179,3180,3191,3197,3201,3202,3205,3206,3212,3216,3217,3218,3220,3225,3226,3228,3229,3230,3231,3233,3235,3237,3239,3240,3241,3244,3245,3246,3247,3248,3250,3251,3252,3259,3260,3262,3265,3268,3269,3270,3273,3276,3286,3287,3290,3293,3296,3302,3303,3306,3308,3310,3318,3320,3322,3326,3331,3335,3337,3339,3341,3347,3349,3352,3355,3357,3358,3364,3367,3370,3375,3379,3380,3381,3387,3388,3390,3391,3393,3400,3404,3406,3407,3408,3416,3419,3420,3421,3422,3423,3424,3431,3439,3442,3450,3452,3455,3458,3459,3468,3470,3479,3482,3483,3484,3485,3496,3501,3505,3506,3510,3511,3513,3514,3515,3517,3518,3519,3521,3522,3525,3527,3529,3531,3533,3543,3545,3546,3547,3549,3552,3553,3557,3559,3560,3561,3566,3568,3569,3570,3573,3574,3575,3576,3578,3580,3582,3583,3586,3589,3590,3591,3592,3593,3594,3595,3597,3598,3599,3601,3602,3603,3604,3605,3606,3607,3608,3609,3611,3613,3614,3615,3616,3617,3618,3619,3620,3622,3623,3625,3626,3627,3628,3629,3630,3631,3632,3633,3634,3635,3637,3638,3639,3641,3642,3644,3647,3648,3649,3654,3657,3658,3659,3664,3667,3670,3671,3672,3673,3674,3675,3676,3677,3678,3680,3681,3683,3684,3686,3688,3690,3691,3692,3694,3695,3696,3698,3699,3701,3702,3703,3704,3706,3708,3709,3713,3716,3721,3733,3736,3737,3738,3739,3740,3743,3744,3745,3751,3753,3754,3755,3756,3758,3759,3762,3763,3765,3766,3769,3770,3771,3773,3774,3775,3776,3778,3779,3780,3781,3784,3787,3788,3790,3791,3793,3796,3798,3800,3801,3809,3810,3815,3817,3820,3821,3822,3823,3828,3831,3835,3836,3841,3844,3845,3848,3851,3858,3861,3862,3863,3866,3868,3870,3872,3873,3875,3877,3878,3880,3884,3885,3887,3888,3890,3891,3892,3893,3895,3896,3901,3906,3907,3909,3911,3913,3914,3915,3916,3918,3920,3928,3934,3935,3936,3937,3939,3940,3948,3950,3952,3956,3962,3964,3965,3967,3968,3969,3970,3973,3975,3977,3979,3980,3985,3987,3989,3998,4000,4001,4002,4003,4005,4007,4010,4014,4016,4017,4018,4019,4020,4026,4030,4031,4033,4035,4042,4046,4051,4054,4067,4078,4080,4085,4088,4089,4092,4094,4095,4096,4097,4098,4099,4100,4101,4107,4109,4110,4112,4117,4118,4119,4120,4121,4122,4123,4124,4125,4127,4130,4131,4132,4134,4138,4139,4141,4143,4144,4145,4146,4147,4148,4149,4150,4151,4152,4160,4163,4165,4170,4172,4177,4179,4181,4182,4183,4184,4185,4189,4191,4192,4193,4194,4197,4199,4200,4202,4204,4207,4209,4212,4213,4215,4216,4222,4228,4233,4238,4245,4250,4251,4252,4253,4255,4258,4259,4260,4262,4263,4264,4265,4266,4270,4271,4272,4273,4274,4276,4277,4278,4280,4281,4282,4283,4284,4286,4287,4288,4289,4291,4293,4294,4295,4297,4299,4303,4307,4308,4309,4310,4311,4313,4314,4315,4316,4317,4319,4320,4322,4323,4326,4327,4330,4332,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4347,4348,4352,4355,4356,4358,4360,4362,4363,4365,4366,4368,4369,4373,4374,4376,4380,4386,4388,4391,4393,4394,4395,4398,4400,4401,4402,4403,4405,4408,4410,4413,4414,4415,4417,4418,4421,4422,4423,4424,4427,4431,4432,4433,4434,4435,4437,4438,4441,4443,4446,4448,4449,4450,4451,4453,4455,4456,4462,4463,4464,4466,4468,4469,4472,4473,4478,4479,4480,4481,4482,4484,4485,4486,4489,4490,4491,4492,4493,4496,4499,4500,4501,4502,4503,4506,4507,4508,4509,4510,4511,4512,4513,4514,4515,4516,4519,4520,4522,4523,4524,4531,4532,4533,4534,4536,4537,4538,4539,4544,4547,4556,4557,4558,4560,4561,4563,4564,4568,4569,4570,4575,4576,4579,4583,4586,4587,4588,4590,4593,4596,4600,4606,4607,4608,4609,4610,4612,4614,4616,4618,4621,4623,4626,4627,4629,4631,4632,4636,4637,4638,4640,4641,4642,4643,4644,4646,4647,4650,4652,4655,4657,4658,4660,4661,4662,4663,4665,4666,4668,4669,4672,4673,4675,4676,4677,4678,4681,4682,4687,4688,4690,4691,4692,4693,4698,4699,4703,4704,4706,4709,4710,4711,4712,4713,4715,4717,4718,4719,4722,4723,4724,4727,4730,4731,4732,4733,4734,4735,4737,4738,4739,4740,4741,4743,4744,4748,4750,4752,4753,4755,4756,4757,4758,4759,4760,4761,4762,4763,4764,4765,4766,4767,4769,4770,4772,4773,4775,4776,4777,4778,4779,4780,4781,4783,4784,4785,4787,4788,4789,4790,4791,4792,4795,4799,4800,4801,4803,4804,4806,4810,4811,4812,4814,4816,4819,4823,4824,4825,4826,4827,4829,4830,4832,4833,4834,4835,4836,4837,4839,4843,4845,4848,4849,4851,4857,4860,4863,4865,4866,4867,4870,4871,4880,4892,4894,4895,4896,4899,4901,4902,4904,4909,4919,4923,4924,4929,4937,4939,4941,4942,4943,4945,4947,4948,4951,4953,4954,4956,4959,4960,4967,4969,4972,4976,4981,4986,4989,4992,4994,4998,5002,5003,5008,5009,5010,5011,5012,5014,5015,5016,5018,5019,5020,5021,5023,5024,5027,5028,5031,5032,5033,5034,5035,5037,5039,5040,5041,5042,5044,5045,5049,5050,5052,5056,5058,5060,5061,5066,5073,5077,5078,5081,5082,5083,5085,5098,5099,5103,5111,5112,5114,5115,5116,5117,5118,5120,5121,5125,5126,5127,5129,5130,5133,5136,5138,5139,5141,5142,5146,5147,5155,5158,5159,5160,5164,5165,5169,5178,5186,5187,5190,5192,5193,5194,5195,5197,5200,5201,5202,5205,5209,5210,5211,5212,5213,5214,5215,5216,5218,5219,5220,5222,5224,5225,5227,5228,5229,5232,5233,5234,5236,5237,5238,5240,5241,5242,5243,5244,5245,5247,5248,5250,5252,5256,5259,5260,5268,5269,5270,5273,5274,5275,5277,5279,5282,5284,5286,5287,5289,5291,5292,5294,5298,5300,5302,5304,5306,5308,5310,5312,5314,5319,5320,5322,5339,5343,5345,5348,5349,5350,5352,5357,5362,5366,5377,5384,5388,5391,5397,5403,5405,5406,5407,5409,5410,5411,5412,5414,5418,5419,5421,5424,5426,5427,5428,5429,5430,5431,5433,5434,5435,5437,5439,5441,5442,5447,5449,5453,5455,5456,5459,5461,5462,5463,5465,5466,5468,5471,5472,5473,5476,5477,5478,5479,5480,5484,5486,5488,5489,5490,5491,5492,5493,5499,5500,5501,5503,5505,5507,5509,5511,5512,5514,5516,5517,5518,5520,5522,5523,5524,5525,5527,5529,5534,5536,5539,5540,5541,5542,5544,5545,5547,5548,5549,5550,5551,5552,5554,5555,5557,5558,5560,5562,5565,5566,5567,5568,5569,5570,5572,5574,5575,5576,5578,5579,5580,5581,5582,5583,5584,5585,5586,5587,5589,5590,5591,5592,5593,5595,5596,5597,5598,5602,5603,5606,5607,5610,5617,5618,5619,5620,5624,5625,5626,5627,5628,5632,5634,5635,5636,5639,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5658,5659,5661,5662,5663,5664,5667,5668,5669,5671,5672,5674,5675,5676,5677,5678,5679,5680,5690,5691,5693,5694,5695,5696,5697,5698,5699,5700,5701,5704,5705,5706,5707,5708,5709,5711,5714,5715,5716,5717,5719,5720,5722,5727,5729,5731,5732,5733,5734,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5755,5756,5757,5759,5760,5762,5766,5768,5770,5771,5772,5773,5776,5777,5778,5779,5780,5783,5788,5789,5790,5793,5794,5795,5797,5799,5800,5802,5803,5805,5806,5807,5809,5811,5812,5813,5814,5815,5817,5819,5820,5821,5824,5825,5828,5832,5833,5835,5836,5837,5840,5841,5845,5846,5851,5852,5854,5856,5857,5860,5863,5866,5867,5868,5869,5870,5871,5872,5874,5875,5876,5877,5878,5879,5880,5882,5885,5886,5888,5889,5893,5895,5897,5898,5901,5903,5904,5905,5906,5908,5909,5910,5912,5914,5915,5917,5918,5920,5921,5922,5923,5925,5926,5928,5930,5931,5932,5934,5935,5937,5938,5939,5941,5943,5944,5945,5946,5947,5949,5950,5953,5954,5956,5960,5963,5965,5966,5969,5971,5972,5973,5976,5978,5980,5982,5983,5984,5987,5990,5991,5993,5994,5995,5996,5997,5999,6000,6002,6006,6008,6009,6010,6011,6012,6013,6014,6016,6017,6018,6020,6021,6023,6025,6028,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6044,6046,6047,6048,6050,6051,6052,6055,6056,6057,6059,6060,6061,6062,6063,6064,6066,6067,6069,6071,6072,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6088,6089,6090,6092,6093,6096,6097,6098,6099,6101,6102,6103,6107,6110,6111,6112,6115,6117,6119,6120,6121,6122,6125,6127,6128,6129,6131,6134,6135,6145,6146,6147,6148,6151,6152,6154,6161,6166,6172,6179,6180,6181,6183,6184,6190,6196,6197,6201,6202,6203,6209,6210,6223,6227,6238,6244,6247,6258,6260,6269,6271,6285,6286,6288,6289,6290,6294,6295,6304,6309,6311,6313,6319,6323,6324,6327,6329,6335,6337,6346,6347,6349,6351,6355,6362,6368,6372,6378,6379,6383,6384,6391,6394,6395,6397,6398,6401,6402,6404,6405,6406,6408,6409,6412,6414,6416,6417,6418,6419,6420,6421,6422,6423,6424,6426,6427,6428,6430,6431,6432,6433,6434,6435,6436,6438,6439,6441,6443,6447,6448,6449,6450,6451,6453,6454,6455,6456,6457,6458,6459,6460,6465,6467,6468,6471,6472,6473,6474,6477,6478,6480,6481,6482,6483,6486,6487,6488,6489,6490,6491,6495,6497,6499,6502,6503,6506,6509,6510,6512,6513,6515,6516,6517,6518,6519,6521,6522,6523,6524,6525,6527,6528,6529,6531,6532,6533,6534,6535,6536,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548,6549,6550,6551,6552,6553,6555,6558,6559,6560,6561,6562,6563,6564,6565,6569,6571,6572,6573,6577,6578,6579,6580,6581,6583,6584,6586,6587,6588,6590,6592,6593,6594,6595,6596,6597,6599,6600,6601,6602,6603,6605,6606,6608,6609,6610,6611,6613,6614,6615,6616,6617,6618,6619,6620,6621,6622,6627,6628,6629,6630,6631,6632,6633,6635,6636,6637,6638,6639,6640,6641,6642,6643,6645,6646,6647,6648,6649,6651,6654,6655,6656,6657,6658,6659,6660,6661,6662,6664,6665,6666,6667,6668,6669,6670,6671,6672,6674,6675,6676,6678,6682,6683,6684,6686,6687,6688,6689,6691,6692,6693,6695,6698,6699,6700,6701,6703,6705,6707,6708,6711,6712,6713,6714,6715,6716,6717,6718,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,6739,6740,6741,6743,6744,6745,6746,6747,6748,6750,6751,6753,6755,6758,6759,6760,6761,6762,6763,6766,6768,6769,6772,6773,6775,6777,6778,6779,6780,6781,6782,6784,6786,6787,6788,6789,6790,6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6805,6806,6807,6808,6811,6812,6813,6814,6815,6816,6818,6819,6820,6821,6822,6824,6827,6831,6832,6833,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6865,6867,6869,6871,6872,6874,6879,6880,6881,6885,6887,6888,6889,6890,6891,6897,6899,6901,6930,6935,6936,6937,6942,6945,6946,6947,6949,6950,6962,6965,6969,6971,6973,6977,6980,6983,6988,6990,6993,6995,6996,6998,7003,7004,7009,7011,7013,7014,7015,7016,7018,7025,7026,7028,7034,7037,7040,7041,7043,7046,7047,7050,7051,7052,7053,7057,7060,7073,7074,7076,7079,7080,7082,7083,7090,7091,7093,7100,7104,7106,7111,7113,7114,7115,7124,7125,7134,7138,7139,7142,7143,7145,7147,7149,7150,7155,7157,7159,7161,7163,7172,7173,7174,7176,7177,7183,7190,7193,7194,7199,7200,7210,7217,7218,7219,7221,7228,7234,7237,7239,7247,7249,7255,7257,7258,7259,7263,7264,7269,7272,7273,7274,7275,7276,7281,7286,7287,7288,7289,7293,7294,7296,7297,7298,7300,7301,7303,7304,7305,7307,7310,7312,7314,7315,7316,7326,7328,7332,7335,7336,7342,7344,7346,7349,7354,7355,7356,7364,7365,7369,7372,7373,7376,7378,7379,7381,7382,7386,7389,7390,7393,7394,7399,7400,7401,7404,7405,7406,7407,7410,7411,7413,7419,7424,7425,7426,7432,7433,7435,7438,7440,7441,7442,7443,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7457,7461,7462,7463,7464,7466,7467,7469,7470,7471,7473,7474,7475,7476,7477,7479,7480,7482,7485,7487,7490,7496,7498,7499,7501,7503,7504,7506,7509,7511,7512,7513,7514,7519,7523,7525,7526,7527,7528,7531,7535,7536,7538,7539,7540,7541,7544,7545,7546,7549,7553,7555,7556,7557,7558,7559,7560,7562,7563,7564,7568,7571,7572,7573,7575,7576,7577,7578,7579,7580,7581,7582,7583,7589,7590,7591,7592,7594,7595,7597,7598,7599,7602,7604,7605,7606,7608,7609,7610,7611,7612,7613,7615,7616,7617,7619,7620,7621,7622,7623,7624,7628,7631,7632,7633,7635,7637,7639,7640,7642,7643,7644,7645,7647,7648,7649,7651,7652,7653,7654,7657,7658,7659,7660,7661,7663,7664,7665,7668,7669,7671,7672,7673,7674,7675,7676,7677,7679,7680,7681,7682,7683,7684,7689,7690,7694,7695,7697,7698,7699,7700,7705,7707,7708,7712,7713,7715,7717,7718,7720,7721,7724,7726,7727,7729,7730,7731,7733,7734,7738,7740,7741,7742,7746,7747,7748,7749,7750,7753,7754,7756,7757,7758,7759,7761,7764,7767,7771,7773,7776,7777,7780,7781,7782,7785,7786,7787,7788,7789,7790,7796,7797,7800,7803,7805,7808,7809,7810,7811,7812,7813,7814,7815,7816,7817,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7851,7852,7853,7855,7856,7860,7861,7862,7863,7864,7868,7869,7870,7871,7873,7874,7875,7877,7878,7879,7880,7882,7883,7885,7886,7887,7889,7890,7891,7892,7895,7897,7898,7899,7901,7902,7903,7904,7905,7907,7909,7911,7913,7915,7916,7917,7919,7920,7921,7922,7923,7924,7928,7929,7930,7931,7932,7933,7935,7936,7937,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7958,7960,7962,7964,7965,7966,7967,7969,7970,7973,7974,7975,7977,7978,7979,7980,7981,7982,7983,7984,7985,7987,7989,7990,7991,7992,7993,7994,7995,7996,7997,7999,8000,8001,8002,8003,8004,8005,8006,8007,8010,8011,8013,8014,8015,8016,8017,8018,8019,8020,8021,8022,8023,8024,8027,8028,8029,8030,8031,8032,8033,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8047,8048,8049,8051,8052,8053,8059,8062,8063,8064,8065,8069,8073,8075,8077,8078,8082,8084,8087,8089,8091,8092,8093,8095,8096,8097,8098,8099,8100,8101,8102,8105,8106,8107,8108,8109,8112,8115,8116,8117,8118,8120,8123,8124,8129,8134,8136,8137,8138,8139,8140,8141,8143,8145,8147,8148,8149,8155,8156,8159,8160,8162,8163,8164,8165,8166,8168,8169,8171,8172,8173,8174,8175,8176,8178,8181,8182,8183,8187,8189,8190,8192,8194,8195,8196,8199,8200,8202,8204,8205,8206,8207,8212,8213,8214,8217,8218,8220,8224,8225,8226,8227,8229,8230,8231,8232,8233,8234,8235,8236,8237,8239,8240,8241,8242,8243,8245,8246,8247,8248,8249,8251,8252,8253,8254,8255,8256,8257,8258,8263,8265,8266,8267,8268,8271,8272,8273,8274,8278,8283,8285,8291,8292,8293,8294,8295,8297,8299,8300,8301,8302,8305,8306,8307,8308,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8325,8326,8329,8331,8332,8333,8336,8339,8341,8343,8344,8345,8346,8347,8350,8351,8352,8354,8355,8357,8358,8359,8364,8365,8366,8367,8373,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8386,8387,8388,8389,8390,8391,8392,8394,8395,8397,8398,8399,8400,8401,8402,8404,8405,8406,8407,8409,8411,8412,8414,8417,8424,8427,8430,8431,8432,8433,8434,8435,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8459,8460,8461,8463,8465,8467,8468,8473,8477,8479,8480,8481,8482,8486,8487,8488,8489,8493,8501,8505,8509,8513,8514,8515,8516,8517,8518,8521,8522,8525,8528,8529,8533,8534,8535,8536,8538,8539,8540,8541,8542,8543,8546,8548,8549,8550,8552,8553,8554,8556,8559,8561,8562,8563,8566,8567,8569,8570,8574,8575,8577,8578,8579,8581,8585,8586,8588,8589,8590,8592,8593,8594,8595,8597,8598,8599,8600,8601,8602,8603,8604,8605,8606,8607,8609,8610,8611,8612,8613,8614,8615,8617,8623,8624,8625,8627,8628,8629,8630,8634,8635,8638,8639,8642,8643,8644,8648,8654,8655,8656,8657,8661,8665,8666,8669,8672,8674,8677,8678,8679,8680,8682,8685,8687,8688,8689,8690,8691,8692,8693,8694,8696,8698,8699,8701,8702,8703,8704,8707,8708,8709,8710,8711,8719,8726,8728,8730,8731,8732,8735,8736,8740,8741,8743,8744,8746,8755,8758,8759,8760,8764,8767,8771,8772,8773,8774,8775,8778,8779,8780,8781,8785,8787,8789,8790,8791,8796,8797,8798,8800,8802,8803,8806,8807,8809,8812,8813,8815,8816,8818,8819,8820,8821,8823,8827,8830,8831,8839,8841,8842,8844,8846,8848,8850,8853,8855,8856,8857,8859,8861,8862,8863,8866,8868,8869,8871,8872,8875,8876,8877,8878,8882,8884,8885,8886,8888,8889,8893,8894,8895,8896,8898,8900,8901,8903,8905,8908,8909,8910,8911,8912,8913,8915,8916,8917,8919,8920,8922,8923,8925,8928,8929,8932,8933,8934,8939,8940,8941,8944,8945,8946,8949,8950,8952,8953,8956,8961,8964,8966,8969,8975,8977,8978,8980,8983,8984,8985,8986,8988,8989,8991,8993,8994,8995,8996,8998,8999,9001,9002,9005,9007,9010,9011,9012,9017,9018,9020,9021,9022,9025,9028,9030,9031,9032,9036,9037,9039,9041,9042,9043,9044,9045,9048,9050,9051,9052,9053,9054,9055,9056,9057,9060,9063,9064,9065,9066,9067,9068,9069,9073,9075,9076,9080,9081,9083,9084,9085,9087,9088,9089,9090,9093,9094,9095,9096,9097,9099,9100,9101,9102,9103,9104,9105,9108,9109,9110,9111,9113,9114,9115,9116,9117,9119,9120,9121,9122,9123,9124,9125,9128,9129,9130,9131,9132,9133,9134,9135,9137,9138,9139,9141,9143,9144,9145,9147,9148,9151,9152,9153,9156,9161,9162,9163,9165,9166,9167,9169,9170,9171,9174,9177,9178,9180,9184,9186,9187,9189,9190,9192,9193,9195,9197,9198,9199,9205,9208,9210,9211,9212,9214,9215,9216,9217,9218,9221,9222,9223,9224,9225,9226,9227,9228,9230,9231,9232,9234,9236,9237,9238,9239,9240,9242,9244,9245,9246,9247,9249,9251,9252,9253,9255,9257,9258,9260,9261,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9275,9276,9277,9278,9279,9280,9281,9284,9285,9286,9287,9288,9289,9290,9291,9292,9293,9294,9296,9297,9298,9299,9301,9302,9303,9305,9307,9308,9310,9311,9312,9313,9314,9315,9316,9317,9318,9319,9320,9322,9323,9325,9326,9328,9329,9330,9331,9332,9333,9334,9337,9339,9341,9342,9343,9344,9346,9347,9348,9353,9361,9363,9371,9372,9373,9374,9375,9376,9377,9378,9379,9380,9381,9382,9383,9384,9385,9386,9388,9389,9390,9391,9392,9393,9395,9396,9397,9398,9399,9400,9401,9403,9405,9407,9409,9417,9420,9422,9424,9426,9428,9430,9431,9432,9433,9434,9436,9437,9440,9442,9448,9449,9450,9451,9452,9453,9458,9461,9462,9463,9464,9467,9474,9475,9478,9480,9482,9484,9494,9496,9497,9499,9501,9502,9503,9506,9507,9508,9509,9510,9516,9518,9519,9521,9522,9523,9524,9525,9526,9532,9533,9534,9535,9537,10085,10086,10087,10088,10090,10091,10093,10095,10096,10097,10098,10100,10102,10103,10104,10106,10108,10109,10110,10111,10112,10113,10114,10117,10119,10120,10121,10122,10123,10126,10127,10128,10130,10131,10132,10133,10134,10135,10136,10139,10140,10141,10142,10145,10146,10147,10148,10150,10151,10152,10153,10155,10156,10157,10158,10159,10160,10161,10162,10163,10164,10165,10166,10173,10174,10175,10176,10177,10178,10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192,10193,10195,10196,10199,10201,10202,10203,10204,10205,10206,10207,10208,10209,10211,10212,10218,10221,10425,10426,10427,10430,10431,10432,10433,10434,10436,10437,10438,10439,10440,10441,10442,10443,10446,10447,10459,10467,10468,10473,10474,10476,10478,10480,10481,10482,10486,10490,10493,10495,10497,10506,10509,10510,10511,10515,10516,10517,10519,10520,10531,10534,10537,10539,10543,10547,10548,10550,10556,10557,10558,10559,10560,10564,10567,10574,10578,10579,10587,10588,10589,10590,10593,10594,10597,10603,10608,10611,10614,10615,10616,10617,10619,10620,10621,10622,10623,10624,10627,10628,10631,10633,10634,10635,10638,10643,10644,10648,10654,10655,10658,10661,10662,10664,10668,10669,10670,10673,10674,10675,10676,10678,10679,10680,10683,10684,10688,10691,10700,10703,10708,10713,10716,10717,10722,10725,10729,10730,10731,10736,10738,10739,10748,10757,10763,10770,10779,10782,10785,10789,10790,10806,10807,10808,10813,10816,10817,10820,10827,10829,10856,10857,10876,10877,10883,10888,10890,10897,10909,10912,10920,10923,10926,10944,10950,10960,10968,10971,10975,10976,10978,10979,10980,10986,10993,10995,10997,11008,11011,11014,11024,11028,11035,11056,11060,11069,11070,11077,11080,11081,11093,11095,11098,11100,11105,11108,11111,11113,11117,11120,11124,11131,11136,11138,11140,11145,11150,11151,11154,11159,11160,11163,11167,11169,11186,11188,11197,11213,11217,11233,11234,11236,11252,11256,11262,11264,11302,11319,11320,11322,11333,11344,11355,11362,11367,11373,11375,11378,11379,11382,11383,11384,11386,11387,11388,11390,11393,11394,11396,11399,11402,11403,11406,11407,11409,11410,11412,11414,11415,11416,11428,11438,11469,11476,11483,11484,11486,11497,11509,11510,11513,11514,11518,11524,11525,11538,11541,11543,11545,11546,11555,11556,11559,11561,11562,11566,11571,11572,11573,11575,11576,11578,11579,11581,11585,11586,11610,11616,11617,11620,11635,11636,11639,11647,11651,11652,11659,11673,12170,12174,12177,12181,12183,12188,12191,12196,12201,12209,12212,12214,12217,12239,12244,12247,12250,12251,12254,12257,12259,12264,12267,12291,12292,12293,12297,12304,12305,12310,12314,12316,12317,12319,12320,12323,12328,12331,12336,12337,12339,12343,12350,12359,12360,12366,12369,12379,12384,12386,12390,12394,12400,12412,12413,12416,12419,12425,12436,12439,12445,12446,12448,12451,12453,12455,12457,12459,12460,12465,12466,12472,12473,12474,12479,12480,12481,12482,12483,12485,12486,12487,12488,12491,12496,12506,12513,12514,12517,12521,12526,12536,12538,12651,12652,12655,12657,12659,12661,12662,12670,12678,12682,12687,12689,12695,12698,12700,12716,12719,12721,12722,12727,12734,12735,12736,12737,12738,12743,12744,12748,12749,12753,12756,12760,12761,12768,12771,12773,12776,12785,12786,12793,12808,12814,12823,12828,12829,12831,12835,12842,12843,12849,12850,12864,12865,12870,12876,12880,12893,12895,12907,12912,12913,12916,12917,12918,12919,12927,12928,12934,12938,12940,12946,12951,12955,12956,12958,12966,12973,12975,12976,12979,12988,12994,12999,13001,13005,13009,13014,13040,13041,13042,13045,13046,13054,13065,13066,13077,13084,13092,13101,13107,13111,13166,13575,13576,13708,13769,13864,13943,14266,14300,14301,14302,14438,14439,14440,14441,14442,14443,14444,14445,14446,14447,14448,14449,14450,14451,14452,14453,14454,14455,14457,14458,14459,14460,14461,14462,14463,14464,14465,14466,14467,14468,14469,14470,14471,14472,14473,14474,14475,14476,14477,14478,14479,14480,14481,14482,14483,14484,14485,14486,14487,14488,14489,14490,14491,14492,14493,14494,14495,14496,14497,14498,14499,14500,14501,14502,14503,14504,14505,14506,14507,14508,14509,14510,14511,14512,14513,14514,14515,14517,14518,14519,14520,14521,14523,14524,14525,14526,14527,14528,14529,14530,14531,14532,14533,14534,14535,14536,14537,14538,14539,14540,14541,14542,14543,14544,14545,14546,14547,14548,14549,14551,14554,14557,14575,14597,14614,14669,14732,14752,14756,14758,14781,14791,14841,14845,14848,14849,14850,14857,14860,14863,14880,14885,14887,14891,14893,14900,14902,14905,14916,14929,14933,14935,14936,14938,14939,14951,14957,14958,14960,14962,14963,14966,14973,14976,14978,14980,14986,14987,14989,14997,15001,15009,15015,15026,15029,15030,15043,15051,15060,15074,15076,15078,15080,15081,15082,15083,15084,15086,15098,15103,15111,15119,15125,15131,15133,15134,15136,15137,15139,15140,15143,15145,15146,15148,15155,15156,15158,15164,15173,15174,15180,15182,15186,15189,15193,15197,15210,15232,15237,15239,15243,15253,15254,15260,15269,15270,15272,15273,15280,15282,15284,15293,15307,15313,15320,15321,15324,15341,15343,15345,15346,15348,15349,15352,15353,15355,15364,15369,15370,15372,15378,15382,15387,15393,15394,15398,15402,15403,15404,15406,15422,15427,15430,15433,15434,15435,15437,15449,15451,15453,15454,15460,15466,15475,15477,15478,15481,15482,15484,15489,15490,15493,15496,15504,15509,15512,15517,15520,15521,15524,15530,15531,15539,15542,15543,15547,15554,15558,15561,15573,15575,15576,15577,15581,16516,16523,16534,16536,16538,16540,16546,16562,16563,16564,16565,16566,16593,16599,16623,16624,16627,16643,16646,16661,16663,16666,16670,16673,16686,16688,16697,16711,16721,16722,16730,16752,16753,16755,16756,16763,16767,16771,16779,16798,16800,16805,16824,16866,16877,16884,16885,16886,16887,16888,16889,16894,16905,16908,16910,16914,16915,16923,16926,16939,16957,18520,18556,18570,18574,18576,18583,18588,18589,18595,18597,18606,18609,18611,18612,18615,18619,18624,18637,18638,18640,18642,18643,18648,18649,18651,18653,18654,18656,18661,18662,18665,18668,18669,18671,18672,18673,18674,18675,19189,19190,19191,19192,19193,19194,19195,19196,19197,19198,19199,19200,19201,19202,19203,19204,19205,19206,19207,19208,19209,19210,19211,19212,19213,19214,19215,19216,19217,19218,19219,19220,19221,19223,19224,19225,19226,19227,19228,19229,19230,19231,19232,19233,19234,19235,19236,19237,19238,19239,19240,19241,19242,19243,19244,19246,19251,19254,19257,19272,19277,19287,19289,19290,19295,19416,19417,19418,19419,19420,19421,19422,19423,19424,19425,19426,19427,19428,19429,19430,19431,19432,19433,19434,19435,19436,19437,19438,19439,19440,19441,19442,19443,19444,19445,19446,19447,19448,19449,19450,19451,19452,19453,19454,19455,19456,19457,19458,19459,19460,19461,19462,19463,19464,19465,19466,19467,19468,19469,19470,19471,19472,19473,19474,19475,19476,19477,19478,19479,19480,19481,19482,19483,19484,19485,19486,19487,19488,19489,19490,19491,19492,19493,19494,19495,19496,19497,19498,19499,19500,19501,19502,19503,19504,19505,19506,19507,19508,19509,19510,19511,19512,19513,19514,19515,19516,19517,19518,19519,19520,19521,19522,19523,19524,19525,19526,19527,19528,19529,19530,19531,19532,19533,19534,19535,19536,19537,19538,19539,19540,19541,19542,19543,19544,19545,19546,19547,19548,19549,19550,19551,19552,19553,19554,19555,19556,19557,19558,19559,19560,19561,19562,19563,19564,19565,19566,19567,19568,19569,19570,19571,19572,19573,19574,19575,19576,19577,19578,19579,19580,19581,19582,19583,19584,19585,19586,19587,19588,19589,19590,19591,19592,19593,19594,19595,19596,19597,19598,19599,19600,19601,19602,19603,19604,19605,19606,19607,19608,19609,19610,19611,19612,19613,19614,19615,19616,19617,19618,19619,19620,19621,19622,19623,19624,19625,19626,19627,19628,19629,19630,19631,19632,19633,19634,19635,19636,19637,19638,19639,19640,19641,19642,19643,19644,19645,19646,19647,19648,19649,19650,19651,19652,19653,19654,19655,19656,19657,19658,19659,19660,19661,19662,19663,19664,19665,19666,19667,19668,19669,19670,19671,19672,19673,19674,19675,19676,19677,19678,19679,19680,19681,19682,19683,19684,19685,19686,19687,19688,19689,19690,19691,19692,19693,19694,19695,19696,19697,19698,19699,19700,19701,19702,19703,19704,19705,19706,19707,19708,19709,19710,19711,19712,19713,19714,19715,19716,19717,19718,19719,19720,19721,19722,19723,19724,19725,19726,19727,19728,19729,19730,19731,19732,19733,19734,19735,19736,19737,19738,19739,19740,19741,19742,19743,19744,19745,19746,19747,19748,19749,19750,19751,19752,19753,19754,19755,19756,19757,19758,19759,19760,19761,19762,19763,19764,19765,19766,19767,19768,19769,19770,19771,19772,19773,19774,19775,19776,19777,19778,19779,19780,19781,19782,19783,19784,19785,19786,19787,19788,19789,19790,19791,19792,19793,19794,19795,19796,19797,19798,19799,19800,19801,19802,19803,19804,19805,19806,19807,19808,19809,19810,19811,19812,19813,19814,19815,19816,19817,19818,19819,19820,19821,19822,19823,19824,19825,19826,19827,19828,19829,19830,19831,19832,19833,19834,19835,19836,19837,19838,19839,19840,19841,19842,19843,19844,19845,19846,19847,19848,19849,19850,19851,19852,19853,19854,19855,19856,19857,19858,19859,19860,19861,19862,19863,19864,19865,19866,19867,19868,19869,19870,19871,19872,19873,19874,19875,19876,19877,19878,19879,19880,19881,19882,19883,19884,19885,19886,19887,19888,19889,19890,19891,19892,19893,19894,19895,19896,19897,19898,19899,19900,19901,19902,19903,19904,19905,19906,19907,19908,19909,19910,19911,19912,19913,19914,19915,19916,19917,19918,19919,19920,19921,19922,19923,19924,19925,19926,19927,19928,19929,19930,19931,19932,19933,19934,19935,19936,19937,19938,19939,19940,19941,19942,19943,19944,19945,19946,19947,19948,19949,19950,19951,19952,19953,19954,19955,19956,19957,19958,19959,19960,19961,19962,19963,19964,19965,19966,19967,19968,19969,19970,19971,19972,19973,19974,19975,19976,19977,19978,19979,19980,19981,19982,19983,19984,19985,19986,19987,19988,19989,19990,19991,19992,19993,19994,19995,19996,19997,19998,19999,20000,20001,20002,20003,20004,20005,20006,20007,20008,20009,20010,20011,20012,20013,20014,20015,20016,20017,20018,20019,20020,20021,20022,20023,20024,20025,20026,20027,20028,20029,20030,20031,20032,20033,20034,20035,20036,20037,20038,20039,20040,20041,20042,20043,20044,20045,20046,20047,20048,20049,20050,20051,20052,20053,20054,20055,20056,20057,20058,20059,20060,20061,20062,20063,20064,20065,20066,20067,20068,20069,20070,20071,20072,20073,20074,20075,20076,20077,20078,20079,20080,20081,20082,20083,20084,20085,20086,20087,20088,20089,20090,20091,20092,20093,20094,20095,20096,20097,20098,20099,20100,20101,20102,20103,20104,20105,20106,20107,20108,20109,20110,20111,20112,20113,20114,21505,21506,21510,21511,21517,21518,21521,21527,21542,21543,21544,21545,21547,21549,21552,21553,21554,21557,21559,21560,21565,21568,21573,21574,21575,21577,21579,21580,21581,21588,21593,21598,21600,21601,21604,21606,21610,21612,21613,21614,21616,21620,21621,21624,21626,21628,21629,21632,21634,21637,21638,21640,21641,21644,21646,21647,21648,21649,21650,21651,21653) )
AND ( (a.`group_access`='0') OR (a.`groupid` IN (1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46 ) ) OR (a.`groupid`='0'))
AND (a.`event_access`='0')
AND (a.`access` <= 10)
AND ( a.`groupid` IN ( 1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46 ) OR ( a.`groupid` IS NULL ) OR ( a.`groupid` = 0 ) ) )
AND a.`archived` = 0
GROUP BY a.`id`
ORDER BY a.`id` DESC
LIMIT 15
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | index_merge | actor,target,archived | actor,target | 4,4 | NULL | 10 | Using sort_union(actor,target); Using where; Using filesort |
2 | DEPENDENT SUBQUERY | <derived3> | index_subquery | key0 | key0 | 4 | func | 602 | Using where |
3 | DERIVED | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | No tables used |
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/components/com_community/models/activities.php:345 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.028 MB Memory before query: 20.179 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | 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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
17 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 20.192 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
17 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.01 ms Query memory: 0.026 MB Memory before query: 20.201 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
17 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.12 ms Query memory: 0.026 MB Memory before query: 19.478 MB Rows returned: 1
SELECT COUNT(1)
FROM `ssw1n_community_activities`
WHERE 1
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 | Select tables optimized away |
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/models/activities.php:1549 |
15 | CommunityModelActivities->getTotalActivities() | JROOT/components/com_community/libraries/activities.php:1185 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 19.486 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/activities.php:1215 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.026 MB Memory before query: 19.495 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/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.41 ms Query memory: 0.027 MB Memory before query: 19.564 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/libraries/activities.php:824 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 19.574 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/libraries/activities.php:842 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 19.583 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:283 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.13 ms After last query: 0.02 ms Query memory: 0.331 MB Memory before query: 19.593 MB Rows returned: 6022
SELECT `id`
FROM `ssw1n_users`
WHERE `block`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | ref | idx_block | idx_block | 1 | const | 6022 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/user.php:780 |
19 | CommunityModelUser->getBannedUser() | JROOT/components/com_community/models/activities.php:295 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.92 ms Query memory: 0.028 MB Memory before query: 20.296 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:436 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.16 ms Query memory: 0.030 MB Memory before query: 20.339 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 20.353 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.01 ms Query memory: 0.028 MB Memory before query: 20.364 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.028 MB Memory before query: 20.375 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `ssw1n_community_events` AS a
LEFT JOIN `ssw1n_community_events_members` AS b
ON a.`id`=b.`eventid`
WHERE ( b.`status`='1' OR b.`status`='2' OR b.`status`='3' )
AND b.memberid='0'
AND a.published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | PRIMARY,idx_published | idx_published | 5 | const | 1 | Using temporary |
1 | SIMPLE | b | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_permission | 4 | softmozart_evolve.a.id | 1 | Using where; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/events.php:524 |
20 | CommunityModelEvents->getEventIds() | JROOT/components/com_community/models/activities.php:590 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.030 MB Memory before query: 20.385 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.028 MB Memory before query: 20.399 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.01 ms Query memory: 0.028 MB Memory before query: 20.410 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.028 MB Memory before query: 20.420 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.028 MB Memory before query: 20.430 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 20.441 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 20.451 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_community_videos`
WHERE `published` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 321 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:850 |
20 | CommunityModelActivities->_getUnpublishedVideos() | JROOT/components/com_community/models/activities.php:646 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 20.462 MB Rows returned: 1
SELECT GROUP_CONCAT(DISTINCT b.`activity_id`) as activity_id
FROM `ssw1n_community_activities_hide` as b
WHERE b.`user_id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | user_id | user_id | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:697 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.05 ms Query memory: 0.028 MB Memory before query: 20.504 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/helpers/time.php:200 |
20 | CTimeHelper::getDate() | JROOT/components/com_community/models/activities.php:740 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.028 MB Memory before query: 20.514 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/helpers/time.php:201 |
20 | CTimeHelper::getDate() | JROOT/components/com_community/models/activities.php:740 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.69 ms After last query: 8.52 ms Query memory: 0.034 MB Memory before query: 20.522 MB Rows returned: 0
SELECT a.*
FROM `ssw1n_community_activities` as a
WHERE ( (a.`actor`='1142') OR (
(a.`actor`='0')
AND
(a.`actors` LIKE '%{"id":"1142"}%')
) OR (a.`target`='1142') )
AND ( 1
AND (( a.`actor` <> '1142'
AND a.target <> a.actor) OR a.target = 1142 OR a.target = 0)
AND ( a.actor NOT IN (207,209,582,683,1450,1454,1456,1457,1465,1466,1469,1475,1479,1481,1486,1487,1495,1497,1507,1525,1528,1534,1536,1540,1547,1549,1553,1558,1559,1561,1565,1566,1567,1568,1570,1571,1574,1577,1588,1591,1592,1596,1601,1603,1605,1610,1612,1615,1617,1620,1621,1624,1625,1626,1627,1628,1633,1636,1637,1647,1648,1651,1652,1655,1657,1658,1659,1660,1662,1664,1666,1667,1668,1670,1671,1673,1676,1678,1680,1681,1688,1690,1695,1701,1702,1703,1705,1706,1708,1710,1711,1712,1713,1714,1718,1721,1724,1725,1728,1732,1740,1741,1742,1746,1750,1753,1755,1757,1758,1759,1760,1761,1762,1763,1767,1769,1770,1773,1777,1782,1783,1784,1786,1794,1795,1796,1797,1799,1801,1802,1803,1805,1808,1809,1810,1814,1817,1818,1820,1822,1823,1824,1828,1831,1834,1835,1836,1837,1840,1841,1842,1844,1845,1846,1847,1850,1853,1854,1857,1858,1861,1864,1865,1867,1868,1869,1870,1871,1873,1874,1875,1876,1877,1878,1879,1880,1881,1884,1887,1903,1904,1905,1907,1909,1911,1915,1919,1922,1924,1926,1927,1930,1931,1932,1934,1937,1938,1940,1941,1942,1946,1952,1954,1955,1957,1958,1962,1964,1965,1968,1970,1972,1980,1983,1985,1987,1988,1989,1992,1994,1995,1996,1997,1998,1999,2001,2007,2011,2016,2018,2019,2020,2027,2028,2029,2030,2033,2036,2039,2040,2041,2044,2048,2050,2051,2052,2053,2054,2055,2057,2061,2064,2065,2067,2076,2079,2083,2091,2107,2111,2115,2117,2118,2119,2121,2123,2124,2126,2130,2131,2132,2134,2138,2139,2147,2155,2157,2158,2159,2160,2161,2162,2163,2166,2167,2169,2170,2171,2172,2173,2176,2177,2178,2180,2181,2183,2185,2186,2187,2189,2190,2191,2195,2196,2198,2202,2204,2205,2206,2207,2208,2209,2211,2213,2214,2215,2218,2219,2220,2222,2225,2226,2227,2228,2230,2231,2232,2234,2235,2236,2237,2238,2239,2240,2242,2243,2244,2245,2246,2249,2250,2251,2252,2253,2255,2257,2258,2259,2263,2264,2267,2270,2273,2274,2275,2277,2283,2287,2288,2289,2291,2292,2293,2294,2295,2296,2297,2298,2300,2301,2302,2303,2305,2306,2307,2311,2312,2315,2317,2318,2320,2321,2322,2323,2325,2326,2327,2329,2331,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2347,2348,2349,2352,2353,2354,2355,2358,2359,2360,2361,2362,2364,2367,2368,2369,2372,2373,2374,2377,2378,2379,2380,2381,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2400,2401,2402,2403,2404,2405,2407,2408,2410,2412,2413,2415,2416,2419,2421,2422,2423,2424,2425,2427,2428,2430,2432,2433,2435,2436,2437,2438,2439,2441,2442,2443,2449,2450,2452,2453,2455,2458,2459,2460,2461,2462,2463,2464,2465,2466,2468,2470,2472,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2495,2496,2497,2498,2499,2500,2502,2504,2505,2506,2507,2509,2510,2511,2513,2515,2516,2517,2518,2520,2521,2524,2525,2527,2528,2529,2530,2532,2535,2536,2537,2539,2541,2542,2543,2546,2547,2548,2549,2551,2552,2553,2555,2556,2557,2561,2562,2563,2565,2566,2567,2568,2569,2570,2572,2574,2575,2576,2578,2580,2582,2583,2585,2586,2591,2593,2594,2595,2596,2597,2598,2600,2601,2603,2604,2605,2606,2608,2609,2613,2615,2616,2618,2622,2623,2624,2625,2626,2627,2629,2631,2633,2634,2635,2641,2651,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2666,2667,2669,2671,2672,2673,2674,2676,2677,2678,2679,2680,2681,2682,2684,2685,2686,2687,2690,2692,2693,2694,2696,2697,2701,2702,2703,2705,2707,2709,2710,2711,2714,2716,2718,2719,2720,2722,2723,2724,2725,2728,2730,2731,2732,2736,2737,2739,2742,2743,2750,2755,2756,2762,2764,2766,2767,2769,2773,2776,2777,2779,2782,2785,2787,2789,2790,2798,2803,2804,2805,2814,2817,2820,2831,2840,2841,2842,2843,2853,2856,2857,2859,2864,2865,2868,2872,2875,2879,2880,2881,2882,2883,2889,2890,2891,2892,2893,2894,2898,2899,2902,2903,2904,2907,2908,2914,2917,2919,2921,2928,2931,2933,2935,2941,2942,2947,2949,2950,2951,2953,2956,2957,2958,2959,2960,2962,2968,2970,2973,2975,2977,2978,2979,2980,2981,2985,2986,2987,2988,2992,2993,2995,2997,2998,2999,3000,3001,3003,3005,3007,3008,3009,3012,3016,3017,3019,3021,3023,3025,3029,3030,3036,3041,3052,3056,3057,3060,3066,3070,3074,3077,3078,3082,3083,3086,3088,3089,3091,3093,3096,3097,3099,3101,3103,3106,3110,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3128,3136,3138,3139,3140,3142,3143,3146,3151,3153,3154,3157,3158,3160,3162,3163,3164,3165,3167,3168,3169,3171,3174,3176,3178,3179,3180,3191,3197,3201,3202,3205,3206,3212,3216,3217,3218,3220,3225,3226,3228,3229,3230,3231,3233,3235,3237,3239,3240,3241,3244,3245,3246,3247,3248,3250,3251,3252,3259,3260,3262,3265,3268,3269,3270,3273,3276,3286,3287,3290,3293,3296,3302,3303,3306,3308,3310,3318,3320,3322,3326,3331,3335,3337,3339,3341,3347,3349,3352,3355,3357,3358,3364,3367,3370,3375,3379,3380,3381,3387,3388,3390,3391,3393,3400,3404,3406,3407,3408,3416,3419,3420,3421,3422,3423,3424,3431,3439,3442,3450,3452,3455,3458,3459,3468,3470,3479,3482,3483,3484,3485,3496,3501,3505,3506,3510,3511,3513,3514,3515,3517,3518,3519,3521,3522,3525,3527,3529,3531,3533,3543,3545,3546,3547,3549,3552,3553,3557,3559,3560,3561,3566,3568,3569,3570,3573,3574,3575,3576,3578,3580,3582,3583,3586,3589,3590,3591,3592,3593,3594,3595,3597,3598,3599,3601,3602,3603,3604,3605,3606,3607,3608,3609,3611,3613,3614,3615,3616,3617,3618,3619,3620,3622,3623,3625,3626,3627,3628,3629,3630,3631,3632,3633,3634,3635,3637,3638,3639,3641,3642,3644,3647,3648,3649,3654,3657,3658,3659,3664,3667,3670,3671,3672,3673,3674,3675,3676,3677,3678,3680,3681,3683,3684,3686,3688,3690,3691,3692,3694,3695,3696,3698,3699,3701,3702,3703,3704,3706,3708,3709,3713,3716,3721,3733,3736,3737,3738,3739,3740,3743,3744,3745,3751,3753,3754,3755,3756,3758,3759,3762,3763,3765,3766,3769,3770,3771,3773,3774,3775,3776,3778,3779,3780,3781,3784,3787,3788,3790,3791,3793,3796,3798,3800,3801,3809,3810,3815,3817,3820,3821,3822,3823,3828,3831,3835,3836,3841,3844,3845,3848,3851,3858,3861,3862,3863,3866,3868,3870,3872,3873,3875,3877,3878,3880,3884,3885,3887,3888,3890,3891,3892,3893,3895,3896,3901,3906,3907,3909,3911,3913,3914,3915,3916,3918,3920,3928,3934,3935,3936,3937,3939,3940,3948,3950,3952,3956,3962,3964,3965,3967,3968,3969,3970,3973,3975,3977,3979,3980,3985,3987,3989,3998,4000,4001,4002,4003,4005,4007,4010,4014,4016,4017,4018,4019,4020,4026,4030,4031,4033,4035,4042,4046,4051,4054,4067,4078,4080,4085,4088,4089,4092,4094,4095,4096,4097,4098,4099,4100,4101,4107,4109,4110,4112,4117,4118,4119,4120,4121,4122,4123,4124,4125,4127,4130,4131,4132,4134,4138,4139,4141,4143,4144,4145,4146,4147,4148,4149,4150,4151,4152,4160,4163,4165,4170,4172,4177,4179,4181,4182,4183,4184,4185,4189,4191,4192,4193,4194,4197,4199,4200,4202,4204,4207,4209,4212,4213,4215,4216,4222,4228,4233,4238,4245,4250,4251,4252,4253,4255,4258,4259,4260,4262,4263,4264,4265,4266,4270,4271,4272,4273,4274,4276,4277,4278,4280,4281,4282,4283,4284,4286,4287,4288,4289,4291,4293,4294,4295,4297,4299,4303,4307,4308,4309,4310,4311,4313,4314,4315,4316,4317,4319,4320,4322,4323,4326,4327,4330,4332,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4347,4348,4352,4355,4356,4358,4360,4362,4363,4365,4366,4368,4369,4373,4374,4376,4380,4386,4388,4391,4393,4394,4395,4398,4400,4401,4402,4403,4405,4408,4410,4413,4414,4415,4417,4418,4421,4422,4423,4424,4427,4431,4432,4433,4434,4435,4437,4438,4441,4443,4446,4448,4449,4450,4451,4453,4455,4456,4462,4463,4464,4466,4468,4469,4472,4473,4478,4479,4480,4481,4482,4484,4485,4486,4489,4490,4491,4492,4493,4496,4499,4500,4501,4502,4503,4506,4507,4508,4509,4510,4511,4512,4513,4514,4515,4516,4519,4520,4522,4523,4524,4531,4532,4533,4534,4536,4537,4538,4539,4544,4547,4556,4557,4558,4560,4561,4563,4564,4568,4569,4570,4575,4576,4579,4583,4586,4587,4588,4590,4593,4596,4600,4606,4607,4608,4609,4610,4612,4614,4616,4618,4621,4623,4626,4627,4629,4631,4632,4636,4637,4638,4640,4641,4642,4643,4644,4646,4647,4650,4652,4655,4657,4658,4660,4661,4662,4663,4665,4666,4668,4669,4672,4673,4675,4676,4677,4678,4681,4682,4687,4688,4690,4691,4692,4693,4698,4699,4703,4704,4706,4709,4710,4711,4712,4713,4715,4717,4718,4719,4722,4723,4724,4727,4730,4731,4732,4733,4734,4735,4737,4738,4739,4740,4741,4743,4744,4748,4750,4752,4753,4755,4756,4757,4758,4759,4760,4761,4762,4763,4764,4765,4766,4767,4769,4770,4772,4773,4775,4776,4777,4778,4779,4780,4781,4783,4784,4785,4787,4788,4789,4790,4791,4792,4795,4799,4800,4801,4803,4804,4806,4810,4811,4812,4814,4816,4819,4823,4824,4825,4826,4827,4829,4830,4832,4833,4834,4835,4836,4837,4839,4843,4845,4848,4849,4851,4857,4860,4863,4865,4866,4867,4870,4871,4880,4892,4894,4895,4896,4899,4901,4902,4904,4909,4919,4923,4924,4929,4937,4939,4941,4942,4943,4945,4947,4948,4951,4953,4954,4956,4959,4960,4967,4969,4972,4976,4981,4986,4989,4992,4994,4998,5002,5003,5008,5009,5010,5011,5012,5014,5015,5016,5018,5019,5020,5021,5023,5024,5027,5028,5031,5032,5033,5034,5035,5037,5039,5040,5041,5042,5044,5045,5049,5050,5052,5056,5058,5060,5061,5066,5073,5077,5078,5081,5082,5083,5085,5098,5099,5103,5111,5112,5114,5115,5116,5117,5118,5120,5121,5125,5126,5127,5129,5130,5133,5136,5138,5139,5141,5142,5146,5147,5155,5158,5159,5160,5164,5165,5169,5178,5186,5187,5190,5192,5193,5194,5195,5197,5200,5201,5202,5205,5209,5210,5211,5212,5213,5214,5215,5216,5218,5219,5220,5222,5224,5225,5227,5228,5229,5232,5233,5234,5236,5237,5238,5240,5241,5242,5243,5244,5245,5247,5248,5250,5252,5256,5259,5260,5268,5269,5270,5273,5274,5275,5277,5279,5282,5284,5286,5287,5289,5291,5292,5294,5298,5300,5302,5304,5306,5308,5310,5312,5314,5319,5320,5322,5339,5343,5345,5348,5349,5350,5352,5357,5362,5366,5377,5384,5388,5391,5397,5403,5405,5406,5407,5409,5410,5411,5412,5414,5418,5419,5421,5424,5426,5427,5428,5429,5430,5431,5433,5434,5435,5437,5439,5441,5442,5447,5449,5453,5455,5456,5459,5461,5462,5463,5465,5466,5468,5471,5472,5473,5476,5477,5478,5479,5480,5484,5486,5488,5489,5490,5491,5492,5493,5499,5500,5501,5503,5505,5507,5509,5511,5512,5514,5516,5517,5518,5520,5522,5523,5524,5525,5527,5529,5534,5536,5539,5540,5541,5542,5544,5545,5547,5548,5549,5550,5551,5552,5554,5555,5557,5558,5560,5562,5565,5566,5567,5568,5569,5570,5572,5574,5575,5576,5578,5579,5580,5581,5582,5583,5584,5585,5586,5587,5589,5590,5591,5592,5593,5595,5596,5597,5598,5602,5603,5606,5607,5610,5617,5618,5619,5620,5624,5625,5626,5627,5628,5632,5634,5635,5636,5639,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5658,5659,5661,5662,5663,5664,5667,5668,5669,5671,5672,5674,5675,5676,5677,5678,5679,5680,5690,5691,5693,5694,5695,5696,5697,5698,5699,5700,5701,5704,5705,5706,5707,5708,5709,5711,5714,5715,5716,5717,5719,5720,5722,5727,5729,5731,5732,5733,5734,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5755,5756,5757,5759,5760,5762,5766,5768,5770,5771,5772,5773,5776,5777,5778,5779,5780,5783,5788,5789,5790,5793,5794,5795,5797,5799,5800,5802,5803,5805,5806,5807,5809,5811,5812,5813,5814,5815,5817,5819,5820,5821,5824,5825,5828,5832,5833,5835,5836,5837,5840,5841,5845,5846,5851,5852,5854,5856,5857,5860,5863,5866,5867,5868,5869,5870,5871,5872,5874,5875,5876,5877,5878,5879,5880,5882,5885,5886,5888,5889,5893,5895,5897,5898,5901,5903,5904,5905,5906,5908,5909,5910,5912,5914,5915,5917,5918,5920,5921,5922,5923,5925,5926,5928,5930,5931,5932,5934,5935,5937,5938,5939,5941,5943,5944,5945,5946,5947,5949,5950,5953,5954,5956,5960,5963,5965,5966,5969,5971,5972,5973,5976,5978,5980,5982,5983,5984,5987,5990,5991,5993,5994,5995,5996,5997,5999,6000,6002,6006,6008,6009,6010,6011,6012,6013,6014,6016,6017,6018,6020,6021,6023,6025,6028,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6044,6046,6047,6048,6050,6051,6052,6055,6056,6057,6059,6060,6061,6062,6063,6064,6066,6067,6069,6071,6072,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6088,6089,6090,6092,6093,6096,6097,6098,6099,6101,6102,6103,6107,6110,6111,6112,6115,6117,6119,6120,6121,6122,6125,6127,6128,6129,6131,6134,6135,6145,6146,6147,6148,6151,6152,6154,6161,6166,6172,6179,6180,6181,6183,6184,6190,6196,6197,6201,6202,6203,6209,6210,6223,6227,6238,6244,6247,6258,6260,6269,6271,6285,6286,6288,6289,6290,6294,6295,6304,6309,6311,6313,6319,6323,6324,6327,6329,6335,6337,6346,6347,6349,6351,6355,6362,6368,6372,6378,6379,6383,6384,6391,6394,6395,6397,6398,6401,6402,6404,6405,6406,6408,6409,6412,6414,6416,6417,6418,6419,6420,6421,6422,6423,6424,6426,6427,6428,6430,6431,6432,6433,6434,6435,6436,6438,6439,6441,6443,6447,6448,6449,6450,6451,6453,6454,6455,6456,6457,6458,6459,6460,6465,6467,6468,6471,6472,6473,6474,6477,6478,6480,6481,6482,6483,6486,6487,6488,6489,6490,6491,6495,6497,6499,6502,6503,6506,6509,6510,6512,6513,6515,6516,6517,6518,6519,6521,6522,6523,6524,6525,6527,6528,6529,6531,6532,6533,6534,6535,6536,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548,6549,6550,6551,6552,6553,6555,6558,6559,6560,6561,6562,6563,6564,6565,6569,6571,6572,6573,6577,6578,6579,6580,6581,6583,6584,6586,6587,6588,6590,6592,6593,6594,6595,6596,6597,6599,6600,6601,6602,6603,6605,6606,6608,6609,6610,6611,6613,6614,6615,6616,6617,6618,6619,6620,6621,6622,6627,6628,6629,6630,6631,6632,6633,6635,6636,6637,6638,6639,6640,6641,6642,6643,6645,6646,6647,6648,6649,6651,6654,6655,6656,6657,6658,6659,6660,6661,6662,6664,6665,6666,6667,6668,6669,6670,6671,6672,6674,6675,6676,6678,6682,6683,6684,6686,6687,6688,6689,6691,6692,6693,6695,6698,6699,6700,6701,6703,6705,6707,6708,6711,6712,6713,6714,6715,6716,6717,6718,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,6739,6740,6741,6743,6744,6745,6746,6747,6748,6750,6751,6753,6755,6758,6759,6760,6761,6762,6763,6766,6768,6769,6772,6773,6775,6777,6778,6779,6780,6781,6782,6784,6786,6787,6788,6789,6790,6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6805,6806,6807,6808,6811,6812,6813,6814,6815,6816,6818,6819,6820,6821,6822,6824,6827,6831,6832,6833,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6865,6867,6869,6871,6872,6874,6879,6880,6881,6885,6887,6888,6889,6890,6891,6897,6899,6901,6930,6935,6936,6937,6942,6945,6946,6947,6949,6950,6962,6965,6969,6971,6973,6977,6980,6983,6988,6990,6993,6995,6996,6998,7003,7004,7009,7011,7013,7014,7015,7016,7018,7025,7026,7028,7034,7037,7040,7041,7043,7046,7047,7050,7051,7052,7053,7057,7060,7073,7074,7076,7079,7080,7082,7083,7090,7091,7093,7100,7104,7106,7111,7113,7114,7115,7124,7125,7134,7138,7139,7142,7143,7145,7147,7149,7150,7155,7157,7159,7161,7163,7172,7173,7174,7176,7177,7183,7190,7193,7194,7199,7200,7210,7217,7218,7219,7221,7228,7234,7237,7239,7247,7249,7255,7257,7258,7259,7263,7264,7269,7272,7273,7274,7275,7276,7281,7286,7287,7288,7289,7293,7294,7296,7297,7298,7300,7301,7303,7304,7305,7307,7310,7312,7314,7315,7316,7326,7328,7332,7335,7336,7342,7344,7346,7349,7354,7355,7356,7364,7365,7369,7372,7373,7376,7378,7379,7381,7382,7386,7389,7390,7393,7394,7399,7400,7401,7404,7405,7406,7407,7410,7411,7413,7419,7424,7425,7426,7432,7433,7435,7438,7440,7441,7442,7443,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7457,7461,7462,7463,7464,7466,7467,7469,7470,7471,7473,7474,7475,7476,7477,7479,7480,7482,7485,7487,7490,7496,7498,7499,7501,7503,7504,7506,7509,7511,7512,7513,7514,7519,7523,7525,7526,7527,7528,7531,7535,7536,7538,7539,7540,7541,7544,7545,7546,7549,7553,7555,7556,7557,7558,7559,7560,7562,7563,7564,7568,7571,7572,7573,7575,7576,7577,7578,7579,7580,7581,7582,7583,7589,7590,7591,7592,7594,7595,7597,7598,7599,7602,7604,7605,7606,7608,7609,7610,7611,7612,7613,7615,7616,7617,7619,7620,7621,7622,7623,7624,7628,7631,7632,7633,7635,7637,7639,7640,7642,7643,7644,7645,7647,7648,7649,7651,7652,7653,7654,7657,7658,7659,7660,7661,7663,7664,7665,7668,7669,7671,7672,7673,7674,7675,7676,7677,7679,7680,7681,7682,7683,7684,7689,7690,7694,7695,7697,7698,7699,7700,7705,7707,7708,7712,7713,7715,7717,7718,7720,7721,7724,7726,7727,7729,7730,7731,7733,7734,7738,7740,7741,7742,7746,7747,7748,7749,7750,7753,7754,7756,7757,7758,7759,7761,7764,7767,7771,7773,7776,7777,7780,7781,7782,7785,7786,7787,7788,7789,7790,7796,7797,7800,7803,7805,7808,7809,7810,7811,7812,7813,7814,7815,7816,7817,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7851,7852,7853,7855,7856,7860,7861,7862,7863,7864,7868,7869,7870,7871,7873,7874,7875,7877,7878,7879,7880,7882,7883,7885,7886,7887,7889,7890,7891,7892,7895,7897,7898,7899,7901,7902,7903,7904,7905,7907,7909,7911,7913,7915,7916,7917,7919,7920,7921,7922,7923,7924,7928,7929,7930,7931,7932,7933,7935,7936,7937,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7958,7960,7962,7964,7965,7966,7967,7969,7970,7973,7974,7975,7977,7978,7979,7980,7981,7982,7983,7984,7985,7987,7989,7990,7991,7992,7993,7994,7995,7996,7997,7999,8000,8001,8002,8003,8004,8005,8006,8007,8010,8011,8013,8014,8015,8016,8017,8018,8019,8020,8021,8022,8023,8024,8027,8028,8029,8030,8031,8032,8033,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8047,8048,8049,8051,8052,8053,8059,8062,8063,8064,8065,8069,8073,8075,8077,8078,8082,8084,8087,8089,8091,8092,8093,8095,8096,8097,8098,8099,8100,8101,8102,8105,8106,8107,8108,8109,8112,8115,8116,8117,8118,8120,8123,8124,8129,8134,8136,8137,8138,8139,8140,8141,8143,8145,8147,8148,8149,8155,8156,8159,8160,8162,8163,8164,8165,8166,8168,8169,8171,8172,8173,8174,8175,8176,8178,8181,8182,8183,8187,8189,8190,8192,8194,8195,8196,8199,8200,8202,8204,8205,8206,8207,8212,8213,8214,8217,8218,8220,8224,8225,8226,8227,8229,8230,8231,8232,8233,8234,8235,8236,8237,8239,8240,8241,8242,8243,8245,8246,8247,8248,8249,8251,8252,8253,8254,8255,8256,8257,8258,8263,8265,8266,8267,8268,8271,8272,8273,8274,8278,8283,8285,8291,8292,8293,8294,8295,8297,8299,8300,8301,8302,8305,8306,8307,8308,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8325,8326,8329,8331,8332,8333,8336,8339,8341,8343,8344,8345,8346,8347,8350,8351,8352,8354,8355,8357,8358,8359,8364,8365,8366,8367,8373,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8386,8387,8388,8389,8390,8391,8392,8394,8395,8397,8398,8399,8400,8401,8402,8404,8405,8406,8407,8409,8411,8412,8414,8417,8424,8427,8430,8431,8432,8433,8434,8435,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8459,8460,8461,8463,8465,8467,8468,8473,8477,8479,8480,8481,8482,8486,8487,8488,8489,8493,8501,8505,8509,8513,8514,8515,8516,8517,8518,8521,8522,8525,8528,8529,8533,8534,8535,8536,8538,8539,8540,8541,8542,8543,8546,8548,8549,8550,8552,8553,8554,8556,8559,8561,8562,8563,8566,8567,8569,8570,8574,8575,8577,8578,8579,8581,8585,8586,8588,8589,8590,8592,8593,8594,8595,8597,8598,8599,8600,8601,8602,8603,8604,8605,8606,8607,8609,8610,8611,8612,8613,8614,8615,8617,8623,8624,8625,8627,8628,8629,8630,8634,8635,8638,8639,8642,8643,8644,8648,8654,8655,8656,8657,8661,8665,8666,8669,8672,8674,8677,8678,8679,8680,8682,8685,8687,8688,8689,8690,8691,8692,8693,8694,8696,8698,8699,8701,8702,8703,8704,8707,8708,8709,8710,8711,8719,8726,8728,8730,8731,8732,8735,8736,8740,8741,8743,8744,8746,8755,8758,8759,8760,8764,8767,8771,8772,8773,8774,8775,8778,8779,8780,8781,8785,8787,8789,8790,8791,8796,8797,8798,8800,8802,8803,8806,8807,8809,8812,8813,8815,8816,8818,8819,8820,8821,8823,8827,8830,8831,8839,8841,8842,8844,8846,8848,8850,8853,8855,8856,8857,8859,8861,8862,8863,8866,8868,8869,8871,8872,8875,8876,8877,8878,8882,8884,8885,8886,8888,8889,8893,8894,8895,8896,8898,8900,8901,8903,8905,8908,8909,8910,8911,8912,8913,8915,8916,8917,8919,8920,8922,8923,8925,8928,8929,8932,8933,8934,8939,8940,8941,8944,8945,8946,8949,8950,8952,8953,8956,8961,8964,8966,8969,8975,8977,8978,8980,8983,8984,8985,8986,8988,8989,8991,8993,8994,8995,8996,8998,8999,9001,9002,9005,9007,9010,9011,9012,9017,9018,9020,9021,9022,9025,9028,9030,9031,9032,9036,9037,9039,9041,9042,9043,9044,9045,9048,9050,9051,9052,9053,9054,9055,9056,9057,9060,9063,9064,9065,9066,9067,9068,9069,9073,9075,9076,9080,9081,9083,9084,9085,9087,9088,9089,9090,9093,9094,9095,9096,9097,9099,9100,9101,9102,9103,9104,9105,9108,9109,9110,9111,9113,9114,9115,9116,9117,9119,9120,9121,9122,9123,9124,9125,9128,9129,9130,9131,9132,9133,9134,9135,9137,9138,9139,9141,9143,9144,9145,9147,9148,9151,9152,9153,9156,9161,9162,9163,9165,9166,9167,9169,9170,9171,9174,9177,9178,9180,9184,9186,9187,9189,9190,9192,9193,9195,9197,9198,9199,9205,9208,9210,9211,9212,9214,9215,9216,9217,9218,9221,9222,9223,9224,9225,9226,9227,9228,9230,9231,9232,9234,9236,9237,9238,9239,9240,9242,9244,9245,9246,9247,9249,9251,9252,9253,9255,9257,9258,9260,9261,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9275,9276,9277,9278,9279,9280,9281,9284,9285,9286,9287,9288,9289,9290,9291,9292,9293,9294,9296,9297,9298,9299,9301,9302,9303,9305,9307,9308,9310,9311,9312,9313,9314,9315,9316,9317,9318,9319,9320,9322,9323,9325,9326,9328,9329,9330,9331,9332,9333,9334,9337,9339,9341,9342,9343,9344,9346,9347,9348,9353,9361,9363,9371,9372,9373,9374,9375,9376,9377,9378,9379,9380,9381,9382,9383,9384,9385,9386,9388,9389,9390,9391,9392,9393,9395,9396,9397,9398,9399,9400,9401,9403,9405,9407,9409,9417,9420,9422,9424,9426,9428,9430,9431,9432,9433,9434,9436,9437,9440,9442,9448,9449,9450,9451,9452,9453,9458,9461,9462,9463,9464,9467,9474,9475,9478,9480,9482,9484,9494,9496,9497,9499,9501,9502,9503,9506,9507,9508,9509,9510,9516,9518,9519,9521,9522,9523,9524,9525,9526,9532,9533,9534,9535,9537,10085,10086,10087,10088,10090,10091,10093,10095,10096,10097,10098,10100,10102,10103,10104,10106,10108,10109,10110,10111,10112,10113,10114,10117,10119,10120,10121,10122,10123,10126,10127,10128,10130,10131,10132,10133,10134,10135,10136,10139,10140,10141,10142,10145,10146,10147,10148,10150,10151,10152,10153,10155,10156,10157,10158,10159,10160,10161,10162,10163,10164,10165,10166,10173,10174,10175,10176,10177,10178,10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192,10193,10195,10196,10199,10201,10202,10203,10204,10205,10206,10207,10208,10209,10211,10212,10218,10221,10425,10426,10427,10430,10431,10432,10433,10434,10436,10437,10438,10439,10440,10441,10442,10443,10446,10447,10459,10467,10468,10473,10474,10476,10478,10480,10481,10482,10486,10490,10493,10495,10497,10506,10509,10510,10511,10515,10516,10517,10519,10520,10531,10534,10537,10539,10543,10547,10548,10550,10556,10557,10558,10559,10560,10564,10567,10574,10578,10579,10587,10588,10589,10590,10593,10594,10597,10603,10608,10611,10614,10615,10616,10617,10619,10620,10621,10622,10623,10624,10627,10628,10631,10633,10634,10635,10638,10643,10644,10648,10654,10655,10658,10661,10662,10664,10668,10669,10670,10673,10674,10675,10676,10678,10679,10680,10683,10684,10688,10691,10700,10703,10708,10713,10716,10717,10722,10725,10729,10730,10731,10736,10738,10739,10748,10757,10763,10770,10779,10782,10785,10789,10790,10806,10807,10808,10813,10816,10817,10820,10827,10829,10856,10857,10876,10877,10883,10888,10890,10897,10909,10912,10920,10923,10926,10944,10950,10960,10968,10971,10975,10976,10978,10979,10980,10986,10993,10995,10997,11008,11011,11014,11024,11028,11035,11056,11060,11069,11070,11077,11080,11081,11093,11095,11098,11100,11105,11108,11111,11113,11117,11120,11124,11131,11136,11138,11140,11145,11150,11151,11154,11159,11160,11163,11167,11169,11186,11188,11197,11213,11217,11233,11234,11236,11252,11256,11262,11264,11302,11319,11320,11322,11333,11344,11355,11362,11367,11373,11375,11378,11379,11382,11383,11384,11386,11387,11388,11390,11393,11394,11396,11399,11402,11403,11406,11407,11409,11410,11412,11414,11415,11416,11428,11438,11469,11476,11483,11484,11486,11497,11509,11510,11513,11514,11518,11524,11525,11538,11541,11543,11545,11546,11555,11556,11559,11561,11562,11566,11571,11572,11573,11575,11576,11578,11579,11581,11585,11586,11610,11616,11617,11620,11635,11636,11639,11647,11651,11652,11659,11673,12170,12174,12177,12181,12183,12188,12191,12196,12201,12209,12212,12214,12217,12239,12244,12247,12250,12251,12254,12257,12259,12264,12267,12291,12292,12293,12297,12304,12305,12310,12314,12316,12317,12319,12320,12323,12328,12331,12336,12337,12339,12343,12350,12359,12360,12366,12369,12379,12384,12386,12390,12394,12400,12412,12413,12416,12419,12425,12436,12439,12445,12446,12448,12451,12453,12455,12457,12459,12460,12465,12466,12472,12473,12474,12479,12480,12481,12482,12483,12485,12486,12487,12488,12491,12496,12506,12513,12514,12517,12521,12526,12536,12538,12651,12652,12655,12657,12659,12661,12662,12670,12678,12682,12687,12689,12695,12698,12700,12716,12719,12721,12722,12727,12734,12735,12736,12737,12738,12743,12744,12748,12749,12753,12756,12760,12761,12768,12771,12773,12776,12785,12786,12793,12808,12814,12823,12828,12829,12831,12835,12842,12843,12849,12850,12864,12865,12870,12876,12880,12893,12895,12907,12912,12913,12916,12917,12918,12919,12927,12928,12934,12938,12940,12946,12951,12955,12956,12958,12966,12973,12975,12976,12979,12988,12994,12999,13001,13005,13009,13014,13040,13041,13042,13045,13046,13054,13065,13066,13077,13084,13092,13101,13107,13111,13166,13575,13576,13708,13769,13864,13943,14266,14300,14301,14302,14438,14439,14440,14441,14442,14443,14444,14445,14446,14447,14448,14449,14450,14451,14452,14453,14454,14455,14457,14458,14459,14460,14461,14462,14463,14464,14465,14466,14467,14468,14469,14470,14471,14472,14473,14474,14475,14476,14477,14478,14479,14480,14481,14482,14483,14484,14485,14486,14487,14488,14489,14490,14491,14492,14493,14494,14495,14496,14497,14498,14499,14500,14501,14502,14503,14504,14505,14506,14507,14508,14509,14510,14511,14512,14513,14514,14515,14517,14518,14519,14520,14521,14523,14524,14525,14526,14527,14528,14529,14530,14531,14532,14533,14534,14535,14536,14537,14538,14539,14540,14541,14542,14543,14544,14545,14546,14547,14548,14549,14551,14554,14557,14575,14597,14614,14669,14732,14752,14756,14758,14781,14791,14841,14845,14848,14849,14850,14857,14860,14863,14880,14885,14887,14891,14893,14900,14902,14905,14916,14929,14933,14935,14936,14938,14939,14951,14957,14958,14960,14962,14963,14966,14973,14976,14978,14980,14986,14987,14989,14997,15001,15009,15015,15026,15029,15030,15043,15051,15060,15074,15076,15078,15080,15081,15082,15083,15084,15086,15098,15103,15111,15119,15125,15131,15133,15134,15136,15137,15139,15140,15143,15145,15146,15148,15155,15156,15158,15164,15173,15174,15180,15182,15186,15189,15193,15197,15210,15232,15237,15239,15243,15253,15254,15260,15269,15270,15272,15273,15280,15282,15284,15293,15307,15313,15320,15321,15324,15341,15343,15345,15346,15348,15349,15352,15353,15355,15364,15369,15370,15372,15378,15382,15387,15393,15394,15398,15402,15403,15404,15406,15422,15427,15430,15433,15434,15435,15437,15449,15451,15453,15454,15460,15466,15475,15477,15478,15481,15482,15484,15489,15490,15493,15496,15504,15509,15512,15517,15520,15521,15524,15530,15531,15539,15542,15543,15547,15554,15558,15561,15573,15575,15576,15577,15581,16516,16523,16534,16536,16538,16540,16546,16562,16563,16564,16565,16566,16593,16599,16623,16624,16627,16643,16646,16661,16663,16666,16670,16673,16686,16688,16697,16711,16721,16722,16730,16752,16753,16755,16756,16763,16767,16771,16779,16798,16800,16805,16824,16866,16877,16884,16885,16886,16887,16888,16889,16894,16905,16908,16910,16914,16915,16923,16926,16939,16957,18520,18556,18570,18574,18576,18583,18588,18589,18595,18597,18606,18609,18611,18612,18615,18619,18624,18637,18638,18640,18642,18643,18648,18649,18651,18653,18654,18656,18661,18662,18665,18668,18669,18671,18672,18673,18674,18675,19189,19190,19191,19192,19193,19194,19195,19196,19197,19198,19199,19200,19201,19202,19203,19204,19205,19206,19207,19208,19209,19210,19211,19212,19213,19214,19215,19216,19217,19218,19219,19220,19221,19223,19224,19225,19226,19227,19228,19229,19230,19231,19232,19233,19234,19235,19236,19237,19238,19239,19240,19241,19242,19243,19244,19246,19251,19254,19257,19272,19277,19287,19289,19290,19295,19416,19417,19418,19419,19420,19421,19422,19423,19424,19425,19426,19427,19428,19429,19430,19431,19432,19433,19434,19435,19436,19437,19438,19439,19440,19441,19442,19443,19444,19445,19446,19447,19448,19449,19450,19451,19452,19453,19454,19455,19456,19457,19458,19459,19460,19461,19462,19463,19464,19465,19466,19467,19468,19469,19470,19471,19472,19473,19474,19475,19476,19477,19478,19479,19480,19481,19482,19483,19484,19485,19486,19487,19488,19489,19490,19491,19492,19493,19494,19495,19496,19497,19498,19499,19500,19501,19502,19503,19504,19505,19506,19507,19508,19509,19510,19511,19512,19513,19514,19515,19516,19517,19518,19519,19520,19521,19522,19523,19524,19525,19526,19527,19528,19529,19530,19531,19532,19533,19534,19535,19536,19537,19538,19539,19540,19541,19542,19543,19544,19545,19546,19547,19548,19549,19550,19551,19552,19553,19554,19555,19556,19557,19558,19559,19560,19561,19562,19563,19564,19565,19566,19567,19568,19569,19570,19571,19572,19573,19574,19575,19576,19577,19578,19579,19580,19581,19582,19583,19584,19585,19586,19587,19588,19589,19590,19591,19592,19593,19594,19595,19596,19597,19598,19599,19600,19601,19602,19603,19604,19605,19606,19607,19608,19609,19610,19611,19612,19613,19614,19615,19616,19617,19618,19619,19620,19621,19622,19623,19624,19625,19626,19627,19628,19629,19630,19631,19632,19633,19634,19635,19636,19637,19638,19639,19640,19641,19642,19643,19644,19645,19646,19647,19648,19649,19650,19651,19652,19653,19654,19655,19656,19657,19658,19659,19660,19661,19662,19663,19664,19665,19666,19667,19668,19669,19670,19671,19672,19673,19674,19675,19676,19677,19678,19679,19680,19681,19682,19683,19684,19685,19686,19687,19688,19689,19690,19691,19692,19693,19694,19695,19696,19697,19698,19699,19700,19701,19702,19703,19704,19705,19706,19707,19708,19709,19710,19711,19712,19713,19714,19715,19716,19717,19718,19719,19720,19721,19722,19723,19724,19725,19726,19727,19728,19729,19730,19731,19732,19733,19734,19735,19736,19737,19738,19739,19740,19741,19742,19743,19744,19745,19746,19747,19748,19749,19750,19751,19752,19753,19754,19755,19756,19757,19758,19759,19760,19761,19762,19763,19764,19765,19766,19767,19768,19769,19770,19771,19772,19773,19774,19775,19776,19777,19778,19779,19780,19781,19782,19783,19784,19785,19786,19787,19788,19789,19790,19791,19792,19793,19794,19795,19796,19797,19798,19799,19800,19801,19802,19803,19804,19805,19806,19807,19808,19809,19810,19811,19812,19813,19814,19815,19816,19817,19818,19819,19820,19821,19822,19823,19824,19825,19826,19827,19828,19829,19830,19831,19832,19833,19834,19835,19836,19837,19838,19839,19840,19841,19842,19843,19844,19845,19846,19847,19848,19849,19850,19851,19852,19853,19854,19855,19856,19857,19858,19859,19860,19861,19862,19863,19864,19865,19866,19867,19868,19869,19870,19871,19872,19873,19874,19875,19876,19877,19878,19879,19880,19881,19882,19883,19884,19885,19886,19887,19888,19889,19890,19891,19892,19893,19894,19895,19896,19897,19898,19899,19900,19901,19902,19903,19904,19905,19906,19907,19908,19909,19910,19911,19912,19913,19914,19915,19916,19917,19918,19919,19920,19921,19922,19923,19924,19925,19926,19927,19928,19929,19930,19931,19932,19933,19934,19935,19936,19937,19938,19939,19940,19941,19942,19943,19944,19945,19946,19947,19948,19949,19950,19951,19952,19953,19954,19955,19956,19957,19958,19959,19960,19961,19962,19963,19964,19965,19966,19967,19968,19969,19970,19971,19972,19973,19974,19975,19976,19977,19978,19979,19980,19981,19982,19983,19984,19985,19986,19987,19988,19989,19990,19991,19992,19993,19994,19995,19996,19997,19998,19999,20000,20001,20002,20003,20004,20005,20006,20007,20008,20009,20010,20011,20012,20013,20014,20015,20016,20017,20018,20019,20020,20021,20022,20023,20024,20025,20026,20027,20028,20029,20030,20031,20032,20033,20034,20035,20036,20037,20038,20039,20040,20041,20042,20043,20044,20045,20046,20047,20048,20049,20050,20051,20052,20053,20054,20055,20056,20057,20058,20059,20060,20061,20062,20063,20064,20065,20066,20067,20068,20069,20070,20071,20072,20073,20074,20075,20076,20077,20078,20079,20080,20081,20082,20083,20084,20085,20086,20087,20088,20089,20090,20091,20092,20093,20094,20095,20096,20097,20098,20099,20100,20101,20102,20103,20104,20105,20106,20107,20108,20109,20110,20111,20112,20113,20114,21505,21506,21510,21511,21517,21518,21521,21527,21542,21543,21544,21545,21547,21549,21552,21553,21554,21557,21559,21560,21565,21568,21573,21574,21575,21577,21579,21580,21581,21588,21593,21598,21600,21601,21604,21606,21610,21612,21613,21614,21616,21620,21621,21624,21626,21628,21629,21632,21634,21637,21638,21640,21641,21644,21646,21647,21648,21649,21650,21651,21653) )
AND ( (a.`group_access`='0') OR (a.`groupid` IN (1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46 ) ) OR (a.`groupid`='0'))
AND (a.`event_access`='0')
AND (a.`access` <= 10)
AND ( a.`groupid` IN ( 1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46 ) OR ( a.`groupid` IS NULL ) OR ( a.`groupid` = 0 ) ) )
AND a.`archived` = 0
GROUP BY a.`id`
ORDER BY a.`id` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | index_merge | actor,target,archived | actor,target | 4,4 | NULL | 10 | Using sort_union(actor,target); Using where; Using filesort |
2 | DEPENDENT SUBQUERY | <derived3> | index_subquery | key0 | key0 | 4 | func | 602 | Using where |
3 | DERIVED | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | No tables used |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/activities.php:345 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.029 MB Memory before query: 20.532 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
19 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.028 MB Memory before query: 20.545 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
19 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 20.556 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
19 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.29 ms Query memory: 0.027 MB Memory before query: 19.844 MB Rows returned: 0
SELECT extension_id
FROM ssw1n_extensions
WHERE element ='com_adagency'
AND type='component'
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 where; Using index |
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:1734 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/helpers/system.php:23 |
17 | CSystemHelper::isComponentExists() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:361 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:670 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.22 ms Query memory: 0.024 MB Memory before query: 19.799 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/profile/view.html.php:230 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.024 MB Memory before query: 19.806 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
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/profile/view.html.php:233 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.11 ms Query memory: 0.025 MB Memory before query: 19.886 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 |
---|
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/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.36 ms Query memory: 0.026 MB Memory before query: 19.951 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/privacy.php:25 |
15 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.66 ms Query memory: 0.026 MB Memory before query: 20.022 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/privacy.php:25 |
15 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 5.09 ms Query memory: 0.026 MB Memory before query: 20.115 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/privacy.php:25 |
15 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.17 ms Query memory: 0.026 MB Memory before query: 20.138 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/privacy.php:25 |
15 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.14 ms Query memory: 0.026 MB Memory before query: 20.159 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/privacy.php:25 |
15 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 2.42 ms Query memory: 0.026 MB Memory before query: 20.206 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/privacy.php:25 |
15 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.026 MB Memory before query: 20.215 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/privacy.php:25 |
15 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.026 MB Memory before query: 20.208 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 |
---|
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/templates/jomsocial/layouts/profile.about.php:115 |
14 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
13 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
12 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:693 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.13 ms Query memory: 0.024 MB Memory before query: 20.194 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/libraries/template.php:223 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:695 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.16 ms Query memory: 0.028 MB Memory before query: 20.229 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/libraries/template.php:223 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:753 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.35 ms Query memory: 0.024 MB Memory before query: 20.269 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/libraries/userstatus.php:27 |
12 | CUserStatus->__construct() | JROOT/components/com_community/views/profile/view.html.php:791 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.024 MB Memory before query: 20.276 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/libraries/userstatus.php:50 |
12 | CUserStatus->render() | JROOT/components/com_community/views/profile/view.html.php:798 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.024 MB Memory before query: 20.283 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/libraries/template.php:223 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:798 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.18 ms Query memory: 0.024 MB Memory before query: 20.292 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/libraries/userstatus.php:27 |
12 | CUserStatus->__construct() | JROOT/components/com_community/views/profile/view.html.php:791 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.024 MB Memory before query: 20.299 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/libraries/userstatus.php:50 |
12 | CUserStatus->render() | JROOT/components/com_community/views/profile/view.html.php:798 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.05 ms Query memory: 0.024 MB Memory before query: 20.306 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/libraries/template.php:223 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:798 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.13 ms Query memory: 0.024 MB Memory before query: 20.304 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/profile/view.html.php:329 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.025 MB Memory before query: 20.311 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
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/activities.php:1551 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 20.318 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 |
---|
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/time.php:200 |
14 | CTimeHelper::getDate() | JROOT/components/com_community/libraries/activities.php:1554 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms After last query: 0.02 ms Query memory: 0.026 MB Memory before query: 20.327 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 |
---|
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/time.php:201 |
14 | CTimeHelper::getDate() | JROOT/components/com_community/libraries/activities.php:1554 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 5.58 ms Query memory: 0.026 MB Memory before query: 20.336 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 |
---|
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/activities.php:1146 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.026 MB Memory before query: 20.345 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/activities.php:1152 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.026 MB Memory before query: 20.355 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/activities.php:405 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.026 MB Memory before query: 20.364 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 |
---|
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/models/activities.php:283 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.16 ms After last query: 0.02 ms Query memory: 0.330 MB Memory before query: 20.373 MB Rows returned: 6022
SELECT `id`
FROM `ssw1n_users`
WHERE `block`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | ref | idx_block | idx_block | 1 | const | 6022 | Using index |
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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/user.php:780 |
17 | CommunityModelUser->getBannedUser() | JROOT/components/com_community/models/activities.php:295 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.05 ms Query memory: 0.027 MB Memory before query: 21.074 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:436 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.19 ms Query memory: 0.029 MB Memory before query: 21.118 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 21.131 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 21.140 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.027 MB Memory before query: 21.150 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `ssw1n_community_events` AS a
LEFT JOIN `ssw1n_community_events_members` AS b
ON a.`id`=b.`eventid`
WHERE ( b.`status`='1' OR b.`status`='2' OR b.`status`='3' )
AND b.memberid='0'
AND a.published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | PRIMARY,idx_published | idx_published | 5 | const | 1 | Using temporary |
1 | SIMPLE | b | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_permission | 4 | softmozart_evolve.a.id | 1 | Using where; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/events.php:524 |
18 | CommunityModelEvents->getEventIds() | JROOT/components/com_community/models/activities.php:590 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.029 MB Memory before query: 21.159 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 21.172 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.01 ms Query memory: 0.027 MB Memory before query: 21.182 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
18 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 21.191 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.027 MB Memory before query: 21.200 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 21.210 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.027 MB Memory before query: 21.219 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_community_videos`
WHERE `published` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 321 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:850 |
18 | CommunityModelActivities->_getUnpublishedVideos() | JROOT/components/com_community/models/activities.php:646 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 21.228 MB Rows returned: 1
SELECT GROUP_CONCAT(DISTINCT b.`activity_id`) as activity_id
FROM `ssw1n_community_activities_hide` as b
WHERE b.`user_id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | user_id | user_id | 4 | const | 1 | |
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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:697 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 21.269 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/helpers/time.php:200 |
18 | CTimeHelper::getDate() | JROOT/components/com_community/models/activities.php:740 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 21.279 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/helpers/time.php:201 |
18 | CTimeHelper::getDate() | JROOT/components/com_community/models/activities.php:740 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 24.97 ms Query memory: 0.026 MB Memory before query: 21.289 MB Rows returned: 0
SELECT cid
FROM `ssw1n_community_featured`
WHERE target_id=1142
AND type='stream.profile'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_featured | ref | type | type | 767 | const | 6 | Using index condition; 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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:777 |
17 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 3.08 ms After last query: 2.48 ms Query memory: 0.033 MB Memory before query: 21.294 MB Rows returned: 0
SELECT a.*
FROM `ssw1n_community_activities` as a
WHERE ( (a.`actor`='1142') OR (
(a.`actor`='0')
AND
(a.`actors` LIKE '%{"id":"1142"}%')
) OR (a.`actor` IN (1142)) OR (a.`target` IN (1142)) OR (a.`target`='1142') )
AND ( 1
AND (( a.`actor` <> '1142'
AND a.target <> a.actor) OR a.target = 1142 OR a.target = 0 OR (a.`actor` IN (1142)) )
AND ( a.actor NOT IN (207,209,582,683,1450,1454,1456,1457,1465,1466,1469,1475,1479,1481,1486,1487,1495,1497,1507,1525,1528,1534,1536,1540,1547,1549,1553,1558,1559,1561,1565,1566,1567,1568,1570,1571,1574,1577,1588,1591,1592,1596,1601,1603,1605,1610,1612,1615,1617,1620,1621,1624,1625,1626,1627,1628,1633,1636,1637,1647,1648,1651,1652,1655,1657,1658,1659,1660,1662,1664,1666,1667,1668,1670,1671,1673,1676,1678,1680,1681,1688,1690,1695,1701,1702,1703,1705,1706,1708,1710,1711,1712,1713,1714,1718,1721,1724,1725,1728,1732,1740,1741,1742,1746,1750,1753,1755,1757,1758,1759,1760,1761,1762,1763,1767,1769,1770,1773,1777,1782,1783,1784,1786,1794,1795,1796,1797,1799,1801,1802,1803,1805,1808,1809,1810,1814,1817,1818,1820,1822,1823,1824,1828,1831,1834,1835,1836,1837,1840,1841,1842,1844,1845,1846,1847,1850,1853,1854,1857,1858,1861,1864,1865,1867,1868,1869,1870,1871,1873,1874,1875,1876,1877,1878,1879,1880,1881,1884,1887,1903,1904,1905,1907,1909,1911,1915,1919,1922,1924,1926,1927,1930,1931,1932,1934,1937,1938,1940,1941,1942,1946,1952,1954,1955,1957,1958,1962,1964,1965,1968,1970,1972,1980,1983,1985,1987,1988,1989,1992,1994,1995,1996,1997,1998,1999,2001,2007,2011,2016,2018,2019,2020,2027,2028,2029,2030,2033,2036,2039,2040,2041,2044,2048,2050,2051,2052,2053,2054,2055,2057,2061,2064,2065,2067,2076,2079,2083,2091,2107,2111,2115,2117,2118,2119,2121,2123,2124,2126,2130,2131,2132,2134,2138,2139,2147,2155,2157,2158,2159,2160,2161,2162,2163,2166,2167,2169,2170,2171,2172,2173,2176,2177,2178,2180,2181,2183,2185,2186,2187,2189,2190,2191,2195,2196,2198,2202,2204,2205,2206,2207,2208,2209,2211,2213,2214,2215,2218,2219,2220,2222,2225,2226,2227,2228,2230,2231,2232,2234,2235,2236,2237,2238,2239,2240,2242,2243,2244,2245,2246,2249,2250,2251,2252,2253,2255,2257,2258,2259,2263,2264,2267,2270,2273,2274,2275,2277,2283,2287,2288,2289,2291,2292,2293,2294,2295,2296,2297,2298,2300,2301,2302,2303,2305,2306,2307,2311,2312,2315,2317,2318,2320,2321,2322,2323,2325,2326,2327,2329,2331,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2347,2348,2349,2352,2353,2354,2355,2358,2359,2360,2361,2362,2364,2367,2368,2369,2372,2373,2374,2377,2378,2379,2380,2381,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2400,2401,2402,2403,2404,2405,2407,2408,2410,2412,2413,2415,2416,2419,2421,2422,2423,2424,2425,2427,2428,2430,2432,2433,2435,2436,2437,2438,2439,2441,2442,2443,2449,2450,2452,2453,2455,2458,2459,2460,2461,2462,2463,2464,2465,2466,2468,2470,2472,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2495,2496,2497,2498,2499,2500,2502,2504,2505,2506,2507,2509,2510,2511,2513,2515,2516,2517,2518,2520,2521,2524,2525,2527,2528,2529,2530,2532,2535,2536,2537,2539,2541,2542,2543,2546,2547,2548,2549,2551,2552,2553,2555,2556,2557,2561,2562,2563,2565,2566,2567,2568,2569,2570,2572,2574,2575,2576,2578,2580,2582,2583,2585,2586,2591,2593,2594,2595,2596,2597,2598,2600,2601,2603,2604,2605,2606,2608,2609,2613,2615,2616,2618,2622,2623,2624,2625,2626,2627,2629,2631,2633,2634,2635,2641,2651,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2666,2667,2669,2671,2672,2673,2674,2676,2677,2678,2679,2680,2681,2682,2684,2685,2686,2687,2690,2692,2693,2694,2696,2697,2701,2702,2703,2705,2707,2709,2710,2711,2714,2716,2718,2719,2720,2722,2723,2724,2725,2728,2730,2731,2732,2736,2737,2739,2742,2743,2750,2755,2756,2762,2764,2766,2767,2769,2773,2776,2777,2779,2782,2785,2787,2789,2790,2798,2803,2804,2805,2814,2817,2820,2831,2840,2841,2842,2843,2853,2856,2857,2859,2864,2865,2868,2872,2875,2879,2880,2881,2882,2883,2889,2890,2891,2892,2893,2894,2898,2899,2902,2903,2904,2907,2908,2914,2917,2919,2921,2928,2931,2933,2935,2941,2942,2947,2949,2950,2951,2953,2956,2957,2958,2959,2960,2962,2968,2970,2973,2975,2977,2978,2979,2980,2981,2985,2986,2987,2988,2992,2993,2995,2997,2998,2999,3000,3001,3003,3005,3007,3008,3009,3012,3016,3017,3019,3021,3023,3025,3029,3030,3036,3041,3052,3056,3057,3060,3066,3070,3074,3077,3078,3082,3083,3086,3088,3089,3091,3093,3096,3097,3099,3101,3103,3106,3110,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3128,3136,3138,3139,3140,3142,3143,3146,3151,3153,3154,3157,3158,3160,3162,3163,3164,3165,3167,3168,3169,3171,3174,3176,3178,3179,3180,3191,3197,3201,3202,3205,3206,3212,3216,3217,3218,3220,3225,3226,3228,3229,3230,3231,3233,3235,3237,3239,3240,3241,3244,3245,3246,3247,3248,3250,3251,3252,3259,3260,3262,3265,3268,3269,3270,3273,3276,3286,3287,3290,3293,3296,3302,3303,3306,3308,3310,3318,3320,3322,3326,3331,3335,3337,3339,3341,3347,3349,3352,3355,3357,3358,3364,3367,3370,3375,3379,3380,3381,3387,3388,3390,3391,3393,3400,3404,3406,3407,3408,3416,3419,3420,3421,3422,3423,3424,3431,3439,3442,3450,3452,3455,3458,3459,3468,3470,3479,3482,3483,3484,3485,3496,3501,3505,3506,3510,3511,3513,3514,3515,3517,3518,3519,3521,3522,3525,3527,3529,3531,3533,3543,3545,3546,3547,3549,3552,3553,3557,3559,3560,3561,3566,3568,3569,3570,3573,3574,3575,3576,3578,3580,3582,3583,3586,3589,3590,3591,3592,3593,3594,3595,3597,3598,3599,3601,3602,3603,3604,3605,3606,3607,3608,3609,3611,3613,3614,3615,3616,3617,3618,3619,3620,3622,3623,3625,3626,3627,3628,3629,3630,3631,3632,3633,3634,3635,3637,3638,3639,3641,3642,3644,3647,3648,3649,3654,3657,3658,3659,3664,3667,3670,3671,3672,3673,3674,3675,3676,3677,3678,3680,3681,3683,3684,3686,3688,3690,3691,3692,3694,3695,3696,3698,3699,3701,3702,3703,3704,3706,3708,3709,3713,3716,3721,3733,3736,3737,3738,3739,3740,3743,3744,3745,3751,3753,3754,3755,3756,3758,3759,3762,3763,3765,3766,3769,3770,3771,3773,3774,3775,3776,3778,3779,3780,3781,3784,3787,3788,3790,3791,3793,3796,3798,3800,3801,3809,3810,3815,3817,3820,3821,3822,3823,3828,3831,3835,3836,3841,3844,3845,3848,3851,3858,3861,3862,3863,3866,3868,3870,3872,3873,3875,3877,3878,3880,3884,3885,3887,3888,3890,3891,3892,3893,3895,3896,3901,3906,3907,3909,3911,3913,3914,3915,3916,3918,3920,3928,3934,3935,3936,3937,3939,3940,3948,3950,3952,3956,3962,3964,3965,3967,3968,3969,3970,3973,3975,3977,3979,3980,3985,3987,3989,3998,4000,4001,4002,4003,4005,4007,4010,4014,4016,4017,4018,4019,4020,4026,4030,4031,4033,4035,4042,4046,4051,4054,4067,4078,4080,4085,4088,4089,4092,4094,4095,4096,4097,4098,4099,4100,4101,4107,4109,4110,4112,4117,4118,4119,4120,4121,4122,4123,4124,4125,4127,4130,4131,4132,4134,4138,4139,4141,4143,4144,4145,4146,4147,4148,4149,4150,4151,4152,4160,4163,4165,4170,4172,4177,4179,4181,4182,4183,4184,4185,4189,4191,4192,4193,4194,4197,4199,4200,4202,4204,4207,4209,4212,4213,4215,4216,4222,4228,4233,4238,4245,4250,4251,4252,4253,4255,4258,4259,4260,4262,4263,4264,4265,4266,4270,4271,4272,4273,4274,4276,4277,4278,4280,4281,4282,4283,4284,4286,4287,4288,4289,4291,4293,4294,4295,4297,4299,4303,4307,4308,4309,4310,4311,4313,4314,4315,4316,4317,4319,4320,4322,4323,4326,4327,4330,4332,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4347,4348,4352,4355,4356,4358,4360,4362,4363,4365,4366,4368,4369,4373,4374,4376,4380,4386,4388,4391,4393,4394,4395,4398,4400,4401,4402,4403,4405,4408,4410,4413,4414,4415,4417,4418,4421,4422,4423,4424,4427,4431,4432,4433,4434,4435,4437,4438,4441,4443,4446,4448,4449,4450,4451,4453,4455,4456,4462,4463,4464,4466,4468,4469,4472,4473,4478,4479,4480,4481,4482,4484,4485,4486,4489,4490,4491,4492,4493,4496,4499,4500,4501,4502,4503,4506,4507,4508,4509,4510,4511,4512,4513,4514,4515,4516,4519,4520,4522,4523,4524,4531,4532,4533,4534,4536,4537,4538,4539,4544,4547,4556,4557,4558,4560,4561,4563,4564,4568,4569,4570,4575,4576,4579,4583,4586,4587,4588,4590,4593,4596,4600,4606,4607,4608,4609,4610,4612,4614,4616,4618,4621,4623,4626,4627,4629,4631,4632,4636,4637,4638,4640,4641,4642,4643,4644,4646,4647,4650,4652,4655,4657,4658,4660,4661,4662,4663,4665,4666,4668,4669,4672,4673,4675,4676,4677,4678,4681,4682,4687,4688,4690,4691,4692,4693,4698,4699,4703,4704,4706,4709,4710,4711,4712,4713,4715,4717,4718,4719,4722,4723,4724,4727,4730,4731,4732,4733,4734,4735,4737,4738,4739,4740,4741,4743,4744,4748,4750,4752,4753,4755,4756,4757,4758,4759,4760,4761,4762,4763,4764,4765,4766,4767,4769,4770,4772,4773,4775,4776,4777,4778,4779,4780,4781,4783,4784,4785,4787,4788,4789,4790,4791,4792,4795,4799,4800,4801,4803,4804,4806,4810,4811,4812,4814,4816,4819,4823,4824,4825,4826,4827,4829,4830,4832,4833,4834,4835,4836,4837,4839,4843,4845,4848,4849,4851,4857,4860,4863,4865,4866,4867,4870,4871,4880,4892,4894,4895,4896,4899,4901,4902,4904,4909,4919,4923,4924,4929,4937,4939,4941,4942,4943,4945,4947,4948,4951,4953,4954,4956,4959,4960,4967,4969,4972,4976,4981,4986,4989,4992,4994,4998,5002,5003,5008,5009,5010,5011,5012,5014,5015,5016,5018,5019,5020,5021,5023,5024,5027,5028,5031,5032,5033,5034,5035,5037,5039,5040,5041,5042,5044,5045,5049,5050,5052,5056,5058,5060,5061,5066,5073,5077,5078,5081,5082,5083,5085,5098,5099,5103,5111,5112,5114,5115,5116,5117,5118,5120,5121,5125,5126,5127,5129,5130,5133,5136,5138,5139,5141,5142,5146,5147,5155,5158,5159,5160,5164,5165,5169,5178,5186,5187,5190,5192,5193,5194,5195,5197,5200,5201,5202,5205,5209,5210,5211,5212,5213,5214,5215,5216,5218,5219,5220,5222,5224,5225,5227,5228,5229,5232,5233,5234,5236,5237,5238,5240,5241,5242,5243,5244,5245,5247,5248,5250,5252,5256,5259,5260,5268,5269,5270,5273,5274,5275,5277,5279,5282,5284,5286,5287,5289,5291,5292,5294,5298,5300,5302,5304,5306,5308,5310,5312,5314,5319,5320,5322,5339,5343,5345,5348,5349,5350,5352,5357,5362,5366,5377,5384,5388,5391,5397,5403,5405,5406,5407,5409,5410,5411,5412,5414,5418,5419,5421,5424,5426,5427,5428,5429,5430,5431,5433,5434,5435,5437,5439,5441,5442,5447,5449,5453,5455,5456,5459,5461,5462,5463,5465,5466,5468,5471,5472,5473,5476,5477,5478,5479,5480,5484,5486,5488,5489,5490,5491,5492,5493,5499,5500,5501,5503,5505,5507,5509,5511,5512,5514,5516,5517,5518,5520,5522,5523,5524,5525,5527,5529,5534,5536,5539,5540,5541,5542,5544,5545,5547,5548,5549,5550,5551,5552,5554,5555,5557,5558,5560,5562,5565,5566,5567,5568,5569,5570,5572,5574,5575,5576,5578,5579,5580,5581,5582,5583,5584,5585,5586,5587,5589,5590,5591,5592,5593,5595,5596,5597,5598,5602,5603,5606,5607,5610,5617,5618,5619,5620,5624,5625,5626,5627,5628,5632,5634,5635,5636,5639,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5658,5659,5661,5662,5663,5664,5667,5668,5669,5671,5672,5674,5675,5676,5677,5678,5679,5680,5690,5691,5693,5694,5695,5696,5697,5698,5699,5700,5701,5704,5705,5706,5707,5708,5709,5711,5714,5715,5716,5717,5719,5720,5722,5727,5729,5731,5732,5733,5734,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5755,5756,5757,5759,5760,5762,5766,5768,5770,5771,5772,5773,5776,5777,5778,5779,5780,5783,5788,5789,5790,5793,5794,5795,5797,5799,5800,5802,5803,5805,5806,5807,5809,5811,5812,5813,5814,5815,5817,5819,5820,5821,5824,5825,5828,5832,5833,5835,5836,5837,5840,5841,5845,5846,5851,5852,5854,5856,5857,5860,5863,5866,5867,5868,5869,5870,5871,5872,5874,5875,5876,5877,5878,5879,5880,5882,5885,5886,5888,5889,5893,5895,5897,5898,5901,5903,5904,5905,5906,5908,5909,5910,5912,5914,5915,5917,5918,5920,5921,5922,5923,5925,5926,5928,5930,5931,5932,5934,5935,5937,5938,5939,5941,5943,5944,5945,5946,5947,5949,5950,5953,5954,5956,5960,5963,5965,5966,5969,5971,5972,5973,5976,5978,5980,5982,5983,5984,5987,5990,5991,5993,5994,5995,5996,5997,5999,6000,6002,6006,6008,6009,6010,6011,6012,6013,6014,6016,6017,6018,6020,6021,6023,6025,6028,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6044,6046,6047,6048,6050,6051,6052,6055,6056,6057,6059,6060,6061,6062,6063,6064,6066,6067,6069,6071,6072,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6088,6089,6090,6092,6093,6096,6097,6098,6099,6101,6102,6103,6107,6110,6111,6112,6115,6117,6119,6120,6121,6122,6125,6127,6128,6129,6131,6134,6135,6145,6146,6147,6148,6151,6152,6154,6161,6166,6172,6179,6180,6181,6183,6184,6190,6196,6197,6201,6202,6203,6209,6210,6223,6227,6238,6244,6247,6258,6260,6269,6271,6285,6286,6288,6289,6290,6294,6295,6304,6309,6311,6313,6319,6323,6324,6327,6329,6335,6337,6346,6347,6349,6351,6355,6362,6368,6372,6378,6379,6383,6384,6391,6394,6395,6397,6398,6401,6402,6404,6405,6406,6408,6409,6412,6414,6416,6417,6418,6419,6420,6421,6422,6423,6424,6426,6427,6428,6430,6431,6432,6433,6434,6435,6436,6438,6439,6441,6443,6447,6448,6449,6450,6451,6453,6454,6455,6456,6457,6458,6459,6460,6465,6467,6468,6471,6472,6473,6474,6477,6478,6480,6481,6482,6483,6486,6487,6488,6489,6490,6491,6495,6497,6499,6502,6503,6506,6509,6510,6512,6513,6515,6516,6517,6518,6519,6521,6522,6523,6524,6525,6527,6528,6529,6531,6532,6533,6534,6535,6536,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548,6549,6550,6551,6552,6553,6555,6558,6559,6560,6561,6562,6563,6564,6565,6569,6571,6572,6573,6577,6578,6579,6580,6581,6583,6584,6586,6587,6588,6590,6592,6593,6594,6595,6596,6597,6599,6600,6601,6602,6603,6605,6606,6608,6609,6610,6611,6613,6614,6615,6616,6617,6618,6619,6620,6621,6622,6627,6628,6629,6630,6631,6632,6633,6635,6636,6637,6638,6639,6640,6641,6642,6643,6645,6646,6647,6648,6649,6651,6654,6655,6656,6657,6658,6659,6660,6661,6662,6664,6665,6666,6667,6668,6669,6670,6671,6672,6674,6675,6676,6678,6682,6683,6684,6686,6687,6688,6689,6691,6692,6693,6695,6698,6699,6700,6701,6703,6705,6707,6708,6711,6712,6713,6714,6715,6716,6717,6718,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,6739,6740,6741,6743,6744,6745,6746,6747,6748,6750,6751,6753,6755,6758,6759,6760,6761,6762,6763,6766,6768,6769,6772,6773,6775,6777,6778,6779,6780,6781,6782,6784,6786,6787,6788,6789,6790,6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6805,6806,6807,6808,6811,6812,6813,6814,6815,6816,6818,6819,6820,6821,6822,6824,6827,6831,6832,6833,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6865,6867,6869,6871,6872,6874,6879,6880,6881,6885,6887,6888,6889,6890,6891,6897,6899,6901,6930,6935,6936,6937,6942,6945,6946,6947,6949,6950,6962,6965,6969,6971,6973,6977,6980,6983,6988,6990,6993,6995,6996,6998,7003,7004,7009,7011,7013,7014,7015,7016,7018,7025,7026,7028,7034,7037,7040,7041,7043,7046,7047,7050,7051,7052,7053,7057,7060,7073,7074,7076,7079,7080,7082,7083,7090,7091,7093,7100,7104,7106,7111,7113,7114,7115,7124,7125,7134,7138,7139,7142,7143,7145,7147,7149,7150,7155,7157,7159,7161,7163,7172,7173,7174,7176,7177,7183,7190,7193,7194,7199,7200,7210,7217,7218,7219,7221,7228,7234,7237,7239,7247,7249,7255,7257,7258,7259,7263,7264,7269,7272,7273,7274,7275,7276,7281,7286,7287,7288,7289,7293,7294,7296,7297,7298,7300,7301,7303,7304,7305,7307,7310,7312,7314,7315,7316,7326,7328,7332,7335,7336,7342,7344,7346,7349,7354,7355,7356,7364,7365,7369,7372,7373,7376,7378,7379,7381,7382,7386,7389,7390,7393,7394,7399,7400,7401,7404,7405,7406,7407,7410,7411,7413,7419,7424,7425,7426,7432,7433,7435,7438,7440,7441,7442,7443,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7457,7461,7462,7463,7464,7466,7467,7469,7470,7471,7473,7474,7475,7476,7477,7479,7480,7482,7485,7487,7490,7496,7498,7499,7501,7503,7504,7506,7509,7511,7512,7513,7514,7519,7523,7525,7526,7527,7528,7531,7535,7536,7538,7539,7540,7541,7544,7545,7546,7549,7553,7555,7556,7557,7558,7559,7560,7562,7563,7564,7568,7571,7572,7573,7575,7576,7577,7578,7579,7580,7581,7582,7583,7589,7590,7591,7592,7594,7595,7597,7598,7599,7602,7604,7605,7606,7608,7609,7610,7611,7612,7613,7615,7616,7617,7619,7620,7621,7622,7623,7624,7628,7631,7632,7633,7635,7637,7639,7640,7642,7643,7644,7645,7647,7648,7649,7651,7652,7653,7654,7657,7658,7659,7660,7661,7663,7664,7665,7668,7669,7671,7672,7673,7674,7675,7676,7677,7679,7680,7681,7682,7683,7684,7689,7690,7694,7695,7697,7698,7699,7700,7705,7707,7708,7712,7713,7715,7717,7718,7720,7721,7724,7726,7727,7729,7730,7731,7733,7734,7738,7740,7741,7742,7746,7747,7748,7749,7750,7753,7754,7756,7757,7758,7759,7761,7764,7767,7771,7773,7776,7777,7780,7781,7782,7785,7786,7787,7788,7789,7790,7796,7797,7800,7803,7805,7808,7809,7810,7811,7812,7813,7814,7815,7816,7817,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7851,7852,7853,7855,7856,7860,7861,7862,7863,7864,7868,7869,7870,7871,7873,7874,7875,7877,7878,7879,7880,7882,7883,7885,7886,7887,7889,7890,7891,7892,7895,7897,7898,7899,7901,7902,7903,7904,7905,7907,7909,7911,7913,7915,7916,7917,7919,7920,7921,7922,7923,7924,7928,7929,7930,7931,7932,7933,7935,7936,7937,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7958,7960,7962,7964,7965,7966,7967,7969,7970,7973,7974,7975,7977,7978,7979,7980,7981,7982,7983,7984,7985,7987,7989,7990,7991,7992,7993,7994,7995,7996,7997,7999,8000,8001,8002,8003,8004,8005,8006,8007,8010,8011,8013,8014,8015,8016,8017,8018,8019,8020,8021,8022,8023,8024,8027,8028,8029,8030,8031,8032,8033,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8047,8048,8049,8051,8052,8053,8059,8062,8063,8064,8065,8069,8073,8075,8077,8078,8082,8084,8087,8089,8091,8092,8093,8095,8096,8097,8098,8099,8100,8101,8102,8105,8106,8107,8108,8109,8112,8115,8116,8117,8118,8120,8123,8124,8129,8134,8136,8137,8138,8139,8140,8141,8143,8145,8147,8148,8149,8155,8156,8159,8160,8162,8163,8164,8165,8166,8168,8169,8171,8172,8173,8174,8175,8176,8178,8181,8182,8183,8187,8189,8190,8192,8194,8195,8196,8199,8200,8202,8204,8205,8206,8207,8212,8213,8214,8217,8218,8220,8224,8225,8226,8227,8229,8230,8231,8232,8233,8234,8235,8236,8237,8239,8240,8241,8242,8243,8245,8246,8247,8248,8249,8251,8252,8253,8254,8255,8256,8257,8258,8263,8265,8266,8267,8268,8271,8272,8273,8274,8278,8283,8285,8291,8292,8293,8294,8295,8297,8299,8300,8301,8302,8305,8306,8307,8308,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8325,8326,8329,8331,8332,8333,8336,8339,8341,8343,8344,8345,8346,8347,8350,8351,8352,8354,8355,8357,8358,8359,8364,8365,8366,8367,8373,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8386,8387,8388,8389,8390,8391,8392,8394,8395,8397,8398,8399,8400,8401,8402,8404,8405,8406,8407,8409,8411,8412,8414,8417,8424,8427,8430,8431,8432,8433,8434,8435,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8459,8460,8461,8463,8465,8467,8468,8473,8477,8479,8480,8481,8482,8486,8487,8488,8489,8493,8501,8505,8509,8513,8514,8515,8516,8517,8518,8521,8522,8525,8528,8529,8533,8534,8535,8536,8538,8539,8540,8541,8542,8543,8546,8548,8549,8550,8552,8553,8554,8556,8559,8561,8562,8563,8566,8567,8569,8570,8574,8575,8577,8578,8579,8581,8585,8586,8588,8589,8590,8592,8593,8594,8595,8597,8598,8599,8600,8601,8602,8603,8604,8605,8606,8607,8609,8610,8611,8612,8613,8614,8615,8617,8623,8624,8625,8627,8628,8629,8630,8634,8635,8638,8639,8642,8643,8644,8648,8654,8655,8656,8657,8661,8665,8666,8669,8672,8674,8677,8678,8679,8680,8682,8685,8687,8688,8689,8690,8691,8692,8693,8694,8696,8698,8699,8701,8702,8703,8704,8707,8708,8709,8710,8711,8719,8726,8728,8730,8731,8732,8735,8736,8740,8741,8743,8744,8746,8755,8758,8759,8760,8764,8767,8771,8772,8773,8774,8775,8778,8779,8780,8781,8785,8787,8789,8790,8791,8796,8797,8798,8800,8802,8803,8806,8807,8809,8812,8813,8815,8816,8818,8819,8820,8821,8823,8827,8830,8831,8839,8841,8842,8844,8846,8848,8850,8853,8855,8856,8857,8859,8861,8862,8863,8866,8868,8869,8871,8872,8875,8876,8877,8878,8882,8884,8885,8886,8888,8889,8893,8894,8895,8896,8898,8900,8901,8903,8905,8908,8909,8910,8911,8912,8913,8915,8916,8917,8919,8920,8922,8923,8925,8928,8929,8932,8933,8934,8939,8940,8941,8944,8945,8946,8949,8950,8952,8953,8956,8961,8964,8966,8969,8975,8977,8978,8980,8983,8984,8985,8986,8988,8989,8991,8993,8994,8995,8996,8998,8999,9001,9002,9005,9007,9010,9011,9012,9017,9018,9020,9021,9022,9025,9028,9030,9031,9032,9036,9037,9039,9041,9042,9043,9044,9045,9048,9050,9051,9052,9053,9054,9055,9056,9057,9060,9063,9064,9065,9066,9067,9068,9069,9073,9075,9076,9080,9081,9083,9084,9085,9087,9088,9089,9090,9093,9094,9095,9096,9097,9099,9100,9101,9102,9103,9104,9105,9108,9109,9110,9111,9113,9114,9115,9116,9117,9119,9120,9121,9122,9123,9124,9125,9128,9129,9130,9131,9132,9133,9134,9135,9137,9138,9139,9141,9143,9144,9145,9147,9148,9151,9152,9153,9156,9161,9162,9163,9165,9166,9167,9169,9170,9171,9174,9177,9178,9180,9184,9186,9187,9189,9190,9192,9193,9195,9197,9198,9199,9205,9208,9210,9211,9212,9214,9215,9216,9217,9218,9221,9222,9223,9224,9225,9226,9227,9228,9230,9231,9232,9234,9236,9237,9238,9239,9240,9242,9244,9245,9246,9247,9249,9251,9252,9253,9255,9257,9258,9260,9261,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9275,9276,9277,9278,9279,9280,9281,9284,9285,9286,9287,9288,9289,9290,9291,9292,9293,9294,9296,9297,9298,9299,9301,9302,9303,9305,9307,9308,9310,9311,9312,9313,9314,9315,9316,9317,9318,9319,9320,9322,9323,9325,9326,9328,9329,9330,9331,9332,9333,9334,9337,9339,9341,9342,9343,9344,9346,9347,9348,9353,9361,9363,9371,9372,9373,9374,9375,9376,9377,9378,9379,9380,9381,9382,9383,9384,9385,9386,9388,9389,9390,9391,9392,9393,9395,9396,9397,9398,9399,9400,9401,9403,9405,9407,9409,9417,9420,9422,9424,9426,9428,9430,9431,9432,9433,9434,9436,9437,9440,9442,9448,9449,9450,9451,9452,9453,9458,9461,9462,9463,9464,9467,9474,9475,9478,9480,9482,9484,9494,9496,9497,9499,9501,9502,9503,9506,9507,9508,9509,9510,9516,9518,9519,9521,9522,9523,9524,9525,9526,9532,9533,9534,9535,9537,10085,10086,10087,10088,10090,10091,10093,10095,10096,10097,10098,10100,10102,10103,10104,10106,10108,10109,10110,10111,10112,10113,10114,10117,10119,10120,10121,10122,10123,10126,10127,10128,10130,10131,10132,10133,10134,10135,10136,10139,10140,10141,10142,10145,10146,10147,10148,10150,10151,10152,10153,10155,10156,10157,10158,10159,10160,10161,10162,10163,10164,10165,10166,10173,10174,10175,10176,10177,10178,10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192,10193,10195,10196,10199,10201,10202,10203,10204,10205,10206,10207,10208,10209,10211,10212,10218,10221,10425,10426,10427,10430,10431,10432,10433,10434,10436,10437,10438,10439,10440,10441,10442,10443,10446,10447,10459,10467,10468,10473,10474,10476,10478,10480,10481,10482,10486,10490,10493,10495,10497,10506,10509,10510,10511,10515,10516,10517,10519,10520,10531,10534,10537,10539,10543,10547,10548,10550,10556,10557,10558,10559,10560,10564,10567,10574,10578,10579,10587,10588,10589,10590,10593,10594,10597,10603,10608,10611,10614,10615,10616,10617,10619,10620,10621,10622,10623,10624,10627,10628,10631,10633,10634,10635,10638,10643,10644,10648,10654,10655,10658,10661,10662,10664,10668,10669,10670,10673,10674,10675,10676,10678,10679,10680,10683,10684,10688,10691,10700,10703,10708,10713,10716,10717,10722,10725,10729,10730,10731,10736,10738,10739,10748,10757,10763,10770,10779,10782,10785,10789,10790,10806,10807,10808,10813,10816,10817,10820,10827,10829,10856,10857,10876,10877,10883,10888,10890,10897,10909,10912,10920,10923,10926,10944,10950,10960,10968,10971,10975,10976,10978,10979,10980,10986,10993,10995,10997,11008,11011,11014,11024,11028,11035,11056,11060,11069,11070,11077,11080,11081,11093,11095,11098,11100,11105,11108,11111,11113,11117,11120,11124,11131,11136,11138,11140,11145,11150,11151,11154,11159,11160,11163,11167,11169,11186,11188,11197,11213,11217,11233,11234,11236,11252,11256,11262,11264,11302,11319,11320,11322,11333,11344,11355,11362,11367,11373,11375,11378,11379,11382,11383,11384,11386,11387,11388,11390,11393,11394,11396,11399,11402,11403,11406,11407,11409,11410,11412,11414,11415,11416,11428,11438,11469,11476,11483,11484,11486,11497,11509,11510,11513,11514,11518,11524,11525,11538,11541,11543,11545,11546,11555,11556,11559,11561,11562,11566,11571,11572,11573,11575,11576,11578,11579,11581,11585,11586,11610,11616,11617,11620,11635,11636,11639,11647,11651,11652,11659,11673,12170,12174,12177,12181,12183,12188,12191,12196,12201,12209,12212,12214,12217,12239,12244,12247,12250,12251,12254,12257,12259,12264,12267,12291,12292,12293,12297,12304,12305,12310,12314,12316,12317,12319,12320,12323,12328,12331,12336,12337,12339,12343,12350,12359,12360,12366,12369,12379,12384,12386,12390,12394,12400,12412,12413,12416,12419,12425,12436,12439,12445,12446,12448,12451,12453,12455,12457,12459,12460,12465,12466,12472,12473,12474,12479,12480,12481,12482,12483,12485,12486,12487,12488,12491,12496,12506,12513,12514,12517,12521,12526,12536,12538,12651,12652,12655,12657,12659,12661,12662,12670,12678,12682,12687,12689,12695,12698,12700,12716,12719,12721,12722,12727,12734,12735,12736,12737,12738,12743,12744,12748,12749,12753,12756,12760,12761,12768,12771,12773,12776,12785,12786,12793,12808,12814,12823,12828,12829,12831,12835,12842,12843,12849,12850,12864,12865,12870,12876,12880,12893,12895,12907,12912,12913,12916,12917,12918,12919,12927,12928,12934,12938,12940,12946,12951,12955,12956,12958,12966,12973,12975,12976,12979,12988,12994,12999,13001,13005,13009,13014,13040,13041,13042,13045,13046,13054,13065,13066,13077,13084,13092,13101,13107,13111,13166,13575,13576,13708,13769,13864,13943,14266,14300,14301,14302,14438,14439,14440,14441,14442,14443,14444,14445,14446,14447,14448,14449,14450,14451,14452,14453,14454,14455,14457,14458,14459,14460,14461,14462,14463,14464,14465,14466,14467,14468,14469,14470,14471,14472,14473,14474,14475,14476,14477,14478,14479,14480,14481,14482,14483,14484,14485,14486,14487,14488,14489,14490,14491,14492,14493,14494,14495,14496,14497,14498,14499,14500,14501,14502,14503,14504,14505,14506,14507,14508,14509,14510,14511,14512,14513,14514,14515,14517,14518,14519,14520,14521,14523,14524,14525,14526,14527,14528,14529,14530,14531,14532,14533,14534,14535,14536,14537,14538,14539,14540,14541,14542,14543,14544,14545,14546,14547,14548,14549,14551,14554,14557,14575,14597,14614,14669,14732,14752,14756,14758,14781,14791,14841,14845,14848,14849,14850,14857,14860,14863,14880,14885,14887,14891,14893,14900,14902,14905,14916,14929,14933,14935,14936,14938,14939,14951,14957,14958,14960,14962,14963,14966,14973,14976,14978,14980,14986,14987,14989,14997,15001,15009,15015,15026,15029,15030,15043,15051,15060,15074,15076,15078,15080,15081,15082,15083,15084,15086,15098,15103,15111,15119,15125,15131,15133,15134,15136,15137,15139,15140,15143,15145,15146,15148,15155,15156,15158,15164,15173,15174,15180,15182,15186,15189,15193,15197,15210,15232,15237,15239,15243,15253,15254,15260,15269,15270,15272,15273,15280,15282,15284,15293,15307,15313,15320,15321,15324,15341,15343,15345,15346,15348,15349,15352,15353,15355,15364,15369,15370,15372,15378,15382,15387,15393,15394,15398,15402,15403,15404,15406,15422,15427,15430,15433,15434,15435,15437,15449,15451,15453,15454,15460,15466,15475,15477,15478,15481,15482,15484,15489,15490,15493,15496,15504,15509,15512,15517,15520,15521,15524,15530,15531,15539,15542,15543,15547,15554,15558,15561,15573,15575,15576,15577,15581,16516,16523,16534,16536,16538,16540,16546,16562,16563,16564,16565,16566,16593,16599,16623,16624,16627,16643,16646,16661,16663,16666,16670,16673,16686,16688,16697,16711,16721,16722,16730,16752,16753,16755,16756,16763,16767,16771,16779,16798,16800,16805,16824,16866,16877,16884,16885,16886,16887,16888,16889,16894,16905,16908,16910,16914,16915,16923,16926,16939,16957,18520,18556,18570,18574,18576,18583,18588,18589,18595,18597,18606,18609,18611,18612,18615,18619,18624,18637,18638,18640,18642,18643,18648,18649,18651,18653,18654,18656,18661,18662,18665,18668,18669,18671,18672,18673,18674,18675,19189,19190,19191,19192,19193,19194,19195,19196,19197,19198,19199,19200,19201,19202,19203,19204,19205,19206,19207,19208,19209,19210,19211,19212,19213,19214,19215,19216,19217,19218,19219,19220,19221,19223,19224,19225,19226,19227,19228,19229,19230,19231,19232,19233,19234,19235,19236,19237,19238,19239,19240,19241,19242,19243,19244,19246,19251,19254,19257,19272,19277,19287,19289,19290,19295,19416,19417,19418,19419,19420,19421,19422,19423,19424,19425,19426,19427,19428,19429,19430,19431,19432,19433,19434,19435,19436,19437,19438,19439,19440,19441,19442,19443,19444,19445,19446,19447,19448,19449,19450,19451,19452,19453,19454,19455,19456,19457,19458,19459,19460,19461,19462,19463,19464,19465,19466,19467,19468,19469,19470,19471,19472,19473,19474,19475,19476,19477,19478,19479,19480,19481,19482,19483,19484,19485,19486,19487,19488,19489,19490,19491,19492,19493,19494,19495,19496,19497,19498,19499,19500,19501,19502,19503,19504,19505,19506,19507,19508,19509,19510,19511,19512,19513,19514,19515,19516,19517,19518,19519,19520,19521,19522,19523,19524,19525,19526,19527,19528,19529,19530,19531,19532,19533,19534,19535,19536,19537,19538,19539,19540,19541,19542,19543,19544,19545,19546,19547,19548,19549,19550,19551,19552,19553,19554,19555,19556,19557,19558,19559,19560,19561,19562,19563,19564,19565,19566,19567,19568,19569,19570,19571,19572,19573,19574,19575,19576,19577,19578,19579,19580,19581,19582,19583,19584,19585,19586,19587,19588,19589,19590,19591,19592,19593,19594,19595,19596,19597,19598,19599,19600,19601,19602,19603,19604,19605,19606,19607,19608,19609,19610,19611,19612,19613,19614,19615,19616,19617,19618,19619,19620,19621,19622,19623,19624,19625,19626,19627,19628,19629,19630,19631,19632,19633,19634,19635,19636,19637,19638,19639,19640,19641,19642,19643,19644,19645,19646,19647,19648,19649,19650,19651,19652,19653,19654,19655,19656,19657,19658,19659,19660,19661,19662,19663,19664,19665,19666,19667,19668,19669,19670,19671,19672,19673,19674,19675,19676,19677,19678,19679,19680,19681,19682,19683,19684,19685,19686,19687,19688,19689,19690,19691,19692,19693,19694,19695,19696,19697,19698,19699,19700,19701,19702,19703,19704,19705,19706,19707,19708,19709,19710,19711,19712,19713,19714,19715,19716,19717,19718,19719,19720,19721,19722,19723,19724,19725,19726,19727,19728,19729,19730,19731,19732,19733,19734,19735,19736,19737,19738,19739,19740,19741,19742,19743,19744,19745,19746,19747,19748,19749,19750,19751,19752,19753,19754,19755,19756,19757,19758,19759,19760,19761,19762,19763,19764,19765,19766,19767,19768,19769,19770,19771,19772,19773,19774,19775,19776,19777,19778,19779,19780,19781,19782,19783,19784,19785,19786,19787,19788,19789,19790,19791,19792,19793,19794,19795,19796,19797,19798,19799,19800,19801,19802,19803,19804,19805,19806,19807,19808,19809,19810,19811,19812,19813,19814,19815,19816,19817,19818,19819,19820,19821,19822,19823,19824,19825,19826,19827,19828,19829,19830,19831,19832,19833,19834,19835,19836,19837,19838,19839,19840,19841,19842,19843,19844,19845,19846,19847,19848,19849,19850,19851,19852,19853,19854,19855,19856,19857,19858,19859,19860,19861,19862,19863,19864,19865,19866,19867,19868,19869,19870,19871,19872,19873,19874,19875,19876,19877,19878,19879,19880,19881,19882,19883,19884,19885,19886,19887,19888,19889,19890,19891,19892,19893,19894,19895,19896,19897,19898,19899,19900,19901,19902,19903,19904,19905,19906,19907,19908,19909,19910,19911,19912,19913,19914,19915,19916,19917,19918,19919,19920,19921,19922,19923,19924,19925,19926,19927,19928,19929,19930,19931,19932,19933,19934,19935,19936,19937,19938,19939,19940,19941,19942,19943,19944,19945,19946,19947,19948,19949,19950,19951,19952,19953,19954,19955,19956,19957,19958,19959,19960,19961,19962,19963,19964,19965,19966,19967,19968,19969,19970,19971,19972,19973,19974,19975,19976,19977,19978,19979,19980,19981,19982,19983,19984,19985,19986,19987,19988,19989,19990,19991,19992,19993,19994,19995,19996,19997,19998,19999,20000,20001,20002,20003,20004,20005,20006,20007,20008,20009,20010,20011,20012,20013,20014,20015,20016,20017,20018,20019,20020,20021,20022,20023,20024,20025,20026,20027,20028,20029,20030,20031,20032,20033,20034,20035,20036,20037,20038,20039,20040,20041,20042,20043,20044,20045,20046,20047,20048,20049,20050,20051,20052,20053,20054,20055,20056,20057,20058,20059,20060,20061,20062,20063,20064,20065,20066,20067,20068,20069,20070,20071,20072,20073,20074,20075,20076,20077,20078,20079,20080,20081,20082,20083,20084,20085,20086,20087,20088,20089,20090,20091,20092,20093,20094,20095,20096,20097,20098,20099,20100,20101,20102,20103,20104,20105,20106,20107,20108,20109,20110,20111,20112,20113,20114,21505,21506,21510,21511,21517,21518,21521,21527,21542,21543,21544,21545,21547,21549,21552,21553,21554,21557,21559,21560,21565,21568,21573,21574,21575,21577,21579,21580,21581,21588,21593,21598,21600,21601,21604,21606,21610,21612,21613,21614,21616,21620,21621,21624,21626,21628,21629,21632,21634,21637,21638,21640,21641,21644,21646,21647,21648,21649,21650,21651,21653) )
AND ( (a.`group_access`='0') OR (a.`groupid` IN (1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46 ) ) OR (a.`groupid`='0'))
AND (a.`event_access`='0')
AND (a.`access` <= 10)
AND ( a.`groupid` IN ( 1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46 ) OR ( a.`groupid` IS NULL ) OR ( a.`groupid` = 0 ) ) )
AND a.`archived` = 0
GROUP BY a.`id`
ORDER BY a.`id` DESC
LIMIT 15
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | index_merge | actor,target,archived | actor,target | 4,4 | NULL | 10 | Using sort_union(actor,target); Using where; Using filesort |
2 | DEPENDENT SUBQUERY | <derived3> | index_subquery | key0 | key0 | 4 | func | 602 | Using where |
3 | DERIVED | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | No tables used |
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/components/com_community/models/activities.php:345 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.05 ms Query memory: 0.028 MB Memory before query: 21.302 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | 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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
17 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.05 ms Query memory: 0.027 MB Memory before query: 21.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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
17 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 21.324 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
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:1544 |
18 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
17 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
16 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:432 |
15 | CActivities->_getData() | JROOT/components/com_community/libraries/activities.php:1176 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.16 ms Query memory: 0.026 MB Memory before query: 20.601 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/activities.php:1215 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.026 MB Memory before query: 20.609 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/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.46 ms Query memory: 0.027 MB Memory before query: 20.673 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/libraries/activities.php:824 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.027 MB Memory before query: 20.683 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/libraries/activities.php:842 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 20.693 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:283 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.13 ms After last query: 0.02 ms Query memory: 0.331 MB Memory before query: 20.703 MB Rows returned: 6022
SELECT `id`
FROM `ssw1n_users`
WHERE `block`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_users | ref | idx_block | idx_block | 1 | const | 6022 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/user.php:780 |
19 | CommunityModelUser->getBannedUser() | JROOT/components/com_community/models/activities.php:295 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 1.02 ms Query memory: 0.028 MB Memory before query: 21.405 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:436 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.030 MB Memory before query: 21.449 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 21.463 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.028 MB Memory before query: 21.473 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:573 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.028 MB Memory before query: 21.484 MB Rows returned: 0
SELECT DISTINCT a.`id`
FROM `ssw1n_community_events` AS a
LEFT JOIN `ssw1n_community_events_members` AS b
ON a.`id`=b.`eventid`
WHERE ( b.`status`='1' OR b.`status`='2' OR b.`status`='3' )
AND b.memberid='0'
AND a.published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | PRIMARY,idx_published | idx_published | 5 | const | 1 | Using temporary |
1 | SIMPLE | b | ref | idx_eventid,idx_status,idx_permission,idx_member_event | idx_permission | 4 | softmozart_evolve.a.id | 1 | Using where; Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/events.php:524 |
20 | CommunityModelEvents->getEventIds() | JROOT/components/com_community/models/activities.php:590 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.030 MB Memory before query: 21.495 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 21.509 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.01 ms Query memory: 0.028 MB Memory before query: 21.519 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
20 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:635 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.028 MB Memory before query: 21.529 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.028 MB Memory before query: 21.540 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.028 MB Memory before query: 21.550 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:636 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 21.561 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_community_videos`
WHERE `published` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_videos | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 321 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
21 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:850 |
20 | CommunityModelActivities->_getUnpublishedVideos() | JROOT/components/com_community/models/activities.php:646 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 21.571 MB Rows returned: 1
SELECT GROUP_CONCAT(DISTINCT b.`activity_id`) as activity_id
FROM `ssw1n_community_activities_hide` as b
WHERE b.`user_id` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | user_id | user_id | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:697 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 21.613 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/helpers/time.php:200 |
20 | CTimeHelper::getDate() | JROOT/components/com_community/models/activities.php:740 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.028 MB Memory before query: 21.624 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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/helpers/time.php:201 |
20 | CTimeHelper::getDate() | JROOT/components/com_community/models/activities.php:740 |
19 | CommunityModelActivities->_buildQuery() | JROOT/components/com_community/models/activities.php:339 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.72 ms After last query: 6.69 ms Query memory: 0.034 MB Memory before query: 21.631 MB Rows returned: 0
SELECT a.*
FROM `ssw1n_community_activities` as a
WHERE ( (a.`actor`='1142') OR (
(a.`actor`='0')
AND
(a.`actors` LIKE '%{"id":"1142"}%')
) OR (a.`target`='1142') )
AND ( 1
AND (( a.`actor` <> '1142'
AND a.target <> a.actor) OR a.target = 1142 OR a.target = 0)
AND ( a.actor NOT IN (207,209,582,683,1450,1454,1456,1457,1465,1466,1469,1475,1479,1481,1486,1487,1495,1497,1507,1525,1528,1534,1536,1540,1547,1549,1553,1558,1559,1561,1565,1566,1567,1568,1570,1571,1574,1577,1588,1591,1592,1596,1601,1603,1605,1610,1612,1615,1617,1620,1621,1624,1625,1626,1627,1628,1633,1636,1637,1647,1648,1651,1652,1655,1657,1658,1659,1660,1662,1664,1666,1667,1668,1670,1671,1673,1676,1678,1680,1681,1688,1690,1695,1701,1702,1703,1705,1706,1708,1710,1711,1712,1713,1714,1718,1721,1724,1725,1728,1732,1740,1741,1742,1746,1750,1753,1755,1757,1758,1759,1760,1761,1762,1763,1767,1769,1770,1773,1777,1782,1783,1784,1786,1794,1795,1796,1797,1799,1801,1802,1803,1805,1808,1809,1810,1814,1817,1818,1820,1822,1823,1824,1828,1831,1834,1835,1836,1837,1840,1841,1842,1844,1845,1846,1847,1850,1853,1854,1857,1858,1861,1864,1865,1867,1868,1869,1870,1871,1873,1874,1875,1876,1877,1878,1879,1880,1881,1884,1887,1903,1904,1905,1907,1909,1911,1915,1919,1922,1924,1926,1927,1930,1931,1932,1934,1937,1938,1940,1941,1942,1946,1952,1954,1955,1957,1958,1962,1964,1965,1968,1970,1972,1980,1983,1985,1987,1988,1989,1992,1994,1995,1996,1997,1998,1999,2001,2007,2011,2016,2018,2019,2020,2027,2028,2029,2030,2033,2036,2039,2040,2041,2044,2048,2050,2051,2052,2053,2054,2055,2057,2061,2064,2065,2067,2076,2079,2083,2091,2107,2111,2115,2117,2118,2119,2121,2123,2124,2126,2130,2131,2132,2134,2138,2139,2147,2155,2157,2158,2159,2160,2161,2162,2163,2166,2167,2169,2170,2171,2172,2173,2176,2177,2178,2180,2181,2183,2185,2186,2187,2189,2190,2191,2195,2196,2198,2202,2204,2205,2206,2207,2208,2209,2211,2213,2214,2215,2218,2219,2220,2222,2225,2226,2227,2228,2230,2231,2232,2234,2235,2236,2237,2238,2239,2240,2242,2243,2244,2245,2246,2249,2250,2251,2252,2253,2255,2257,2258,2259,2263,2264,2267,2270,2273,2274,2275,2277,2283,2287,2288,2289,2291,2292,2293,2294,2295,2296,2297,2298,2300,2301,2302,2303,2305,2306,2307,2311,2312,2315,2317,2318,2320,2321,2322,2323,2325,2326,2327,2329,2331,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2347,2348,2349,2352,2353,2354,2355,2358,2359,2360,2361,2362,2364,2367,2368,2369,2372,2373,2374,2377,2378,2379,2380,2381,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2400,2401,2402,2403,2404,2405,2407,2408,2410,2412,2413,2415,2416,2419,2421,2422,2423,2424,2425,2427,2428,2430,2432,2433,2435,2436,2437,2438,2439,2441,2442,2443,2449,2450,2452,2453,2455,2458,2459,2460,2461,2462,2463,2464,2465,2466,2468,2470,2472,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2495,2496,2497,2498,2499,2500,2502,2504,2505,2506,2507,2509,2510,2511,2513,2515,2516,2517,2518,2520,2521,2524,2525,2527,2528,2529,2530,2532,2535,2536,2537,2539,2541,2542,2543,2546,2547,2548,2549,2551,2552,2553,2555,2556,2557,2561,2562,2563,2565,2566,2567,2568,2569,2570,2572,2574,2575,2576,2578,2580,2582,2583,2585,2586,2591,2593,2594,2595,2596,2597,2598,2600,2601,2603,2604,2605,2606,2608,2609,2613,2615,2616,2618,2622,2623,2624,2625,2626,2627,2629,2631,2633,2634,2635,2641,2651,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2666,2667,2669,2671,2672,2673,2674,2676,2677,2678,2679,2680,2681,2682,2684,2685,2686,2687,2690,2692,2693,2694,2696,2697,2701,2702,2703,2705,2707,2709,2710,2711,2714,2716,2718,2719,2720,2722,2723,2724,2725,2728,2730,2731,2732,2736,2737,2739,2742,2743,2750,2755,2756,2762,2764,2766,2767,2769,2773,2776,2777,2779,2782,2785,2787,2789,2790,2798,2803,2804,2805,2814,2817,2820,2831,2840,2841,2842,2843,2853,2856,2857,2859,2864,2865,2868,2872,2875,2879,2880,2881,2882,2883,2889,2890,2891,2892,2893,2894,2898,2899,2902,2903,2904,2907,2908,2914,2917,2919,2921,2928,2931,2933,2935,2941,2942,2947,2949,2950,2951,2953,2956,2957,2958,2959,2960,2962,2968,2970,2973,2975,2977,2978,2979,2980,2981,2985,2986,2987,2988,2992,2993,2995,2997,2998,2999,3000,3001,3003,3005,3007,3008,3009,3012,3016,3017,3019,3021,3023,3025,3029,3030,3036,3041,3052,3056,3057,3060,3066,3070,3074,3077,3078,3082,3083,3086,3088,3089,3091,3093,3096,3097,3099,3101,3103,3106,3110,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3128,3136,3138,3139,3140,3142,3143,3146,3151,3153,3154,3157,3158,3160,3162,3163,3164,3165,3167,3168,3169,3171,3174,3176,3178,3179,3180,3191,3197,3201,3202,3205,3206,3212,3216,3217,3218,3220,3225,3226,3228,3229,3230,3231,3233,3235,3237,3239,3240,3241,3244,3245,3246,3247,3248,3250,3251,3252,3259,3260,3262,3265,3268,3269,3270,3273,3276,3286,3287,3290,3293,3296,3302,3303,3306,3308,3310,3318,3320,3322,3326,3331,3335,3337,3339,3341,3347,3349,3352,3355,3357,3358,3364,3367,3370,3375,3379,3380,3381,3387,3388,3390,3391,3393,3400,3404,3406,3407,3408,3416,3419,3420,3421,3422,3423,3424,3431,3439,3442,3450,3452,3455,3458,3459,3468,3470,3479,3482,3483,3484,3485,3496,3501,3505,3506,3510,3511,3513,3514,3515,3517,3518,3519,3521,3522,3525,3527,3529,3531,3533,3543,3545,3546,3547,3549,3552,3553,3557,3559,3560,3561,3566,3568,3569,3570,3573,3574,3575,3576,3578,3580,3582,3583,3586,3589,3590,3591,3592,3593,3594,3595,3597,3598,3599,3601,3602,3603,3604,3605,3606,3607,3608,3609,3611,3613,3614,3615,3616,3617,3618,3619,3620,3622,3623,3625,3626,3627,3628,3629,3630,3631,3632,3633,3634,3635,3637,3638,3639,3641,3642,3644,3647,3648,3649,3654,3657,3658,3659,3664,3667,3670,3671,3672,3673,3674,3675,3676,3677,3678,3680,3681,3683,3684,3686,3688,3690,3691,3692,3694,3695,3696,3698,3699,3701,3702,3703,3704,3706,3708,3709,3713,3716,3721,3733,3736,3737,3738,3739,3740,3743,3744,3745,3751,3753,3754,3755,3756,3758,3759,3762,3763,3765,3766,3769,3770,3771,3773,3774,3775,3776,3778,3779,3780,3781,3784,3787,3788,3790,3791,3793,3796,3798,3800,3801,3809,3810,3815,3817,3820,3821,3822,3823,3828,3831,3835,3836,3841,3844,3845,3848,3851,3858,3861,3862,3863,3866,3868,3870,3872,3873,3875,3877,3878,3880,3884,3885,3887,3888,3890,3891,3892,3893,3895,3896,3901,3906,3907,3909,3911,3913,3914,3915,3916,3918,3920,3928,3934,3935,3936,3937,3939,3940,3948,3950,3952,3956,3962,3964,3965,3967,3968,3969,3970,3973,3975,3977,3979,3980,3985,3987,3989,3998,4000,4001,4002,4003,4005,4007,4010,4014,4016,4017,4018,4019,4020,4026,4030,4031,4033,4035,4042,4046,4051,4054,4067,4078,4080,4085,4088,4089,4092,4094,4095,4096,4097,4098,4099,4100,4101,4107,4109,4110,4112,4117,4118,4119,4120,4121,4122,4123,4124,4125,4127,4130,4131,4132,4134,4138,4139,4141,4143,4144,4145,4146,4147,4148,4149,4150,4151,4152,4160,4163,4165,4170,4172,4177,4179,4181,4182,4183,4184,4185,4189,4191,4192,4193,4194,4197,4199,4200,4202,4204,4207,4209,4212,4213,4215,4216,4222,4228,4233,4238,4245,4250,4251,4252,4253,4255,4258,4259,4260,4262,4263,4264,4265,4266,4270,4271,4272,4273,4274,4276,4277,4278,4280,4281,4282,4283,4284,4286,4287,4288,4289,4291,4293,4294,4295,4297,4299,4303,4307,4308,4309,4310,4311,4313,4314,4315,4316,4317,4319,4320,4322,4323,4326,4327,4330,4332,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4347,4348,4352,4355,4356,4358,4360,4362,4363,4365,4366,4368,4369,4373,4374,4376,4380,4386,4388,4391,4393,4394,4395,4398,4400,4401,4402,4403,4405,4408,4410,4413,4414,4415,4417,4418,4421,4422,4423,4424,4427,4431,4432,4433,4434,4435,4437,4438,4441,4443,4446,4448,4449,4450,4451,4453,4455,4456,4462,4463,4464,4466,4468,4469,4472,4473,4478,4479,4480,4481,4482,4484,4485,4486,4489,4490,4491,4492,4493,4496,4499,4500,4501,4502,4503,4506,4507,4508,4509,4510,4511,4512,4513,4514,4515,4516,4519,4520,4522,4523,4524,4531,4532,4533,4534,4536,4537,4538,4539,4544,4547,4556,4557,4558,4560,4561,4563,4564,4568,4569,4570,4575,4576,4579,4583,4586,4587,4588,4590,4593,4596,4600,4606,4607,4608,4609,4610,4612,4614,4616,4618,4621,4623,4626,4627,4629,4631,4632,4636,4637,4638,4640,4641,4642,4643,4644,4646,4647,4650,4652,4655,4657,4658,4660,4661,4662,4663,4665,4666,4668,4669,4672,4673,4675,4676,4677,4678,4681,4682,4687,4688,4690,4691,4692,4693,4698,4699,4703,4704,4706,4709,4710,4711,4712,4713,4715,4717,4718,4719,4722,4723,4724,4727,4730,4731,4732,4733,4734,4735,4737,4738,4739,4740,4741,4743,4744,4748,4750,4752,4753,4755,4756,4757,4758,4759,4760,4761,4762,4763,4764,4765,4766,4767,4769,4770,4772,4773,4775,4776,4777,4778,4779,4780,4781,4783,4784,4785,4787,4788,4789,4790,4791,4792,4795,4799,4800,4801,4803,4804,4806,4810,4811,4812,4814,4816,4819,4823,4824,4825,4826,4827,4829,4830,4832,4833,4834,4835,4836,4837,4839,4843,4845,4848,4849,4851,4857,4860,4863,4865,4866,4867,4870,4871,4880,4892,4894,4895,4896,4899,4901,4902,4904,4909,4919,4923,4924,4929,4937,4939,4941,4942,4943,4945,4947,4948,4951,4953,4954,4956,4959,4960,4967,4969,4972,4976,4981,4986,4989,4992,4994,4998,5002,5003,5008,5009,5010,5011,5012,5014,5015,5016,5018,5019,5020,5021,5023,5024,5027,5028,5031,5032,5033,5034,5035,5037,5039,5040,5041,5042,5044,5045,5049,5050,5052,5056,5058,5060,5061,5066,5073,5077,5078,5081,5082,5083,5085,5098,5099,5103,5111,5112,5114,5115,5116,5117,5118,5120,5121,5125,5126,5127,5129,5130,5133,5136,5138,5139,5141,5142,5146,5147,5155,5158,5159,5160,5164,5165,5169,5178,5186,5187,5190,5192,5193,5194,5195,5197,5200,5201,5202,5205,5209,5210,5211,5212,5213,5214,5215,5216,5218,5219,5220,5222,5224,5225,5227,5228,5229,5232,5233,5234,5236,5237,5238,5240,5241,5242,5243,5244,5245,5247,5248,5250,5252,5256,5259,5260,5268,5269,5270,5273,5274,5275,5277,5279,5282,5284,5286,5287,5289,5291,5292,5294,5298,5300,5302,5304,5306,5308,5310,5312,5314,5319,5320,5322,5339,5343,5345,5348,5349,5350,5352,5357,5362,5366,5377,5384,5388,5391,5397,5403,5405,5406,5407,5409,5410,5411,5412,5414,5418,5419,5421,5424,5426,5427,5428,5429,5430,5431,5433,5434,5435,5437,5439,5441,5442,5447,5449,5453,5455,5456,5459,5461,5462,5463,5465,5466,5468,5471,5472,5473,5476,5477,5478,5479,5480,5484,5486,5488,5489,5490,5491,5492,5493,5499,5500,5501,5503,5505,5507,5509,5511,5512,5514,5516,5517,5518,5520,5522,5523,5524,5525,5527,5529,5534,5536,5539,5540,5541,5542,5544,5545,5547,5548,5549,5550,5551,5552,5554,5555,5557,5558,5560,5562,5565,5566,5567,5568,5569,5570,5572,5574,5575,5576,5578,5579,5580,5581,5582,5583,5584,5585,5586,5587,5589,5590,5591,5592,5593,5595,5596,5597,5598,5602,5603,5606,5607,5610,5617,5618,5619,5620,5624,5625,5626,5627,5628,5632,5634,5635,5636,5639,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5658,5659,5661,5662,5663,5664,5667,5668,5669,5671,5672,5674,5675,5676,5677,5678,5679,5680,5690,5691,5693,5694,5695,5696,5697,5698,5699,5700,5701,5704,5705,5706,5707,5708,5709,5711,5714,5715,5716,5717,5719,5720,5722,5727,5729,5731,5732,5733,5734,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5755,5756,5757,5759,5760,5762,5766,5768,5770,5771,5772,5773,5776,5777,5778,5779,5780,5783,5788,5789,5790,5793,5794,5795,5797,5799,5800,5802,5803,5805,5806,5807,5809,5811,5812,5813,5814,5815,5817,5819,5820,5821,5824,5825,5828,5832,5833,5835,5836,5837,5840,5841,5845,5846,5851,5852,5854,5856,5857,5860,5863,5866,5867,5868,5869,5870,5871,5872,5874,5875,5876,5877,5878,5879,5880,5882,5885,5886,5888,5889,5893,5895,5897,5898,5901,5903,5904,5905,5906,5908,5909,5910,5912,5914,5915,5917,5918,5920,5921,5922,5923,5925,5926,5928,5930,5931,5932,5934,5935,5937,5938,5939,5941,5943,5944,5945,5946,5947,5949,5950,5953,5954,5956,5960,5963,5965,5966,5969,5971,5972,5973,5976,5978,5980,5982,5983,5984,5987,5990,5991,5993,5994,5995,5996,5997,5999,6000,6002,6006,6008,6009,6010,6011,6012,6013,6014,6016,6017,6018,6020,6021,6023,6025,6028,6031,6032,6033,6034,6035,6036,6037,6039,6041,6042,6044,6046,6047,6048,6050,6051,6052,6055,6056,6057,6059,6060,6061,6062,6063,6064,6066,6067,6069,6071,6072,6076,6077,6078,6079,6080,6081,6082,6083,6084,6085,6088,6089,6090,6092,6093,6096,6097,6098,6099,6101,6102,6103,6107,6110,6111,6112,6115,6117,6119,6120,6121,6122,6125,6127,6128,6129,6131,6134,6135,6145,6146,6147,6148,6151,6152,6154,6161,6166,6172,6179,6180,6181,6183,6184,6190,6196,6197,6201,6202,6203,6209,6210,6223,6227,6238,6244,6247,6258,6260,6269,6271,6285,6286,6288,6289,6290,6294,6295,6304,6309,6311,6313,6319,6323,6324,6327,6329,6335,6337,6346,6347,6349,6351,6355,6362,6368,6372,6378,6379,6383,6384,6391,6394,6395,6397,6398,6401,6402,6404,6405,6406,6408,6409,6412,6414,6416,6417,6418,6419,6420,6421,6422,6423,6424,6426,6427,6428,6430,6431,6432,6433,6434,6435,6436,6438,6439,6441,6443,6447,6448,6449,6450,6451,6453,6454,6455,6456,6457,6458,6459,6460,6465,6467,6468,6471,6472,6473,6474,6477,6478,6480,6481,6482,6483,6486,6487,6488,6489,6490,6491,6495,6497,6499,6502,6503,6506,6509,6510,6512,6513,6515,6516,6517,6518,6519,6521,6522,6523,6524,6525,6527,6528,6529,6531,6532,6533,6534,6535,6536,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548,6549,6550,6551,6552,6553,6555,6558,6559,6560,6561,6562,6563,6564,6565,6569,6571,6572,6573,6577,6578,6579,6580,6581,6583,6584,6586,6587,6588,6590,6592,6593,6594,6595,6596,6597,6599,6600,6601,6602,6603,6605,6606,6608,6609,6610,6611,6613,6614,6615,6616,6617,6618,6619,6620,6621,6622,6627,6628,6629,6630,6631,6632,6633,6635,6636,6637,6638,6639,6640,6641,6642,6643,6645,6646,6647,6648,6649,6651,6654,6655,6656,6657,6658,6659,6660,6661,6662,6664,6665,6666,6667,6668,6669,6670,6671,6672,6674,6675,6676,6678,6682,6683,6684,6686,6687,6688,6689,6691,6692,6693,6695,6698,6699,6700,6701,6703,6705,6707,6708,6711,6712,6713,6714,6715,6716,6717,6718,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,6739,6740,6741,6743,6744,6745,6746,6747,6748,6750,6751,6753,6755,6758,6759,6760,6761,6762,6763,6766,6768,6769,6772,6773,6775,6777,6778,6779,6780,6781,6782,6784,6786,6787,6788,6789,6790,6791,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6805,6806,6807,6808,6811,6812,6813,6814,6815,6816,6818,6819,6820,6821,6822,6824,6827,6831,6832,6833,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,6850,6851,6852,6853,6854,6855,6856,6857,6858,6859,6860,6861,6862,6863,6865,6867,6869,6871,6872,6874,6879,6880,6881,6885,6887,6888,6889,6890,6891,6897,6899,6901,6930,6935,6936,6937,6942,6945,6946,6947,6949,6950,6962,6965,6969,6971,6973,6977,6980,6983,6988,6990,6993,6995,6996,6998,7003,7004,7009,7011,7013,7014,7015,7016,7018,7025,7026,7028,7034,7037,7040,7041,7043,7046,7047,7050,7051,7052,7053,7057,7060,7073,7074,7076,7079,7080,7082,7083,7090,7091,7093,7100,7104,7106,7111,7113,7114,7115,7124,7125,7134,7138,7139,7142,7143,7145,7147,7149,7150,7155,7157,7159,7161,7163,7172,7173,7174,7176,7177,7183,7190,7193,7194,7199,7200,7210,7217,7218,7219,7221,7228,7234,7237,7239,7247,7249,7255,7257,7258,7259,7263,7264,7269,7272,7273,7274,7275,7276,7281,7286,7287,7288,7289,7293,7294,7296,7297,7298,7300,7301,7303,7304,7305,7307,7310,7312,7314,7315,7316,7326,7328,7332,7335,7336,7342,7344,7346,7349,7354,7355,7356,7364,7365,7369,7372,7373,7376,7378,7379,7381,7382,7386,7389,7390,7393,7394,7399,7400,7401,7404,7405,7406,7407,7410,7411,7413,7419,7424,7425,7426,7432,7433,7435,7438,7440,7441,7442,7443,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7457,7461,7462,7463,7464,7466,7467,7469,7470,7471,7473,7474,7475,7476,7477,7479,7480,7482,7485,7487,7490,7496,7498,7499,7501,7503,7504,7506,7509,7511,7512,7513,7514,7519,7523,7525,7526,7527,7528,7531,7535,7536,7538,7539,7540,7541,7544,7545,7546,7549,7553,7555,7556,7557,7558,7559,7560,7562,7563,7564,7568,7571,7572,7573,7575,7576,7577,7578,7579,7580,7581,7582,7583,7589,7590,7591,7592,7594,7595,7597,7598,7599,7602,7604,7605,7606,7608,7609,7610,7611,7612,7613,7615,7616,7617,7619,7620,7621,7622,7623,7624,7628,7631,7632,7633,7635,7637,7639,7640,7642,7643,7644,7645,7647,7648,7649,7651,7652,7653,7654,7657,7658,7659,7660,7661,7663,7664,7665,7668,7669,7671,7672,7673,7674,7675,7676,7677,7679,7680,7681,7682,7683,7684,7689,7690,7694,7695,7697,7698,7699,7700,7705,7707,7708,7712,7713,7715,7717,7718,7720,7721,7724,7726,7727,7729,7730,7731,7733,7734,7738,7740,7741,7742,7746,7747,7748,7749,7750,7753,7754,7756,7757,7758,7759,7761,7764,7767,7771,7773,7776,7777,7780,7781,7782,7785,7786,7787,7788,7789,7790,7796,7797,7800,7803,7805,7808,7809,7810,7811,7812,7813,7814,7815,7816,7817,7823,7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7836,7837,7838,7839,7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7851,7852,7853,7855,7856,7860,7861,7862,7863,7864,7868,7869,7870,7871,7873,7874,7875,7877,7878,7879,7880,7882,7883,7885,7886,7887,7889,7890,7891,7892,7895,7897,7898,7899,7901,7902,7903,7904,7905,7907,7909,7911,7913,7915,7916,7917,7919,7920,7921,7922,7923,7924,7928,7929,7930,7931,7932,7933,7935,7936,7937,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7958,7960,7962,7964,7965,7966,7967,7969,7970,7973,7974,7975,7977,7978,7979,7980,7981,7982,7983,7984,7985,7987,7989,7990,7991,7992,7993,7994,7995,7996,7997,7999,8000,8001,8002,8003,8004,8005,8006,8007,8010,8011,8013,8014,8015,8016,8017,8018,8019,8020,8021,8022,8023,8024,8027,8028,8029,8030,8031,8032,8033,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8047,8048,8049,8051,8052,8053,8059,8062,8063,8064,8065,8069,8073,8075,8077,8078,8082,8084,8087,8089,8091,8092,8093,8095,8096,8097,8098,8099,8100,8101,8102,8105,8106,8107,8108,8109,8112,8115,8116,8117,8118,8120,8123,8124,8129,8134,8136,8137,8138,8139,8140,8141,8143,8145,8147,8148,8149,8155,8156,8159,8160,8162,8163,8164,8165,8166,8168,8169,8171,8172,8173,8174,8175,8176,8178,8181,8182,8183,8187,8189,8190,8192,8194,8195,8196,8199,8200,8202,8204,8205,8206,8207,8212,8213,8214,8217,8218,8220,8224,8225,8226,8227,8229,8230,8231,8232,8233,8234,8235,8236,8237,8239,8240,8241,8242,8243,8245,8246,8247,8248,8249,8251,8252,8253,8254,8255,8256,8257,8258,8263,8265,8266,8267,8268,8271,8272,8273,8274,8278,8283,8285,8291,8292,8293,8294,8295,8297,8299,8300,8301,8302,8305,8306,8307,8308,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8325,8326,8329,8331,8332,8333,8336,8339,8341,8343,8344,8345,8346,8347,8350,8351,8352,8354,8355,8357,8358,8359,8364,8365,8366,8367,8373,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8386,8387,8388,8389,8390,8391,8392,8394,8395,8397,8398,8399,8400,8401,8402,8404,8405,8406,8407,8409,8411,8412,8414,8417,8424,8427,8430,8431,8432,8433,8434,8435,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8459,8460,8461,8463,8465,8467,8468,8473,8477,8479,8480,8481,8482,8486,8487,8488,8489,8493,8501,8505,8509,8513,8514,8515,8516,8517,8518,8521,8522,8525,8528,8529,8533,8534,8535,8536,8538,8539,8540,8541,8542,8543,8546,8548,8549,8550,8552,8553,8554,8556,8559,8561,8562,8563,8566,8567,8569,8570,8574,8575,8577,8578,8579,8581,8585,8586,8588,8589,8590,8592,8593,8594,8595,8597,8598,8599,8600,8601,8602,8603,8604,8605,8606,8607,8609,8610,8611,8612,8613,8614,8615,8617,8623,8624,8625,8627,8628,8629,8630,8634,8635,8638,8639,8642,8643,8644,8648,8654,8655,8656,8657,8661,8665,8666,8669,8672,8674,8677,8678,8679,8680,8682,8685,8687,8688,8689,8690,8691,8692,8693,8694,8696,8698,8699,8701,8702,8703,8704,8707,8708,8709,8710,8711,8719,8726,8728,8730,8731,8732,8735,8736,8740,8741,8743,8744,8746,8755,8758,8759,8760,8764,8767,8771,8772,8773,8774,8775,8778,8779,8780,8781,8785,8787,8789,8790,8791,8796,8797,8798,8800,8802,8803,8806,8807,8809,8812,8813,8815,8816,8818,8819,8820,8821,8823,8827,8830,8831,8839,8841,8842,8844,8846,8848,8850,8853,8855,8856,8857,8859,8861,8862,8863,8866,8868,8869,8871,8872,8875,8876,8877,8878,8882,8884,8885,8886,8888,8889,8893,8894,8895,8896,8898,8900,8901,8903,8905,8908,8909,8910,8911,8912,8913,8915,8916,8917,8919,8920,8922,8923,8925,8928,8929,8932,8933,8934,8939,8940,8941,8944,8945,8946,8949,8950,8952,8953,8956,8961,8964,8966,8969,8975,8977,8978,8980,8983,8984,8985,8986,8988,8989,8991,8993,8994,8995,8996,8998,8999,9001,9002,9005,9007,9010,9011,9012,9017,9018,9020,9021,9022,9025,9028,9030,9031,9032,9036,9037,9039,9041,9042,9043,9044,9045,9048,9050,9051,9052,9053,9054,9055,9056,9057,9060,9063,9064,9065,9066,9067,9068,9069,9073,9075,9076,9080,9081,9083,9084,9085,9087,9088,9089,9090,9093,9094,9095,9096,9097,9099,9100,9101,9102,9103,9104,9105,9108,9109,9110,9111,9113,9114,9115,9116,9117,9119,9120,9121,9122,9123,9124,9125,9128,9129,9130,9131,9132,9133,9134,9135,9137,9138,9139,9141,9143,9144,9145,9147,9148,9151,9152,9153,9156,9161,9162,9163,9165,9166,9167,9169,9170,9171,9174,9177,9178,9180,9184,9186,9187,9189,9190,9192,9193,9195,9197,9198,9199,9205,9208,9210,9211,9212,9214,9215,9216,9217,9218,9221,9222,9223,9224,9225,9226,9227,9228,9230,9231,9232,9234,9236,9237,9238,9239,9240,9242,9244,9245,9246,9247,9249,9251,9252,9253,9255,9257,9258,9260,9261,9264,9265,9266,9267,9268,9269,9270,9271,9272,9273,9275,9276,9277,9278,9279,9280,9281,9284,9285,9286,9287,9288,9289,9290,9291,9292,9293,9294,9296,9297,9298,9299,9301,9302,9303,9305,9307,9308,9310,9311,9312,9313,9314,9315,9316,9317,9318,9319,9320,9322,9323,9325,9326,9328,9329,9330,9331,9332,9333,9334,9337,9339,9341,9342,9343,9344,9346,9347,9348,9353,9361,9363,9371,9372,9373,9374,9375,9376,9377,9378,9379,9380,9381,9382,9383,9384,9385,9386,9388,9389,9390,9391,9392,9393,9395,9396,9397,9398,9399,9400,9401,9403,9405,9407,9409,9417,9420,9422,9424,9426,9428,9430,9431,9432,9433,9434,9436,9437,9440,9442,9448,9449,9450,9451,9452,9453,9458,9461,9462,9463,9464,9467,9474,9475,9478,9480,9482,9484,9494,9496,9497,9499,9501,9502,9503,9506,9507,9508,9509,9510,9516,9518,9519,9521,9522,9523,9524,9525,9526,9532,9533,9534,9535,9537,10085,10086,10087,10088,10090,10091,10093,10095,10096,10097,10098,10100,10102,10103,10104,10106,10108,10109,10110,10111,10112,10113,10114,10117,10119,10120,10121,10122,10123,10126,10127,10128,10130,10131,10132,10133,10134,10135,10136,10139,10140,10141,10142,10145,10146,10147,10148,10150,10151,10152,10153,10155,10156,10157,10158,10159,10160,10161,10162,10163,10164,10165,10166,10173,10174,10175,10176,10177,10178,10179,10180,10181,10182,10183,10184,10185,10186,10187,10188,10189,10190,10191,10192,10193,10195,10196,10199,10201,10202,10203,10204,10205,10206,10207,10208,10209,10211,10212,10218,10221,10425,10426,10427,10430,10431,10432,10433,10434,10436,10437,10438,10439,10440,10441,10442,10443,10446,10447,10459,10467,10468,10473,10474,10476,10478,10480,10481,10482,10486,10490,10493,10495,10497,10506,10509,10510,10511,10515,10516,10517,10519,10520,10531,10534,10537,10539,10543,10547,10548,10550,10556,10557,10558,10559,10560,10564,10567,10574,10578,10579,10587,10588,10589,10590,10593,10594,10597,10603,10608,10611,10614,10615,10616,10617,10619,10620,10621,10622,10623,10624,10627,10628,10631,10633,10634,10635,10638,10643,10644,10648,10654,10655,10658,10661,10662,10664,10668,10669,10670,10673,10674,10675,10676,10678,10679,10680,10683,10684,10688,10691,10700,10703,10708,10713,10716,10717,10722,10725,10729,10730,10731,10736,10738,10739,10748,10757,10763,10770,10779,10782,10785,10789,10790,10806,10807,10808,10813,10816,10817,10820,10827,10829,10856,10857,10876,10877,10883,10888,10890,10897,10909,10912,10920,10923,10926,10944,10950,10960,10968,10971,10975,10976,10978,10979,10980,10986,10993,10995,10997,11008,11011,11014,11024,11028,11035,11056,11060,11069,11070,11077,11080,11081,11093,11095,11098,11100,11105,11108,11111,11113,11117,11120,11124,11131,11136,11138,11140,11145,11150,11151,11154,11159,11160,11163,11167,11169,11186,11188,11197,11213,11217,11233,11234,11236,11252,11256,11262,11264,11302,11319,11320,11322,11333,11344,11355,11362,11367,11373,11375,11378,11379,11382,11383,11384,11386,11387,11388,11390,11393,11394,11396,11399,11402,11403,11406,11407,11409,11410,11412,11414,11415,11416,11428,11438,11469,11476,11483,11484,11486,11497,11509,11510,11513,11514,11518,11524,11525,11538,11541,11543,11545,11546,11555,11556,11559,11561,11562,11566,11571,11572,11573,11575,11576,11578,11579,11581,11585,11586,11610,11616,11617,11620,11635,11636,11639,11647,11651,11652,11659,11673,12170,12174,12177,12181,12183,12188,12191,12196,12201,12209,12212,12214,12217,12239,12244,12247,12250,12251,12254,12257,12259,12264,12267,12291,12292,12293,12297,12304,12305,12310,12314,12316,12317,12319,12320,12323,12328,12331,12336,12337,12339,12343,12350,12359,12360,12366,12369,12379,12384,12386,12390,12394,12400,12412,12413,12416,12419,12425,12436,12439,12445,12446,12448,12451,12453,12455,12457,12459,12460,12465,12466,12472,12473,12474,12479,12480,12481,12482,12483,12485,12486,12487,12488,12491,12496,12506,12513,12514,12517,12521,12526,12536,12538,12651,12652,12655,12657,12659,12661,12662,12670,12678,12682,12687,12689,12695,12698,12700,12716,12719,12721,12722,12727,12734,12735,12736,12737,12738,12743,12744,12748,12749,12753,12756,12760,12761,12768,12771,12773,12776,12785,12786,12793,12808,12814,12823,12828,12829,12831,12835,12842,12843,12849,12850,12864,12865,12870,12876,12880,12893,12895,12907,12912,12913,12916,12917,12918,12919,12927,12928,12934,12938,12940,12946,12951,12955,12956,12958,12966,12973,12975,12976,12979,12988,12994,12999,13001,13005,13009,13014,13040,13041,13042,13045,13046,13054,13065,13066,13077,13084,13092,13101,13107,13111,13166,13575,13576,13708,13769,13864,13943,14266,14300,14301,14302,14438,14439,14440,14441,14442,14443,14444,14445,14446,14447,14448,14449,14450,14451,14452,14453,14454,14455,14457,14458,14459,14460,14461,14462,14463,14464,14465,14466,14467,14468,14469,14470,14471,14472,14473,14474,14475,14476,14477,14478,14479,14480,14481,14482,14483,14484,14485,14486,14487,14488,14489,14490,14491,14492,14493,14494,14495,14496,14497,14498,14499,14500,14501,14502,14503,14504,14505,14506,14507,14508,14509,14510,14511,14512,14513,14514,14515,14517,14518,14519,14520,14521,14523,14524,14525,14526,14527,14528,14529,14530,14531,14532,14533,14534,14535,14536,14537,14538,14539,14540,14541,14542,14543,14544,14545,14546,14547,14548,14549,14551,14554,14557,14575,14597,14614,14669,14732,14752,14756,14758,14781,14791,14841,14845,14848,14849,14850,14857,14860,14863,14880,14885,14887,14891,14893,14900,14902,14905,14916,14929,14933,14935,14936,14938,14939,14951,14957,14958,14960,14962,14963,14966,14973,14976,14978,14980,14986,14987,14989,14997,15001,15009,15015,15026,15029,15030,15043,15051,15060,15074,15076,15078,15080,15081,15082,15083,15084,15086,15098,15103,15111,15119,15125,15131,15133,15134,15136,15137,15139,15140,15143,15145,15146,15148,15155,15156,15158,15164,15173,15174,15180,15182,15186,15189,15193,15197,15210,15232,15237,15239,15243,15253,15254,15260,15269,15270,15272,15273,15280,15282,15284,15293,15307,15313,15320,15321,15324,15341,15343,15345,15346,15348,15349,15352,15353,15355,15364,15369,15370,15372,15378,15382,15387,15393,15394,15398,15402,15403,15404,15406,15422,15427,15430,15433,15434,15435,15437,15449,15451,15453,15454,15460,15466,15475,15477,15478,15481,15482,15484,15489,15490,15493,15496,15504,15509,15512,15517,15520,15521,15524,15530,15531,15539,15542,15543,15547,15554,15558,15561,15573,15575,15576,15577,15581,16516,16523,16534,16536,16538,16540,16546,16562,16563,16564,16565,16566,16593,16599,16623,16624,16627,16643,16646,16661,16663,16666,16670,16673,16686,16688,16697,16711,16721,16722,16730,16752,16753,16755,16756,16763,16767,16771,16779,16798,16800,16805,16824,16866,16877,16884,16885,16886,16887,16888,16889,16894,16905,16908,16910,16914,16915,16923,16926,16939,16957,18520,18556,18570,18574,18576,18583,18588,18589,18595,18597,18606,18609,18611,18612,18615,18619,18624,18637,18638,18640,18642,18643,18648,18649,18651,18653,18654,18656,18661,18662,18665,18668,18669,18671,18672,18673,18674,18675,19189,19190,19191,19192,19193,19194,19195,19196,19197,19198,19199,19200,19201,19202,19203,19204,19205,19206,19207,19208,19209,19210,19211,19212,19213,19214,19215,19216,19217,19218,19219,19220,19221,19223,19224,19225,19226,19227,19228,19229,19230,19231,19232,19233,19234,19235,19236,19237,19238,19239,19240,19241,19242,19243,19244,19246,19251,19254,19257,19272,19277,19287,19289,19290,19295,19416,19417,19418,19419,19420,19421,19422,19423,19424,19425,19426,19427,19428,19429,19430,19431,19432,19433,19434,19435,19436,19437,19438,19439,19440,19441,19442,19443,19444,19445,19446,19447,19448,19449,19450,19451,19452,19453,19454,19455,19456,19457,19458,19459,19460,19461,19462,19463,19464,19465,19466,19467,19468,19469,19470,19471,19472,19473,19474,19475,19476,19477,19478,19479,19480,19481,19482,19483,19484,19485,19486,19487,19488,19489,19490,19491,19492,19493,19494,19495,19496,19497,19498,19499,19500,19501,19502,19503,19504,19505,19506,19507,19508,19509,19510,19511,19512,19513,19514,19515,19516,19517,19518,19519,19520,19521,19522,19523,19524,19525,19526,19527,19528,19529,19530,19531,19532,19533,19534,19535,19536,19537,19538,19539,19540,19541,19542,19543,19544,19545,19546,19547,19548,19549,19550,19551,19552,19553,19554,19555,19556,19557,19558,19559,19560,19561,19562,19563,19564,19565,19566,19567,19568,19569,19570,19571,19572,19573,19574,19575,19576,19577,19578,19579,19580,19581,19582,19583,19584,19585,19586,19587,19588,19589,19590,19591,19592,19593,19594,19595,19596,19597,19598,19599,19600,19601,19602,19603,19604,19605,19606,19607,19608,19609,19610,19611,19612,19613,19614,19615,19616,19617,19618,19619,19620,19621,19622,19623,19624,19625,19626,19627,19628,19629,19630,19631,19632,19633,19634,19635,19636,19637,19638,19639,19640,19641,19642,19643,19644,19645,19646,19647,19648,19649,19650,19651,19652,19653,19654,19655,19656,19657,19658,19659,19660,19661,19662,19663,19664,19665,19666,19667,19668,19669,19670,19671,19672,19673,19674,19675,19676,19677,19678,19679,19680,19681,19682,19683,19684,19685,19686,19687,19688,19689,19690,19691,19692,19693,19694,19695,19696,19697,19698,19699,19700,19701,19702,19703,19704,19705,19706,19707,19708,19709,19710,19711,19712,19713,19714,19715,19716,19717,19718,19719,19720,19721,19722,19723,19724,19725,19726,19727,19728,19729,19730,19731,19732,19733,19734,19735,19736,19737,19738,19739,19740,19741,19742,19743,19744,19745,19746,19747,19748,19749,19750,19751,19752,19753,19754,19755,19756,19757,19758,19759,19760,19761,19762,19763,19764,19765,19766,19767,19768,19769,19770,19771,19772,19773,19774,19775,19776,19777,19778,19779,19780,19781,19782,19783,19784,19785,19786,19787,19788,19789,19790,19791,19792,19793,19794,19795,19796,19797,19798,19799,19800,19801,19802,19803,19804,19805,19806,19807,19808,19809,19810,19811,19812,19813,19814,19815,19816,19817,19818,19819,19820,19821,19822,19823,19824,19825,19826,19827,19828,19829,19830,19831,19832,19833,19834,19835,19836,19837,19838,19839,19840,19841,19842,19843,19844,19845,19846,19847,19848,19849,19850,19851,19852,19853,19854,19855,19856,19857,19858,19859,19860,19861,19862,19863,19864,19865,19866,19867,19868,19869,19870,19871,19872,19873,19874,19875,19876,19877,19878,19879,19880,19881,19882,19883,19884,19885,19886,19887,19888,19889,19890,19891,19892,19893,19894,19895,19896,19897,19898,19899,19900,19901,19902,19903,19904,19905,19906,19907,19908,19909,19910,19911,19912,19913,19914,19915,19916,19917,19918,19919,19920,19921,19922,19923,19924,19925,19926,19927,19928,19929,19930,19931,19932,19933,19934,19935,19936,19937,19938,19939,19940,19941,19942,19943,19944,19945,19946,19947,19948,19949,19950,19951,19952,19953,19954,19955,19956,19957,19958,19959,19960,19961,19962,19963,19964,19965,19966,19967,19968,19969,19970,19971,19972,19973,19974,19975,19976,19977,19978,19979,19980,19981,19982,19983,19984,19985,19986,19987,19988,19989,19990,19991,19992,19993,19994,19995,19996,19997,19998,19999,20000,20001,20002,20003,20004,20005,20006,20007,20008,20009,20010,20011,20012,20013,20014,20015,20016,20017,20018,20019,20020,20021,20022,20023,20024,20025,20026,20027,20028,20029,20030,20031,20032,20033,20034,20035,20036,20037,20038,20039,20040,20041,20042,20043,20044,20045,20046,20047,20048,20049,20050,20051,20052,20053,20054,20055,20056,20057,20058,20059,20060,20061,20062,20063,20064,20065,20066,20067,20068,20069,20070,20071,20072,20073,20074,20075,20076,20077,20078,20079,20080,20081,20082,20083,20084,20085,20086,20087,20088,20089,20090,20091,20092,20093,20094,20095,20096,20097,20098,20099,20100,20101,20102,20103,20104,20105,20106,20107,20108,20109,20110,20111,20112,20113,20114,21505,21506,21510,21511,21517,21518,21521,21527,21542,21543,21544,21545,21547,21549,21552,21553,21554,21557,21559,21560,21565,21568,21573,21574,21575,21577,21579,21580,21581,21588,21593,21598,21600,21601,21604,21606,21610,21612,21613,21614,21616,21620,21621,21624,21626,21628,21629,21632,21634,21637,21638,21640,21641,21644,21646,21647,21648,21649,21650,21651,21653) )
AND ( (a.`group_access`='0') OR (a.`groupid` IN (1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46 ) ) OR (a.`groupid`='0'))
AND (a.`event_access`='0')
AND (a.`access` <= 10)
AND ( a.`groupid` IN ( 1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46 ) OR ( a.`groupid` IS NULL ) OR ( a.`groupid` = 0 ) ) )
AND a.`archived` = 0
GROUP BY a.`id`
ORDER BY a.`id` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | index_merge | actor,target,archived | actor,target | 4,4 | NULL | 10 | Using sort_union(actor,target); Using where; Using filesort |
2 | DEPENDENT SUBQUERY | <derived3> | index_subquery | key0 | key0 | 4 | func | 602 | Using where |
3 | DERIVED | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | No tables used |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/activities.php:345 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.029 MB Memory before query: 21.641 MB Rows returned: 44
SELECT `id`
FROM `ssw1n_community_groups`
WHERE `approvals` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:825 |
19 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.028 MB Memory before query: 21.655 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 |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
20 | CFactory::getUser() | JROOT/components/com_community/models/activities.php:829 |
19 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.01 ms Query memory: 0.027 MB Memory before query: 21.665 MB Rows returned: 0
SELECT `groupid`
FROM `ssw1n_community_groups_members`
WHERE `approved` = 1
AND `memberid` = 0
GROUP BY `groupid`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_groups_members | ref | idx_memberid | idx_memberid | 4 | const | 1 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/components/com_community/models/activities.php:832 |
19 | CommunityModelActivities->_getGroups() | JROOT/components/com_community/models/activities.php:424 |
18 | CommunityModelActivities->getActivities() | JROOT/components/com_community/libraries/activities.php:871 |
17 | CActivities->getNewestStreamId() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:31 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.027 MB Memory before query: 20.944 MB Rows returned: 0
SELECT extension_id
FROM ssw1n_extensions
WHERE element ='com_adagency'
AND type='component'
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 where; Using index |
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:1734 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_community/helpers/system.php:23 |
17 | CSystemHelper::isComponentExists() | JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php:361 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/stream/base.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/activities.php:1259 |
14 | CActivities->getHTML() | JROOT/components/com_community/libraries/activities.php:1574 |
13 | CActivities::getActivitiesByFilter() | JROOT/components/com_community/views/profile/view.html.php:335 |
12 | CommunityViewProfile->_getNewsfeedHTML() | JROOT/components/com_community/views/profile/view.html.php:811 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.024 MB Memory before query: 20.895 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/libraries/template.php:223 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 0.89 ms Query memory: 0.034 MB Memory before query: 21.023 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-18 18:07:15')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-06-18 18:07:15')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 473 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
20 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
19 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
18 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
16 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
15 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_community/libraries/template.php:382 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:16 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.17 ms Query memory: 0.026 MB Memory before query: 21.033 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/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:16 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.15 ms Query memory: 0.026 MB Memory before query: 21.042 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/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:17 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.026 MB Memory before query: 21.049 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 |
---|
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/views/profile/view.html.php:1646 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.026 MB Memory before query: 21.058 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/views/profile/view.html.php:1648 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 21.067 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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/models/profile.php:254 |
15 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/views/profile/view.html.php:1656 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.039 MB Memory before query: 21.077 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`='1142'
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 | idx_user_fieldid | 8 | const,softmozart_evolve.field.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/components/com_community/models/profile.php:295 |
15 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/views/profile/view.html.php:1656 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.026 MB Memory before query: 21.131 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/models/profile.php:313 |
15 | CommunityModelProfile->getViewableProfile() | JROOT/components/com_community/views/profile/view.html.php:1656 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 2.25 ms Query memory: 0.026 MB Memory before query: 21.600 MB Rows returned: 1
SELECT count(*)
FROM `ssw1n_community_connection` as a, `ssw1n_users` as b
WHERE a.`connect_to`='0'
AND a.`status`='0'
AND a.`connect_from`=b.`id`
ORDER BY a.`connection_id` DESC
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 | idx_connect_to | 4 | const | 1 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | softmozart_evolve.a.connect_from | 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/models/friends.php:799 |
15 | CommunityModelFriends->countPending() | JROOT/components/com_community/views/profile/view.html.php:1677 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.43 ms After last query: 0.98 ms Query memory: 0.032 MB Memory before query: 21.793 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`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
17 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/album.php:39 |
16 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:312 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/views/profile/view.html.php:1686 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.05 ms Query memory: 0.027 MB Memory before query: 21.832 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 |
---|
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/tables/album.php:43 |
16 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:312 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/views/profile/view.html.php:1686 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.026 MB Memory before query: 21.841 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_community_photos_albums`
WHERE `creator` = '1142'
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 |
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/tables/album.php:715 |
15 | CTableAlbum->isAvatarAlbumExists() | JROOT/components/com_community/views/profile/view.html.php:1687 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.21 ms Query memory: 0.027 MB Memory before query: 21.867 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.01 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/models/status.php:78 |
16 | CommunityModelStatus->get() | JROOT/components/com_community/libraries/user.php:483 |
15 | CUser->getStatus() | JROOT/components/com_community/views/profile/view.html.php:1694 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.033 MB Memory before query: 21.877 MB Rows returned: 1
SELECT *
from `ssw1n_community_users`
WHERE `userid`='1142'
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.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.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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/status.php:107 |
16 | CommunityModelStatus->get() | JROOT/components/com_community/libraries/user.php:483 |
15 | CUser->getStatus() | JROOT/components/com_community/views/profile/view.html.php:1694 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.20 ms After last query: 0.76 ms Query memory: 0.038 MB Memory before query: 21.971 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.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.00 ms |
Preparing | 0.00 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
Creating sort index | 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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/moods.php:29 |
18 | CommunityModelMoods->__construct() | JROOT/components/com_community/helpers/string.php:241 |
17 | CStringHelper::getMood() | JROOT/components/com_community/libraries/activities.php:1669 |
16 | CActivities::format() | JROOT/components/com_community/libraries/user.php:501 |
15 | CUser->getStatus() | JROOT/components/com_community/views/profile/view.html.php:1694 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.33 ms Query memory: 0.026 MB Memory before query: 21.977 MB Rows returned: 1
SELECT `value`
FROM `ssw1n_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '1142'
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 | idx_user_fieldid | 8 | const,const | 1 | |
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.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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/profile.php:800 |
16 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1477 |
15 | CUser->isDefaultCover() | JROOT/components/com_community/views/profile/view.html.php:1695 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 21.986 MB Rows returned: 1
SELECT `value`
FROM `ssw1n_community_fields_values`
WHERE `field_id` = '2'
AND `user_id` = '1142'
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 | idx_user_fieldid | 8 | const,const | 1 | |
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.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.01 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/models/profile.php:800 |
16 | CommunityModelProfile->getGender() | JROOT/components/com_community/libraries/user.php:1354 |
15 | CUser->getCover() | JROOT/components/com_community/views/profile/view.html.php:1696 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.027 MB Memory before query: 21.997 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.01 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/tables/album.php:43 |
16 | CTableAlbum->__construct() | JROOT/libraries/src/Table/Table.php:312 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/views/profile/view.html.php:1706 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.026 MB Memory before query: 22.004 MB Rows returned: 0
SELECT `id`
FROM `ssw1n_community_photos_albums`
WHERE `creator` = '1142'
AND `type` = 'profile.cover'
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.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.01 ms |
Statistics | 0.11 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 |
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/tables/album.php:580 |
15 | CTableAlbum->isCoverExist() | JROOT/components/com_community/views/profile/view.html.php:1707 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.20 ms After last query: 1.84 ms Query memory: 0.026 MB Memory before query: 22.338 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`='1142'
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.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.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.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/models/groups.php:445 |
15 | CommunityModelGroups->getGroupsCount() | JROOT/components/com_community/views/profile/view.html.php:1715 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.026 MB Memory before query: 22.347 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-18 18:07:15'
WHERE a.`memberid`='1142'
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.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.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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/events.php:584 |
15 | CommunityModelEvents->getEventsCount() | JROOT/components/com_community/views/profile/view.html.php:1718 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.82 ms Query memory: 0.026 MB Memory before query: 22.486 MB Rows returned: 1
SELECT COUNT(1)
FROM `ssw1n_community_videos` AS a
WHERE `creator`='1142'
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 | 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.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.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/models/videos.php:639 |
15 | CommunityModelVideos->getVideosCount() | JROOT/components/com_community/views/profile/view.html.php:1723 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.46 ms After last query: 1.43 ms Query memory: 0.026 MB Memory before query: 22.753 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='1142'
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.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.11 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.17 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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/photos.php:1365 |
15 | CommunityModelPhotos->getPhotosCount() | JROOT/components/com_community/views/profile/view.html.php:1726 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.21 ms Query memory: 0.026 MB Memory before query: 22.779 MB Rows returned: 1
SELECT COUNT(1)
FROM `ssw1n_community_featured`
WHERE `type`='users'
AND `cid`='1142'
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.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.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 |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_community/models/featured.php:29 |
15 | CommunityModelFeatured->isExists() | JROOT/components/com_community/views/profile/view.html.php:1738 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.48 ms Query memory: 0.034 MB Memory before query: 22.916 MB Rows returned: 25
SHOW FULL COLUMNS
FROM `ssw1n_community_videos`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ssw1n_community_videos`
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.13 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.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.05 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.04 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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
17 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/video.php:58 |
16 | CTableVideo->__construct() | JROOT/libraries/src/Table/Table.php:312 |
15 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/views/profile/view.html.php:1743 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.54 ms Query memory: 0.008 MB Memory before query: 23.016 MB
UPDATE `ssw1n_community_users`
SET `view` = ( `view` + 1 )
WHERE `userid`='1142'
EXPLAIN not possible on query: UPDATE `ssw1n_community_users` SET `view` = ( `view` + 1 ) WHERE `userid`='1142'
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 for update | 0.03 ms |
Updating | 0.04 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 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/components/com_community/libraries/user.php:1147 |
15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1762 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 246.22 ms After last query: 0.27 ms Query memory: 0.027 MB Memory before query: 23.050 MB Rows returned: 1
SELECT id, count
FROM `ssw1n_community_profile_stats`
WHERE `date` = '2025-06-18'
AND `type` LIKE 'view'
AND `uid` = '1142'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_profile_stats | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2701216 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 245.91 ms |
End of update loop | 0.02 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.05 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_community/models/stats.php:35 |
16 | CommunityModelStats->addProfileStats() | JROOT/components/com_community/libraries/user.php:1152 |
15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1762 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.53 ms Query memory: 0.031 MB Memory before query: 23.067 MB Rows returned: 7
SHOW FULL COLUMNS
FROM `ssw1n_community_profile_stats`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ssw1n_community_profile_stats`
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.15 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.00 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.04 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 |
---|
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/components/com_community/tables/profilestats.php:24 |
18 | CTableProfileStats->__construct() | JROOT/libraries/src/Table/Table.php:312 |
17 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/models/stats.php:37 |
16 | CommunityModelStats->addProfileStats() | JROOT/components/com_community/libraries/user.php:1152 |
15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1762 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.09 ms Query memory: 0.029 MB Memory before query: 23.092 MB Rows returned: 1
SELECT *
FROM ssw1n_community_profile_stats
WHERE `id` = '2700345'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_profile_stats | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 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.03 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
17 | Joomla\CMS\Table\Table->load() | JROOT/components/com_community/models/stats.php:41 |
16 | CommunityModelStats->addProfileStats() | JROOT/components/com_community/libraries/user.php:1152 |
15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1762 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.010 MB Memory before query: 23.101 MB
UPDATE `ssw1n_community_profile_stats`
SET `uid`='1142',`type`='view',`count`='2',`params`='',`date`='2025-06-18',`created_at`='2025-06-18 08:32:41'
WHERE `id` = '2700345'
EXPLAIN not possible on query: UPDATE `ssw1n_community_profile_stats` SET `uid`='1142',`type`='view',`count`='2',`params`='',`date`='2025-06-18',`created_at`='2025-06-18 08:32:41' WHERE `id` = '2700345'
Status | Duration |
---|
Starting | 0.04 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 for update | 0.03 ms |
Updating | 0.03 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:2283 |
19 | JDatabaseDriver->updateObject() | JROOT/libraries/src/Table/Table.php:801 |
18 | Joomla\CMS\Table\Table->store() | JROOT/components/com_community/tables/profilestats.php:33 |
17 | CTableProfileStats->store() | JROOT/components/com_community/models/stats.php:50 |
16 | CommunityModelStats->addProfileStats() | JROOT/components/com_community/libraries/user.php:1152 |
15 | CUser->viewHit() | JROOT/components/com_community/views/profile/view.html.php:1762 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.83 ms Query memory: 0.031 MB Memory before query: 23.199 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.03 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.11 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.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
checking permissions | 0.02 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.02 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
20 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
19 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
18 | Joomla\CMS\Table\Table->__construct() | JROOT/components/com_community/tables/like.php:27 |
17 | CTableLike->__construct() | JROOT/libraries/src/Table/Table.php:312 |
16 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_community/libraries/like.php:405 |
15 | CLike->userLiked() | JROOT/components/com_community/views/profile/view.html.php:1790 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.027 MB Memory before query: 23.218 MB Rows returned: 0
SELECT *
FROM `ssw1n_community_likes`
WHERE `element`='profile'
AND `uid`='1142'
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.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.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.03 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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_community/tables/like.php:49 |
16 | CTableLike->loadInfo() | JROOT/components/com_community/libraries/like.php:406 |
15 | CLike->userLiked() | JROOT/components/com_community/views/profile/view.html.php:1790 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.027 MB Memory before query: 23.227 MB Rows returned: 0
SELECT *
FROM `ssw1n_community_likes`
WHERE `element`='profile'
AND `uid`='1142'
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.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.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_community/tables/like.php:49 |
16 | CTableLike->loadInfo() | JROOT/components/com_community/libraries/like.php:444 |
15 | CLike->getLikeCount() | JROOT/components/com_community/views/profile/view.html.php:1793 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.026 MB Memory before query: 23.235 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.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.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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/userstatus.php:27 |
15 | CUserStatus->__construct() | JROOT/components/com_community/views/profile/view.html.php:1796 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.02 ms Query memory: 0.026 MB Memory before query: 23.244 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.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 |
---|
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/helpers/owner.php:46 |
15 | COwnerHelper::isCommunityAdmin() | JROOT/components/com_community/views/profile/view.html.php:1808 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.20 ms After last query: 0.07 ms Query memory: 0.027 MB Memory before query: 23.256 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 = 1142
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) |
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.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 |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
20 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
19 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/User/User.php:480 |
18 | Joomla\CMS\User\User->getAuthorisedGroups() | JROOT/libraries/src/User/User.php:386 |
17 | Joomla\CMS\User\User->authorise() | JROOT/components/com_community/libraries/user.php:1317 |
16 | CUser->authorise() | JROOT/components/com_community/helpers/owner.php:51 |
15 | COwnerHelper::isCommunityAdmin() | JROOT/components/com_community/views/profile/view.html.php:1808 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.09 ms Query memory: 0.026 MB Memory before query: 23.265 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/block.php:194 |
15 | blockUser->isUserBlocked() | JROOT/components/com_community/views/profile/view.html.php:1812 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.46 ms Query memory: 0.026 MB Memory before query: 23.304 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.01 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/reporting.php:181 |
15 | CReporting->getReportingHTML() | JROOT/components/com_community/views/profile/view.html.php:1822 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.39 ms Query memory: 0.026 MB Memory before query: 23.339 MB Rows returned: 0
SELECT connection_id
FROM `ssw1n_community_connection`
WHERE `connect_from`='0'
AND `connect_to`='1142'
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_to|idx_connect_from | 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.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.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/helpers/friends.php:68 |
15 | CFriendsHelper::isWaitingApproval() | JROOT/components/com_community/views/profile/view.html.php:1836 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 23.347 MB Rows returned: 0
SELECT connection_id
FROM `ssw1n_community_connection`
WHERE `connect_from`='1142'
AND `connect_to`='0'
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_to|idx_connect_from | 4|4 | NULL | 1 (0%) | Using index condition; Using where; Using rowid filter |
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.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.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/helpers/friends.php:68 |
15 | CFriendsHelper::isWaitingApproval() | JROOT/components/com_community/views/profile/view.html.php:1837 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.026 MB Memory before query: 23.357 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/views/profile/view.html.php:230 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 23.366 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/views/profile/view.html.php:233 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.33 ms Query memory: 0.027 MB Memory before query: 23.389 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.01 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/libraries/template.php:223 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.21 ms Query memory: 0.028 MB Memory before query: 23.443 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/libraries/privacy.php:25 |
18 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
17 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 23.453 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/libraries/privacy.php:25 |
18 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
17 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.028 MB Memory before query: 23.463 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/libraries/privacy.php:25 |
18 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
17 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 23.475 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/libraries/privacy.php:25 |
18 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
17 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 23.486 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/libraries/privacy.php:25 |
18 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
17 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.028 MB Memory before query: 23.496 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/libraries/privacy.php:25 |
18 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
17 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.028 MB Memory before query: 23.506 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
19 | CFactory::getUser() | JROOT/components/com_community/libraries/privacy.php:25 |
18 | CPrivacy::isAccessAllowed() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:31 |
17 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 23.501 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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
18 | CFactory::getUser() | JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php:115 |
17 | require JROOT/components/com_community/templates/jomsocial/layouts/profile.about.php | JROOT/components/com_community/libraries/template.php:240 |
16 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:320 |
15 | CommunityViewProfile->_getProfileHTML() | JROOT/components/com_community/views/profile/view.html.php:1854 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.026 MB Memory before query: 23.488 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.59 ms Query memory: 0.028 MB Memory before query: 23.596 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.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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/models/theme.php:28 |
18 | CommunityModelTheme->__construct() | JROOT/components/com_community/libraries/core.php:372 |
17 | CFactory::getModel() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:17 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 23.607 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 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/templates/jomsocial/layouts/profile/focus.php:21 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.28 ms Query memory: 0.030 MB Memory before query: 23.643 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.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.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/featured.php:41 |
18 | CFeatured->_load() | JROOT/components/com_community/libraries/featured.php:23 |
17 | CFeatured->__construct() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:24 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.18 ms Query memory: 0.027 MB Memory before query: 23.661 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.01 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/templates/jomsocial/layouts/profile/focus.php:107 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.34 ms After last query: 0.55 ms Query memory: 0.036 MB Memory before query: 23.734 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `ssw1n_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ssw1n_users`
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
closing tables | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.11 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.01 ms |
Executing | 0.00 ms |
Filling schema table | 0.00 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.02 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
27 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
26 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
25 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:40 |
24 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:312 |
23 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
22 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:880 |
21 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
20 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
19 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
18 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/libraries/user.php:570 |
17 | CUser->getDisplayName() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:116 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.033 MB Memory before query: 23.776 MB Rows returned: 1
SELECT *
FROM `ssw1n_users`
WHERE `id` = 1142
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.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.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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1459 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:86 |
22 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
21 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
20 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
19 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
18 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/libraries/user.php:570 |
17 | CUser->getDisplayName() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:116 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.12 ms Query memory: 0.029 MB Memory before query: 23.791 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` = 1142
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.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 |
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:1500 |
23 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:111 |
22 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:883 |
21 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
20 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
19 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/User/UserHelper.php:97 |
18 | Joomla\CMS\User\UserHelper::getUserGroups() | JROOT/components/com_community/libraries/user.php:570 |
17 | CUser->getDisplayName() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:116 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.13 ms Query memory: 0.028 MB Memory before query: 23.799 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.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.16 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.04 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
20 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
19 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
18 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
17 | CRoute::getExternalURL() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:129 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.031 MB Memory before query: 23.811 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
28 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
27 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
26 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
25 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
24 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
23 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
22 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
21 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
20 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
19 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
18 | CRoute::_() | JROOT/components/com_community/libraries/core.php:1239 |
17 | CRoute::getExternalURL() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:129 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.37 ms Query memory: 0.027 MB Memory before query: 23.849 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 |
---|
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/templates/jomsocial/layouts/profile/focus.php:171 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.15 ms Query memory: 0.028 MB Memory before query: 23.868 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/helpers/access/friends.php:84 |
20 | CFriendsAccess::friendsRequest() | JROOT/components/com_community/helpers/access/friends.php:31 |
19 | CFriendsAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
18 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
17 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:171 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 23.877 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 |
---|
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/templates/jomsocial/layouts/profile/focus.php:179 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.14 ms Query memory: 0.028 MB Memory before query: 23.897 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/helpers/access/chat.php:81 |
20 | CChatAccess::chatPrivateMessage() | JROOT/components/com_community/helpers/access/chat.php:14 |
19 | CChatAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
18 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
17 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:179 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.13 ms Query memory: 0.035 MB Memory before query: 23.930 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 |
---|
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/templates/jomsocial/layouts/profile/focus.php:272 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.028 MB Memory before query: 23.949 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/helpers/access/friends.php:84 |
20 | CFriendsAccess::friendsRequest() | JROOT/components/com_community/helpers/access/friends.php:31 |
19 | CFriendsAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
18 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
17 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:272 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.027 MB Memory before query: 23.958 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 |
---|
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/templates/jomsocial/layouts/profile/focus.php:280 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.028 MB Memory before query: 23.970 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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 |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
21 | CFactory::getUser() | JROOT/components/com_community/helpers/access/chat.php:81 |
20 | CChatAccess::chatPrivateMessage() | JROOT/components/com_community/helpers/access/chat.php:14 |
19 | CChatAccess::authorise() | JROOT/components/com_community/helpers/access.php:76 |
18 | CAccess::check() | JROOT/components/com_community/libraries/user.php:1312 |
17 | CUser->authorise() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:280 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.04 ms Query memory: 0.027 MB Memory before query: 23.979 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 |
---|
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/templates/jomsocial/layouts/profile/focus.php:294 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.027 MB Memory before query: 23.988 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 |
---|
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/templates/jomsocial/layouts/profile/focus.php:343 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.38 ms After last query: 0.19 ms Query memory: 0.028 MB Memory before query: 24.010 MB Rows returned: 1
SELECT *
FROM ssw1n_community_badges
WHERE `points` <= 5
AND `published`= 1
ORDER by `points` DESC, `id` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_badges | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
table lock | 0.00 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 ms |
Creating sort index | 2.23 ms |
End of update loop | 0.00 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/badge.php:57 |
17 | CBadge->getBadge() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:357 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.028 MB Memory before query: 24.022 MB Rows returned: 1
SELECT *
FROM ssw1n_community_badges
WHERE `points` > 5
AND `published`= 1
ORDER by `points` ASC, `id` DESC
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ssw1n_community_badges | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
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.01 ms |
Sorting result | 0.00 ms |
Executing | 0.00 ms |
Sending data | 0.00 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.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 |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_community/libraries/badge.php:71 |
17 | CBadge->getBadge() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:357 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.29 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 24.031 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 |
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.15 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 |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
19 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:1393 |
18 | CRoute::_getViewItemid() | JROOT/components/com_community/libraries/core.php:1303 |
17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:371 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.030 MB Memory before query: 24.042 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
27 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
26 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
25 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
24 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
23 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
22 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:371 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.09 ms Query memory: 0.030 MB Memory before query: 24.056 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
27 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
26 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
25 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
24 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
23 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
22 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:375 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.030 MB Memory before query: 24.070 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
27 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
26 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
25 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
24 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
23 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
22 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:379 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.030 MB Memory before query: 24.084 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
27 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
26 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
25 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
24 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
23 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
22 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:383 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.030 MB Memory before query: 24.097 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
27 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
26 | CFactory::getUser() | JROOT/components/com_community/router.php:25 |
25 | CommunityBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
24 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:528 |
23 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:498 |
22 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:131 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:80 |
18 | Joomla\CMS\Router\Route::_() | JROOT/components/com_community/libraries/core.php:1370 |
17 | CRoute::_() | JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php:387 |
16 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php | JROOT/components/com_community/libraries/template.php:240 |
15 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:1857 |
14 | CommunityViewProfile->modProfileUserinfo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:25 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.28 ms Query memory: 0.026 MB Memory before query: 23.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.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.04 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:30 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.15 ms Query memory: 0.026 MB Memory before query: 23.873 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:31 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.11 ms Query memory: 0.026 MB Memory before query: 23.882 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:32 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.11 ms Query memory: 0.026 MB Memory before query: 23.890 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:33 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.06 ms Query memory: 0.026 MB Memory before query: 23.898 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.01 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.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/views/profile/view.html.php:1887 |
14 | CommunityViewProfile->modProfileUserVideo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:43 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 23.906 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.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.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.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/views/profile/view.html.php:1890 |
14 | CommunityViewProfile->modProfileUserVideo() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:43 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.08 ms Query memory: 0.026 MB Memory before query: 23.916 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:45 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.026 MB Memory before query: 23.925 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:46 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.026 MB Memory before query: 23.934 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:61 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.13 ms Query memory: 0.026 MB Memory before query: 23.943 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.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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:62 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.026 MB Memory before query: 23.952 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.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 |
---|
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/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:63 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.026 MB Memory before query: 23.961 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:64 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.026 MB Memory before query: 23.970 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:70 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.026 MB Memory before query: 23.978 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:71 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.05 ms Query memory: 0.026 MB Memory before query: 23.986 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.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/views/profile/view.html.php:1862 |
14 | CommunityViewProfile->modProfileUserstatus() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:74 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.03 ms Query memory: 0.026 MB Memory before query: 23.994 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.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/views/profile/view.html.php:1867 |
14 | CommunityViewProfile->modProfileUserstatus() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:74 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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: 24.003 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.03 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
17 | JDatabaseDriver->loadResult() | JROOT/components/com_community/libraries/core.php:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/userstatus.php:27 |
15 | CUserStatus->__construct() | JROOT/components/com_community/views/profile/view.html.php:1871 |
14 | CommunityViewProfile->modProfileUserstatus() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:74 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.07 ms Query memory: 0.026 MB Memory before query: 24.013 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:80 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.11 ms Query memory: 0.026 MB Memory before query: 24.022 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:81 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.10 ms Query memory: 0.026 MB Memory before query: 24.031 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.01 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:90 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.09 ms Query memory: 0.026 MB Memory before query: 24.040 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.08 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:187 |
16 | CFactory::getUser() | JROOT/components/com_community/libraries/template.php:223 |
15 | CTemplate->fetch() | JROOT/components/com_community/libraries/template.php:403 |
14 | CTemplate::renderModules() | JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php:91 |
13 | require JROOT/components/com_community/templates/jomsocial/layouts/profile/base.php | JROOT/components/com_community/libraries/template.php:240 |
12 | CTemplate->fetch() | JROOT/components/com_community/views/profile/view.html.php:818 |
11 | CommunityViewProfile->profile() | JROOT/components/com_community/views/views.php:251 |
10 | CommunityView->get() | JROOT/components/com_community/controllers/profile.php:1430 |
9 | CommunityProfileController->profile() | JROOT/components/com_community/controllers/profile.php:1181 |
8 | CommunityProfileController->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.29 ms After last query: 3.23 ms Query memory: 0.023 MB Memory before query: 23.927 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.09 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.01 ms |
init | 0.02 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 |
---|
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.12 ms After last query: 0.02 ms Query memory: 0.023 MB Memory before query: 23.932 MB Rows returned: 1
SELECT `id`
FROM `ssw1n_users`
WHERE `id` = '1142'
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.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.01 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.15 ms After last query: 3.03 ms Query memory: 0.024 MB Memory before query: 24.398 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.01 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.25 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 24.405 MB Rows returned: 0
SELECT a.`params`, a.`id`, a.`link`, a.title as name, a.`parent_id`, false as script, a.`browserNav`
FROM `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.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.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.01 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.14 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 24.411 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.03 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.01 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.13 ms After last query: 0.44 ms Query memory: 0.023 MB Memory before query: 24.481 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.03 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.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.10 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 24.488 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.01 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.12 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 24.477 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.04 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php: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.35 ms After last query: 24.90 ms Query memory: 0.036 MB Memory before query: 27.858 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.09 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 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.01 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.18 ms After last query: 3.44 ms Query memory: 0.039 MB Memory before query: 28.405 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.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.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 |
---|
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.72 ms After last query: 10.80 ms Query memory: 0.055 MB Memory before query: 29.543 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.10 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.03 ms |
Statistics | 0.08 ms |
Preparing | 0.03 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.17 ms |
Creating sort index | 0.03 ms |
Removing tmp table | 0.04 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.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 |
---|
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 |